<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cmmcwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wikiadmin</id>
	<title>CMMC Toolkit Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cmmcwiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wikiadmin"/>
	<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php/Special:Contributions/Wikiadmin"/>
	<updated>2026-05-30T21:32:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Hashing_Guide&amp;diff=1068</id>
		<title>CMMC Hashing Guide</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Hashing_Guide&amp;diff=1068"/>
		<updated>2025-03-16T21:02:37Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Process Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/cmmc/Resources-Documentation/ CMMC Hashing Guide Version 2.13, September 2024] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== NOTICES ==&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public  regarding existing requirements under the law or departmental policies.  &lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited. &lt;br /&gt;
&lt;br /&gt;
== CMMC Artifact Hashing Tool User Guide ==&lt;br /&gt;
=== Audience ===&lt;br /&gt;
This guide assumes that the reader has a basic understanding of command-line tools and scripting. Given the proprietary nature of the artifacts generated during a CMMC assessment, it also assumes that the Organization Seeking Assessment (OSA) has staff with sufficient technical background to use the hashing tool independently on an approved organizational system. If the OSA lacks staff with the requisite background, they may request assistance from the assessor or another party in order to complete the process of artifact hashing. Step- by-step instructions are provided below.  &lt;br /&gt;
&lt;br /&gt;
=== Scope and Purpose ===&lt;br /&gt;
When doing  self-assessments,  OSAs  are  not  required  to generate hashes for artifacts. Hashing is only required for assessments by C3PAOs and DCMA DIBCAC.&lt;br /&gt;
&lt;br /&gt;
NOTE: Do not confuse hashing with encryption. Both are cryptographic functions, but hashing does not provide confidentiality for the artifacts. It provides only a mechanism to track the integrity of the artifacts. Confidentiality of the artifacts needs to be handled separately by the OSA, using a different mechanism, such as encryption. When choosing a location to archive the artifacts, the OSA should consider data protection requirements.&lt;br /&gt;
&lt;br /&gt;
During the performance of a CMMC assessment, the team will collect objective evidence using a combination of three assessment methods:&lt;br /&gt;
* examination of artifacts,&lt;br /&gt;
* affirmations through interviews, and&lt;br /&gt;
* observations of actions.&lt;br /&gt;
 &lt;br /&gt;
Because these OSA artifacts may be proprietary, the assessment team will not take or retain OSA artifacts offsite at the conclusion of the assessment. For the protection of all stakeholders, the OSA must retain the artifacts. The artifacts used as evidence for the assessment must be retained by the OSA for six (6) years from the date of assessment.&lt;br /&gt;
 &lt;br /&gt;
Because the artifacts will remain with the OSA, a tool has been developed to provide a cryptographic reference (or hash) for each artifact used in the assessment as discussed  &lt;br /&gt;
in 32 CFR § 170.17 and 32 CFR § 170.18. If needed, the integrity of the assessment artifacts may be checked by verifying the hash generated during the assessment. If an artifact has not been modified, the hash will remain the same.&lt;br /&gt;
&lt;br /&gt;
The Artifact Hashing Tool is a Microsoft PowerShell script that uses the SHA-256 algorithm to generate a hash of each artifact. Next, it generates a list of artifact filenames and associated hashes, then completes the process by generating a hash of the list. At the conclusion of the assessment, the OSA and the assessor will each have the list of artifact names, artifact hashes, and a hash of the list.&lt;br /&gt;
&lt;br /&gt;
=== System Requirements ===&lt;br /&gt;
A computer capable of running Microsoft PowerShell is required for this tool. PowerShell is available for Windows, Linux, and macOS. Please refer to [https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5&amp;amp;viewFallbackFrom=powershell-7.1 Microsoft PowerShell instructions] for installation, if the software is not already on the system. The execution of PowerShell scripts  may  be  restricted  by  the  organization.  Microsoft’s  instructions  explain  how  to temporarily bypass such restrictions to use the tool. It may be necessary to speak to an administrator to obtain the necessary permissions to execute PowerShell scripts. Additional details can be found in the Supplemental Information section.  &lt;br /&gt;
&lt;br /&gt;
This tool was tested on Windows 11 (version 23H2), Windows 10 (version 1904), Linux (Ubuntu 20.04), and macOS (10.15.7).&lt;br /&gt;
&lt;br /&gt;
=== Process Overview ===&lt;br /&gt;
During the assessment planning and preparation, the OSA and assessment team should decide jointly how they will store artifact files during the assessment. The agreed-upon location should be secure and accessible only to those with a need to know because the artifacts may contain sensitive or proprietary information.&lt;br /&gt;
&lt;br /&gt;
During the course of the assessment, the team collects information through three assessment methods: interviews, artifact examination, and observation. This collection may include such activities as interviewing organization staff, examining the documents or the configuration of a device, and observing organization staff performing actions (Figure 1). It is important to collect evidence while performing these actions, to substantiate MET or NOT MET decisions for each CMMC requirement.&lt;br /&gt;
&lt;br /&gt;
[[ File:ArtifactHashingToolFigure1.png | center | Figure 1 - Assessment Execution ]]&lt;br /&gt;
&lt;br /&gt;
The central location where collected assessment artifacts are stored may be a single root directory (Figure 2,  Scenario 1) where all documents are stored. Optionally, the root directory may have subdirectories within it (Figure 2, Scenario 2). The Artifact Hashing Tool can operate in either scenario.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure2.png||Figure 2 - Folder Hierarchy Scenarios]]&lt;br /&gt;
&lt;br /&gt;
Clearly naming artifacts will aid in the event of an audit or retrospective reviews of assessment data. Artifact filenames should follow a standardized naming pattern or be grouped by CMMC requirement.&lt;br /&gt;
&lt;br /&gt;
After all artifacts reviewed by the assessment team are consolidated into the central location, the OSA may run the artifact hashing tool. Both the OSA and assessor should retain a copy of the file log, file hashes, and the integrity hash. The following section details the process for generating hashes for all collected assessment artifacts.&lt;br /&gt;
&lt;br /&gt;
=== Tool Usage Process ===&lt;br /&gt;
Use the commands listed in the instructions below to execute the Artifact Hashing Tool on a computer running Microsoft Windows. If the computer running the tool is operating on Linux or macOS, minor command modifications will need to be made (e.g., in Linux and macOS, use &#039;&#039;&#039;mv&#039;&#039;&#039; instead of &#039;&#039;&#039;ren&#039;&#039;&#039;, respectively).&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
NOTE: The command line entries in this guide can be copied and pasted into the respective OS Command Prompt.&lt;br /&gt;
# Create the ArtifactHash.txt file from the content located in Appendix A. The ArtifactHash.txt file location should be the root directory of the collected assessment artifacts. Ensure you have access to the root directory location.&lt;br /&gt;
# Locate the root directory where collected assessment artifacts are stored. In this instance, &amp;quot;root directory&amp;quot; refers to the directory in which all of the assessment artifacts and/or other folders containing assessment artifacts have been stored.&lt;br /&gt;
# Modify the file extension of the script file created from the Appendix A content. The script content is located as text within Appendix A. You should have a copy of the ArtifactHash.txt file in the root directory of collected assessment artifacts. You can use another location, but this guide assumes that the script file has been copied to this directory.&lt;br /&gt;
# Open &#039;&#039;&#039;Windows Command Prompt&#039;&#039;&#039; or a terminal window for macOS/Linux, then navigate to the location of the script file.&lt;br /&gt;
# Change the file extension of the script file to read as follows:&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
:: &amp;lt;code&amp;gt;ren ArtifactHash.txt ArtifactHash.ps1&amp;lt;/code&amp;gt;&lt;br /&gt;
:: &amp;lt;code&amp;gt;Linux/macOS:&amp;lt;/code&amp;gt;&lt;br /&gt;
:: &amp;lt;code&amp;gt;mv ArtifactHash.txt ArtifactHash.ps1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Execution of Tool ====&lt;br /&gt;
NOTE: Contact the system administrator to address permission errors or other restrictions when running this script.&lt;br /&gt;
# After you rename the script, you can run the tool. The script has three parameters:&lt;br /&gt;
#* &#039;&#039;Execution Policy&#039;&#039;: This parameter allows the script to run unrestricted. It is recommended that you retain the ByPass value.&lt;br /&gt;
#* &#039;&#039;ArtifactRootDirectory&#039;&#039;: This specifies the root directory path of the CMMC assessment artifacts. This location can be represented by a traditional Windows file path, a UNC path, or even .\ to indicate the current directory. The default value is the current directory. If the script is located in the root of the artifact repository, this parameter does not need to be specified on the command line.&lt;br /&gt;
#* &#039;&#039;ArtifactOutputDirectory&#039;&#039;: This specifies the directory where the script will write two log files. The first log is the listing of all files within the &#039;&#039;ArtifactRootDirectory&#039;&#039; as well as the corresponding hash. The second log is a hashed value of the first log. This is a simple way to help preserve the integrity of the artifact listing without requiring the maintenance of a public/private key pair or a password for an HMAC. The default value for this parameter is the current directory. If the script is located in the desired output location, this parameter does not need to be specified on the command line.&lt;br /&gt;
# Execute the following command, along with the determined values for the two directory parameters:&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;powershell -ExecutionPolicy ByPass .\ArtifactHash.ps1 -ArtifactRootDirectory .\ -ArtifactOutputDirectory .\&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;Linux/macOS:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;pwsh -ExecutionPolicy ByPass ./ArtifactHash.ps1 -ArtifactRootDirectory ./ -ArtifactOutputDirectory ./&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &#039;&#039;&#039;Important&#039;&#039;&#039;&lt;br /&gt;
#: The command above assumes that the script file is located in the root assessment artifact directory and that the output hash files typically goes into to the same directory. The “.\” following the parameters should be modified if the script is located in a different directory or to output the hash files to a different directory. In addition, this command assumes usage of the ExecutionPolicy cmdlet, which may not be necessary. See the Supplemental Information section for details.&lt;br /&gt;
# If the tool has run successfully, SCRIPT COMPLETE will be displayed in the command prompt. At this time, verify that the files (CMMCAssessmentArtifacts.log) and (CMMCAssessmentLogHash.log) have been generated in the output directory specified by the second script parameter.&lt;br /&gt;
&lt;br /&gt;
==== Use Example ====&lt;br /&gt;
In this simple example, a C3PAO has used four files provided by an OSC to support an assessment. The four assessment related files are in a directory along with the PowerShell script as shown in Figure 3.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure3.png||Figure 3 - Assessment file directory before hash]]&lt;br /&gt;
&lt;br /&gt;
Figure 4 shows the successful execution of the PowerShell script and Figure 5 shows the same directory with the addition of the two PowerShell output files.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure4.png||Figure 4 - Successful execution of ArtifactHash.ps1]]&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure5.png||Figure 5 - Assessment file directory after script execution]]&lt;br /&gt;
&lt;br /&gt;
CMMCAssessmentArtifacts.log, in Figure 6, is a text file that contains the hashing algorithm used, hash value of each individual file in the directory, and the filename and path. This text file contains the list of artifacts. The filename is entered into the Hashed Data List data field in the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure6.png||Figure 6 - CMMCAssessmentArtifacts.log]]&lt;br /&gt;
&lt;br /&gt;
CMMCAssessmentLogHash.log in Figure 7, is a text file that contains the single return value generated by creating a hash of CMMCAssessmentArtifacts.log. This hash is the string to enter in the Hash Value data field in the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure7.png||Figure 7 - CMMCAssessmentLogHash.log]]&lt;br /&gt;
&lt;br /&gt;
=== Supplemental Information ===&lt;br /&gt;
* For parameters that include spaces in the paths, surround the entire path name in single quotes. During testing, double quotes produced an error.&lt;br /&gt;
* If the script file is not placed in the root assessment artifact directory, you will need to specify the path of the script, for example, Z:\Files\Tool ArtifactHash.ps1.&lt;br /&gt;
* In certain instances, the organization may restrict the execution of PowerShell scripts. The By Pass value of the Execution Policy cmdlet within the command should temporarily bypass these restrictions. In addition, it is possible to manually verify and modify the PowerShell script execution policy of the current user as follows.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Note:&#039;&#039;&#039; The content following the # (hashtag) symbol represents a comment in the script.&lt;br /&gt;
# Verify the policy that is set.&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;powershell get-ExecutionPolicy -Scope CurrentUser #make note of the current setting&amp;lt;/code&amp;gt;&lt;br /&gt;
# Set the execution policy for the user to bypass, and verify that &amp;quot;Bypass&amp;quot; is reflected.&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;set-ExecutionPolicy ByPass -Scope CurrentUser&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;get-ExecutionPolicy -Scope CurrentUser #verify the setting was updated&amp;lt;/code&amp;gt;&lt;br /&gt;
# After completion of the hashing process, change the execution policy back to the default state.&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;set-ExecutionPolicy Default -Scope CurrentUser&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Appendix A: ArtifactHash.txt File Content ==&lt;br /&gt;
The blue courier text below is the powershell script needed for this task. Use cut and paste to copy all of the blue courier content into your favorite text editor and store the file with the name: ArtifactHash.txt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: blue&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;#&lt;br /&gt;
.SYNOPSIS&lt;br /&gt;
  Hash artifacts for a CMMC Assessment to maintain integrity in the event any files are needed in the future&lt;br /&gt;
.DESCRIPTION&lt;br /&gt;
  This script will recursively evaluate all files in a local or UNC path.  Each file will be hashed and written to a text file.  Additionally, the record is hashed to preserve the integrity of the output&lt;br /&gt;
.PARAMETER ArtifactRootDirectory&lt;br /&gt;
  Specifies the root path of the CMMC assessment artifacts.  This location can be represented by a traditional Windows file path, a  UNC path, or even .\&lt;br /&gt;
.PARAMETER ArtifactOutputDirectory&lt;br /&gt;
  Specifies the directory where the script will write two log files.  The first log is the listing of all files within the ArtifactRootDirectory as well as the corresponding hash. The second log, is a hashed value of the first log.  This is a simple way to help preserve the integrity of the artifact listing without requiring the maintenance of a public/private key pair or a password for an HMAC&lt;br /&gt;
#&amp;gt;&lt;br /&gt;
#VERSION 1.11&lt;br /&gt;
param&lt;br /&gt;
(&lt;br /&gt;
    [Parameter(mandatory=$false)][string]$ArtifactRootDirectory = &amp;quot;.\&amp;quot;,&lt;br /&gt;
    [Parameter(mandatory=$false)][string]$ArtifactOutputDirectory = &amp;quot;.\&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
function GetFileHashes ([string] $rootLocation, [boolean] $isDirectory)&lt;br /&gt;
{&lt;br /&gt;
    if ($isDirectory)&lt;br /&gt;
    {&lt;br /&gt;
        $hashList = Get-ChildItem -path $rootLocation -Recurse -Force -File | Get-FileHash&lt;br /&gt;
    }&lt;br /&gt;
    else&lt;br /&gt;
    {&lt;br /&gt;
        $hashList = Get-FileHash $rootLocation&lt;br /&gt;
    }&lt;br /&gt;
    return $hashList&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function WriteASCIIFile ([string] $filePath, [object] $fileContent)&lt;br /&gt;
{&lt;br /&gt;
    Out-File -FilePath $filePath -Force -Encoding ASCII -InputObject $fileContent -Width 1024&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function VerifyLocationExist ([string] $location)&lt;br /&gt;
{&lt;br /&gt;
    try&lt;br /&gt;
    {   $doesExist = Test-Path $location&lt;br /&gt;
        if (-Not $doesExist)&lt;br /&gt;
        {&lt;br /&gt;
            ECHO &amp;quot;Location $location does not exist&amp;quot;&lt;br /&gt;
            throw&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
    catch&lt;br /&gt;
    {&lt;br /&gt;
        ECHO &amp;quot;The program failed to evaluate the path.  Perhaps you specified an incorrectly formatted command line parameter?&amp;quot;&lt;br /&gt;
        EXIT&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function IsDirectory ([string] $location)&lt;br /&gt;
{&lt;br /&gt;
    $isDirectory = (get-item $location) -is [System.IO.DirectoryInfo]&lt;br /&gt;
    return $isDirectory&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
$version = &amp;quot;1.11&amp;quot;&lt;br /&gt;
ECHO &amp;quot;Artifact Hashing Script Version $version&amp;quot;&lt;br /&gt;
#Just making sure locations are legit&lt;br /&gt;
ECHO &amp;quot;Verifying existence of $ArtifactRootDirectory&amp;quot;&lt;br /&gt;
VerifyLocationExist $ArtifactRootDirectory&lt;br /&gt;
ECHO &amp;quot;Verifying existence of $ArtifactOutputDirectory&amp;quot;&lt;br /&gt;
VerifyLocationExist $ArtifactOutputDirectory&lt;br /&gt;
&lt;br /&gt;
#determine if the input provided is for a single file or for a directory of files&lt;br /&gt;
$artifactLocationIsDir = IsDirectory($ArtifactRootDirectory)&lt;br /&gt;
$logFileLocationIsDir = IsDirectory($ArtifactOutputDirectory)&lt;br /&gt;
&lt;br /&gt;
if($logFileLocationIsDir)&lt;br /&gt;
{&lt;br /&gt;
    $logFileLocation = $ArtifactOutputDirectory + &amp;quot;\CMMCAssessmentArtifacts.log&amp;quot;&lt;br /&gt;
    $hashedLogFileLocation = $ArtifactOutputDirectory + &amp;quot;\CMMCAssessmentLogHash.log&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
    $endOfString = $ArtifactOutputDirectory.LastIndexOf(&amp;quot;\&amp;quot;)&lt;br /&gt;
    $logFileLocation = $ArtifactOutputDirectory.Substring(0,$endOfString) + &amp;quot;\CMMCAssessmentArtifacts.log&amp;quot;&lt;br /&gt;
    $hashedLogFileLocation = $ArtifactOutputDirectory.Substring(0,$endOfString) + &amp;quot;\CMMCAssessmentLogHash.log&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#return the list of artifacts with their hashed values&lt;br /&gt;
$hashedFiles = GetFileHashes $ArtifactRootDirectory $artifactLocationIsDir&lt;br /&gt;
ECHO &amp;quot;Writing artifact file listing to $logFileLocation&amp;quot;&lt;br /&gt;
WriteASCIIFile $logFileLocation $hashedFiles&lt;br /&gt;
&lt;br /&gt;
#Now, I&#039;m going to create a second file hashing the artifacts file&lt;br /&gt;
$hashTheHash = GetFileHashes $logFileLocation $false&lt;br /&gt;
ECHO &amp;quot;Writing hashed value of artifact file listing to $hashedLogFileLocation&amp;quot;&lt;br /&gt;
WriteASCIIFile $hashedLogFileLocation $hashTheHash&lt;br /&gt;
ECHO &amp;quot;SCRIPT COMPLETE&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Hashing_Guide&amp;diff=1067</id>
		<title>CMMC Hashing Guide</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Hashing_Guide&amp;diff=1067"/>
		<updated>2025-03-16T20:59:36Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Process Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/cmmc/Resources-Documentation/ CMMC Hashing Guide Version 2.13, September 2024] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== NOTICES ==&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public  regarding existing requirements under the law or departmental policies.  &lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited. &lt;br /&gt;
&lt;br /&gt;
== CMMC Artifact Hashing Tool User Guide ==&lt;br /&gt;
=== Audience ===&lt;br /&gt;
This guide assumes that the reader has a basic understanding of command-line tools and scripting. Given the proprietary nature of the artifacts generated during a CMMC assessment, it also assumes that the Organization Seeking Assessment (OSA) has staff with sufficient technical background to use the hashing tool independently on an approved organizational system. If the OSA lacks staff with the requisite background, they may request assistance from the assessor or another party in order to complete the process of artifact hashing. Step- by-step instructions are provided below.  &lt;br /&gt;
&lt;br /&gt;
=== Scope and Purpose ===&lt;br /&gt;
When doing  self-assessments,  OSAs  are  not  required  to generate hashes for artifacts. Hashing is only required for assessments by C3PAOs and DCMA DIBCAC.&lt;br /&gt;
&lt;br /&gt;
NOTE: Do not confuse hashing with encryption. Both are cryptographic functions, but hashing does not provide confidentiality for the artifacts. It provides only a mechanism to track the integrity of the artifacts. Confidentiality of the artifacts needs to be handled separately by the OSA, using a different mechanism, such as encryption. When choosing a location to archive the artifacts, the OSA should consider data protection requirements.&lt;br /&gt;
&lt;br /&gt;
During the performance of a CMMC assessment, the team will collect objective evidence using a combination of three assessment methods:&lt;br /&gt;
* examination of artifacts,&lt;br /&gt;
* affirmations through interviews, and&lt;br /&gt;
* observations of actions.&lt;br /&gt;
 &lt;br /&gt;
Because these OSA artifacts may be proprietary, the assessment team will not take or retain OSA artifacts offsite at the conclusion of the assessment. For the protection of all stakeholders, the OSA must retain the artifacts. The artifacts used as evidence for the assessment must be retained by the OSA for six (6) years from the date of assessment.&lt;br /&gt;
 &lt;br /&gt;
Because the artifacts will remain with the OSA, a tool has been developed to provide a cryptographic reference (or hash) for each artifact used in the assessment as discussed  &lt;br /&gt;
in 32 CFR § 170.17 and 32 CFR § 170.18. If needed, the integrity of the assessment artifacts may be checked by verifying the hash generated during the assessment. If an artifact has not been modified, the hash will remain the same.&lt;br /&gt;
&lt;br /&gt;
The Artifact Hashing Tool is a Microsoft PowerShell script that uses the SHA-256 algorithm to generate a hash of each artifact. Next, it generates a list of artifact filenames and associated hashes, then completes the process by generating a hash of the list. At the conclusion of the assessment, the OSA and the assessor will each have the list of artifact names, artifact hashes, and a hash of the list.&lt;br /&gt;
&lt;br /&gt;
=== System Requirements ===&lt;br /&gt;
A computer capable of running Microsoft PowerShell is required for this tool. PowerShell is available for Windows, Linux, and macOS. Please refer to [https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.5&amp;amp;viewFallbackFrom=powershell-7.1 Microsoft PowerShell instructions] for installation, if the software is not already on the system. The execution of PowerShell scripts  may  be  restricted  by  the  organization.  Microsoft’s  instructions  explain  how  to temporarily bypass such restrictions to use the tool. It may be necessary to speak to an administrator to obtain the necessary permissions to execute PowerShell scripts. Additional details can be found in the Supplemental Information section.  &lt;br /&gt;
&lt;br /&gt;
This tool was tested on Windows 11 (version 23H2), Windows 10 (version 1904), Linux (Ubuntu 20.04), and macOS (10.15.7).&lt;br /&gt;
&lt;br /&gt;
=== Process Overview ===&lt;br /&gt;
During the assessment planning and preparation, the OSA and assessment team should decide jointly how they will store artifact files during the assessment. The agreed-upon location should be secure and accessible only to those with a need to know because the artifacts may contain sensitive or proprietary information.&lt;br /&gt;
&lt;br /&gt;
During the course of the assessment, the team collects information through three assessment methods: interviews, artifact examination, and observation. This collection may include such activities as interviewing organization staff, examining the documents or the configuration of a device, and observing organization staff performing actions (Figure 1). It is important to collect evidence while performing these actions, to substantiate MET or NOT MET decisions for each CMMC requirement.&lt;br /&gt;
&lt;br /&gt;
[[ File:ArtifactHashingToolFigure1.png | | Figure 1 - Assessment Execution ]]&lt;br /&gt;
&lt;br /&gt;
The central location where collected assessment artifacts are stored may be a single root directory (Figure 2,  Scenario 1) where all documents are stored. Optionally, the root directory may have subdirectories within it (Figure 2, Scenario 2). The Artifact Hashing Tool can operate in either scenario.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure2.png||Figure 2 - Folder Hierarchy Scenarios]]&lt;br /&gt;
&lt;br /&gt;
Clearly naming artifacts will aid in the event of an audit or retrospective reviews of assessment data. Artifact filenames should follow a standardized naming pattern or be grouped by CMMC requirement.&lt;br /&gt;
&lt;br /&gt;
After all artifacts reviewed by the assessment team are consolidated into the central location, the OSA may run the artifact hashing tool. Both the OSA and assessor should retain a copy of the file log, file hashes, and the integrity hash. The following section details the process for generating hashes for all collected assessment artifacts.&lt;br /&gt;
&lt;br /&gt;
=== Tool Usage Process ===&lt;br /&gt;
Use the commands listed in the instructions below to execute the Artifact Hashing Tool on a computer running Microsoft Windows. If the computer running the tool is operating on Linux or macOS, minor command modifications will need to be made (e.g., in Linux and macOS, use &#039;&#039;&#039;mv&#039;&#039;&#039; instead of &#039;&#039;&#039;ren&#039;&#039;&#039;, respectively).&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
NOTE: The command line entries in this guide can be copied and pasted into the respective OS Command Prompt.&lt;br /&gt;
# Create the ArtifactHash.txt file from the content located in Appendix A. The ArtifactHash.txt file location should be the root directory of the collected assessment artifacts. Ensure you have access to the root directory location.&lt;br /&gt;
# Locate the root directory where collected assessment artifacts are stored. In this instance, &amp;quot;root directory&amp;quot; refers to the directory in which all of the assessment artifacts and/or other folders containing assessment artifacts have been stored.&lt;br /&gt;
# Modify the file extension of the script file created from the Appendix A content. The script content is located as text within Appendix A. You should have a copy of the ArtifactHash.txt file in the root directory of collected assessment artifacts. You can use another location, but this guide assumes that the script file has been copied to this directory.&lt;br /&gt;
# Open &#039;&#039;&#039;Windows Command Prompt&#039;&#039;&#039; or a terminal window for macOS/Linux, then navigate to the location of the script file.&lt;br /&gt;
# Change the file extension of the script file to read as follows:&lt;br /&gt;
&lt;br /&gt;
:: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
:: &amp;lt;code&amp;gt;ren ArtifactHash.txt ArtifactHash.ps1&amp;lt;/code&amp;gt;&lt;br /&gt;
:: &amp;lt;code&amp;gt;Linux/macOS:&amp;lt;/code&amp;gt;&lt;br /&gt;
:: &amp;lt;code&amp;gt;mv ArtifactHash.txt ArtifactHash.ps1&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Execution of Tool ====&lt;br /&gt;
NOTE: Contact the system administrator to address permission errors or other restrictions when running this script.&lt;br /&gt;
# After you rename the script, you can run the tool. The script has three parameters:&lt;br /&gt;
#* &#039;&#039;Execution Policy&#039;&#039;: This parameter allows the script to run unrestricted. It is recommended that you retain the ByPass value.&lt;br /&gt;
#* &#039;&#039;ArtifactRootDirectory&#039;&#039;: This specifies the root directory path of the CMMC assessment artifacts. This location can be represented by a traditional Windows file path, a UNC path, or even .\ to indicate the current directory. The default value is the current directory. If the script is located in the root of the artifact repository, this parameter does not need to be specified on the command line.&lt;br /&gt;
#* &#039;&#039;ArtifactOutputDirectory&#039;&#039;: This specifies the directory where the script will write two log files. The first log is the listing of all files within the &#039;&#039;ArtifactRootDirectory&#039;&#039; as well as the corresponding hash. The second log is a hashed value of the first log. This is a simple way to help preserve the integrity of the artifact listing without requiring the maintenance of a public/private key pair or a password for an HMAC. The default value for this parameter is the current directory. If the script is located in the desired output location, this parameter does not need to be specified on the command line.&lt;br /&gt;
# Execute the following command, along with the determined values for the two directory parameters:&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;powershell -ExecutionPolicy ByPass .\ArtifactHash.ps1 -ArtifactRootDirectory .\ -ArtifactOutputDirectory .\&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;Linux/macOS:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;pwsh -ExecutionPolicy ByPass ./ArtifactHash.ps1 -ArtifactRootDirectory ./ -ArtifactOutputDirectory ./&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &#039;&#039;&#039;Important&#039;&#039;&#039;&lt;br /&gt;
#: The command above assumes that the script file is located in the root assessment artifact directory and that the output hash files typically goes into to the same directory. The “.\” following the parameters should be modified if the script is located in a different directory or to output the hash files to a different directory. In addition, this command assumes usage of the ExecutionPolicy cmdlet, which may not be necessary. See the Supplemental Information section for details.&lt;br /&gt;
# If the tool has run successfully, SCRIPT COMPLETE will be displayed in the command prompt. At this time, verify that the files (CMMCAssessmentArtifacts.log) and (CMMCAssessmentLogHash.log) have been generated in the output directory specified by the second script parameter.&lt;br /&gt;
&lt;br /&gt;
==== Use Example ====&lt;br /&gt;
In this simple example, a C3PAO has used four files provided by an OSC to support an assessment. The four assessment related files are in a directory along with the PowerShell script as shown in Figure 3.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure3.png||Figure 3 - Assessment file directory before hash]]&lt;br /&gt;
&lt;br /&gt;
Figure 4 shows the successful execution of the PowerShell script and Figure 5 shows the same directory with the addition of the two PowerShell output files.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure4.png||Figure 4 - Successful execution of ArtifactHash.ps1]]&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure5.png||Figure 5 - Assessment file directory after script execution]]&lt;br /&gt;
&lt;br /&gt;
CMMCAssessmentArtifacts.log, in Figure 6, is a text file that contains the hashing algorithm used, hash value of each individual file in the directory, and the filename and path. This text file contains the list of artifacts. The filename is entered into the Hashed Data List data field in the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure6.png||Figure 6 - CMMCAssessmentArtifacts.log]]&lt;br /&gt;
&lt;br /&gt;
CMMCAssessmentLogHash.log in Figure 7, is a text file that contains the single return value generated by creating a hash of CMMCAssessmentArtifacts.log. This hash is the string to enter in the Hash Value data field in the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
[[File:ArtifactHashingToolFigure7.png||Figure 7 - CMMCAssessmentLogHash.log]]&lt;br /&gt;
&lt;br /&gt;
=== Supplemental Information ===&lt;br /&gt;
* For parameters that include spaces in the paths, surround the entire path name in single quotes. During testing, double quotes produced an error.&lt;br /&gt;
* If the script file is not placed in the root assessment artifact directory, you will need to specify the path of the script, for example, Z:\Files\Tool ArtifactHash.ps1.&lt;br /&gt;
* In certain instances, the organization may restrict the execution of PowerShell scripts. The By Pass value of the Execution Policy cmdlet within the command should temporarily bypass these restrictions. In addition, it is possible to manually verify and modify the PowerShell script execution policy of the current user as follows.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Note:&#039;&#039;&#039; The content following the # (hashtag) symbol represents a comment in the script.&lt;br /&gt;
# Verify the policy that is set.&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;powershell get-ExecutionPolicy -Scope CurrentUser #make note of the current setting&amp;lt;/code&amp;gt;&lt;br /&gt;
# Set the execution policy for the user to bypass, and verify that &amp;quot;Bypass&amp;quot; is reflected.&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;set-ExecutionPolicy ByPass -Scope CurrentUser&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;get-ExecutionPolicy -Scope CurrentUser #verify the setting was updated&amp;lt;/code&amp;gt;&lt;br /&gt;
# After completion of the hashing process, change the execution policy back to the default state.&lt;br /&gt;
#: &amp;lt;code&amp;gt;Windows:&amp;lt;/code&amp;gt;&lt;br /&gt;
#: &amp;lt;code&amp;gt;set-ExecutionPolicy Default -Scope CurrentUser&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Appendix A: ArtifactHash.txt File Content ==&lt;br /&gt;
The blue courier text below is the powershell script needed for this task. Use cut and paste to copy all of the blue courier content into your favorite text editor and store the file with the name: ArtifactHash.txt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: blue&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;#&lt;br /&gt;
.SYNOPSIS&lt;br /&gt;
  Hash artifacts for a CMMC Assessment to maintain integrity in the event any files are needed in the future&lt;br /&gt;
.DESCRIPTION&lt;br /&gt;
  This script will recursively evaluate all files in a local or UNC path.  Each file will be hashed and written to a text file.  Additionally, the record is hashed to preserve the integrity of the output&lt;br /&gt;
.PARAMETER ArtifactRootDirectory&lt;br /&gt;
  Specifies the root path of the CMMC assessment artifacts.  This location can be represented by a traditional Windows file path, a  UNC path, or even .\&lt;br /&gt;
.PARAMETER ArtifactOutputDirectory&lt;br /&gt;
  Specifies the directory where the script will write two log files.  The first log is the listing of all files within the ArtifactRootDirectory as well as the corresponding hash. The second log, is a hashed value of the first log.  This is a simple way to help preserve the integrity of the artifact listing without requiring the maintenance of a public/private key pair or a password for an HMAC&lt;br /&gt;
#&amp;gt;&lt;br /&gt;
#VERSION 1.11&lt;br /&gt;
param&lt;br /&gt;
(&lt;br /&gt;
    [Parameter(mandatory=$false)][string]$ArtifactRootDirectory = &amp;quot;.\&amp;quot;,&lt;br /&gt;
    [Parameter(mandatory=$false)][string]$ArtifactOutputDirectory = &amp;quot;.\&amp;quot;&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
function GetFileHashes ([string] $rootLocation, [boolean] $isDirectory)&lt;br /&gt;
{&lt;br /&gt;
    if ($isDirectory)&lt;br /&gt;
    {&lt;br /&gt;
        $hashList = Get-ChildItem -path $rootLocation -Recurse -Force -File | Get-FileHash&lt;br /&gt;
    }&lt;br /&gt;
    else&lt;br /&gt;
    {&lt;br /&gt;
        $hashList = Get-FileHash $rootLocation&lt;br /&gt;
    }&lt;br /&gt;
    return $hashList&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function WriteASCIIFile ([string] $filePath, [object] $fileContent)&lt;br /&gt;
{&lt;br /&gt;
    Out-File -FilePath $filePath -Force -Encoding ASCII -InputObject $fileContent -Width 1024&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function VerifyLocationExist ([string] $location)&lt;br /&gt;
{&lt;br /&gt;
    try&lt;br /&gt;
    {   $doesExist = Test-Path $location&lt;br /&gt;
        if (-Not $doesExist)&lt;br /&gt;
        {&lt;br /&gt;
            ECHO &amp;quot;Location $location does not exist&amp;quot;&lt;br /&gt;
            throw&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
    catch&lt;br /&gt;
    {&lt;br /&gt;
        ECHO &amp;quot;The program failed to evaluate the path.  Perhaps you specified an incorrectly formatted command line parameter?&amp;quot;&lt;br /&gt;
        EXIT&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function IsDirectory ([string] $location)&lt;br /&gt;
{&lt;br /&gt;
    $isDirectory = (get-item $location) -is [System.IO.DirectoryInfo]&lt;br /&gt;
    return $isDirectory&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
$version = &amp;quot;1.11&amp;quot;&lt;br /&gt;
ECHO &amp;quot;Artifact Hashing Script Version $version&amp;quot;&lt;br /&gt;
#Just making sure locations are legit&lt;br /&gt;
ECHO &amp;quot;Verifying existence of $ArtifactRootDirectory&amp;quot;&lt;br /&gt;
VerifyLocationExist $ArtifactRootDirectory&lt;br /&gt;
ECHO &amp;quot;Verifying existence of $ArtifactOutputDirectory&amp;quot;&lt;br /&gt;
VerifyLocationExist $ArtifactOutputDirectory&lt;br /&gt;
&lt;br /&gt;
#determine if the input provided is for a single file or for a directory of files&lt;br /&gt;
$artifactLocationIsDir = IsDirectory($ArtifactRootDirectory)&lt;br /&gt;
$logFileLocationIsDir = IsDirectory($ArtifactOutputDirectory)&lt;br /&gt;
&lt;br /&gt;
if($logFileLocationIsDir)&lt;br /&gt;
{&lt;br /&gt;
    $logFileLocation = $ArtifactOutputDirectory + &amp;quot;\CMMCAssessmentArtifacts.log&amp;quot;&lt;br /&gt;
    $hashedLogFileLocation = $ArtifactOutputDirectory + &amp;quot;\CMMCAssessmentLogHash.log&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
    $endOfString = $ArtifactOutputDirectory.LastIndexOf(&amp;quot;\&amp;quot;)&lt;br /&gt;
    $logFileLocation = $ArtifactOutputDirectory.Substring(0,$endOfString) + &amp;quot;\CMMCAssessmentArtifacts.log&amp;quot;&lt;br /&gt;
    $hashedLogFileLocation = $ArtifactOutputDirectory.Substring(0,$endOfString) + &amp;quot;\CMMCAssessmentLogHash.log&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#return the list of artifacts with their hashed values&lt;br /&gt;
$hashedFiles = GetFileHashes $ArtifactRootDirectory $artifactLocationIsDir&lt;br /&gt;
ECHO &amp;quot;Writing artifact file listing to $logFileLocation&amp;quot;&lt;br /&gt;
WriteASCIIFile $logFileLocation $hashedFiles&lt;br /&gt;
&lt;br /&gt;
#Now, I&#039;m going to create a second file hashing the artifacts file&lt;br /&gt;
$hashTheHash = GetFileHashes $logFileLocation $false&lt;br /&gt;
ECHO &amp;quot;Writing hashed value of artifact file listing to $hashedLogFileLocation&amp;quot;&lt;br /&gt;
WriteASCIIFile $hashedLogFileLocation $hashTheHash&lt;br /&gt;
ECHO &amp;quot;SCRIPT COMPLETE&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure2.png&amp;diff=1066</id>
		<title>File:ArtifactHashingToolFigure2.png</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure2.png&amp;diff=1066"/>
		<updated>2025-03-16T20:44:46Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure1.png&amp;diff=1065</id>
		<title>File:ArtifactHashingToolFigure1.png</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure1.png&amp;diff=1065"/>
		<updated>2025-03-16T20:44:10Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure7.png&amp;diff=1064</id>
		<title>File:ArtifactHashingToolFigure7.png</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure7.png&amp;diff=1064"/>
		<updated>2025-03-16T20:42:49Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure6.png&amp;diff=1063</id>
		<title>File:ArtifactHashingToolFigure6.png</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure6.png&amp;diff=1063"/>
		<updated>2025-03-16T20:42:39Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure5.png&amp;diff=1062</id>
		<title>File:ArtifactHashingToolFigure5.png</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure5.png&amp;diff=1062"/>
		<updated>2025-03-16T20:42:27Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure4.png&amp;diff=1061</id>
		<title>File:ArtifactHashingToolFigure4.png</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure4.png&amp;diff=1061"/>
		<updated>2025-03-16T20:42:14Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure3.png&amp;diff=1060</id>
		<title>File:ArtifactHashingToolFigure3.png</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=File:ArtifactHashingToolFigure3.png&amp;diff=1060"/>
		<updated>2025-03-16T20:41:50Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_1_Scoping_Guidance&amp;diff=674</id>
		<title>Level 1 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_1_Scoping_Guidance&amp;diff=674"/>
		<updated>2025-02-24T17:17:33Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Level 1 Scoping Guidance] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= NOTICES =&lt;br /&gt;
&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing requirements under the law or departmental policies.&lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 1 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the  &#039;&#039;CMMC Scoping Guide –  Level 2 &#039;&#039; document. Guidance for scoping a Level 3 certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 3&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Assessment (OSAs) that will be conducting a Level 1 self-assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
== Level 1 Assessment Scope ==&lt;br /&gt;
Prior to a Level 1 self-assessment the OSA must specify the CMMC Assessment Scope. The CMMC Assessment Scope defines  which assets within the OSA’s  environment will be assessed and the details of the self-assessment. There are no documentation requirements for Level 1 self-assessments including In-Scope, Out-of-Scope, and Specialized Assets. &lt;br /&gt;
&lt;br /&gt;
=== In-Scope Assets ===&lt;br /&gt;
Assets in scope for a Level 1 self-assessment, as defined in 32 CFR § 170.19(b), are all assets that process, store, or transmit Federal Contract Information (FCI).&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039; – FCI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039; – FCI is inactive or at rest on an asset (e.g., located on electronic media, in system component memory, or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039; – FCI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
These assets are part of the CMMC Assessment Scope and are assessed against all Level 1 requirements. &lt;br /&gt;
&lt;br /&gt;
=== Out-of-Scope Assets ===&lt;br /&gt;
Assets out of scope for a Level 1 self-assessment, as defined in 32 CFR § 170.19(b)(2), are those that  do not process, store, or transmit FCI.  These  assets are outside of the CMMC Assessment Scope and are not part of the assessment. &lt;br /&gt;
&lt;br /&gt;
== &#039;&#039;Specialized Assets&#039;&#039; ==&lt;br /&gt;
Specialized Assets, as defined in 32 CFR § 170.19(b)(2)(ii), are those assets that can process, store, or transmit FCI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment. Specialized Assets are not part of the Level 1 self-assessment scope and are not assessed against CMMC requirements. The following assets, defined in 32 CFR § 170.4, are considered specialized assets for a Level 1 self-assessment.&lt;br /&gt;
* &#039;&#039;&#039;Government  Furnished Equipment&#039;&#039;&#039; (GFE) has the same meaning as “government-furnished property” as defined in 48 CFR  § 45.101.  Government-furnished property means property in the possession of, or directly acquired by, the Government and subsequently furnished to the contractor for performance of a contract. Government-furnished property includes, but is not limited to, spares and property furnished for repair, maintenance, overhaul, or modification. Government-furnished property also includes contractor-acquired property if the contractor-acquired property is a deliverable under a cost contract when accepted by the Government for continued use under the contract. &lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; is defined is NIST SP800-172A. These are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors  [Reference: iot.ieee.org/definition; National Institute of Standards and Technology (NIST) 800-183].&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[017fc2ea748b1f3e96df9700ce159821fc970307.html#5|1 ]]means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: NIST SP 800-160v2 Rev 1] NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: NIST SP 800-82r3] &lt;br /&gt;
* &#039;&#039;&#039;Restricted Information Systems&#039;&#039;&#039; means systems [and associated Information Technology (IT) components comprising the system] that are configured based entirely on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 Operational Technology includes hardware and software that use direct monitoring and control of industrial &lt;br /&gt;
&lt;br /&gt;
equipment to detect or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(b)(3), to appropriately scope a Level 1 self-assessment, &lt;br /&gt;
&lt;br /&gt;
the OSA should consider the people, technology, facilities, and external service providers &lt;br /&gt;
&lt;br /&gt;
within its environment that process, store, or transmit FCI. &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;People&#039;&#039;&#039; – May include,  but are not limited to,  employees,  contractors, vendors, and &lt;br /&gt;
&lt;br /&gt;
external service provider personnel. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Technology&#039;&#039;&#039; – May include,  but are not limited to,  servers, client computers, mobile &lt;br /&gt;
&lt;br /&gt;
devices, network appliances (e.g., firewalls, switches, APs, and routers), VoIP devices, &lt;br /&gt;
&lt;br /&gt;
applications, virtual machines, and database systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Facilities&#039;&#039;&#039; – May include, but are not limited to, physical office locations, satellite offices, &lt;br /&gt;
&lt;br /&gt;
server rooms, datacenters, manufacturing plants, and secured rooms. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;External Service Provider (ESP) &#039;&#039;&#039;–&#039;&#039;&#039; &#039;&#039;&#039;as defined in&#039;&#039;&#039; &#039;&#039;&#039;32 CFR § 170.4, means external people, &lt;br /&gt;
&lt;br /&gt;
technology, or facilities that an OSA  utilizes for provision and management of &lt;br /&gt;
&lt;br /&gt;
comprehensive IT and/or cybersecurity services on behalf of the OSA. &lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(b)(1), assets that process, store, or transmit FCI and &lt;br /&gt;
&lt;br /&gt;
which are not Specialized Assets are in the CMMC Assessment Scope. Using the asset types &lt;br /&gt;
&lt;br /&gt;
approach allows an OSA to determine how they will satisfy the Level 1 requirements. FCI is &lt;br /&gt;
&lt;br /&gt;
a broad category of information; therefore, the self-assessment may need to address a wide &lt;br /&gt;
&lt;br /&gt;
array of assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
For example, identifying the people within the OSA who process, store, or transmit FCI, will &lt;br /&gt;
&lt;br /&gt;
assist with fulfillment of the assessment of the following Level 1 security requirement: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;IA.L1-b.1.v – Identify information system users, processes acting on behalf of users, or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;devices. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As another example,  identification  of  all technologies  may inform assessment of  the &lt;br /&gt;
&lt;br /&gt;
following Level 1 security requirements: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;AC.L1-b.1.iii – Verify and control/limit connections to and use of external information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;systems. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;SC.L1-b.1.x – Monitor, control, and protect organizational communications (i.e., &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;information transmitted or received by organizational information systems) at the external &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;boundaries and key internal boundaries of the information systems. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments may be valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions.  Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP[[017fc2ea748b1f3e96df9700ce159821fc970307.html#6|2]] &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 It is recommended that an OSA develop a SSP as a best practice at Level 1. However, it is not required in order &lt;br /&gt;
&lt;br /&gt;
to conduct a Level 1 self-assessment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#3|Introduction]]&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Level 1 Assessment Scope]]&lt;br /&gt;
*** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|In-Scope Assets]]&lt;br /&gt;
*** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Out-of-Scope Assets]]&lt;br /&gt;
**** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Specialized Assets]]&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#6|Additional Guidance on Level 1 Scoping]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL1v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_1_Scoping_Guidance&amp;diff=673</id>
		<title>Level 1 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_1_Scoping_Guidance&amp;diff=673"/>
		<updated>2025-02-24T15:54:32Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Level 1 Scoping Guidance] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= NOTICES =&lt;br /&gt;
&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing requirements under the law or departmental policies.&lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 1 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the  &#039;&#039;CMMC Scoping Guide –  Level 2 &#039;&#039; document. Guidance for scoping a Level 3 certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 3&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Assessment (OSAs) that will be conducting a Level 1 self-assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
== Level 1 Assessment Scope ==&lt;br /&gt;
Prior to a Level 1 self-assessment the OSA must specify the CMMC Assessment Scope. The CMMC Assessment Scope defines  which assets within the OSA’s  environment will be assessed and the details of the self-assessment. There are no documentation requirements for Level 1 self-assessments including In-Scope, Out-of-Scope, and Specialized Assets. &lt;br /&gt;
&lt;br /&gt;
=== In-Scope Assets ===&lt;br /&gt;
Assets in scope for a Level 1 self-assessment, as defined in 32 CFR § 170.19(b), are all assets that process, store, or transmit Federal Contract Information (FCI).&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Process&#039;&#039;&#039; – FCI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, &lt;br /&gt;
&lt;br /&gt;
or printed). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Store&#039;&#039;&#039; – FCI is inactive or at rest on an asset (e.g., located on electronic media, in system &lt;br /&gt;
&lt;br /&gt;
component memory, or in physical format such as paper documents). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Transmit&#039;&#039;&#039; – FCI is being transferred from one asset to another asset (e.g., data in transit &lt;br /&gt;
&lt;br /&gt;
using physical or digital transport methods). &lt;br /&gt;
&lt;br /&gt;
These assets are part of the CMMC Assessment Scope and are assessed against all Level 1 &lt;br /&gt;
&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets out of scope for a Level 1 self-assessment, as defined in 32 CFR § 170.19(b)(2), are &lt;br /&gt;
&lt;br /&gt;
those that  do not process, store, or transmit FCI.  These  assets are outside of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope and are not part of the assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Specialized Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Specialized Assets, as defined in 32 CFR § 170.19(b)(2)(ii), are those assets that can process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit FCI but are unable to be fully secured, including: Internet of Things (IoT) &lt;br /&gt;
&lt;br /&gt;
devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), &lt;br /&gt;
&lt;br /&gt;
Government Furnished Equipment (GFE), Restricted Information Systems, and Test &lt;br /&gt;
&lt;br /&gt;
Equipment. Specialized Assets are not part of the Level 1 self-assessment scope and are not &lt;br /&gt;
&lt;br /&gt;
assessed against CMMC requirements. The following assets, defined in 32 CFR § 170.4, are &lt;br /&gt;
&lt;br /&gt;
considered specialized assets for a Level 1 self-assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Government  Furnished Equipment&#039;&#039;&#039;  (GFE)  has the same meaning as “government-&lt;br /&gt;
&lt;br /&gt;
furnished property” as defined in 48 CFR  § 45.101.  Government-furnished property &lt;br /&gt;
&lt;br /&gt;
means property in the possession of, or directly acquired by, the Government and &lt;br /&gt;
&lt;br /&gt;
subsequently furnished to the contractor for performance of a contract. Government-&lt;br /&gt;
&lt;br /&gt;
furnished property includes, but is not limited to, spares and property furnished for &lt;br /&gt;
&lt;br /&gt;
repair, maintenance, overhaul, or modification. Government-furnished property also &lt;br /&gt;
&lt;br /&gt;
includes contractor-acquired property if the contractor-acquired property is a &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
deliverable under a cost contract when accepted by the Government for continued use &lt;br /&gt;
&lt;br /&gt;
under the contract. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; is defined is NIST SP &lt;br /&gt;
&lt;br /&gt;
800-172A. These are interconnected devices having physical or virtual representation in &lt;br /&gt;
&lt;br /&gt;
the digital world, sensing/actuation capability, and programmability features. They are &lt;br /&gt;
&lt;br /&gt;
uniquely identifiable and may include smart electric grids, lighting, heating, air &lt;br /&gt;
&lt;br /&gt;
conditioning, and fire and smoke detectors  [Reference: iot.ieee.org/definition; National &lt;br /&gt;
&lt;br /&gt;
Institute of Standards and Technology (NIST) 800-183]. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[017fc2ea748b1f3e96df9700ce159821fc970307.html#5|1 ]]means programmable systems or devices that interact &lt;br /&gt;
&lt;br /&gt;
with the physical environment (or manage devices that interact with the physical &lt;br /&gt;
&lt;br /&gt;
environment). These systems or devices detect or cause a direct change through the &lt;br /&gt;
&lt;br /&gt;
monitoring or control of devices, processes, and events. Examples include industrial &lt;br /&gt;
&lt;br /&gt;
control systems, building management systems, fire control systems, and physical access &lt;br /&gt;
&lt;br /&gt;
control mechanisms. [Source: NIST SP 800-160v2 Rev 1] NOTE: Operational Technology &lt;br /&gt;
&lt;br /&gt;
(OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a &lt;br /&gt;
&lt;br /&gt;
rapidly evolving field. [Source: NIST SP 800-82r3] &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Restricted Information Systems&#039;&#039;&#039;  means  systems  [and associated Information &lt;br /&gt;
&lt;br /&gt;
Technology (IT) components comprising the system] that are configured based entirely &lt;br /&gt;
&lt;br /&gt;
on government security requirements (i.e., connected to something that was required to &lt;br /&gt;
&lt;br /&gt;
support a functional requirement) and are used to support a contract (e.g., fielded &lt;br /&gt;
&lt;br /&gt;
systems, obsolete systems, and product deliverable replicas). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Test Equipment &#039;&#039;&#039;means hardware and/or associated IT components used in the testing &lt;br /&gt;
&lt;br /&gt;
of products, system components, and contract deliverables. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 Operational Technology includes hardware and software that use direct monitoring and control of industrial &lt;br /&gt;
&lt;br /&gt;
equipment to detect or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(b)(3), to appropriately scope a Level 1 self-assessment, &lt;br /&gt;
&lt;br /&gt;
the OSA should consider the people, technology, facilities, and external service providers &lt;br /&gt;
&lt;br /&gt;
within its environment that process, store, or transmit FCI. &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;People&#039;&#039;&#039; – May include,  but are not limited to,  employees,  contractors, vendors, and &lt;br /&gt;
&lt;br /&gt;
external service provider personnel. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Technology&#039;&#039;&#039; – May include,  but are not limited to,  servers, client computers, mobile &lt;br /&gt;
&lt;br /&gt;
devices, network appliances (e.g., firewalls, switches, APs, and routers), VoIP devices, &lt;br /&gt;
&lt;br /&gt;
applications, virtual machines, and database systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Facilities&#039;&#039;&#039; – May include, but are not limited to, physical office locations, satellite offices, &lt;br /&gt;
&lt;br /&gt;
server rooms, datacenters, manufacturing plants, and secured rooms. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;External Service Provider (ESP) &#039;&#039;&#039;–&#039;&#039;&#039; &#039;&#039;&#039;as defined in&#039;&#039;&#039; &#039;&#039;&#039;32 CFR § 170.4, means external people, &lt;br /&gt;
&lt;br /&gt;
technology, or facilities that an OSA  utilizes for provision and management of &lt;br /&gt;
&lt;br /&gt;
comprehensive IT and/or cybersecurity services on behalf of the OSA. &lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(b)(1), assets that process, store, or transmit FCI and &lt;br /&gt;
&lt;br /&gt;
which are not Specialized Assets are in the CMMC Assessment Scope. Using the asset types &lt;br /&gt;
&lt;br /&gt;
approach allows an OSA to determine how they will satisfy the Level 1 requirements. FCI is &lt;br /&gt;
&lt;br /&gt;
a broad category of information; therefore, the self-assessment may need to address a wide &lt;br /&gt;
&lt;br /&gt;
array of assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
For example, identifying the people within the OSA who process, store, or transmit FCI, will &lt;br /&gt;
&lt;br /&gt;
assist with fulfillment of the assessment of the following Level 1 security requirement: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;IA.L1-b.1.v – Identify information system users, processes acting on behalf of users, or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;devices. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As another example,  identification  of  all technologies  may inform assessment of  the &lt;br /&gt;
&lt;br /&gt;
following Level 1 security requirements: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;AC.L1-b.1.iii – Verify and control/limit connections to and use of external information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;systems. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;SC.L1-b.1.x – Monitor, control, and protect organizational communications (i.e., &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;information transmitted or received by organizational information systems) at the external &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;boundaries and key internal boundaries of the information systems. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments may be valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions.  Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP[[017fc2ea748b1f3e96df9700ce159821fc970307.html#6|2]] &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 It is recommended that an OSA develop a SSP as a best practice at Level 1. However, it is not required in order &lt;br /&gt;
&lt;br /&gt;
to conduct a Level 1 self-assessment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#3|Introduction]]&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Level 1 Assessment Scope]]&lt;br /&gt;
*** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|In-Scope Assets]]&lt;br /&gt;
*** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Out-of-Scope Assets]]&lt;br /&gt;
**** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Specialized Assets]]&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#6|Additional Guidance on Level 1 Scoping]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL1v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_1_Scoping_Guidance&amp;diff=672</id>
		<title>Level 1 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_1_Scoping_Guidance&amp;diff=672"/>
		<updated>2025-02-24T15:48:08Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Importing content from PDF File: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL1v2.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Level 1 Scoping Guidance] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== FCI Assets ==&lt;br /&gt;
Federal Contract Information (FCI) Assets process, store, or transmit FCI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039; – FCI can be used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039; – FCI is inactive or at rest on an asset (e.g., located on electronic media, in system component memory, or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039; – FCI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
FCI Assets are part of the CMMC Self-Assessment Scope and are assessed against applicable CMMC practices.&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets do not process, store, or transmit FCI. Out-of-Scope Assets are outside of the CMMC Self-Assessment Scope and should not be part of the CMMC self-assessment. These assets are out of scope when evaluating their conformity with applicable CMMC practices. There are no documentation requirements for Out-of-Scope Assets. Specialized assets, as discussed in the next section, are out of scope for a Level 1 Self-Assessment.&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered specialized assets for a CMMC Level 1 self-assessment when properly documented.&lt;br /&gt;
* &#039;&#039;&#039;Government Property&#039;&#039;&#039; is all property owned or leased by the government. Government property includes both government-furnished and contractor-acquired property. Government  property  includes  material,  equipment,  special  tooling,  special  test equipment, and real property. Government property does not include intellectual property or software [Reference: Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors [Reference: iot.ieee.org/definition; National Institute of Standards and Technology (NIST) 800-183].&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039; is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems. OT may include programmable logic controllers (PLCs), computerized numerical control (CNC) devices, machine controllers, fabricators, assemblers, and machining.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information Systems&#039;&#039;&#039; can include systems (and associated IT components comprising the system) that are configured based entirely on government requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; can include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are not part of the Level 1 CMMC Self-Assessment Scope and are not assessed against CMMC practices. &lt;br /&gt;
== Additional Guidance on Level 1 Scoping Activities ==&lt;br /&gt;
To appropriately scope a CMMC Level 1 self-assessment, the contractor should consider the people, technology, facilities, and external service providers within their environment that process, store, or transmit FCI.&lt;br /&gt;
* &#039;&#039;&#039;People&#039;&#039;&#039; – Employees, contractors, vendors, and external service provider personnel &lt;br /&gt;
* &#039;&#039;&#039;Technology&#039;&#039;&#039; – Servers, client computers, mobile devices, network appliances (e.g., firewalls, switches, APs, and routers), VoIP devices, applications, virtual machines, and database systems.&lt;br /&gt;
* &#039;&#039;&#039;Facilities&#039;&#039;&#039; – Physical office locations, satellite offices, server rooms, datacenters, manufacturing plants, and secured rooms.&lt;br /&gt;
* &#039;&#039;&#039;External Service Provider (ESP)&#039;&#039;&#039; – External people, technology, or facilities that the organization uses, including cloud services, co-located data centers, hosting providers, and managed security service providers.&lt;br /&gt;
&lt;br /&gt;
Assets that process, store, or transmit FCI are considered in the self-assessment scope. Using the asset types approach allows a contractor to determine and iterate on how they will satisfy the CMMC Level 1 practices. Because FCI is a broad category of information, the contractor will likely focus the self-assessment on their entire environment.&lt;br /&gt;
&lt;br /&gt;
For example, identifying the people within the contractor’s organization that process, store, or transmit FCI, informs how that contractor performs the following practice:&lt;br /&gt;
* IA.L1-3.5.1 – Identify information system users, processes acting on behalf of users, or devices.&lt;br /&gt;
&lt;br /&gt;
Another example is when the contractor considers all of its technology and external service providers, it will allow them to convey how they satisfy the following practices:&lt;br /&gt;
* AC.L1-3.1.20 – Verify and control/limit connections to and use of external information systems.&lt;br /&gt;
* SC.L1-3.13.1 – Monitor, control, and protect organizational communications (i.e., information transmitted or received by organizational information systems) at the external boundaries and key internal boundaries of the information systems.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Version 2.13 | September 2024 &lt;br /&gt;
&lt;br /&gt;
DoD-CIO-00005 (ZRIN 0790-ZA21) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Scoping Guide &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Level 1 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
24-T-2769&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
ii &lt;br /&gt;
&lt;br /&gt;
NOTICES &lt;br /&gt;
&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to &lt;br /&gt;
&lt;br /&gt;
bind the public in any way. This document is intended only to provide clarity to the public &lt;br /&gt;
&lt;br /&gt;
regarding existing requirements under the law or departmental policies. &lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
1 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Introduction &amp;lt;br /&amp;gt;&lt;br /&gt;
This document provides scoping guidance for Level 1 of the Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations &lt;br /&gt;
&lt;br /&gt;
(CFR). Guidance for scoping a Level 2 self-assessment or certification assessment can be &lt;br /&gt;
&lt;br /&gt;
found in the  &#039;&#039;CMMC Scoping Guide –  Level 2  &#039;&#039;document. Guidance for scoping  a Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 3&#039;&#039; document. More &lt;br /&gt;
&lt;br /&gt;
details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document. &amp;lt;br /&amp;gt;&lt;br /&gt;
Purpose and Audience  &amp;lt;br /&amp;gt;&lt;br /&gt;
This guide is intended for Organizations Seeking Assessment (OSAs) that will be conducting &lt;br /&gt;
&lt;br /&gt;
a Level 1 self-assessment and the professionals or companies that will support them in those &lt;br /&gt;
&lt;br /&gt;
efforts. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
2 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Prior to a Level 1 self-assessment the OSA must specify the CMMC Assessment Scope. The &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope defines  which assets within the OSA’s  environment will be &lt;br /&gt;
&lt;br /&gt;
assessed and the details of the self-assessment. There are no documentation requirements &lt;br /&gt;
&lt;br /&gt;
for Level 1 self-assessments including In-Scope, Out-of-Scope, and Specialized Assets. &lt;br /&gt;
&lt;br /&gt;
In-Scope Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets in scope for a Level 1 self-assessment, as defined in 32 CFR § 170.19(b), are all assets &lt;br /&gt;
&lt;br /&gt;
that process, store, or transmit Federal Contract Information (FCI). &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Process&#039;&#039;&#039; – FCI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, &lt;br /&gt;
&lt;br /&gt;
or printed). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Store&#039;&#039;&#039; – FCI is inactive or at rest on an asset (e.g., located on electronic media, in system &lt;br /&gt;
&lt;br /&gt;
component memory, or in physical format such as paper documents). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Transmit&#039;&#039;&#039; – FCI is being transferred from one asset to another asset (e.g., data in transit &lt;br /&gt;
&lt;br /&gt;
using physical or digital transport methods). &lt;br /&gt;
&lt;br /&gt;
These assets are part of the CMMC Assessment Scope and are assessed against all Level 1 &lt;br /&gt;
&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets out of scope for a Level 1 self-assessment, as defined in 32 CFR § 170.19(b)(2), are &lt;br /&gt;
&lt;br /&gt;
those that  do not process, store, or transmit FCI.  These  assets are outside of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope and are not part of the assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Specialized Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Specialized Assets, as defined in 32 CFR § 170.19(b)(2)(ii), are those assets that can process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit FCI but are unable to be fully secured, including: Internet of Things (IoT) &lt;br /&gt;
&lt;br /&gt;
devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), &lt;br /&gt;
&lt;br /&gt;
Government Furnished Equipment (GFE), Restricted Information Systems, and Test &lt;br /&gt;
&lt;br /&gt;
Equipment. Specialized Assets are not part of the Level 1 self-assessment scope and are not &lt;br /&gt;
&lt;br /&gt;
assessed against CMMC requirements. The following assets, defined in 32 CFR § 170.4, are &lt;br /&gt;
&lt;br /&gt;
considered specialized assets for a Level 1 self-assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Government  Furnished Equipment&#039;&#039;&#039;  (GFE)  has the same meaning as “government-&lt;br /&gt;
&lt;br /&gt;
furnished property” as defined in 48 CFR  § 45.101.  Government-furnished property &lt;br /&gt;
&lt;br /&gt;
means property in the possession of, or directly acquired by, the Government and &lt;br /&gt;
&lt;br /&gt;
subsequently furnished to the contractor for performance of a contract. Government-&lt;br /&gt;
&lt;br /&gt;
furnished property includes, but is not limited to, spares and property furnished for &lt;br /&gt;
&lt;br /&gt;
repair, maintenance, overhaul, or modification. Government-furnished property also &lt;br /&gt;
&lt;br /&gt;
includes contractor-acquired property if the contractor-acquired property is a &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
deliverable under a cost contract when accepted by the Government for continued use &lt;br /&gt;
&lt;br /&gt;
under the contract. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; is defined is NIST SP &lt;br /&gt;
&lt;br /&gt;
800-172A. These are interconnected devices having physical or virtual representation in &lt;br /&gt;
&lt;br /&gt;
the digital world, sensing/actuation capability, and programmability features. They are &lt;br /&gt;
&lt;br /&gt;
uniquely identifiable and may include smart electric grids, lighting, heating, air &lt;br /&gt;
&lt;br /&gt;
conditioning, and fire and smoke detectors  [Reference: iot.ieee.org/definition; National &lt;br /&gt;
&lt;br /&gt;
Institute of Standards and Technology (NIST) 800-183]. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[017fc2ea748b1f3e96df9700ce159821fc970307.html#5|1 ]]means programmable systems or devices that interact &lt;br /&gt;
&lt;br /&gt;
with the physical environment (or manage devices that interact with the physical &lt;br /&gt;
&lt;br /&gt;
environment). These systems or devices detect or cause a direct change through the &lt;br /&gt;
&lt;br /&gt;
monitoring or control of devices, processes, and events. Examples include industrial &lt;br /&gt;
&lt;br /&gt;
control systems, building management systems, fire control systems, and physical access &lt;br /&gt;
&lt;br /&gt;
control mechanisms. [Source: NIST SP 800-160v2 Rev 1] NOTE: Operational Technology &lt;br /&gt;
&lt;br /&gt;
(OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a &lt;br /&gt;
&lt;br /&gt;
rapidly evolving field. [Source: NIST SP 800-82r3] &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Restricted Information Systems&#039;&#039;&#039;  means  systems  [and associated Information &lt;br /&gt;
&lt;br /&gt;
Technology (IT) components comprising the system] that are configured based entirely &lt;br /&gt;
&lt;br /&gt;
on government security requirements (i.e., connected to something that was required to &lt;br /&gt;
&lt;br /&gt;
support a functional requirement) and are used to support a contract (e.g., fielded &lt;br /&gt;
&lt;br /&gt;
systems, obsolete systems, and product deliverable replicas). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Test Equipment &#039;&#039;&#039;means hardware and/or associated IT components used in the testing &lt;br /&gt;
&lt;br /&gt;
of products, system components, and contract deliverables. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 Operational Technology includes hardware and software that use direct monitoring and control of industrial &lt;br /&gt;
&lt;br /&gt;
equipment to detect or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(b)(3), to appropriately scope a Level 1 self-assessment, &lt;br /&gt;
&lt;br /&gt;
the OSA should consider the people, technology, facilities, and external service providers &lt;br /&gt;
&lt;br /&gt;
within its environment that process, store, or transmit FCI. &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;People&#039;&#039;&#039; – May include,  but are not limited to,  employees,  contractors, vendors, and &lt;br /&gt;
&lt;br /&gt;
external service provider personnel. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Technology&#039;&#039;&#039; – May include,  but are not limited to,  servers, client computers, mobile &lt;br /&gt;
&lt;br /&gt;
devices, network appliances (e.g., firewalls, switches, APs, and routers), VoIP devices, &lt;br /&gt;
&lt;br /&gt;
applications, virtual machines, and database systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Facilities&#039;&#039;&#039; – May include, but are not limited to, physical office locations, satellite offices, &lt;br /&gt;
&lt;br /&gt;
server rooms, datacenters, manufacturing plants, and secured rooms. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;External Service Provider (ESP) &#039;&#039;&#039;–&#039;&#039;&#039; &#039;&#039;&#039;as defined in&#039;&#039;&#039; &#039;&#039;&#039;32 CFR § 170.4, means external people, &lt;br /&gt;
&lt;br /&gt;
technology, or facilities that an OSA  utilizes for provision and management of &lt;br /&gt;
&lt;br /&gt;
comprehensive IT and/or cybersecurity services on behalf of the OSA. &lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(b)(1), assets that process, store, or transmit FCI and &lt;br /&gt;
&lt;br /&gt;
which are not Specialized Assets are in the CMMC Assessment Scope. Using the asset types &lt;br /&gt;
&lt;br /&gt;
approach allows an OSA to determine how they will satisfy the Level 1 requirements. FCI is &lt;br /&gt;
&lt;br /&gt;
a broad category of information; therefore, the self-assessment may need to address a wide &lt;br /&gt;
&lt;br /&gt;
array of assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
For example, identifying the people within the OSA who process, store, or transmit FCI, will &lt;br /&gt;
&lt;br /&gt;
assist with fulfillment of the assessment of the following Level 1 security requirement: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;IA.L1-b.1.v – Identify information system users, processes acting on behalf of users, or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;devices. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As another example,  identification  of  all technologies  may inform assessment of  the &lt;br /&gt;
&lt;br /&gt;
following Level 1 security requirements: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;AC.L1-b.1.iii – Verify and control/limit connections to and use of external information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;systems. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;SC.L1-b.1.x – Monitor, control, and protect organizational communications (i.e., &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;information transmitted or received by organizational information systems) at the external &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;boundaries and key internal boundaries of the information systems. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments may be valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions.  Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP[[017fc2ea748b1f3e96df9700ce159821fc970307.html#6|2]] &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 It is recommended that an OSA develop a SSP as a best practice at Level 1. However, it is not required in order &lt;br /&gt;
&lt;br /&gt;
to conduct a Level 1 self-assessment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 1 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 1 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#3|Introduction]]&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Level 1 Assessment Scope]]&lt;br /&gt;
*** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|In-Scope Assets]]&lt;br /&gt;
*** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Out-of-Scope Assets]]&lt;br /&gt;
**** [[017fc2ea748b1f3e96df9700ce159821fc970307.html#4|Specialized Assets]]&lt;br /&gt;
* [[017fc2ea748b1f3e96df9700ce159821fc970307.html#6|Additional Guidance on Level 1 Scoping]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL1v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=32_CFR_Part_170&amp;diff=670</id>
		<title>32 CFR Part 170</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=32_CFR_Part_170&amp;diff=670"/>
		<updated>2025-02-24T03:57:20Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://www.federalregister.gov/documents/2024/10/15/2024-22905/cybersecurity-maturity-model-certification-cmmc-program Cybersecurity Maturity Model Certification (CMMC) Program] final rule.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= PART 170—CYBERSECURITY MATURITY MODEL CERTIFICATION (CMMC) PROGRAM =&lt;br /&gt;
&lt;br /&gt;
== Subpart A—General Information ==&lt;br /&gt;
Sec.&lt;br /&gt;
170.1 Purpose.&lt;br /&gt;
170.2 Incorporation by reference.&lt;br /&gt;
170.3 Applicability.&lt;br /&gt;
170.4 Acronyms and definitions.&lt;br /&gt;
170.5 Policy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart B—Government Roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibilities &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.6&lt;br /&gt;
&lt;br /&gt;
CMMC PMO. &lt;br /&gt;
&lt;br /&gt;
170.7&lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart C—CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.8&lt;br /&gt;
&lt;br /&gt;
Accreditation Body. &lt;br /&gt;
&lt;br /&gt;
170.9&lt;br /&gt;
&lt;br /&gt;
CMMC Third-Party Assessment &lt;br /&gt;
&lt;br /&gt;
Organizations (C3PAOs). &lt;br /&gt;
&lt;br /&gt;
170.10&lt;br /&gt;
&lt;br /&gt;
CMMC Assessor and Instructor &lt;br /&gt;
&lt;br /&gt;
Certification Organization (CAICO). &lt;br /&gt;
&lt;br /&gt;
170.11&lt;br /&gt;
&lt;br /&gt;
CMMC Certified Assessor (CCA). &lt;br /&gt;
&lt;br /&gt;
170.12&lt;br /&gt;
&lt;br /&gt;
CMMC Instructor. &lt;br /&gt;
&lt;br /&gt;
170.13&lt;br /&gt;
&lt;br /&gt;
CMMC Certified Professional (CCP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart D—Key Elements of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.14&lt;br /&gt;
&lt;br /&gt;
CMMC Model. &lt;br /&gt;
&lt;br /&gt;
170.15&lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmation requirements. &lt;br /&gt;
&lt;br /&gt;
170.16&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmation requirements. &lt;br /&gt;
&lt;br /&gt;
170.17&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.18&lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.19&lt;br /&gt;
&lt;br /&gt;
CMMC scoping. &lt;br /&gt;
&lt;br /&gt;
170.20&lt;br /&gt;
&lt;br /&gt;
Standards acceptance. &lt;br /&gt;
&lt;br /&gt;
170.21&lt;br /&gt;
&lt;br /&gt;
Plan of Action and Milestones &lt;br /&gt;
&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.22&lt;br /&gt;
&lt;br /&gt;
Affirmation. &lt;br /&gt;
&lt;br /&gt;
170.23&lt;br /&gt;
&lt;br /&gt;
Application to subcontractors. &lt;br /&gt;
&lt;br /&gt;
170.24&lt;br /&gt;
&lt;br /&gt;
CMMC Scoring Methodology. &lt;br /&gt;
&lt;br /&gt;
Appendix A to Part 170—Guidance &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Authority: &#039;&#039;&#039;5 U.S.C. 301; Sec. 1648, Pub. &lt;br /&gt;
&lt;br /&gt;
L. 116–92, 133 Stat. 1198. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart A—General Information. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Purpose. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) This part describes the &lt;br /&gt;
&lt;br /&gt;
Cybersecurity Maturity Model &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification (CMMC) Program of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense (DoD) and &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes requirements for defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement prescribed cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for safeguarding Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Contract Information (FCI) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI). This part (the CMMC Program) &amp;lt;br /&amp;gt;&lt;br /&gt;
also establishes requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting an assessment of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
prescribed cybersecurity standard for &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems that: &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI or CUI; &amp;lt;br /&amp;gt;&lt;br /&gt;
provide security protections for systems &amp;lt;br /&amp;gt;&lt;br /&gt;
which process, store, or transmit CUI; or &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00124&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83215 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
are not logically or physically isolated &amp;lt;br /&amp;gt;&lt;br /&gt;
from systems which process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. &lt;br /&gt;
&lt;br /&gt;
(b) The CMMC Program provides DoD &lt;br /&gt;
&lt;br /&gt;
with a viable means of conducting the &amp;lt;br /&amp;gt;&lt;br /&gt;
volume of assessments necessary to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify contractor and subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of required &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements. &lt;br /&gt;
&lt;br /&gt;
(c) The CMMC Program is designed to &lt;br /&gt;
&lt;br /&gt;
ensure defense contractors are properly &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding FCI and CUI that is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI must be protected to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
evolving threats and safeguard &amp;lt;br /&amp;gt;&lt;br /&gt;
nonpublic, unclassified information that &amp;lt;br /&amp;gt;&lt;br /&gt;
supports and enables the warfighter. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program provides a &amp;lt;br /&amp;gt;&lt;br /&gt;
consistent methodology to assess a &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor’s implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
required cybersecurity requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program utilizes the &amp;lt;br /&amp;gt;&lt;br /&gt;
security standards set forth in the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21; National Institute of &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards and Technology (NIST) &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication (SP) 800–171, &#039;&#039;Basic &amp;lt;br /&amp;gt;&lt;br /&gt;
Safeguarding of Covered Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, &#039;&#039;Revision 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2020 (includes updates as of &amp;lt;br /&amp;gt;&lt;br /&gt;
January 28, 2021) (NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2); and selected requirements from the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172, &#039;&#039;Enhanced Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information: A Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST Special Publication 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;February 2021 (NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021), as applicable (see table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4) for requirements, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2 for availability of NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
publications). &lt;br /&gt;
&lt;br /&gt;
(d) The CMMC Program balances the &lt;br /&gt;
&lt;br /&gt;
need to safeguard FCI and CUI and the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to share information &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriately with defense contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
in order to develop capabilities for the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. The CMMC Program is designed to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
practices for defense contractors and to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide DoD with increased assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
that FCI and CUI information will be &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguarded when residing &amp;lt;br /&amp;gt;&lt;br /&gt;
on or transiting contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC Program creates no &lt;br /&gt;
&lt;br /&gt;
right or benefit, substantive or &amp;lt;br /&amp;gt;&lt;br /&gt;
procedural, enforceable by law or in &amp;lt;br /&amp;gt;&lt;br /&gt;
equity by any party against the United &amp;lt;br /&amp;gt;&lt;br /&gt;
States, its departments, agencies, or &amp;lt;br /&amp;gt;&lt;br /&gt;
entities, its officers, employees, or &amp;lt;br /&amp;gt;&lt;br /&gt;
agents, or any other person. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incorporation by reference. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Certain material is incorporated by &lt;br /&gt;
&lt;br /&gt;
reference into this part with the &amp;lt;br /&amp;gt;&lt;br /&gt;
approval of the Director of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register under 5 U.S.C. 552(a) and 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 51. Material approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporation by reference (IBR) is &lt;br /&gt;
&lt;br /&gt;
available for inspection at the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense (DoD) and at the &amp;lt;br /&amp;gt;&lt;br /&gt;
National Archives and Records &amp;lt;br /&amp;gt;&lt;br /&gt;
Administration (NARA). Contact DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ online: &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;; email: ][mailto:osd.mc-alex.DoD-cio.mbx.cmmc-rule@mail.mil &#039;&#039;osd.mc-alex.DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
cio.mbx.cmmc-rule@mail.mil&#039;&#039;; or phone: &amp;lt;br /&amp;gt;&lt;br /&gt;
](202) 770–9100. For information on the &amp;lt;br /&amp;gt;&lt;br /&gt;
availability of this material at NARA, &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.archives.gov/federal-register/cfr/ibr-locations visit: &#039;&#039;www.archives.gov/federal-register/ &amp;lt;br /&amp;gt;&lt;br /&gt;
cfr/ibr-locations &#039;&#039;]or email: [mailto:fr.inspection@nara.gov &#039;&#039;fr.inspection@&amp;lt;br /&amp;gt;&lt;br /&gt;
nara.gov&#039;&#039;. The material may be obtained &amp;lt;br /&amp;gt;&lt;br /&gt;
]from the following sources: &lt;br /&gt;
&lt;br /&gt;
(a) National Institute of Standards and &lt;br /&gt;
&lt;br /&gt;
Technology, U.S. Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Commerce, 100 Bureau Drive, &amp;lt;br /&amp;gt;&lt;br /&gt;
Gaithersburg, MD 20899; phone: (301) &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://csrc.nist.gov/publications/ 975–8443; website: &#039;&#039;https://csrc.nist.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
publications/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(1) FIPS PUB 200, Minimum Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Federal Information &amp;lt;br /&amp;gt;&lt;br /&gt;
and Information Systems, March 2006 &amp;lt;br /&amp;gt;&lt;br /&gt;
(FIPS PUB 200 Mar2006); IBR approved &amp;lt;br /&amp;gt;&lt;br /&gt;
for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(2) FIPS PUB 201–3, Personal Identity &lt;br /&gt;
&lt;br /&gt;
Verification (PIV) of Federal Employees &amp;lt;br /&amp;gt;&lt;br /&gt;
and Contractors, January 2022 (FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
PUB 201–3 Jan2022); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(3) SP 800–37, Risk Management &lt;br /&gt;
&lt;br /&gt;
Framework for Information Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations: A System Life Cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
Approach for Security and Privacy, &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 2, December 2018 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–37 R2); IBR approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(4) SP 800–39, Managing Information &lt;br /&gt;
&lt;br /&gt;
Security Risk: Organization, Mission, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Information System View, March &amp;lt;br /&amp;gt;&lt;br /&gt;
2011 (NIST SP 800–39 Mar2011); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(5) SP 800–53, Security and Privacy &lt;br /&gt;
&lt;br /&gt;
Controls for Information Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations, Revision 5, September &amp;lt;br /&amp;gt;&lt;br /&gt;
2020 (includes updates as of December &amp;lt;br /&amp;gt;&lt;br /&gt;
10, 2020) (NIST SP 800–53 R5); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(6) SP 800–82r3, Guide to Operational &lt;br /&gt;
&lt;br /&gt;
Technology (OT) Security, September &amp;lt;br /&amp;gt;&lt;br /&gt;
2023 (NIST SP 800–82r3); IBR approved &amp;lt;br /&amp;gt;&lt;br /&gt;
for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(7) SP 800–115, Technical Guide to &lt;br /&gt;
&lt;br /&gt;
Information Security Testing and &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment, September 2008 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–115 Sept2008); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(8) SP 800–160, Volume 2, Developing &lt;br /&gt;
&lt;br /&gt;
Cyber-Resilient Systems: A Systems &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Engineering Approach, &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 1, December 2021 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–160 V2R1); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(9) SP 800–171, Protecting Controlled &lt;br /&gt;
&lt;br /&gt;
Unclassified Information in Nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems and Organizations, Revision 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2020 (includes updates as of &amp;lt;br /&amp;gt;&lt;br /&gt;
January 28, 2021), (NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2); IBR approved for §§ 170.4(b) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.14(a) through (c). &lt;br /&gt;
&lt;br /&gt;
(10) SP 800–171A, Assessing Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information, June 2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST SP 800–171A Jun2018); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for §§ 170.11(a), 170.14(d), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.15(c), 170.16(c), 170.17(c), and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.18(c). &lt;br /&gt;
&lt;br /&gt;
(11) SP 800–172, Enhanced Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information: A Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST Special Publication 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2021 (NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021); IBR approved for §§ 170.4(b), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.5(a), and 170.14(a) and (c). &lt;br /&gt;
&lt;br /&gt;
(12) SP 800–172A, Assessing &lt;br /&gt;
&lt;br /&gt;
Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information, &amp;lt;br /&amp;gt;&lt;br /&gt;
March 2022 (NIST SP 800–172A &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2022); IBR approved for §§ 170.4(b), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.14(d), and 170.18(c). &lt;br /&gt;
&lt;br /&gt;
(b) International Organization for &lt;br /&gt;
&lt;br /&gt;
Standardization (ISO) Chemin de &amp;lt;br /&amp;gt;&lt;br /&gt;
Blandonnet 8, CP 401—1214 Vernier, &amp;lt;br /&amp;gt;&lt;br /&gt;
Geneva, Switzerland; phone: +41 22 749 &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.iso.org/popular-standards.html 01 11; website: &#039;&#039;www.iso.org/popular- &amp;lt;br /&amp;gt;&lt;br /&gt;
standards.html&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(1) ISO/IEC 17011:2017(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—Requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for accreditation bodies accrediting &amp;lt;br /&amp;gt;&lt;br /&gt;
conformity assessment bodies, Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, November 2017 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E)); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.8(b)(3), 170.9(b)(13), and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.10(b)(4). &lt;br /&gt;
&lt;br /&gt;
(2) ISO/IEC 17020:2012(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—Requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for the operation of various types of &amp;lt;br /&amp;gt;&lt;br /&gt;
bodies performing inspection, Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, March 1, 2012 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E)); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.8(a), (b)(1), (b)(3) and 170.9(b)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (b)(13). &lt;br /&gt;
&lt;br /&gt;
(3) ISO/IEC 17024:2012(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—General &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for bodies operating &amp;lt;br /&amp;gt;&lt;br /&gt;
certification of persons, second edition, &amp;lt;br /&amp;gt;&lt;br /&gt;
July 1, 2012 (ISO/IEC 17024:2012(E)); &amp;lt;br /&amp;gt;&lt;br /&gt;
IBR approved for §§ 170.8(b)(2) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.10(a) and (b)(4), (7), and (8). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1 to paragraph (b): &#039;&#039;&#039;The ISO/IEC &lt;br /&gt;
&lt;br /&gt;
standards incorporated by reference in this &amp;lt;br /&amp;gt;&lt;br /&gt;
part may be viewed at no cost in ‘‘read only’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://ibr.ansi.org format at &#039;&#039;https://ibr.ansi.org&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Applicability. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) The requirements of this part &lt;br /&gt;
&lt;br /&gt;
apply to: &lt;br /&gt;
&lt;br /&gt;
(1) All DoD contract and subcontract &lt;br /&gt;
&lt;br /&gt;
awardees that will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit information, in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD contract, that meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for FCI or CUI on contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems; and, &lt;br /&gt;
&lt;br /&gt;
(2) Private-sector businesses or other &lt;br /&gt;
&lt;br /&gt;
entities comprising the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem, as specified in subpart C of &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00125&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83216 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(b) The requirements of this part do &lt;br /&gt;
&lt;br /&gt;
not apply to Federal information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems operated by contractors or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors on behalf of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Government. &lt;br /&gt;
&lt;br /&gt;
(c) CMMC Program requirements &lt;br /&gt;
&lt;br /&gt;
apply to all DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts pursuant to which a defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or subcontractor will process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI or CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, including those for the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition of commercial items (except &amp;lt;br /&amp;gt;&lt;br /&gt;
those exclusively for COTS items) &amp;lt;br /&amp;gt;&lt;br /&gt;
valued at greater than the micro- &amp;lt;br /&amp;gt;&lt;br /&gt;
purchase threshold except under the &amp;lt;br /&amp;gt;&lt;br /&gt;
following circumstances: &lt;br /&gt;
&lt;br /&gt;
(1) The procurement occurs during &lt;br /&gt;
&lt;br /&gt;
Implementation Phase 1, 2, or 3 as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in paragraph (e) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, in which case CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for the relevant phase- &amp;lt;br /&amp;gt;&lt;br /&gt;
in period; or &lt;br /&gt;
&lt;br /&gt;
(2) Application of CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements to a procurement or class &amp;lt;br /&amp;gt;&lt;br /&gt;
of procurements may be waived in &amp;lt;br /&amp;gt;&lt;br /&gt;
advance of the solicitation at the &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion of DoD in accordance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable policies, procedures, and &amp;lt;br /&amp;gt;&lt;br /&gt;
approval requirements. &lt;br /&gt;
&lt;br /&gt;
(d) DoD Program Managers or &lt;br /&gt;
&lt;br /&gt;
requiring activities are responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
selecting the CMMC Status that will &amp;lt;br /&amp;gt;&lt;br /&gt;
apply for a particular procurement or &amp;lt;br /&amp;gt;&lt;br /&gt;
contract based upon the type of &amp;lt;br /&amp;gt;&lt;br /&gt;
information, FCI or CUI, that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed on, stored on, or transmitted &amp;lt;br /&amp;gt;&lt;br /&gt;
through a contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system. Application of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for subcontractors will be &amp;lt;br /&amp;gt;&lt;br /&gt;
determined in accordance with § 170.23. &lt;br /&gt;
&lt;br /&gt;
(e) DoD is utilizing a phased approach &lt;br /&gt;
&lt;br /&gt;
for the inclusion of CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. Implementation of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements will occur over &amp;lt;br /&amp;gt;&lt;br /&gt;
four (4) phases: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Phase 1. &#039;&#039;Begins on the effective &lt;br /&gt;
&lt;br /&gt;
date of the complementary 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition final rule. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
intends to include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Statuses of Level 1 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) for all applicable DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition of contract award. DoD may, &amp;lt;br /&amp;gt;&lt;br /&gt;
at its discretion, include the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self) or Level 2 (Self) for applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD solicitations and contracts as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition to exercise an option period &amp;lt;br /&amp;gt;&lt;br /&gt;
on a contract awarded prior to the &amp;lt;br /&amp;gt;&lt;br /&gt;
effective date. DoD may also, at its &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion, include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) in &amp;lt;br /&amp;gt;&lt;br /&gt;
place of the Level 2 (Self) CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
for applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Phase 2. &#039;&#039;Begins one calendar year &lt;br /&gt;
&lt;br /&gt;
following the start date of Phase 1. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition to Phase 1 requirements, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
intends to include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. DoD may, at its discretion, delay &amp;lt;br /&amp;gt;&lt;br /&gt;
the inclusion of requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (C3PAO) to an option &amp;lt;br /&amp;gt;&lt;br /&gt;
period instead of as a condition of &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. DoD may also, at its &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion, include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC) for &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Phase 3. &#039;&#039;Begins one calendar year &lt;br /&gt;
&lt;br /&gt;
following the start date of Phase 2. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition to Phase 1 and 2 requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD intends to include the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Status of Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
all applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award and as a condition to exercise an &amp;lt;br /&amp;gt;&lt;br /&gt;
option period on a contract awarded &amp;lt;br /&amp;gt;&lt;br /&gt;
after the effective date. DoD intends to &amp;lt;br /&amp;gt;&lt;br /&gt;
include the requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 3 (DIBCAC) for all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. DoD may, at its discretion, delay &amp;lt;br /&amp;gt;&lt;br /&gt;
the inclusion of requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 3 (DIBCAC) to an option &amp;lt;br /&amp;gt;&lt;br /&gt;
period instead of as a condition of &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Phase 4, full implementation. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Begins one calendar year following the &amp;lt;br /&amp;gt;&lt;br /&gt;
start date of Phase 3. DoD will include &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements in all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts including option periods on &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts awarded prior to the beginning &amp;lt;br /&amp;gt;&lt;br /&gt;
of Phase 4. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Acronyms and definitions. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Acronyms. &#039;&#039;Unless otherwise &lt;br /&gt;
&lt;br /&gt;
noted, the following acronyms and their &amp;lt;br /&amp;gt;&lt;br /&gt;
terms are for the purposes of this part. &amp;lt;br /&amp;gt;&lt;br /&gt;
AC—Access Control &amp;lt;br /&amp;gt;&lt;br /&gt;
APT—Advanced Persistent Threat &amp;lt;br /&amp;gt;&lt;br /&gt;
AT—Awareness and Training &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO—CMMC Third-Party &lt;br /&gt;
&lt;br /&gt;
Assessment Organization &lt;br /&gt;
&lt;br /&gt;
CA—Security Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO—CMMC Assessors and &lt;br /&gt;
&lt;br /&gt;
Instructors Certification Organization &lt;br /&gt;
&lt;br /&gt;
CAGE—Commercial and Government &lt;br /&gt;
&lt;br /&gt;
Entity &lt;br /&gt;
&lt;br /&gt;
CCA—CMMC-Certified Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
CCI—CMMC-Certified Instructor &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP—CMMC-Certified Professional &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR—Code of Federal Regulations &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO—Chief Information Officer &amp;lt;br /&amp;gt;&lt;br /&gt;
CM—Configuration Management &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC—Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification &lt;br /&gt;
&lt;br /&gt;
CMMC PMO—CMMC Program &lt;br /&gt;
&lt;br /&gt;
Management Office &lt;br /&gt;
&lt;br /&gt;
CNC—Computerized Numerical Control &lt;br /&gt;
&lt;br /&gt;
CoPC—Code of Professional Conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
CSP—Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI—Controlled Unclassified &lt;br /&gt;
&lt;br /&gt;
Information &lt;br /&gt;
&lt;br /&gt;
DCMA—Defense Contract Management &lt;br /&gt;
&lt;br /&gt;
Agency &lt;br /&gt;
&lt;br /&gt;
DD—Represents any two-character &lt;br /&gt;
&lt;br /&gt;
CMMC Domain acronym &lt;br /&gt;
&lt;br /&gt;
DFARS—Defense Federal Acquisition &lt;br /&gt;
&lt;br /&gt;
Regulation Supplement &lt;br /&gt;
&lt;br /&gt;
DIB—Defense Industrial Base &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC—DCMA’s Defense Industrial &lt;br /&gt;
&lt;br /&gt;
Base Cybersecurity Assessment Center &lt;br /&gt;
&lt;br /&gt;
DoD—Department of Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
DoDI—Department of Defense &lt;br /&gt;
&lt;br /&gt;
Instruction &lt;br /&gt;
&lt;br /&gt;
eMASS—Enterprise Mission Assurance &lt;br /&gt;
&lt;br /&gt;
Support Service &lt;br /&gt;
&lt;br /&gt;
ESP—External Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR—Federal Acquisition Regulation &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI—Federal Contract Information &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP—Federal Risk and &lt;br /&gt;
&lt;br /&gt;
Authorization Management Program &lt;br /&gt;
&lt;br /&gt;
GFE—Government Furnished &lt;br /&gt;
&lt;br /&gt;
Equipment &lt;br /&gt;
&lt;br /&gt;
IA—Identification and Authentication &amp;lt;br /&amp;gt;&lt;br /&gt;
ICS—Industrial Control System &amp;lt;br /&amp;gt;&lt;br /&gt;
IIoT—Industrial Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
IoT—Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
IR—Incident Response &amp;lt;br /&amp;gt;&lt;br /&gt;
IS—Information System &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC—International Electrotechnical &lt;br /&gt;
&lt;br /&gt;
Commission &lt;br /&gt;
&lt;br /&gt;
ISO/IEC—International Organization for &lt;br /&gt;
&lt;br /&gt;
Standardization/International &amp;lt;br /&amp;gt;&lt;br /&gt;
Electrotechnical Commission &lt;br /&gt;
&lt;br /&gt;
IT—Information Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
L#—CMMC Level Number &amp;lt;br /&amp;gt;&lt;br /&gt;
MA—Maintenance &amp;lt;br /&amp;gt;&lt;br /&gt;
MP—Media Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
MSSP—Managed Security Service &lt;br /&gt;
&lt;br /&gt;
Provider &lt;br /&gt;
&lt;br /&gt;
NARA—National Archives and Records &lt;br /&gt;
&lt;br /&gt;
Administration &lt;br /&gt;
&lt;br /&gt;
NAICS—North American Industry &lt;br /&gt;
&lt;br /&gt;
Classification System &lt;br /&gt;
&lt;br /&gt;
NIST—National Institute of Standards &lt;br /&gt;
&lt;br /&gt;
and Technology &lt;br /&gt;
&lt;br /&gt;
N/A—Not Applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
ODP—Organization-Defined Parameter &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA—Organization Seeking Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC—Organization Seeking &lt;br /&gt;
&lt;br /&gt;
Certification &lt;br /&gt;
&lt;br /&gt;
OT—Operational Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
PI—Provisional Instructor &amp;lt;br /&amp;gt;&lt;br /&gt;
PIEE—Procurement Integrated &lt;br /&gt;
&lt;br /&gt;
Enterprise Environment &lt;br /&gt;
&lt;br /&gt;
PII—Personally Identifiable Information &amp;lt;br /&amp;gt;&lt;br /&gt;
PLC—Programmable Logic Controller &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M—Plan of Action and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
PRA—Paperwork Reduction Act &amp;lt;br /&amp;gt;&lt;br /&gt;
RM—Risk Management &amp;lt;br /&amp;gt;&lt;br /&gt;
SAM—System of Award Management &amp;lt;br /&amp;gt;&lt;br /&gt;
SC—System and Communications &lt;br /&gt;
&lt;br /&gt;
Protection &lt;br /&gt;
&lt;br /&gt;
SCADA—Supervisory Control and Data &lt;br /&gt;
&lt;br /&gt;
Acquisition &lt;br /&gt;
&lt;br /&gt;
SI—System and Information Integrity &amp;lt;br /&amp;gt;&lt;br /&gt;
SIEM—Security Information and Event &lt;br /&gt;
&lt;br /&gt;
Management &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00126&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83217 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
SP—Special Publication &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD—Security Protection Data &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS—Supplier Performance Risk &lt;br /&gt;
&lt;br /&gt;
System &lt;br /&gt;
&lt;br /&gt;
SSP—System Security Plan &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Definitions. &#039;&#039;Unless otherwise &lt;br /&gt;
&lt;br /&gt;
noted, these terms and their definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
are for the purposes of this part. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Access Control (AC) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
process of granting or denying specific &amp;lt;br /&amp;gt;&lt;br /&gt;
requests to obtain and use information &amp;lt;br /&amp;gt;&lt;br /&gt;
and related information processing &amp;lt;br /&amp;gt;&lt;br /&gt;
services; and/or entry to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
physical facilities (&#039;&#039;e.g., &#039;&#039;Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
buildings, military establishments, or &amp;lt;br /&amp;gt;&lt;br /&gt;
border crossing entrances), as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS PUB 201–3 Jan2002 (incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Accreditation &#039;&#039;means a status pursuant &lt;br /&gt;
&lt;br /&gt;
to which a CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem member (person &amp;lt;br /&amp;gt;&lt;br /&gt;
or organization), having met all criteria &amp;lt;br /&amp;gt;&lt;br /&gt;
for the specific role they perform &amp;lt;br /&amp;gt;&lt;br /&gt;
including required ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditations, may act in that role as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.8 for the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body and § 170.9 for C3PAOs. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Accreditation Body &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.8 and means the one organization &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracts with to be responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing and accrediting members of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem, as required. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body must be approved &amp;lt;br /&amp;gt;&lt;br /&gt;
by DoD. At any given point in time, &amp;lt;br /&amp;gt;&lt;br /&gt;
there will be only one Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body for the DoD CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Advanced Persistent Threat (APT) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means an adversary that possesses &amp;lt;br /&amp;gt;&lt;br /&gt;
sophisticated levels of expertise and &amp;lt;br /&amp;gt;&lt;br /&gt;
significant resources that allow it to &amp;lt;br /&amp;gt;&lt;br /&gt;
create opportunities to achieve its &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives by using multiple attack &amp;lt;br /&amp;gt;&lt;br /&gt;
vectors (&#039;&#039;e.g., &#039;&#039;cyber, physical, and &amp;lt;br /&amp;gt;&lt;br /&gt;
deception). These objectives typically &amp;lt;br /&amp;gt;&lt;br /&gt;
include establishing and extending &amp;lt;br /&amp;gt;&lt;br /&gt;
footholds within the information &amp;lt;br /&amp;gt;&lt;br /&gt;
technology infrastructure of the targeted &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations for purposes of exfiltrating &amp;lt;br /&amp;gt;&lt;br /&gt;
information, undermining or impeding &amp;lt;br /&amp;gt;&lt;br /&gt;
critical aspects of a mission, program, or &amp;lt;br /&amp;gt;&lt;br /&gt;
organization; or positioning itself to &amp;lt;br /&amp;gt;&lt;br /&gt;
carry out these objectives in the future. &amp;lt;br /&amp;gt;&lt;br /&gt;
The advanced persistent threat pursues &amp;lt;br /&amp;gt;&lt;br /&gt;
its objectives repeatedly over an &amp;lt;br /&amp;gt;&lt;br /&gt;
extended period-of-time, adapts to &amp;lt;br /&amp;gt;&lt;br /&gt;
defenders’ efforts to resist it, and is &amp;lt;br /&amp;gt;&lt;br /&gt;
determined to maintain the level of &amp;lt;br /&amp;gt;&lt;br /&gt;
interaction needed to execute its &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives, as is defined in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–39 Mar2011 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirming Official &#039;&#039;means the senior &lt;br /&gt;
&lt;br /&gt;
level representative from within each &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization Seeking Assessment (OSA) &amp;lt;br /&amp;gt;&lt;br /&gt;
who is responsible for ensuring the &lt;br /&gt;
&lt;br /&gt;
OSA’s compliance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements and has the &amp;lt;br /&amp;gt;&lt;br /&gt;
authority to affirm the OSA’s continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the specified security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment &#039;&#039;means the testing or &lt;br /&gt;
&lt;br /&gt;
evaluation of security controls to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the extent to which the &amp;lt;br /&amp;gt;&lt;br /&gt;
controls are implemented correctly, &amp;lt;br /&amp;gt;&lt;br /&gt;
operating as intended, and producing &amp;lt;br /&amp;gt;&lt;br /&gt;
the desired outcome with respect to &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting the security requirements for an &amp;lt;br /&amp;gt;&lt;br /&gt;
information system or organization, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in §§ 170.15 through 170.18. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Level 1 self-assessment &#039;&#039;is the term &lt;br /&gt;
&lt;br /&gt;
for the activity performed by an OSA to &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate its own information system &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self). &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Level 2 self-assessment &#039;&#039;is the term &lt;br /&gt;
&lt;br /&gt;
for the activity performed by an OSA to &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate its own information system &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Level 2 certification assessment &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
the term for the activity performed by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO to evaluate the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system of an OSC when seeking a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;Level 3 certification assessment &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
the term for the activity performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DCMA DIBCAC to evaluate the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system of an OSC when &amp;lt;br /&amp;gt;&lt;br /&gt;
seeking a CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(v) &#039;&#039;POA&amp;amp;amp;M closeout self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
is the term for the activity performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSA to evaluate only the NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were identified with &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M during the initial assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self). &lt;br /&gt;
&lt;br /&gt;
(vi) &#039;&#039;POA&amp;amp;amp;M closeout certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment &#039;&#039;is the term for the activity &amp;lt;br /&amp;gt;&lt;br /&gt;
performed by a C3PAO or DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC to evaluate only the NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were identified with &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M during the initial assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) or Final Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) respectively. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Findings Report &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
the final written assessment results by &amp;lt;br /&amp;gt;&lt;br /&gt;
the third-party or government &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment team. The Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report is submitted to the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
and to the DoD via CMMC eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment objective &#039;&#039;means a set of &lt;br /&gt;
&lt;br /&gt;
determination statements that, taken &amp;lt;br /&amp;gt;&lt;br /&gt;
together, expresses the desired outcome &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment of a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Successful implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of the corresponding CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement requires meeting all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable assessment objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171A Jun2018 &lt;br /&gt;
&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
or NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Team &#039;&#039;means participants &lt;br /&gt;
&lt;br /&gt;
in the Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC Certified Assessors and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Professionals) or the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment (DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC assessors). This does not &amp;lt;br /&amp;gt;&lt;br /&gt;
include the OSC participants preparing &amp;lt;br /&amp;gt;&lt;br /&gt;
for or participating in the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Asset &#039;&#039;means an item of value to &lt;br /&gt;
&lt;br /&gt;
stakeholders. An asset may be tangible &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;a physical item such as hardware, &amp;lt;br /&amp;gt;&lt;br /&gt;
firmware, computing platform, network &amp;lt;br /&amp;gt;&lt;br /&gt;
device, or other technology component) &amp;lt;br /&amp;gt;&lt;br /&gt;
or intangible (&#039;&#039;e.g., &#039;&#039;humans, data, &amp;lt;br /&amp;gt;&lt;br /&gt;
information, software, capability, &amp;lt;br /&amp;gt;&lt;br /&gt;
function, service, trademark, copyright, &amp;lt;br /&amp;gt;&lt;br /&gt;
patent, intellectual property, image, or &amp;lt;br /&amp;gt;&lt;br /&gt;
reputation). The value of an asset is &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by stakeholders in &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration of loss concerns across &amp;lt;br /&amp;gt;&lt;br /&gt;
the entire system life cycle. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns include but are not limited to &amp;lt;br /&amp;gt;&lt;br /&gt;
business or mission concerns, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–160 V2R1 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Asset Categories &#039;&#039;means a grouping of &lt;br /&gt;
&lt;br /&gt;
assets that process, store or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
information of similar designation, or &amp;lt;br /&amp;gt;&lt;br /&gt;
provide security protection to those &amp;lt;br /&amp;gt;&lt;br /&gt;
assets. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Authentication &#039;&#039;is defined in FIPS &lt;br /&gt;
&lt;br /&gt;
PUB 200 Mar2006 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Authorized &#039;&#039;means an interim status &lt;br /&gt;
&lt;br /&gt;
during which a CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
member (person or organization), having &amp;lt;br /&amp;gt;&lt;br /&gt;
met all criteria for the specific role they &amp;lt;br /&amp;gt;&lt;br /&gt;
perform other than the required ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditations, may act in that role for &amp;lt;br /&amp;gt;&lt;br /&gt;
a specified time as set forth in § 170.8 &amp;lt;br /&amp;gt;&lt;br /&gt;
for the Accreditation Body and § 170.9 &amp;lt;br /&amp;gt;&lt;br /&gt;
for C3PAOs. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Capability &#039;&#039;means a combination of &lt;br /&gt;
&lt;br /&gt;
mutually reinforcing controls &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by technical means, &amp;lt;br /&amp;gt;&lt;br /&gt;
physical means, and procedural means. &amp;lt;br /&amp;gt;&lt;br /&gt;
Such controls are typically selected to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a common information security &amp;lt;br /&amp;gt;&lt;br /&gt;
or privacy purpose, as defined in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–37 R2 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Cloud Service Provider (CSP) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
an external company that provides &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services based on cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
computing. Cloud computing is a model &amp;lt;br /&amp;gt;&lt;br /&gt;
for enabling ubiquitous, convenient, on- &amp;lt;br /&amp;gt;&lt;br /&gt;
demand network access to a shared pool &amp;lt;br /&amp;gt;&lt;br /&gt;
of configurable computing resources &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;networks, servers, storage, &amp;lt;br /&amp;gt;&lt;br /&gt;
applications, and services) that can be &amp;lt;br /&amp;gt;&lt;br /&gt;
rapidly provisioned and released with &amp;lt;br /&amp;gt;&lt;br /&gt;
minimal management effort or service &amp;lt;br /&amp;gt;&lt;br /&gt;
provider interaction. This definition is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the definition for cloud &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00127&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83218 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
computing in NIST SP 800–145 &amp;lt;br /&amp;gt;&lt;br /&gt;
Sept2011. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment and Certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ecosystem &#039;&#039;means the people and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations described in subpart C of &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. This term is sometimes &amp;lt;br /&amp;gt;&lt;br /&gt;
shortened to CMMC Ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment Scope &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
set of all assets in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
environment that will be assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
against CMMC security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessor and Instructor &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Certification Organization (CAICO) &#039;&#039;is &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.10 and means the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization responsible for training, &amp;lt;br /&amp;gt;&lt;br /&gt;
testing, authorizing, certifying, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying CMMC certified assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
certified instructors, and certified &amp;lt;br /&amp;gt;&lt;br /&gt;
professionals. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Instantiation of eMASS &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
a CMMC instance of the Enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
Mission Assurance Support Service &amp;lt;br /&amp;gt;&lt;br /&gt;
(eMASS), a government owned and &amp;lt;br /&amp;gt;&lt;br /&gt;
operated system. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Security Requirements &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
the 15 Level 1 requirements listed in the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 52.204–21(b)(1), the 110 Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and the 24 Level 3 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
selected from NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Status &#039;&#039;is the result of meeting &lt;br /&gt;
&lt;br /&gt;
or exceeding the minimum required &amp;lt;br /&amp;gt;&lt;br /&gt;
score for the corresponding assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Status of an OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
information system is officially stored in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS and additionally presented on a &amp;lt;br /&amp;gt;&lt;br /&gt;
Certificate of CMMC Status, if the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment was conducted by a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
or DCMA DIBCAC. The potential CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Statuses are outlined in the paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
that follow. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Final Level 1 (Self) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.15(a)(1) and (c)(1). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (Self) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.16(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (Self) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.16(a)(1)(iii). (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;Conditional Level 2 (C3PAO) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.17(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(v) &#039;&#039;Final Level 2 (C3PAO) &#039;&#039;is defined &lt;br /&gt;
&lt;br /&gt;
in § 170.17(a)(1)(iii). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
(vi) &#039;&#039;Conditional Level 3 (DIBCAC) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.18(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(vii) &#039;&#039;Final Level 3 (DIBCAC) &#039;&#039;is defined &lt;br /&gt;
&lt;br /&gt;
in § 170.18(a)(1)(iii). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Status Date &#039;&#039;means the date &lt;br /&gt;
&lt;br /&gt;
that the CMMC Status results are &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted to SPRS or the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS, as appropriate. &lt;br /&gt;
&lt;br /&gt;
The date of the Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status will remain as the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
Date after a successful POA&amp;amp;amp;M closeout. &amp;lt;br /&amp;gt;&lt;br /&gt;
A new date is not set for a Final that &amp;lt;br /&amp;gt;&lt;br /&gt;
follows a Conditional. (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Third-Party Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization (C3PAO) &#039;&#039;means an &amp;lt;br /&amp;gt;&lt;br /&gt;
organization that has been authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited by the Accreditation Body to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and has the roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities identified in § 170.9. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Contractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Contractor Risk Managed Assets &#039;&#039;are &lt;br /&gt;
&lt;br /&gt;
defined in table 3 to § 170.19(c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CUI) &#039;&#039;is defined in 32 CFR 2002.4(h). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CUI) Assets &#039;&#039;means assets that can &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DCMA DIBCAC High Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means an assessment that is conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
by Government personnel in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with NIST SP 800–171A Jun2018 and &amp;lt;br /&amp;gt;&lt;br /&gt;
leveraging specific guidance in the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Methodology that: &lt;br /&gt;
&lt;br /&gt;
(i) Consists of: &amp;lt;br /&amp;gt;&lt;br /&gt;
(A) A review of a contractor’s Basic &lt;br /&gt;
&lt;br /&gt;
Assessment; &lt;br /&gt;
&lt;br /&gt;
(B) A thorough document review; &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) Verification, examination, and &lt;br /&gt;
&lt;br /&gt;
demonstration of a contractor’s system &amp;lt;br /&amp;gt;&lt;br /&gt;
security plan to validate that NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 security requirements have &amp;lt;br /&amp;gt;&lt;br /&gt;
been implemented as described in the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s system security plan; and &lt;br /&gt;
&lt;br /&gt;
(D) Discussions with the contractor to &lt;br /&gt;
&lt;br /&gt;
obtain additional information or &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification, as needed; and &lt;br /&gt;
&lt;br /&gt;
(ii) Results in a confidence level of &lt;br /&gt;
&lt;br /&gt;
‘‘High’’ in the resulting score. (Source: &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 252.204–7020). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Defense Industrial Base (DIB) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in 32 CFR 236.2. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Assessment Methodology &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DoDAM) &#039;&#039;documents a standard &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology that enables a strategic &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of a contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
a requirement for compliance with 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 252.204–7012. (Source: DoDAM &amp;lt;br /&amp;gt;&lt;br /&gt;
Version 1.2.1) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enduring Exception &#039;&#039;means a special &lt;br /&gt;
&lt;br /&gt;
circumstance or system where &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation and full compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC &#039;&#039;s&#039;&#039;ecurity &#039;&#039;r&#039;&#039;equirements is not &amp;lt;br /&amp;gt;&lt;br /&gt;
feasible. Examples include systems &amp;lt;br /&amp;gt;&lt;br /&gt;
required to replicate the configuration of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘fielded’ systems, medical devices, test &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment, OT, and IoT. No operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plan of action is required but the &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstance must be documented &amp;lt;br /&amp;gt;&lt;br /&gt;
within a system security plan. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets and GFE may be &lt;br /&gt;
&lt;br /&gt;
enduring exceptions. (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enterprise &#039;&#039;means an organization &lt;br /&gt;
&lt;br /&gt;
with a defined mission/goal and a &amp;lt;br /&amp;gt;&lt;br /&gt;
defined boundary, using information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems to execute that mission, and &amp;lt;br /&amp;gt;&lt;br /&gt;
with responsibility for managing its own &amp;lt;br /&amp;gt;&lt;br /&gt;
risks and performance. An enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
may consist of all or some of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following business aspects: acquisition, &amp;lt;br /&amp;gt;&lt;br /&gt;
program management, financial &amp;lt;br /&amp;gt;&lt;br /&gt;
management (&#039;&#039;e.g., &#039;&#039;budgets), human &amp;lt;br /&amp;gt;&lt;br /&gt;
resources, security, and information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, information and mission &amp;lt;br /&amp;gt;&lt;br /&gt;
management, as defined in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–53 R5 (incorporated by reference, &amp;lt;br /&amp;gt;&lt;br /&gt;
see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;External Service Provider (ESP) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
external people, technology, or facilities &amp;lt;br /&amp;gt;&lt;br /&gt;
that an organization utilizes for &amp;lt;br /&amp;gt;&lt;br /&gt;
provision and management of IT and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity services on behalf of the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization. In the CMMC Program, &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI or Security Protection Data (&#039;&#039;e.g., &#039;&#039;log &amp;lt;br /&amp;gt;&lt;br /&gt;
data, configuration data), must be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP assets to be considered an ESP. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Federal Contract Information (FCI) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in 48 CFR 4.1901. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Government Furnished Equipment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(GFE) &#039;&#039;has the same meaning as &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘government-furnished property’’ as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in 48 CFR 45.101. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Industrial Control Systems (ICS) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means a general term that encompasses &amp;lt;br /&amp;gt;&lt;br /&gt;
several types of control systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
including supervisory control and data &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition (SCADA) systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
distributed control systems (DCS), and &amp;lt;br /&amp;gt;&lt;br /&gt;
other control system configurations that &amp;lt;br /&amp;gt;&lt;br /&gt;
are often found in the industrial sectors &amp;lt;br /&amp;gt;&lt;br /&gt;
and critical infrastructures, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
Programmable Logic Controllers (PLC). &amp;lt;br /&amp;gt;&lt;br /&gt;
An ICS consists of combinations of &amp;lt;br /&amp;gt;&lt;br /&gt;
control components (&#039;&#039;e.g., &#039;&#039;electrical, &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanical, hydraulic, pneumatic) that &amp;lt;br /&amp;gt;&lt;br /&gt;
act together to achieve an industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
objective (&#039;&#039;e.g., &#039;&#039;manufacturing, &amp;lt;br /&amp;gt;&lt;br /&gt;
transportation of matter or energy), as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–82r3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Information System (IS) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171 R2 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Internet of Things (IoT) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
network of devices that contain the &amp;lt;br /&amp;gt;&lt;br /&gt;
hardware, software, firmware, and &amp;lt;br /&amp;gt;&lt;br /&gt;
actuators which allow the devices to &amp;lt;br /&amp;gt;&lt;br /&gt;
connect, interact, and freely exchange &amp;lt;br /&amp;gt;&lt;br /&gt;
data and information, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operational plan of action &#039;&#039;as used in &lt;br /&gt;
&lt;br /&gt;
security requirement CA.L2–3.12.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
means the formal artifact which &amp;lt;br /&amp;gt;&lt;br /&gt;
identifies temporary vulnerabilities and &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiencies (&#039;&#039;e.g., &#039;&#039;necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
information system updates, patches, or &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00128&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83219 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
reconfiguration as threats evolve) in &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
documents how they will be mitigated, &amp;lt;br /&amp;gt;&lt;br /&gt;
corrected, or eliminated. The OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
defines the format (&#039;&#039;e.g., &#039;&#039;document, &amp;lt;br /&amp;gt;&lt;br /&gt;
spreadsheet, database) and specific &amp;lt;br /&amp;gt;&lt;br /&gt;
content of its operational plan of action. &amp;lt;br /&amp;gt;&lt;br /&gt;
An operational plan of action does not &amp;lt;br /&amp;gt;&lt;br /&gt;
identify a timeline for remediation and &amp;lt;br /&amp;gt;&lt;br /&gt;
is not the same as a POA&amp;amp;amp;M, which is &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with an assessment for &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation of deficiencies that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed within 180 days. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operational Technology (OT) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
programmable systems or devices that &amp;lt;br /&amp;gt;&lt;br /&gt;
interact with the physical environment &amp;lt;br /&amp;gt;&lt;br /&gt;
(or manage devices that interact with &amp;lt;br /&amp;gt;&lt;br /&gt;
the physical environment). These &amp;lt;br /&amp;gt;&lt;br /&gt;
systems or devices detect or cause a &amp;lt;br /&amp;gt;&lt;br /&gt;
direct change through the monitoring or &amp;lt;br /&amp;gt;&lt;br /&gt;
control of devices, processes, and &amp;lt;br /&amp;gt;&lt;br /&gt;
events. Examples include industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
control systems, building management &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, fire control systems, and &amp;lt;br /&amp;gt;&lt;br /&gt;
physical access control mechanisms, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–160 V2R1 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization-defined &#039;&#039;means as &lt;br /&gt;
&lt;br /&gt;
determined by the OSA except as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in the case of Organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameter (ODP). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization-Defined Parameters &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(ODPs) &#039;&#039;means selected enhanced &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements contain selection &amp;lt;br /&amp;gt;&lt;br /&gt;
and assignment operations to give &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations flexibility in defining &amp;lt;br /&amp;gt;&lt;br /&gt;
variable parts of those requirements, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note 1 to ODPs: &#039;&#039;The organization &lt;br /&gt;
&lt;br /&gt;
defining the parameters is the DoD. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization Seeking Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(OSA) &#039;&#039;means the entity seeking to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment for a given &amp;lt;br /&amp;gt;&lt;br /&gt;
information system for the purposes of &amp;lt;br /&amp;gt;&lt;br /&gt;
achieving and maintaining any CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status. The term OSA includes all &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations Seeking Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
(OSCs). (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization Seeking Certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(OSC) &#039;&#039;means the entity seeking to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a certification assessment for a &amp;lt;br /&amp;gt;&lt;br /&gt;
given information system for the &amp;lt;br /&amp;gt;&lt;br /&gt;
purposes of achieving and maintaining &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). An OSC is also an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Out-of-Scope Assets &#039;&#039;means assets that &lt;br /&gt;
&lt;br /&gt;
cannot process, store, or transmit CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
because they are physically or logically &amp;lt;br /&amp;gt;&lt;br /&gt;
separated from information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
do process, store, or transmit CUI, or are &amp;lt;br /&amp;gt;&lt;br /&gt;
inherently unable to do so; except for &amp;lt;br /&amp;gt;&lt;br /&gt;
assets that provide security protection &amp;lt;br /&amp;gt;&lt;br /&gt;
for a CUI asset (see the definition for &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Assets&#039;&#039;). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Periodically &#039;&#039;means occurring at a &lt;br /&gt;
&lt;br /&gt;
regular interval as determined by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA that may not exceed one year. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Personally Identifiable Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means information that can be used to &amp;lt;br /&amp;gt;&lt;br /&gt;
distinguish or trace an individual’s &amp;lt;br /&amp;gt;&lt;br /&gt;
identity, either alone or when combined &amp;lt;br /&amp;gt;&lt;br /&gt;
with other information that is linked or &amp;lt;br /&amp;gt;&lt;br /&gt;
linkable to a specific individual, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Plan of Action and Milestones &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(POA&amp;amp;amp;M) &#039;&#039;means a document that &amp;lt;br /&amp;gt;&lt;br /&gt;
identifies tasks needing to be &amp;lt;br /&amp;gt;&lt;br /&gt;
accomplished. It details resources &amp;lt;br /&amp;gt;&lt;br /&gt;
required to accomplish the elements of &amp;lt;br /&amp;gt;&lt;br /&gt;
the plan, any milestones in meeting the &amp;lt;br /&amp;gt;&lt;br /&gt;
tasks, and scheduled completion dates &amp;lt;br /&amp;gt;&lt;br /&gt;
for the milestones, as defined in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–115 Sept2008 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Prime Contractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Process, store, or transmit &#039;&#039;means data &lt;br /&gt;
&lt;br /&gt;
can be used by an asset (&#039;&#039;e.g., &#039;&#039;accessed, &amp;lt;br /&amp;gt;&lt;br /&gt;
entered, edited, generated, manipulated, &amp;lt;br /&amp;gt;&lt;br /&gt;
or printed); data is inactive or at rest on &amp;lt;br /&amp;gt;&lt;br /&gt;
an asset (&#039;&#039;e.g., &#039;&#039;located on electronic &amp;lt;br /&amp;gt;&lt;br /&gt;
media, in system component memory, &amp;lt;br /&amp;gt;&lt;br /&gt;
or in physical format such as paper &amp;lt;br /&amp;gt;&lt;br /&gt;
documents); or data is being transferred &amp;lt;br /&amp;gt;&lt;br /&gt;
from one asset to another asset (&#039;&#039;e.g., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;data in transit using physical or digital &amp;lt;br /&amp;gt;&lt;br /&gt;
transport methods). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Restricted Information Systems &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
systems (and associated IT components &amp;lt;br /&amp;gt;&lt;br /&gt;
comprising the system) that are &amp;lt;br /&amp;gt;&lt;br /&gt;
configured based on government &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (&#039;&#039;e.g., &#039;&#039;connected to &amp;lt;br /&amp;gt;&lt;br /&gt;
something that was required to support &amp;lt;br /&amp;gt;&lt;br /&gt;
a functional requirement) and are used &amp;lt;br /&amp;gt;&lt;br /&gt;
to support a contract (&#039;&#039;e.g., &#039;&#039;fielded &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, obsolete systems, and product &amp;lt;br /&amp;gt;&lt;br /&gt;
deliverable replicas). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Risk &#039;&#039;means a measure of the extent to &lt;br /&gt;
&lt;br /&gt;
which an entity is threatened by a &amp;lt;br /&amp;gt;&lt;br /&gt;
potential circumstance or event, and is &amp;lt;br /&amp;gt;&lt;br /&gt;
typically a function of: &lt;br /&gt;
&lt;br /&gt;
(i) The adverse impacts that would &lt;br /&gt;
&lt;br /&gt;
arise if the circumstance or event &amp;lt;br /&amp;gt;&lt;br /&gt;
occurs; and &lt;br /&gt;
&lt;br /&gt;
(ii) The likelihood of occurrence, as &lt;br /&gt;
&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Risk Assessment &#039;&#039;means the process of &lt;br /&gt;
&lt;br /&gt;
identifying risks to organizational &amp;lt;br /&amp;gt;&lt;br /&gt;
operations (including mission, &amp;lt;br /&amp;gt;&lt;br /&gt;
functions, image, reputation), &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational assets, individuals, other &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations, and the Nation, resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
from the operation of a system. Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment is part of risk management, &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporates threat and vulnerability &amp;lt;br /&amp;gt;&lt;br /&gt;
analyses, and considers mitigations &lt;br /&gt;
&lt;br /&gt;
provided by security controls planned &amp;lt;br /&amp;gt;&lt;br /&gt;
or in place. Synonymous with risk &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis, as defined in NIST SP 800–39 &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2011 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Assets (SPA) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means assets providing security &amp;lt;br /&amp;gt;&lt;br /&gt;
functions or capabilities for the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Data (SPD) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
data stored or processed by Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets (SPA) that are used to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect an OSC’s assessed environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD is security relevant information and &amp;lt;br /&amp;gt;&lt;br /&gt;
includes but is not limited to: &amp;lt;br /&amp;gt;&lt;br /&gt;
configuration data required to operate &amp;lt;br /&amp;gt;&lt;br /&gt;
an SPA, log files generated by or &amp;lt;br /&amp;gt;&lt;br /&gt;
ingested by an SPA, data related to the &amp;lt;br /&amp;gt;&lt;br /&gt;
configuration or vulnerability status of &amp;lt;br /&amp;gt;&lt;br /&gt;
in-scope assets, and passwords that &amp;lt;br /&amp;gt;&lt;br /&gt;
grant access to the in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Specialized Assets &#039;&#039;means types of &lt;br /&gt;
&lt;br /&gt;
assets considered specialized assets for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC: Government Furnished &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment, Internet of Things (IoT) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Industrial Internet of Things (IIoT), &amp;lt;br /&amp;gt;&lt;br /&gt;
Operational Technology (OT), Restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, and Test &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Subcontractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Supervisory Control and Data &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Acquisition (SCADA) &#039;&#039;means a generic &amp;lt;br /&amp;gt;&lt;br /&gt;
name for a computerized system that is &amp;lt;br /&amp;gt;&lt;br /&gt;
capable of gathering and processing data &amp;lt;br /&amp;gt;&lt;br /&gt;
and applying operational controls over &amp;lt;br /&amp;gt;&lt;br /&gt;
long distances. Typical uses include &amp;lt;br /&amp;gt;&lt;br /&gt;
power transmission and distribution &amp;lt;br /&amp;gt;&lt;br /&gt;
and pipeline systems. SCADA was &amp;lt;br /&amp;gt;&lt;br /&gt;
designed for the unique communication &amp;lt;br /&amp;gt;&lt;br /&gt;
challenges (&#039;&#039;e.g., &#039;&#039;delays, data integrity) &amp;lt;br /&amp;gt;&lt;br /&gt;
posed by the various media that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
used, such as phone lines, microwave, &amp;lt;br /&amp;gt;&lt;br /&gt;
and satellite. Usually shared rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
dedicated, as defined in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
82r3 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;System Security Plan (SSP) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
formal document that provides an &amp;lt;br /&amp;gt;&lt;br /&gt;
overview of the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for an information system or an &amp;lt;br /&amp;gt;&lt;br /&gt;
information security program and &amp;lt;br /&amp;gt;&lt;br /&gt;
describes the security controls in place &amp;lt;br /&amp;gt;&lt;br /&gt;
or planned for meeting those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The system security plan &amp;lt;br /&amp;gt;&lt;br /&gt;
describes the system components that &amp;lt;br /&amp;gt;&lt;br /&gt;
are included within the system, the &amp;lt;br /&amp;gt;&lt;br /&gt;
environment in which the system &amp;lt;br /&amp;gt;&lt;br /&gt;
operates, how the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are implemented, and the relationships &amp;lt;br /&amp;gt;&lt;br /&gt;
with or connections to other systems, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Temporary deficiency &#039;&#039;means a &lt;br /&gt;
&lt;br /&gt;
condition where remediation of a &amp;lt;br /&amp;gt;&lt;br /&gt;
discovered deficiency is feasible, and a &amp;lt;br /&amp;gt;&lt;br /&gt;
known fix is available or is in process. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00129&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83220 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
The deficiency must be documented in &amp;lt;br /&amp;gt;&lt;br /&gt;
an operational plan of action. A &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiency is not based on an &amp;lt;br /&amp;gt;&lt;br /&gt;
‘in progress’ initial implementation of a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirement but arises &amp;lt;br /&amp;gt;&lt;br /&gt;
after implementation. A temporary &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiency may apply during the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement if, during roll-out, specific &amp;lt;br /&amp;gt;&lt;br /&gt;
issues with a very limited subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment is discovered that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
separately addressed. There is no &amp;lt;br /&amp;gt;&lt;br /&gt;
standard duration for which a &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiency may be active. For &amp;lt;br /&amp;gt;&lt;br /&gt;
example, FIPS-validated cryptography &amp;lt;br /&amp;gt;&lt;br /&gt;
that requires a patch and the patched &amp;lt;br /&amp;gt;&lt;br /&gt;
version is no longer the validated &amp;lt;br /&amp;gt;&lt;br /&gt;
version may be a temporary deficiency. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Equipment &#039;&#039;means hardware and/ &lt;br /&gt;
&lt;br /&gt;
or associated IT components used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
testing of products, system components, &amp;lt;br /&amp;gt;&lt;br /&gt;
and contract deliverables. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;User &#039;&#039;means an individual, or (system) &lt;br /&gt;
&lt;br /&gt;
process acting on behalf of an &amp;lt;br /&amp;gt;&lt;br /&gt;
individual, authorized to access a &amp;lt;br /&amp;gt;&lt;br /&gt;
system, as defined in NIST SP 800–53 &amp;lt;br /&amp;gt;&lt;br /&gt;
R5 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Policy. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) Protection of FCI and CUI on &lt;br /&gt;
&lt;br /&gt;
contractor information systems is of &amp;lt;br /&amp;gt;&lt;br /&gt;
paramount importance to the DoD and &amp;lt;br /&amp;gt;&lt;br /&gt;
can directly impact its ability to &amp;lt;br /&amp;gt;&lt;br /&gt;
successfully conduct essential missions &amp;lt;br /&amp;gt;&lt;br /&gt;
and functions. It is DoD policy that &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
shall be required to safeguard FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI that is processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems by applying specified security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In addition, defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors may be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to implement additional &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguards defined in NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2), implementing DoD specified &amp;lt;br /&amp;gt;&lt;br /&gt;
parameters to meet CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements (see table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4)). These additional &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are necessary to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI being processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted in contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, when designated by a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC) as defined by a DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
program manager or requiring activity. &amp;lt;br /&amp;gt;&lt;br /&gt;
In general, the Department will identify &amp;lt;br /&amp;gt;&lt;br /&gt;
a requirement for a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) for solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting contracts supporting its most &amp;lt;br /&amp;gt;&lt;br /&gt;
critical programs and technologies. &lt;br /&gt;
&lt;br /&gt;
(b) Program managers and requiring &lt;br /&gt;
&lt;br /&gt;
activities are responsible for identifying &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status that will apply to a &amp;lt;br /&amp;gt;&lt;br /&gt;
procurement. Selection of the applicable &lt;br /&gt;
&lt;br /&gt;
CMMC Status will be based on factors &amp;lt;br /&amp;gt;&lt;br /&gt;
including but not limited to: &lt;br /&gt;
&lt;br /&gt;
(1) Criticality of the associated &lt;br /&gt;
&lt;br /&gt;
mission capability; &lt;br /&gt;
&lt;br /&gt;
(2) Type of acquisition program or &lt;br /&gt;
&lt;br /&gt;
technology; &lt;br /&gt;
&lt;br /&gt;
(3) Threat of loss of the FCI or CUI to &lt;br /&gt;
&lt;br /&gt;
be shared or generated in relation to the &amp;lt;br /&amp;gt;&lt;br /&gt;
effort; &lt;br /&gt;
&lt;br /&gt;
(4) Impacts from exploitation of &lt;br /&gt;
&lt;br /&gt;
information security deficiencies; and &lt;br /&gt;
&lt;br /&gt;
(5) Other relevant policies and factors, &lt;br /&gt;
&lt;br /&gt;
including Milestone Decision Authority &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance. &lt;br /&gt;
&lt;br /&gt;
(c) In accordance with the &lt;br /&gt;
&lt;br /&gt;
implementation plan described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3, CMMC Program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will apply to new DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts, and shall flow down to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors who will process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit FCI or CUI in performance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the subcontract, as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.23. &lt;br /&gt;
&lt;br /&gt;
(d) In very limited circumstances, and &lt;br /&gt;
&lt;br /&gt;
in accordance with all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
policies, procedures, and requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
a Service Acquisition Executive or &amp;lt;br /&amp;gt;&lt;br /&gt;
Component Acquisition Executive in &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD, or as delegated, may elect to &amp;lt;br /&amp;gt;&lt;br /&gt;
waive inclusion of CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in a solicitation or &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. In such cases, contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors will remain obligated to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity and information security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC Program does not alter &lt;br /&gt;
&lt;br /&gt;
any separately applicable requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to protect FCI or CUI, including those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in accordance with 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21, &#039;&#039;Basic Safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
Covered Contractor Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems, &#039;&#039;or covered defense information &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with 48 CFR 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, &#039;&#039;Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting, &#039;&#039;or any other applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
information protection requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program provides a means &amp;lt;br /&amp;gt;&lt;br /&gt;
of verifying implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements set forth in 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21, NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172 Feb2021, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart B—Government Roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibilities. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.6&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC PMO. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) The Office of the Department of &lt;br /&gt;
&lt;br /&gt;
Defense Chief Information Officer (DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO) Office of the Deputy CIO for &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity (DoD CIO(CS)) provides &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the CMMC Program and is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for establishing CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, accreditation, and training &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as well as developing and &amp;lt;br /&amp;gt;&lt;br /&gt;
updating CMMC Program policies and &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing guidance. &lt;br /&gt;
&lt;br /&gt;
(b) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
monitoring the CMMC AB’s &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of roles assigned in this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule and acting as necessary to address &amp;lt;br /&amp;gt;&lt;br /&gt;
problems pertaining to effective &amp;lt;br /&amp;gt;&lt;br /&gt;
performance. &lt;br /&gt;
&lt;br /&gt;
(c) The CMMC PMO retains, on behalf &lt;br /&gt;
&lt;br /&gt;
of the DoD CIO(CS), the prerogative to &amp;lt;br /&amp;gt;&lt;br /&gt;
review decisions of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body as part of its &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the CMMC program and &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate any alleged conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
purported to influence the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body’s objectivity. &lt;br /&gt;
&lt;br /&gt;
(d) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
sponsoring necessary DCSA activities &amp;lt;br /&amp;gt;&lt;br /&gt;
including FOCI risk assessment and Tier &amp;lt;br /&amp;gt;&lt;br /&gt;
3 security background investigations for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem members as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in §§ 170.8(b)(4) and (5), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9(b)(3) through (5), 170.11(b)(3) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(4), and 170.13(b)(3) and (4). &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
investigating and acting upon &amp;lt;br /&amp;gt;&lt;br /&gt;
indications that an active CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
has been called into question. &amp;lt;br /&amp;gt;&lt;br /&gt;
Indications that may trigger &amp;lt;br /&amp;gt;&lt;br /&gt;
investigative evaluations include, but &amp;lt;br /&amp;gt;&lt;br /&gt;
are not limited to, reports from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body, a C3PAO, or &amp;lt;br /&amp;gt;&lt;br /&gt;
anyone knowledgeable of the security &amp;lt;br /&amp;gt;&lt;br /&gt;
processes and activities of the OSA. &amp;lt;br /&amp;gt;&lt;br /&gt;
Investigative evaluations include, but &amp;lt;br /&amp;gt;&lt;br /&gt;
are not limited to, reviewing pertinent &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information, and exercising &amp;lt;br /&amp;gt;&lt;br /&gt;
the right to conduct a DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of the OSA, as provided for &amp;lt;br /&amp;gt;&lt;br /&gt;
under the 48 CFR 252.204–7020. &lt;br /&gt;
&lt;br /&gt;
(f) If a subsequent DCMA DIBCAC &lt;br /&gt;
&lt;br /&gt;
assessment shows that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this rule and the required &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status have not been achieved or &amp;lt;br /&amp;gt;&lt;br /&gt;
maintained, the DIBCAC results will &amp;lt;br /&amp;gt;&lt;br /&gt;
take precedence over any pre-existing &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status recorded in SPRS, or its &amp;lt;br /&amp;gt;&lt;br /&gt;
successor capability. The DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
update SPRS to reflect that the OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
out of compliance and does not meet &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CMMC requirements. If the OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
working on an active contract requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC compliance, then standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DCMA DIBCAC. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) DCMA DIBCAC assessors in &lt;br /&gt;
&lt;br /&gt;
support of the CMMC Program will: &lt;br /&gt;
&lt;br /&gt;
(1) Complete CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 training. &lt;br /&gt;
&lt;br /&gt;
(2) Conduct Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessments and upload assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS, or its successor capability. &lt;br /&gt;
&lt;br /&gt;
(3) Issue Certificates of CMMC Status &lt;br /&gt;
&lt;br /&gt;
resulting from Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
(4) Conduct Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessments of the Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
and prospective C3PAOs’ information &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00130&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83221 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
systems that process, store, and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. &lt;br /&gt;
&lt;br /&gt;
(5) Create and maintain a process for &lt;br /&gt;
&lt;br /&gt;
assessors to collect the list of assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts to include artifact names, their &amp;lt;br /&amp;gt;&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
the hashing algorithm used, and upload &amp;lt;br /&amp;gt;&lt;br /&gt;
that data into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. &lt;br /&gt;
&lt;br /&gt;
(6) As authorized and in accordance &lt;br /&gt;
&lt;br /&gt;
with all legal requirements, enter and &amp;lt;br /&amp;gt;&lt;br /&gt;
track, OSC appeals and updated results &amp;lt;br /&amp;gt;&lt;br /&gt;
arising from Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activities into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
(7) Retain all records in accordance &lt;br /&gt;
&lt;br /&gt;
with DCMA–MAN 4501–04. &lt;br /&gt;
&lt;br /&gt;
(8) Conduct an assessment of the &lt;br /&gt;
&lt;br /&gt;
OSA, when requested by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO per §§ 170.6(e) and (f), as provided &amp;lt;br /&amp;gt;&lt;br /&gt;
for under the 48 CFR 252.204–7019 and &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 252.204–7020. &lt;br /&gt;
&lt;br /&gt;
(9) Identify assessments that meet the &lt;br /&gt;
&lt;br /&gt;
criteria in § 170.20 and verify that SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
accurately reflects the CMMC Status. &lt;br /&gt;
&lt;br /&gt;
(b) An OSC, the CMMC AB, or a &lt;br /&gt;
&lt;br /&gt;
C3PAO may appeal the outcome of its &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC conducted assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
within 21 days by submitting a written &amp;lt;br /&amp;gt;&lt;br /&gt;
basis for appeal with the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in question for DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration. Appeals may be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted for review by visiting &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/DIBCAC &#039;&#039;]for contact &amp;lt;br /&amp;gt;&lt;br /&gt;
information, and a DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
Quality Assurance Review Team will &amp;lt;br /&amp;gt;&lt;br /&gt;
provide a written response or request &amp;lt;br /&amp;gt;&lt;br /&gt;
additional supporting documentation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart C—CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accreditation Body. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
Accreditation Body is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing and ensuring the &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation of CMMC Third-Party &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Organizations (C3PAOs) in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and all applicable authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation requirements set forth. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Accreditation Body is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for establishing the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements and the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO Accreditation Scheme and &amp;lt;br /&amp;gt;&lt;br /&gt;
submitting both for approval by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO. At any given point in &amp;lt;br /&amp;gt;&lt;br /&gt;
time, there will be only one &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body for the DoD CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;The CMMC &lt;br /&gt;
&lt;br /&gt;
Accreditation Body shall: &lt;br /&gt;
&lt;br /&gt;
(1) Be US-based and be and remain a &lt;br /&gt;
&lt;br /&gt;
member in good standing of the Inter- &amp;lt;br /&amp;gt;&lt;br /&gt;
American Accreditation Cooperation &amp;lt;br /&amp;gt;&lt;br /&gt;
(IAAC) and become an International &amp;lt;br /&amp;gt;&lt;br /&gt;
Laboratory Accreditation Cooperation &amp;lt;br /&amp;gt;&lt;br /&gt;
(ILAC) Mutual Recognition &lt;br /&gt;
&lt;br /&gt;
Arrangement (MRA) signatory, with a &amp;lt;br /&amp;gt;&lt;br /&gt;
signatory status scope of ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(2) Be and remain a member in good &lt;br /&gt;
&lt;br /&gt;
standing of the International &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Forum (IAF) with mutual &amp;lt;br /&amp;gt;&lt;br /&gt;
recognition arrangement signatory status &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(3) Achieve and maintain full &lt;br /&gt;
&lt;br /&gt;
compliance with ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and complete a peer assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
other ILAC signatories for competence &amp;lt;br /&amp;gt;&lt;br /&gt;
in accrediting conformity assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
bodies to ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
both within 24 months of DoD approval. &lt;br /&gt;
&lt;br /&gt;
(i) Prior to achieving full compliance &lt;br /&gt;
&lt;br /&gt;
as set forth in this paragraph (b)(3), the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body shall: &lt;br /&gt;
&lt;br /&gt;
(A) Authorize C3PAOs who meet all &lt;br /&gt;
&lt;br /&gt;
requirements set forth in § 170.9 as well &amp;lt;br /&amp;gt;&lt;br /&gt;
as administrative requirements as &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by the Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
to conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issue Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results. &lt;br /&gt;
&lt;br /&gt;
(B) Require all C3PAOs to achieve and &lt;br /&gt;
&lt;br /&gt;
maintain the ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements within 27 months of &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization. &lt;br /&gt;
&lt;br /&gt;
(ii) The Accreditation Body shall &lt;br /&gt;
&lt;br /&gt;
accredit C3PAOs, in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2), who meet all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.9 to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issue Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
results. &lt;br /&gt;
&lt;br /&gt;
(4) Ensure that the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body’s Board of Directors, professional &amp;lt;br /&amp;gt;&lt;br /&gt;
staff, Information Technology (IT) staff, &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation staff, and independent &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Assessor staff complete &amp;lt;br /&amp;gt;&lt;br /&gt;
a Tier 3 background investigation &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting in a determination of national &amp;lt;br /&amp;gt;&lt;br /&gt;
security eligibility. This Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation will not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a security clearance and is not being &amp;lt;br /&amp;gt;&lt;br /&gt;
executed for the purpose of government &amp;lt;br /&amp;gt;&lt;br /&gt;
employment. The Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation is initiated using the &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions Standard Form (SF) 86 (&#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/questionnaire-for- &amp;lt;br /&amp;gt;&lt;br /&gt;
national-security-positions&#039;&#039;) and &amp;lt;br /&amp;gt;&lt;br /&gt;
]submitted by DoD CIO Security to &amp;lt;br /&amp;gt;&lt;br /&gt;
Washington Headquarters Services &amp;lt;br /&amp;gt;&lt;br /&gt;
(WHS) for coordination for processing &amp;lt;br /&amp;gt;&lt;br /&gt;
by the Defense Counterintelligence and &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (DCSA). These &amp;lt;br /&amp;gt;&lt;br /&gt;
positions are designated as non-critical &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive with a risk designation of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Moderate Risk’’ in accordance with 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 1400.201(b) and (d) and the &lt;br /&gt;
&lt;br /&gt;
investigative requirements of 5 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(5) Comply with Foreign Ownership, &lt;br /&gt;
&lt;br /&gt;
Control or Influence (FOCI) by: &lt;br /&gt;
&lt;br /&gt;
(i) Completing the Standard Form (SF) &lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/certificate-pertaining-to-foreign-interests 328 (&#039;&#039;www.gsa.gov/reference/forms/ &amp;lt;br /&amp;gt;&lt;br /&gt;
certificate-pertaining-to-foreign- &amp;lt;br /&amp;gt;&lt;br /&gt;
interests&#039;&#039;), ]&#039;&#039;Certificate Pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
Foreign Interests, &#039;&#039;and submit it directly &amp;lt;br /&amp;gt;&lt;br /&gt;
to Defense Counterintelligence and &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (DCSA) and undergo a &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Review with regards &amp;lt;br /&amp;gt;&lt;br /&gt;
to the protection of controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
factors identified in 32 CFR 117.11(b) &amp;lt;br /&amp;gt;&lt;br /&gt;
using the procedures outlined in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
117.11(c). The Accreditation Body must &amp;lt;br /&amp;gt;&lt;br /&gt;
receive a non-disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination by the CMMC PMO to be &amp;lt;br /&amp;gt;&lt;br /&gt;
recognized by the Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense. &lt;br /&gt;
&lt;br /&gt;
(ii) Reporting any change to the &lt;br /&gt;
&lt;br /&gt;
information provided on its SF 328 by &amp;lt;br /&amp;gt;&lt;br /&gt;
resubmitting the SF 328 to DCSA within &amp;lt;br /&amp;gt;&lt;br /&gt;
15 business days of the change being &amp;lt;br /&amp;gt;&lt;br /&gt;
effective. A disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination, based on the results of &amp;lt;br /&amp;gt;&lt;br /&gt;
the change, will result in the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body losing its &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or accreditation under the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. &lt;br /&gt;
&lt;br /&gt;
(iii) Identifying all prospective &lt;br /&gt;
&lt;br /&gt;
C3PAOs to the CMMC PMO. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO will sponsor the prospective &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO for a FOCI risk assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted by the DCSA using the SF &amp;lt;br /&amp;gt;&lt;br /&gt;
328 as part of the authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation processes. &lt;br /&gt;
&lt;br /&gt;
(iv) Notifying prospective C3PAOs of &lt;br /&gt;
&lt;br /&gt;
the CMMC PMO’s eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination resulting from the FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment. &lt;br /&gt;
&lt;br /&gt;
(6) Obtain a Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures specified in § 170.17(a)(1) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (c). This assessment, conducted by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC, shall meet all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) but will not result in a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (C3PAO). The Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed every three years. &lt;br /&gt;
&lt;br /&gt;
(7) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(8) Establish, maintain, and manage &lt;br /&gt;
&lt;br /&gt;
an up-to-date list of authorized and &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited C3PAOs on a single publicly &amp;lt;br /&amp;gt;&lt;br /&gt;
accessible website and provide the list &amp;lt;br /&amp;gt;&lt;br /&gt;
of these entities and their status to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD through submission in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
(9) Provide the CMMC PMO with &lt;br /&gt;
&lt;br /&gt;
current data on C3PAOs, including &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization and accreditation records &amp;lt;br /&amp;gt;&lt;br /&gt;
and status in the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. This data shall include the &amp;lt;br /&amp;gt;&lt;br /&gt;
dates associated with the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation of each C3PAO. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00131&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83222 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(10) Provide the DoD with &lt;br /&gt;
&lt;br /&gt;
information about aggregate statistics &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to operations of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem to include the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation status of C3PAOs or &amp;lt;br /&amp;gt;&lt;br /&gt;
other information as requested. &lt;br /&gt;
&lt;br /&gt;
(11) Provide inputs for assessor &lt;br /&gt;
&lt;br /&gt;
supplemental guidance to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO. Participate and support &amp;lt;br /&amp;gt;&lt;br /&gt;
coordination of these and other inputs &amp;lt;br /&amp;gt;&lt;br /&gt;
through DoD-led Working Groups. &lt;br /&gt;
&lt;br /&gt;
(12) Ensure that all information about &lt;br /&gt;
&lt;br /&gt;
individuals is encrypted and protected &amp;lt;br /&amp;gt;&lt;br /&gt;
in all Accreditation Body information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and databases. &lt;br /&gt;
&lt;br /&gt;
(13) Provide all plans that are related &lt;br /&gt;
&lt;br /&gt;
to potential sources of revenue, to &amp;lt;br /&amp;gt;&lt;br /&gt;
include but not limited to: fees, &amp;lt;br /&amp;gt;&lt;br /&gt;
licensing, processes, membership, and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or partnerships to the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO. &lt;br /&gt;
&lt;br /&gt;
(14) Ensure that the CMMC Assessors &lt;br /&gt;
&lt;br /&gt;
and Instructors Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization (CAICO) is compliant with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17024:2012(E) &lt;br /&gt;
&lt;br /&gt;
(15) Ensure all training products, &lt;br /&gt;
&lt;br /&gt;
instruction, and testing materials are of &amp;lt;br /&amp;gt;&lt;br /&gt;
high quality and subject to CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
quality control policies and procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
to include technical accuracy and &amp;lt;br /&amp;gt;&lt;br /&gt;
alignment with all applicable legal, &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory, and policy requirements. &lt;br /&gt;
&lt;br /&gt;
(16) Develop and maintain an internal &lt;br /&gt;
&lt;br /&gt;
appeals process, as required by ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2017(E), and render a final &amp;lt;br /&amp;gt;&lt;br /&gt;
decision on all elevated appeals. &lt;br /&gt;
&lt;br /&gt;
(17) Develop and maintain a &lt;br /&gt;
&lt;br /&gt;
comprehensive plan and schedule to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with all ISO/IEC 17011:2017(E), &amp;lt;br /&amp;gt;&lt;br /&gt;
and DoD requirements for Conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest, Code of Professional Conduct, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Ethics policies as set forth in the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract. All policies shall apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Accreditation Body, and other &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals, entities, and groups within &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem who provide &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instruction, CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
materials, or Certificates of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status on behalf of the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body. All policies in this section must &amp;lt;br /&amp;gt;&lt;br /&gt;
be approved by the CMMC PMO prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to effectivity in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
following requirements. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Conflict of Interest (CoI) policy. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The CoI policy shall: &lt;br /&gt;
&lt;br /&gt;
(A) Include a detailed risk mitigation &lt;br /&gt;
&lt;br /&gt;
plan for all potential conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
that may pose a risk to compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17011:2017(E). &lt;br /&gt;
&lt;br /&gt;
(B) Require employees, Board &lt;br /&gt;
&lt;br /&gt;
directors, and members of any &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation committees or appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication committees to disclose to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC PMO, in writing, as soon as &amp;lt;br /&amp;gt;&lt;br /&gt;
it is known or reasonably should be &amp;lt;br /&amp;gt;&lt;br /&gt;
known, any actual, potential, or &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived conflict of interest with &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient detail to allow for assessment. &lt;br /&gt;
&lt;br /&gt;
(C) Require employees, Board &lt;br /&gt;
&lt;br /&gt;
directors, and members of any &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation committees or appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication committees who leave the &amp;lt;br /&amp;gt;&lt;br /&gt;
board or organization to enter a ‘‘cooling &amp;lt;br /&amp;gt;&lt;br /&gt;
off period’’ of one (1) year whereby they &amp;lt;br /&amp;gt;&lt;br /&gt;
are prohibited from working with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body or participating in &amp;lt;br /&amp;gt;&lt;br /&gt;
any and all CMMC activities described &amp;lt;br /&amp;gt;&lt;br /&gt;
in Subpart C. &lt;br /&gt;
&lt;br /&gt;
(D) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to actively avoid participating &amp;lt;br /&amp;gt;&lt;br /&gt;
in any activity, practice, or transaction &amp;lt;br /&amp;gt;&lt;br /&gt;
that could result in an actual or &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived conflict of interest. &lt;br /&gt;
&lt;br /&gt;
(E) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to disclose to Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body leadership, in writing, any actual &amp;lt;br /&amp;gt;&lt;br /&gt;
or potential conflict of interest as soon &amp;lt;br /&amp;gt;&lt;br /&gt;
as it is known, or reasonably should be &amp;lt;br /&amp;gt;&lt;br /&gt;
known. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Code of Professional Conduct &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CoPC) policy. &#039;&#039;The CoPC policy shall: &lt;br /&gt;
&lt;br /&gt;
(A) Describe the performance &lt;br /&gt;
&lt;br /&gt;
standards by which the members of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem will be held &amp;lt;br /&amp;gt;&lt;br /&gt;
accountable and the procedures for &amp;lt;br /&amp;gt;&lt;br /&gt;
addressing violations of those &amp;lt;br /&amp;gt;&lt;br /&gt;
performance standards. &lt;br /&gt;
&lt;br /&gt;
(B) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
investigate and resolve any potential &amp;lt;br /&amp;gt;&lt;br /&gt;
violations that are reported or are &amp;lt;br /&amp;gt;&lt;br /&gt;
identified by the DoD. &lt;br /&gt;
&lt;br /&gt;
(C) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
inform the DoD in writing of new &amp;lt;br /&amp;gt;&lt;br /&gt;
investigations within 72 hours. &lt;br /&gt;
&lt;br /&gt;
(D) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
report to the DoD in writing the &amp;lt;br /&amp;gt;&lt;br /&gt;
outcome of completed investigations &amp;lt;br /&amp;gt;&lt;br /&gt;
within 15 business days. &lt;br /&gt;
&lt;br /&gt;
(E) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to represent themselves and &amp;lt;br /&amp;gt;&lt;br /&gt;
their companies accurately; to include &amp;lt;br /&amp;gt;&lt;br /&gt;
not misrepresenting any professional &amp;lt;br /&amp;gt;&lt;br /&gt;
credentials or status, including CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or CMMC Status, nor &amp;lt;br /&amp;gt;&lt;br /&gt;
exaggerating the services that they or &amp;lt;br /&amp;gt;&lt;br /&gt;
their company are capable or authorized &amp;lt;br /&amp;gt;&lt;br /&gt;
to deliver. &lt;br /&gt;
&lt;br /&gt;
(F) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to be honest and factual in all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC-related activities with &amp;lt;br /&amp;gt;&lt;br /&gt;
colleagues, clients, trainees, and others &amp;lt;br /&amp;gt;&lt;br /&gt;
with whom they interact. &lt;br /&gt;
&lt;br /&gt;
(G) Prohibit CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members from participating in the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment process for an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in which they previously &amp;lt;br /&amp;gt;&lt;br /&gt;
served as a consultant to prepare the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization for any CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
within 3 years. &lt;br /&gt;
&lt;br /&gt;
(H) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to maintain the confidentiality &amp;lt;br /&amp;gt;&lt;br /&gt;
of customer and government data to &amp;lt;br /&amp;gt;&lt;br /&gt;
preclude unauthorized disclosure. &lt;br /&gt;
&lt;br /&gt;
(I) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report results and data from &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments and &lt;br /&gt;
&lt;br /&gt;
training objectively, completely, clearly, &amp;lt;br /&amp;gt;&lt;br /&gt;
and accurately. &lt;br /&gt;
&lt;br /&gt;
(J) Prohibit CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members from cheating, assisting &amp;lt;br /&amp;gt;&lt;br /&gt;
another in cheating, or allowing &amp;lt;br /&amp;gt;&lt;br /&gt;
cheating on CMMC examinations. &lt;br /&gt;
&lt;br /&gt;
(K) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to utilize official training &amp;lt;br /&amp;gt;&lt;br /&gt;
content developed by a CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
organization approved by the CAICO in &amp;lt;br /&amp;gt;&lt;br /&gt;
all CMMC certification courses. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Ethics policy. &#039;&#039;The Ethics policy &lt;br /&gt;
&lt;br /&gt;
shall: &lt;br /&gt;
&lt;br /&gt;
(A) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body within 30 days of convictions, &amp;lt;br /&amp;gt;&lt;br /&gt;
guilty pleas, or no contest pleas to &amp;lt;br /&amp;gt;&lt;br /&gt;
crimes of fraud, larceny, embezzlement, &amp;lt;br /&amp;gt;&lt;br /&gt;
misappropriation of funds, &amp;lt;br /&amp;gt;&lt;br /&gt;
misrepresentation, perjury, false &amp;lt;br /&amp;gt;&lt;br /&gt;
swearing, conspiracy to conceal, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
similar offense in any legal proceeding, &amp;lt;br /&amp;gt;&lt;br /&gt;
civil or criminal, whether or not in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with activities that relate to &amp;lt;br /&amp;gt;&lt;br /&gt;
carrying out their role in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(B) Prohibit harassment or &lt;br /&gt;
&lt;br /&gt;
discrimination by CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
members in all interactions with &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals whom they encounter in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with their roles in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(C) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to have and maintain a &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfactory record of integrity and &amp;lt;br /&amp;gt;&lt;br /&gt;
business ethics. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Third-Party Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Organizations (C3PAOs). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;C3PAOs &lt;br /&gt;
&lt;br /&gt;
are organizations that are responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issuing Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
results. C3PAOs must be accredited or &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by the Accreditation Body in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;C3PAOs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain authorization or &lt;br /&gt;
&lt;br /&gt;
accreditation from the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body in accordance with § 170.8(b)(3)(i) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (ii). &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17); and &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve and maintain compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2) within 27 months &amp;lt;br /&amp;gt;&lt;br /&gt;
of authorization. &lt;br /&gt;
&lt;br /&gt;
(3) Require all C3PAO company &lt;br /&gt;
&lt;br /&gt;
personnel participating in the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process to &amp;lt;br /&amp;gt;&lt;br /&gt;
complete a Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This includes the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team and the quality &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00132&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83223 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
assurance individual. This Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation will not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a security clearance and is not being &amp;lt;br /&amp;gt;&lt;br /&gt;
executed for the purpose of government &amp;lt;br /&amp;gt;&lt;br /&gt;
employment. The Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation is initiated using the &amp;lt;br /&amp;gt;&lt;br /&gt;
Standard Form (SF) 86 ([http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions &#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/questionnaire-for- &amp;lt;br /&amp;gt;&lt;br /&gt;
national-security-positions&#039;&#039;). These &amp;lt;br /&amp;gt;&lt;br /&gt;
]positions are designated as non-critical &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive with a risk designation of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Moderate Risk’’ in accordance with 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 1400.201(b) and (d) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
investigative requirements of 5 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Require all C3PAO company &lt;br /&gt;
&lt;br /&gt;
personnel participating in the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process who are &amp;lt;br /&amp;gt;&lt;br /&gt;
not eligible to obtain a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent of a favorably adjudicated &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Comply with Foreign Ownership, &lt;br /&gt;
&lt;br /&gt;
Control or Influence (FOCI) by: &lt;br /&gt;
&lt;br /&gt;
(i) Completing and submitting &lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/certificate-pertaining-to-foreign-interests Standard Form (SF) 328 (&#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/certificate-pertaining- &amp;lt;br /&amp;gt;&lt;br /&gt;
to-foreign-interests&#039;&#039;), &#039;&#039;Certificate &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;]&#039;&#039;Pertaining to Foreign Interests, &#039;&#039;upon &amp;lt;br /&amp;gt;&lt;br /&gt;
request from DCSA and undergo a &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Review with regards &amp;lt;br /&amp;gt;&lt;br /&gt;
to the protection of controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
factors identified in 32 CFR 117.11(b) &amp;lt;br /&amp;gt;&lt;br /&gt;
using the procedures outlined in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
117.11(c). &lt;br /&gt;
&lt;br /&gt;
(ii) Receiving a non-disqualifying &lt;br /&gt;
&lt;br /&gt;
eligibility determination from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO resulting from the FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment in order to proceed to a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as part of the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation process set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (b)(6) of this section. &lt;br /&gt;
&lt;br /&gt;
(iii) Reporting any change to the &lt;br /&gt;
&lt;br /&gt;
information provided on its SF 328 by &amp;lt;br /&amp;gt;&lt;br /&gt;
resubmitting the SF 328 to DCSA within &amp;lt;br /&amp;gt;&lt;br /&gt;
15 business days of the change being &amp;lt;br /&amp;gt;&lt;br /&gt;
effective. A disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination, based on the results of &amp;lt;br /&amp;gt;&lt;br /&gt;
the change, will result in the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
losing its authorization or accreditation. &lt;br /&gt;
&lt;br /&gt;
(6) Undergo a Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment meeting all requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
a Final Level 2 (C3PAO) in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the procedures specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.17(a)(1) and (c), with the following &amp;lt;br /&amp;gt;&lt;br /&gt;
exceptions: &lt;br /&gt;
&lt;br /&gt;
(i) The assessment will be conducted &lt;br /&gt;
&lt;br /&gt;
by DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
(ii) The assessment will not result in &lt;br /&gt;
&lt;br /&gt;
a CMMC Status of Level 2 (C3PAO) nor &amp;lt;br /&amp;gt;&lt;br /&gt;
receive a Certificate of CMMC Status. &lt;br /&gt;
&lt;br /&gt;
(7) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(8) Submit pre-assessment and &lt;br /&gt;
&lt;br /&gt;
planning material, final assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
reports, and CMMC certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment into the CMMC instantiation &amp;lt;br /&amp;gt;&lt;br /&gt;
of eMASS. &lt;br /&gt;
&lt;br /&gt;
(9) Unless disposition is otherwise &lt;br /&gt;
&lt;br /&gt;
authorized by the CMMC PMO, &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain all assessment related records &amp;lt;br /&amp;gt;&lt;br /&gt;
for a period of six (6) years. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
records include any materials generated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the C3PAO in the course of an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, any working papers &amp;lt;br /&amp;gt;&lt;br /&gt;
generated from Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments; and materials relating to &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring, education, training, &amp;lt;br /&amp;gt;&lt;br /&gt;
technical knowledge, skills, experience, &amp;lt;br /&amp;gt;&lt;br /&gt;
and authorization of all personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
involved in assessment activities; &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual agreements with OSCs; and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations for whom consulting &amp;lt;br /&amp;gt;&lt;br /&gt;
services were provided. &lt;br /&gt;
&lt;br /&gt;
(10) Provide any requested audit &lt;br /&gt;
&lt;br /&gt;
information, including any out-of-cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
from ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body. &lt;br /&gt;
&lt;br /&gt;
(11) Ensure that all personally &lt;br /&gt;
&lt;br /&gt;
identifiable information (PII) is &amp;lt;br /&amp;gt;&lt;br /&gt;
encrypted and protected in all C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems and databases. &lt;br /&gt;
&lt;br /&gt;
(12) Meet the requirements for &lt;br /&gt;
&lt;br /&gt;
Assessment Team composition. An &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team must include at least &amp;lt;br /&amp;gt;&lt;br /&gt;
two people: a Lead CCA, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(10), and at least one other &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA. Additional CCAs and CCPs may &amp;lt;br /&amp;gt;&lt;br /&gt;
also participate on an Assessment Team. &lt;br /&gt;
&lt;br /&gt;
(13) Implement a quality assurance &lt;br /&gt;
&lt;br /&gt;
function that ensures the accuracy and &amp;lt;br /&amp;gt;&lt;br /&gt;
completeness of assessment data prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to upload into the CMMC instantiation &amp;lt;br /&amp;gt;&lt;br /&gt;
of eMASS. Any individual fulfilling the &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance function must be a &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA and cannot be a member of an &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team for which they are &amp;lt;br /&amp;gt;&lt;br /&gt;
performing a quality assurance role. A &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance individual shall &amp;lt;br /&amp;gt;&lt;br /&gt;
manage the C3PAO’s quality assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
reviews as defined in paragraph (b)(14) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section and the appeals process &amp;lt;br /&amp;gt;&lt;br /&gt;
as required by paragraphs (b)(19) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(20) of this section and in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(14) Conduct quality assurance &lt;br /&gt;
&lt;br /&gt;
reviews for each assessment, including &amp;lt;br /&amp;gt;&lt;br /&gt;
observations of the Assessment Team’s &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct and management of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment processes. &lt;br /&gt;
&lt;br /&gt;
(15) Ensure that all Level 2 &lt;br /&gt;
&lt;br /&gt;
certification assessment activities are &amp;lt;br /&amp;gt;&lt;br /&gt;
performed on the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(16) Maintain all facilities, personnel, &lt;br /&gt;
&lt;br /&gt;
and equipment involved in CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
activities that are in scope of their Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment and comply &lt;br /&gt;
&lt;br /&gt;
with all security requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures as prescribed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. &lt;br /&gt;
&lt;br /&gt;
(17) Ensure that all assessment data &lt;br /&gt;
&lt;br /&gt;
and information uploaded into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment data is compliant with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment data standard as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in eMASS CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Import Templates on the CMMC eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://cmmc.emass.apps.mil website: &#039;&#039;https://cmmc.emass.apps.mil&#039;&#039;. &amp;lt;br /&amp;gt;&lt;br /&gt;
]This system is accessible only to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized users. &lt;br /&gt;
&lt;br /&gt;
(18) Issue Certificates of CMMC Status &lt;br /&gt;
&lt;br /&gt;
to OSCs in accordance with the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in § 170.17, that include, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, all industry CAGE codes &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed by the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope, the C3PAO name, assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
unique identifier, the OSC name, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status date and level. &lt;br /&gt;
&lt;br /&gt;
(19) Address all OSC appeals arising &lt;br /&gt;
&lt;br /&gt;
from Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
activities. If the OSC or C3PAO is not &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfied with the result of the appeal &amp;lt;br /&amp;gt;&lt;br /&gt;
either the OSC or the C3PAO can &amp;lt;br /&amp;gt;&lt;br /&gt;
elevate the matter to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body for final determination. &lt;br /&gt;
&lt;br /&gt;
(20) Submit assessment appeals, &lt;br /&gt;
&lt;br /&gt;
review records, and decision results of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment appeals to DoD using the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.10&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessor and Instructor &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Certification Organization (CAICO). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
CAICO is responsible for training, &amp;lt;br /&amp;gt;&lt;br /&gt;
testing, authorizing, certifying, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying CMMC assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
instructors, and related professionals. &amp;lt;br /&amp;gt;&lt;br /&gt;
Only the CAICO may make decisions &amp;lt;br /&amp;gt;&lt;br /&gt;
relating to examination certifications, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the granting, maintaining, &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying, expanding, and reducing &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
suspending or withdrawing certification &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with current ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17024:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). At any given &amp;lt;br /&amp;gt;&lt;br /&gt;
point in time, there will be only one &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO for the DoD CMMC Program. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;The CAICO shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17); and &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve and maintain ISO/IEC 17024(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation within 12 months of &amp;lt;br /&amp;gt;&lt;br /&gt;
December 16, 2024. &lt;br /&gt;
&lt;br /&gt;
(2) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(3) Train, test, and designate PIs in &lt;br /&gt;
&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. Train, test, certify, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertify CCPs, CCAs, and CCIs in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00133&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83224 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(4) Ensure the instructor and assessor &lt;br /&gt;
&lt;br /&gt;
certification examinations are certified &amp;lt;br /&amp;gt;&lt;br /&gt;
under ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
by a recognized US-based accreditor &amp;lt;br /&amp;gt;&lt;br /&gt;
who is not a member of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. The US-based &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditor must be a signatory to &amp;lt;br /&amp;gt;&lt;br /&gt;
International Laboratory Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Cooperation (ILAC) or relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
International Accreditation Forum (IAF) &amp;lt;br /&amp;gt;&lt;br /&gt;
Mutual Recognition Arrangement &amp;lt;br /&amp;gt;&lt;br /&gt;
(MRA) and must operate in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(5) Establish quality control policies &lt;br /&gt;
&lt;br /&gt;
and procedures for the generation of &amp;lt;br /&amp;gt;&lt;br /&gt;
training products, instruction, and &amp;lt;br /&amp;gt;&lt;br /&gt;
testing materials. &lt;br /&gt;
&lt;br /&gt;
(6) Oversee development, &lt;br /&gt;
&lt;br /&gt;
administration, and management &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to the quality of training and &amp;lt;br /&amp;gt;&lt;br /&gt;
examination materials for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor and instructor certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification. &lt;br /&gt;
&lt;br /&gt;
(7) Establish and publish an &lt;br /&gt;
&lt;br /&gt;
authorization and certification appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
process to receive, evaluate, and make &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions on complaints and appeals in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(8) Address all appeals arising from &lt;br /&gt;
&lt;br /&gt;
the CCA, CCI, and CCP authorizations &amp;lt;br /&amp;gt;&lt;br /&gt;
and certifications process through use of &amp;lt;br /&amp;gt;&lt;br /&gt;
internal processes in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17024:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(9) Maintain records for a period of &lt;br /&gt;
&lt;br /&gt;
six (6) years of all procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, and actions related to &amp;lt;br /&amp;gt;&lt;br /&gt;
fulfillment of the requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in this section and provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body access to those &amp;lt;br /&amp;gt;&lt;br /&gt;
records. &lt;br /&gt;
&lt;br /&gt;
(10) Provide the Accreditation Body &lt;br /&gt;
&lt;br /&gt;
information about the authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation status of assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
instructors, training community, and &amp;lt;br /&amp;gt;&lt;br /&gt;
publishing partners. &lt;br /&gt;
&lt;br /&gt;
(11) Ensure separation of duties &lt;br /&gt;
&lt;br /&gt;
between individuals involved in testing &amp;lt;br /&amp;gt;&lt;br /&gt;
activities, training activities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
certification activities. &lt;br /&gt;
&lt;br /&gt;
(12) Safeguard and require any CAICO &lt;br /&gt;
&lt;br /&gt;
training support service providers, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, to safeguard the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of applicant, candidate, &amp;lt;br /&amp;gt;&lt;br /&gt;
and certificate-holder information and &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure the overall security of the &amp;lt;br /&amp;gt;&lt;br /&gt;
certification process. &lt;br /&gt;
&lt;br /&gt;
(13) Ensure that all PII is encrypted &lt;br /&gt;
&lt;br /&gt;
and protected in all CAICO information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and databases and those of any &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO training support service &amp;lt;br /&amp;gt;&lt;br /&gt;
providers. &lt;br /&gt;
&lt;br /&gt;
(14) Ensure the security of assessor &lt;br /&gt;
&lt;br /&gt;
and instructor examinations and the fair &amp;lt;br /&amp;gt;&lt;br /&gt;
and credible administration of &amp;lt;br /&amp;gt;&lt;br /&gt;
examinations. &lt;br /&gt;
&lt;br /&gt;
(15) Neither disclose nor allow any &lt;br /&gt;
&lt;br /&gt;
CAICO training support service &amp;lt;br /&amp;gt;&lt;br /&gt;
providers, as applicable, to disclose &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC data or metrics related to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or certification activities &amp;lt;br /&amp;gt;&lt;br /&gt;
to any entity other than the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body and DoD, except as &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
(16) Require retraining and &lt;br /&gt;
&lt;br /&gt;
redesignation of PIs upon significant &amp;lt;br /&amp;gt;&lt;br /&gt;
change to DoD’s CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Require retraining and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification of CCPs, CCAs, and CCIs &amp;lt;br /&amp;gt;&lt;br /&gt;
upon significant change to DoD’s CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements, as determined by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD or the CAICO. &lt;br /&gt;
&lt;br /&gt;
(17) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report to the CAICO within &amp;lt;br /&amp;gt;&lt;br /&gt;
30 days of convictions, guilty pleas, or &amp;lt;br /&amp;gt;&lt;br /&gt;
no contest pleas to crimes of fraud, &amp;lt;br /&amp;gt;&lt;br /&gt;
larceny, embezzlement, &amp;lt;br /&amp;gt;&lt;br /&gt;
misappropriation of funds, &amp;lt;br /&amp;gt;&lt;br /&gt;
misrepresentation, perjury, false &amp;lt;br /&amp;gt;&lt;br /&gt;
swearing, conspiracy to conceal, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
similar offense in any legal proceeding, &amp;lt;br /&amp;gt;&lt;br /&gt;
civil or criminal, whether or not in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with activities that relate to &amp;lt;br /&amp;gt;&lt;br /&gt;
carrying out their role in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.11&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Certified Assessor (CCA). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;CCAs, &lt;br /&gt;
&lt;br /&gt;
in support of a C3PAO, conduct Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessments of OSCs in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2), the assessment processes &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.17, and the scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements defined in § 170.19(c). &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs must meet all of the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in paragraph (b) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
A CCA may conduct Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments and participate &amp;lt;br /&amp;gt;&lt;br /&gt;
on a C3PAO Assessment Team. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;CCAs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain and maintain certification &lt;br /&gt;
&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification is valid for 3 years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
date of issuance. &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(3) Complete a Tier 3 background &lt;br /&gt;
&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation will not result in a security &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance and is not being executed for &amp;lt;br /&amp;gt;&lt;br /&gt;
the purpose of government employment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Tier 3 background investigation is &amp;lt;br /&amp;gt;&lt;br /&gt;
initiated using the Standard Form (SF) &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions 86 (&#039;&#039;www.gsa.gov/reference/forms/ &amp;lt;br /&amp;gt;&lt;br /&gt;
questionnaire-for-national-security- &amp;lt;br /&amp;gt;&lt;br /&gt;
positions&#039;&#039;). These positions are &amp;lt;br /&amp;gt;&lt;br /&gt;
]designated as non-critical sensitive with &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk designation of ‘‘Moderate Risk’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with 5 CFR 1400.201(b) and &lt;br /&gt;
&lt;br /&gt;
(d) and the investigative requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
5 CFR 731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Meet the equivalent of a favorably &lt;br /&gt;
&lt;br /&gt;
adjudicated Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation when not eligible for a &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Be a CCP who has at least 3 years &lt;br /&gt;
&lt;br /&gt;
of cybersecurity experience, at least 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
year of assessment or audit experience, &amp;lt;br /&amp;gt;&lt;br /&gt;
and at least one foundational &amp;lt;br /&amp;gt;&lt;br /&gt;
qualification, aligned to at least the &amp;lt;br /&amp;gt;&lt;br /&gt;
Intermediate Proficiency Level of the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Cyberspace Workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
Framework’s Security Control Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
(612) Work Role, from DoD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8140.03, &#039;&#039;Cyberspace Workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
Qualification and Management Program &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[https://dodcio.defense.gov/Portals/0/Documents/Library/DoDM-8140-03.pdf (&#039;&#039;https://dodcio.defense.gov/Portals/0/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents/Library/DoDM-8140-03.pdf&#039;&#039;). &amp;lt;br /&amp;gt;&lt;br /&gt;
]Information on the Work Role 612 can &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://public.cyber.mil/dcwf-work-role/security-control-assessor/ be found at &#039;&#039;https://public.cyber.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
dcwf-work-role/security-control- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(7) Only use IT, cloud, cybersecurity &lt;br /&gt;
&lt;br /&gt;
services, and end-point devices &amp;lt;br /&amp;gt;&lt;br /&gt;
provided by the authorized/accredited &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO that has been engaged to &amp;lt;br /&amp;gt;&lt;br /&gt;
perform that OSA’s Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and which has undergone a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC (or higher) for all &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activities. Individual &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors are prohibited from using any &amp;lt;br /&amp;gt;&lt;br /&gt;
other IT, including IT that is personally &amp;lt;br /&amp;gt;&lt;br /&gt;
owned, to include internal and external &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services and end-point devices, to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment reports or any other CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment-related information. The &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluation of assessment evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
within the OSC environment, using OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
tools, is permitted. &lt;br /&gt;
&lt;br /&gt;
(8) Immediately notify the responsible &lt;br /&gt;
&lt;br /&gt;
C3PAO of any breach or potential &amp;lt;br /&amp;gt;&lt;br /&gt;
breach of security to any CMMC-related &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment materials under the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors’ purview. &lt;br /&gt;
&lt;br /&gt;
(9) Not share any information about &lt;br /&gt;
&lt;br /&gt;
an OSC obtained during CMMC pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and assessment activities &amp;lt;br /&amp;gt;&lt;br /&gt;
with any person not involved with that &amp;lt;br /&amp;gt;&lt;br /&gt;
specific assessment, except as otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
(10) Qualify as a Lead CCA by having &lt;br /&gt;
&lt;br /&gt;
at least 5 years of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
experience, 5 years of management &amp;lt;br /&amp;gt;&lt;br /&gt;
experience, 3 years of assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
audit experience, and at least one &amp;lt;br /&amp;gt;&lt;br /&gt;
foundational qualification aligned to &amp;lt;br /&amp;gt;&lt;br /&gt;
Advanced Proficiency Level of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Cyberspace Workforce Framework’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Control Assessor (612) Work &amp;lt;br /&amp;gt;&lt;br /&gt;
Role, from DoD Manual 8140.03, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Cyberspace Workforce Qualification and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00134&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83225 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Management Program &#039;&#039;[https://dodcio.defense.gov/Portals/0/Documents/Library/DoDM-8140-03.pdf (&#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
dodcio.defense.gov/Portals/0/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents/Library/DoDM-8140-03.pdf&#039;&#039;). &amp;lt;br /&amp;gt;&lt;br /&gt;
]Information on the Work Role 612 can &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://public.cyber.mil/dcwf-work-role/security-control-assessor/ be found at &#039;&#039;https://public.cyber.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
dcwf-work-role/security-control- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Instructor. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;CMMC Provisional Instructor (PI) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;roles and responsibilities. &#039;&#039;A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Provisional Instructor (PI) teaches CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
and CCP candidates during the &amp;lt;br /&amp;gt;&lt;br /&gt;
transitional period that ends 18 months &amp;lt;br /&amp;gt;&lt;br /&gt;
after December 16, 2024. A PI is trained, &amp;lt;br /&amp;gt;&lt;br /&gt;
tested, and designated to perform &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instructional duties by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO to teach CCP and CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates. PIs are designated by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO after successful completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the PI training and testing requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth by the CAICO. A PI with a &amp;lt;br /&amp;gt;&lt;br /&gt;
valid CCP certification may instruct CCP &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates, while a PI with a valid CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
certification may instruct CCP and CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates. PIs are required to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in (c) of this section. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC Certified Instructor (CCI) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;roles and responsibilities. &#039;&#039;A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Instructor (CCI) teaches CCP, &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA, and CCI candidates and performs &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instructional duties. Candidate &amp;lt;br /&amp;gt;&lt;br /&gt;
CCIs are certified by the CAICO after &amp;lt;br /&amp;gt;&lt;br /&gt;
successful completion of the CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
training and testing requirements. A CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
is required to obtain and maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor and instructor certifications &amp;lt;br /&amp;gt;&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10 and in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section. A CCI with &amp;lt;br /&amp;gt;&lt;br /&gt;
a valid CCP certification may instruct &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP candidates, while a CCI with a &amp;lt;br /&amp;gt;&lt;br /&gt;
valid CCA certification may instruct &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP, CCA, and CCI candidates. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certifications are valid for 3 years from &amp;lt;br /&amp;gt;&lt;br /&gt;
the date of issuance. CCIs are required &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet requirements in paragraph (c) of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Requirements. &#039;&#039;CMMC Instructors &lt;br /&gt;
&lt;br /&gt;
shall: &lt;br /&gt;
&lt;br /&gt;
(1) Obtain and maintain instructor &lt;br /&gt;
&lt;br /&gt;
designation or certification, as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, from the CAICO in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.10. &lt;br /&gt;
&lt;br /&gt;
(2) Obtain and maintain CCP or CCA &lt;br /&gt;
&lt;br /&gt;
certification to deliver CCP training. &lt;br /&gt;
&lt;br /&gt;
(3) Obtain and maintain a CCA &lt;br /&gt;
&lt;br /&gt;
certification to deliver CCA training. &lt;br /&gt;
&lt;br /&gt;
(4) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Provide the Accreditation Body &lt;br /&gt;
&lt;br /&gt;
and the CAICO annually with accurate &amp;lt;br /&amp;gt;&lt;br /&gt;
information detailing their &amp;lt;br /&amp;gt;&lt;br /&gt;
qualifications, training experience, &lt;br /&gt;
&lt;br /&gt;
professional affiliations, and &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications, and, upon reasonable &amp;lt;br /&amp;gt;&lt;br /&gt;
request, submit documentation verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
this information. &lt;br /&gt;
&lt;br /&gt;
(7) Not provide CMMC consulting &lt;br /&gt;
&lt;br /&gt;
services while serving as a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instructor; however, subject to the Code &amp;lt;br /&amp;gt;&lt;br /&gt;
of Professional Conduct and Conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest policies, can serve on an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment team. &lt;br /&gt;
&lt;br /&gt;
(8) Not participate in the development &lt;br /&gt;
&lt;br /&gt;
of exam objectives and/or exam content &amp;lt;br /&amp;gt;&lt;br /&gt;
or act as an exam proctor while at the &amp;lt;br /&amp;gt;&lt;br /&gt;
same time serving as a CCI. &lt;br /&gt;
&lt;br /&gt;
(9) Keep confidential all information &lt;br /&gt;
&lt;br /&gt;
obtained or created during the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
activities, including trainee records, &amp;lt;br /&amp;gt;&lt;br /&gt;
except as required by law. &lt;br /&gt;
&lt;br /&gt;
(10) Not disclose any CMMC-related &lt;br /&gt;
&lt;br /&gt;
data or metrics that is PII, FCI, or CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
to anyone without prior coordination &amp;lt;br /&amp;gt;&lt;br /&gt;
with and approval from DoD. &lt;br /&gt;
&lt;br /&gt;
(11) Notify the Accreditation Body or &lt;br /&gt;
&lt;br /&gt;
the CAICO if required by law or &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by contractual commitments &amp;lt;br /&amp;gt;&lt;br /&gt;
to release confidential information. &lt;br /&gt;
&lt;br /&gt;
(12) Not share with anyone any &lt;br /&gt;
&lt;br /&gt;
CMMC training-related information not &amp;lt;br /&amp;gt;&lt;br /&gt;
previously publicly disclosed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.13&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Certified Professional &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(CCP). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
CMMC Certified Professional (CCP) &amp;lt;br /&amp;gt;&lt;br /&gt;
completes rigorous training on CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
and the assessment process to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
advice, consulting, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations to their OSA clients. &amp;lt;br /&amp;gt;&lt;br /&gt;
Candidate CCPs are certified by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO after successful completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CCP training and testing &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in paragraph (b) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section. CCPs are eligible to &amp;lt;br /&amp;gt;&lt;br /&gt;
become CMMC Certified Assessors and &amp;lt;br /&amp;gt;&lt;br /&gt;
can participate as a CCP on Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments with CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight where the CCA makes all final &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;CCPs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain and maintain certification &lt;br /&gt;
&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification is valid for 3 years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
date of issuance. &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics as set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(3) Complete a Tier 3 background &lt;br /&gt;
&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation will not result in a security &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance and is not being executed for &amp;lt;br /&amp;gt;&lt;br /&gt;
the purpose of government employment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Tier 3 background investigation is &amp;lt;br /&amp;gt;&lt;br /&gt;
initiated using the Standard Form (SF) &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions 86 (&#039;&#039;www.gsa.gov/reference/forms/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions &#039;&#039;questionnaire-for-national-security- &amp;lt;br /&amp;gt;&lt;br /&gt;
positions&#039;&#039;). These positions are &amp;lt;br /&amp;gt;&lt;br /&gt;
]designated as non-critical sensitive with &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk designation of ‘‘Moderate Risk’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with 5 CFR 1400.201(b) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(d) and the investigative requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
5 CFR 731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Meet the equivalent of a favorably &lt;br /&gt;
&lt;br /&gt;
adjudicated Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation when not eligible to obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
a Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Not share any information about &lt;br /&gt;
&lt;br /&gt;
an OSC obtained during CMMC pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and assessment activities &amp;lt;br /&amp;gt;&lt;br /&gt;
with any person not involved with that &amp;lt;br /&amp;gt;&lt;br /&gt;
specific assessment, except as otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart D—Key Elements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Model. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Overview. &#039;&#039;The CMMC Model &lt;br /&gt;
&lt;br /&gt;
incorporates the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
from: &lt;br /&gt;
&lt;br /&gt;
(1) 48 CFR 52.204–21, &#039;&#039;Basic &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safeguarding of Covered Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems; &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(2) NIST SP 800–171 R2, &#039;&#039;Protecting &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information in &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonfederal Systems and Organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;(incorporated by reference, see § 170.2); &amp;lt;br /&amp;gt;&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
(3) Selected security requirements &lt;br /&gt;
&lt;br /&gt;
from NIST SP 800–172 Feb2021, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Protecting Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information: A Supplement to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC domains. &#039;&#039;The CMMC &lt;br /&gt;
&lt;br /&gt;
Model consists of domains that map to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Security Requirement Families &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;CMMC level requirements. &#039;&#039;CMMC &lt;br /&gt;
&lt;br /&gt;
Levels 1–3 utilize the safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in 48 CFR 52.204–21 (for Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1), NIST SP 800–171 R2 (incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference, see § 170.2) (for Level 2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and selected security requirements from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
(for Level 3). This paragraph discusses &amp;lt;br /&amp;gt;&lt;br /&gt;
the numbering scheme and the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for each level. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Numbering. &#039;&#039;Each security &lt;br /&gt;
&lt;br /&gt;
requirement has an identification &amp;lt;br /&amp;gt;&lt;br /&gt;
number in the format—DD.L#-REQ— &amp;lt;br /&amp;gt;&lt;br /&gt;
where: &lt;br /&gt;
&lt;br /&gt;
(i) DD is the two-letter domain &lt;br /&gt;
&lt;br /&gt;
abbreviation; &lt;br /&gt;
&lt;br /&gt;
(ii) L# is the CMMC level number; and &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00135&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83226 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(iii) REQ is the 48 CFR 52.204–21 &lt;br /&gt;
&lt;br /&gt;
paragraph number, NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement number, or NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 requirement number. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;CMMC Level 1 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 1 are those set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 52.204–21(b)(1)(i) through (xv). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;CMMC Level 2 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 2 are identical to the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in NIST SP 800–171 R2. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;CMMC Level 3 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 3 are selected from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021, and where &lt;br /&gt;
&lt;br /&gt;
applicable, Organization-Defined &amp;lt;br /&amp;gt;&lt;br /&gt;
Parameters (ODPs) are assigned. Table 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
to this paragraph identifies the selected &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and applicable ODPs that &amp;lt;br /&amp;gt;&lt;br /&gt;
represent the CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. ODPs for the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021 requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
italicized, where applicable: &lt;br /&gt;
&lt;br /&gt;
TABLE 1 TO § 170.14(c)(4) &lt;br /&gt;
&lt;br /&gt;
Security requirement No.* &lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 security requirements &lt;br /&gt;
&lt;br /&gt;
(selected NIST SP 800–172 Feb2021 security requirement with DoD ODPs italicized) &lt;br /&gt;
&lt;br /&gt;
(i) AC.L3–3.1.2e .......................&lt;br /&gt;
&lt;br /&gt;
Restrict access to systems and system components to only those information resources that are owned, &lt;br /&gt;
&lt;br /&gt;
provisioned, or issued by the organization. &lt;br /&gt;
&lt;br /&gt;
(ii) AC.L3–3.1.3e ......................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;secure information transfer solutions &#039;&#039;to control information flows between security domains on con-&lt;br /&gt;
&lt;br /&gt;
nected systems. &lt;br /&gt;
&lt;br /&gt;
(iii) AT.L3–3.2.1e .....................&lt;br /&gt;
&lt;br /&gt;
Provide awareness training &#039;&#039;upon initial hire, following a significant cyber event, and at least annually, &#039;&#039;focused &lt;br /&gt;
&lt;br /&gt;
on recognizing and responding to threats from social engineering, advanced persistent threat actors, &amp;lt;br /&amp;gt;&lt;br /&gt;
breaches, and suspicious behaviors; update the training &#039;&#039;at least annually &#039;&#039;or when there are significant &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the threat. &lt;br /&gt;
&lt;br /&gt;
(iv) AT.L3–3.2.2e .....................&lt;br /&gt;
&lt;br /&gt;
Include practical exercises in awareness training for &#039;&#039;all users, tailored by roles, to include general users, users &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with specialized roles, and privileged users, &#039;&#039;that are aligned with current threat scenarios and provide feed-&amp;lt;br /&amp;gt;&lt;br /&gt;
back to individuals involved in the training and their supervisors. &lt;br /&gt;
&lt;br /&gt;
(v) CM.L3–3.4.1e .....................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain an authoritative source and repository to provide a trusted source and accountability for &lt;br /&gt;
&lt;br /&gt;
approved and implemented system components. &lt;br /&gt;
&lt;br /&gt;
(vi) CM.L3–3.4.2e ....................&lt;br /&gt;
&lt;br /&gt;
Employ automated mechanisms to detect misconfigured or unauthorized system components; after detection, &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;remove the components or place the components in a quarantine or remediation network &#039;&#039;to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
patching, re-configuration, or other mitigations. &lt;br /&gt;
&lt;br /&gt;
(vii) CM.L3–3.4.3e ...................&lt;br /&gt;
&lt;br /&gt;
Employ automated discovery and management tools to maintain an up-to-date, complete, accurate, and readily &lt;br /&gt;
&lt;br /&gt;
available inventory of system components. &lt;br /&gt;
&lt;br /&gt;
(viii) IA.L3–3.5.1e .....................&lt;br /&gt;
&lt;br /&gt;
Identify and authenticate &#039;&#039;systems and system components, where possible, &#039;&#039;before establishing a network con-&lt;br /&gt;
&lt;br /&gt;
nection using bidirectional authentication that is cryptographically based and replay resistant. &lt;br /&gt;
&lt;br /&gt;
(ix) IA.L3–3.5.3e ......................&lt;br /&gt;
&lt;br /&gt;
Employ automated or manual/procedural mechanisms to prohibit system components from connecting to orga-&lt;br /&gt;
&lt;br /&gt;
nizational systems unless the components are known, authenticated, in a properly configured state, or in a &amp;lt;br /&amp;gt;&lt;br /&gt;
trust profile. &lt;br /&gt;
&lt;br /&gt;
(x) IR.L3–3.6.1e .......................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a security operations center capability that operates &#039;&#039;24/7, with allowance for remote/on- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;call staff. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xi) IR.L3–3.6.2e ......................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a cyber-incident response team that can be deployed by the organization within &#039;&#039;24 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;hours. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xii) PS.L3–3.9.2e ....................&lt;br /&gt;
&lt;br /&gt;
Ensure that organizational systems are protected if adverse information develops or is obtained about individ-&lt;br /&gt;
&lt;br /&gt;
uals with access to CUI. &lt;br /&gt;
&lt;br /&gt;
(xiii) RA.L3–3.11.1e .................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;threat intelligence, at a minimum from open or commercial sources, and any DoD-provided sources, &#039;&#039;as &lt;br /&gt;
&lt;br /&gt;
part of a risk assessment to guide and inform the development of organizational systems, security architec-&amp;lt;br /&amp;gt;&lt;br /&gt;
tures, selection of security solutions, monitoring, threat hunting, and response and recovery activities. &lt;br /&gt;
&lt;br /&gt;
(xiv) RA.L3–3.11.2e .................&lt;br /&gt;
&lt;br /&gt;
Conduct cyber threat hunting activities &#039;&#039;on an on-going aperiodic basis or when indications warrant, &#039;&#039;to search &lt;br /&gt;
&lt;br /&gt;
for indicators of compromise in &#039;&#039;organizational systems &#039;&#039;and detect, track, and disrupt threats that evade exist-&amp;lt;br /&amp;gt;&lt;br /&gt;
ing controls. &lt;br /&gt;
&lt;br /&gt;
(xv) RA.L3–3.11.3e ..................&lt;br /&gt;
&lt;br /&gt;
Employ advanced automation and analytics capabilities in support of analysts to predict and identify risks to or-&lt;br /&gt;
&lt;br /&gt;
ganizations, systems, and system components. &lt;br /&gt;
&lt;br /&gt;
(xvi) RA.L3–3.11.4e .................&lt;br /&gt;
&lt;br /&gt;
Document or reference in the system security plan the security solution selected, the rationale for the security &lt;br /&gt;
&lt;br /&gt;
solution, and the risk determination. &lt;br /&gt;
&lt;br /&gt;
(xvii) RA.L3–3.11.5e ................&lt;br /&gt;
&lt;br /&gt;
Assess the effectiveness of security solutions &#039;&#039;at least annually or upon receipt of relevant cyber threat informa-&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;tion, or in response to a relevant cyber incident, &#039;&#039;to address anticipated risk to organizational systems and the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization based on current and accumulated threat intelligence. &lt;br /&gt;
&lt;br /&gt;
(xviii) RA.L3–3.11.6e ...............&lt;br /&gt;
&lt;br /&gt;
Assess, respond to, and monitor supply chain risks associated with organizational systems and system compo-&lt;br /&gt;
&lt;br /&gt;
nents. &lt;br /&gt;
&lt;br /&gt;
(xix) RA.L3–3.11.7e .................&lt;br /&gt;
&lt;br /&gt;
Develop a plan for managing supply chain risks associated with organizational systems and system compo-&lt;br /&gt;
&lt;br /&gt;
nents; update the plan &#039;&#039;at least annually, and upon receipt of relevant cyber threat information, or in response &amp;lt;br /&amp;gt;&lt;br /&gt;
to a relevant cyber incident. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xx) CA.L3–3.12.1e ..................&lt;br /&gt;
&lt;br /&gt;
Conduct penetration testing &#039;&#039;at least annually or when significant security changes are made to the system, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
leveraging automated scanning tools and ad hoc tests using subject matter experts. &lt;br /&gt;
&lt;br /&gt;
(xxi) SC.L3–3.13.4e .................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;physical isolation techniques or logical isolation techniques or both &#039;&#039;in organizational systems and sys-&lt;br /&gt;
&lt;br /&gt;
tem components. &lt;br /&gt;
&lt;br /&gt;
(xxii) SI.L3–3.14.1e ..................&lt;br /&gt;
&lt;br /&gt;
Verify the integrity of &#039;&#039;security critical and essential software &#039;&#039;using root of trust mechanisms or cryptographic &lt;br /&gt;
&lt;br /&gt;
signatures. &lt;br /&gt;
&lt;br /&gt;
(xxiii) SI.L3–3.14.3e .................&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;specialized assets including IoT, IIoT, OT, GFE, Restricted Information Systems, and test equip-&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ment &#039;&#039;are included in the scope of the specified enhanced security requirements or are segregated in pur-&amp;lt;br /&amp;gt;&lt;br /&gt;
pose-specific networks. &lt;br /&gt;
&lt;br /&gt;
(xxiv) SI.L3–3.14.6e .................&lt;br /&gt;
&lt;br /&gt;
Use threat indicator information and effective mitigations obtained from, &#039;&#039;at a minimum, open or commercial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sources, and any DoD-provided sources, &#039;&#039;to guide and inform intrusion detection and threat hunting. &lt;br /&gt;
&lt;br /&gt;
* Roman numerals in parentheses before the Security Requirement are for numbering purposes only. The numerals are not part of the naming &lt;br /&gt;
&lt;br /&gt;
convention for the requirement. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00136&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83227 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(d) &#039;&#039;Implementation. &#039;&#039;Assessment of &lt;br /&gt;
&lt;br /&gt;
security requirements is prescribed by &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &amp;lt;br /&amp;gt;&lt;br /&gt;
Descriptive text in these documents &amp;lt;br /&amp;gt;&lt;br /&gt;
support OSA implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and use the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined and periodically. &amp;lt;br /&amp;gt;&lt;br /&gt;
Except where referring to Organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameters (ODPs), &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined means as &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by the OSA. Periodically &amp;lt;br /&amp;gt;&lt;br /&gt;
means occurring at regular intervals. As &amp;lt;br /&amp;gt;&lt;br /&gt;
used in many requirements within &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC, the interval length is &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined to provided &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor flexibility, with an interval &amp;lt;br /&amp;gt;&lt;br /&gt;
length of no more than one year. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.15&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 1 self-assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 1 self-assessment. &#039;&#039;To comply &lt;br /&gt;
&lt;br /&gt;
with CMMC Level 1 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, the OSA must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements detailed in paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
(a)(1) and (2) of this section. An OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
conducts a Level 1 self-assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed in paragraph (c) of this section &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve a CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self). &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSA must complete &lt;br /&gt;
&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 (Self). No POA&amp;amp;amp;Ms are &amp;lt;br /&amp;gt;&lt;br /&gt;
permitted for CMMC Level 1. The OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
must conduct a self-assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the procedures set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.15(c)(1) and submit &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results in SPRS. To maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Final Level 1 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA must conduct a Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment on an annual basis and &amp;lt;br /&amp;gt;&lt;br /&gt;
submit the results in SPRS, or its &amp;lt;br /&amp;gt;&lt;br /&gt;
successor capability. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs to SPRS. &#039;&#039;The Level 1 self- &lt;br /&gt;
&lt;br /&gt;
assessment results in the Supplier &amp;lt;br /&amp;gt;&lt;br /&gt;
Performance Risk System (SPRS) shall &amp;lt;br /&amp;gt;&lt;br /&gt;
include, at minimum, the following &amp;lt;br /&amp;gt;&lt;br /&gt;
items: &lt;br /&gt;
&lt;br /&gt;
(A) CMMC Level. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(E) Compliance result. &amp;lt;br /&amp;gt;&lt;br /&gt;
(ii) [Reserved] &amp;lt;br /&amp;gt;&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) CMMC Status is required &amp;lt;br /&amp;gt;&lt;br /&gt;
for all Level 1 self-assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 (Self), OSAs must both achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of Level 1 (Self) and &amp;lt;br /&amp;gt;&lt;br /&gt;
have submitted an affirmation of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance into SPRS for all &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. &#039;&#039;The OSA must conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment scored in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology described in § 170.24. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 scope requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.19(a) and (b) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
following: &lt;br /&gt;
&lt;br /&gt;
(i) The Level 1 self-assessment must &lt;br /&gt;
&lt;br /&gt;
be performed using the objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
for the security requirement that maps &amp;lt;br /&amp;gt;&lt;br /&gt;
to the CMMC Level 1 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement as specified in table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c)(1)(ii) of this section. In &amp;lt;br /&amp;gt;&lt;br /&gt;
any case where an objective addresses &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, FCI should be substituted for CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
in the objective. &lt;br /&gt;
&lt;br /&gt;
(ii) Mapping table for CMMC Level 1 &lt;br /&gt;
&lt;br /&gt;
security requirements to the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 objectives. &lt;br /&gt;
&lt;br /&gt;
TABLE 2 TO § 170.15(c)(1)(ii)—CMMC LEVEL 1 SECURITY REQUIREMENTS MAPPED TO NIST SP 800–171A JUN2018 &lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 security requirements as set forth in § 170.14(c)(2) &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171A Jun2018 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.i ..................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.1 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.ii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.2 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.iii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.20 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.iv ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.22 &lt;br /&gt;
&lt;br /&gt;
IA.L1–b.1.v ...................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.5.1 &lt;br /&gt;
&lt;br /&gt;
IA.L1–b.1.vi ..................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.5.2 &lt;br /&gt;
&lt;br /&gt;
MP.L1–b.1.vii ...............................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.8.3 &lt;br /&gt;
&lt;br /&gt;
PE.L1–b.1.viii ...............................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.1 &lt;br /&gt;
&lt;br /&gt;
First phrase of PE.L1–b.1.ix (FAR b.1.ix *) .................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.3 &lt;br /&gt;
&lt;br /&gt;
Second phrase of PE.L1–b.1.ix (FAR b.1.ix *) ............................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.4 &lt;br /&gt;
&lt;br /&gt;
Third phrase of PE.L1–b.1.ix (FAR b.1.ix *) ................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.5 &lt;br /&gt;
&lt;br /&gt;
SC.L1–b.1.x .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.13.1 &lt;br /&gt;
&lt;br /&gt;
SC.L1–b.1.xi ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.13.5 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.1 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xiii ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.2 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xiv ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.4 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xv .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.5 &lt;br /&gt;
&lt;br /&gt;
* Three of the 48 CFR 52.204–21 requirements were broken apart by ‘‘phrase’’ when NIST SP 800–171 R2 was developed. &lt;br /&gt;
&lt;br /&gt;
(iii) Additional guidance can be found &lt;br /&gt;
&lt;br /&gt;
in the guidance document listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (b) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Artifact retention. &#039;&#039;The artifacts &lt;br /&gt;
&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSA for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.16&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 self-assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 2 self-assessment. &#039;&#039;To comply &lt;br /&gt;
&lt;br /&gt;
with Level 2 self-assessment &lt;br /&gt;
&lt;br /&gt;
requirements, the OSA must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements detailed in paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
(a)(1) and (2) of this section. An OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
conducts a Level 2 self-assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed in paragraph (c) of this section &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional or Final Level 2 (Self). &amp;lt;br /&amp;gt;&lt;br /&gt;
Achieving a CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) also satisfies the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of Level 1 (Self) detailed &lt;br /&gt;
&lt;br /&gt;
in § 170.15 for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSA must complete &amp;lt;br /&amp;gt;&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(3) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self). The OSA must conduct a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures set forth in paragraph (c)(1) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section and submit assessment &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00137&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83228 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
results in Supplier Performance Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
System (SPRS). To maintain compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the requirements for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (Self), the OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct a Level 2 self-assessment every &amp;lt;br /&amp;gt;&lt;br /&gt;
three years and submit the results in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS, within three years of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs to SPRS. &#039;&#039;The Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment results in the SPRS shall &amp;lt;br /&amp;gt;&lt;br /&gt;
include, at minimum, the following &amp;lt;br /&amp;gt;&lt;br /&gt;
information: &lt;br /&gt;
&lt;br /&gt;
(A) CMMC Level. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(E) Overall Level 2 self-assessment &lt;br /&gt;
&lt;br /&gt;
score (&#039;&#039;e.g., &#039;&#039;105 out of 110). &lt;br /&gt;
&lt;br /&gt;
(F) POA&amp;amp;amp;M usage and compliance &lt;br /&gt;
&lt;br /&gt;
status, if applicable. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (Self). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSA has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) if the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment results in a POA&amp;amp;amp;M and &amp;lt;br /&amp;gt;&lt;br /&gt;
the POA&amp;amp;amp;M meets all the CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 POA&amp;amp;amp;M requirements listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21(a)(2). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 2 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSA must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must perform a POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and must post compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
results to SPRS within 180 days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self). If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
for the information system will expire. &amp;lt;br /&amp;gt;&lt;br /&gt;
If Conditional Level 2 (Self) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status expires within the period of &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (Self), or higher &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, for the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
until such time as a new CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (Self). &#039;&#039;The OSA has &lt;br /&gt;
&lt;br /&gt;
achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) if the Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results in a passing score as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.24. This score may be &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved upon initial self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
as the result of a POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSA, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &lt;br /&gt;
&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSA will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self), or higher requirement, for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope until such time as a &amp;lt;br /&amp;gt;&lt;br /&gt;
new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 2 (Self) CMMC Status is required &amp;lt;br /&amp;gt;&lt;br /&gt;
for all Level 2 self-assessments at the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of each assessment, and annually &amp;lt;br /&amp;gt;&lt;br /&gt;
thereafter. Affirmation procedures are &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in § 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self), the following two requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSA must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) or Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). &lt;br /&gt;
&lt;br /&gt;
(2) The OSA must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 2 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment of the OSA. &#039;&#039;The OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct a Level 2 self-assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and the CMMC Level 2 scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in §§ 170.19(a) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (c) for the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Level 2 self-assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
scored in accordance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoring Methodology described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.24 and the OSA must upload the &amp;lt;br /&amp;gt;&lt;br /&gt;
results into SPRS. If a POA&amp;amp;amp;M exists, a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout self-assessment must &amp;lt;br /&amp;gt;&lt;br /&gt;
be performed by the OSA when all NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET requirements have been &amp;lt;br /&amp;gt;&lt;br /&gt;
remediated. The POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed within &amp;lt;br /&amp;gt;&lt;br /&gt;
180-days of the Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date. Additional guidance can be &amp;lt;br /&amp;gt;&lt;br /&gt;
found in the guidance document listed &amp;lt;br /&amp;gt;&lt;br /&gt;
in paragraph (c) of appendix A to this &amp;lt;br /&amp;gt;&lt;br /&gt;
part. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment with the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;use of Cloud Service Provider (CSP). &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA may use a cloud environment to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract or subcontract &amp;lt;br /&amp;gt;&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 2 (Self) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The CSP product or service offering &lt;br /&gt;
&lt;br /&gt;
is FedRAMP Authorized at the &lt;br /&gt;
&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace; or &lt;br /&gt;
&lt;br /&gt;
(ii) The CSP product or service &lt;br /&gt;
&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline but meets security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements equivalent to those &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
(or higher) baseline. FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate or FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent is in accordance with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Policy. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibility Matrix (CRM) must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
System Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 2 self-assessment with the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;use of an External Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(ESP), not a CSP. &#039;&#039;An OSA may use an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP that is not a CSP to process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSA’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and CRM. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSA requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSA’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention. &#039;&#039;The artifacts &lt;br /&gt;
&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSA for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.17&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 certification &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;assessment and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 2 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To comply with Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs (a)(1) and (2) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC undergoes a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as detailed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of either Conditional or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (C3PAO). Achieving a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) also &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00138&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83229 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
satisfies the requirements for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Statuses of Level 1 (Self) and Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) set forth in §§ 170.15 and 170.16 &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSC must complete &amp;lt;br /&amp;gt;&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(3) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO). The OSC must obtain a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment from an &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
following the procedures outlined in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section. The &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO must submit the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS, which &amp;lt;br /&amp;gt;&lt;br /&gt;
then provides automated transmission &amp;lt;br /&amp;gt;&lt;br /&gt;
to SPRS. To maintain compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO), the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed within three years of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs into the CMMC instantiation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of eMASS. &#039;&#039;The Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results input into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS shall include, at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the following information: &lt;br /&gt;
&lt;br /&gt;
(A) Date and level of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) C3PAO name. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) Assessment unique identifier. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) For each Assessor conducting the &lt;br /&gt;
&lt;br /&gt;
assessment, name and business contact &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
(E) All industry CAGE codes &lt;br /&gt;
&lt;br /&gt;
associated with the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed by the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. &lt;br /&gt;
&lt;br /&gt;
(F) The name, date, and version of the &lt;br /&gt;
&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(G) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(H) Assessment result for each &lt;br /&gt;
&lt;br /&gt;
requirement objective. &lt;br /&gt;
&lt;br /&gt;
(I) POA&amp;amp;amp;M usage and compliance, as &lt;br /&gt;
&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
(J) List of the artifact names, the &lt;br /&gt;
&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the hashing algorithm used. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (C3PAO). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSC has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) if the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
in a POA&amp;amp;amp;M and the POA&amp;amp;amp;M meets all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 POA&amp;amp;amp;M requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.21(a)(2). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 2 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSC must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must undergo a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment from a C3PAO, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the C3PAO must post compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS within 180 days of the CMMC &lt;br /&gt;
&lt;br /&gt;
Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO). If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for the information system will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. If Conditional Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status expires within the period &amp;lt;br /&amp;gt;&lt;br /&gt;
of performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO), or &amp;lt;br /&amp;gt;&lt;br /&gt;
higher requirement, for the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope until such time as a new CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (C3PAO). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
has achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) if the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results in a &amp;lt;br /&amp;gt;&lt;br /&gt;
passing score as defined in § 170.24. &amp;lt;br /&amp;gt;&lt;br /&gt;
This score may be achieved upon initial &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment or as the result &amp;lt;br /&amp;gt;&lt;br /&gt;
of a POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSC, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSC will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO), or higher requirement, for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope until such time as a &amp;lt;br /&amp;gt;&lt;br /&gt;
new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 2 (C3PAO) CMMC Status is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for all Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments at the time of each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO), the following two &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSC must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(2) The OSC must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 2 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;certification assessment of the OSC. &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO must &lt;br /&gt;
&lt;br /&gt;
perform a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in accordance with NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2) and the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 scoping requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.19(a) and (c) for the information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. The Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be scored in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology described in § 170.24 and &amp;lt;br /&amp;gt;&lt;br /&gt;
the C3PAO must upload the results into &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Final results are communicated to the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC through a CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Security requirement re- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;evaluation. &#039;&#039;A security requirement that &amp;lt;br /&amp;gt;&lt;br /&gt;
is NOT MET (as defined in § 170.24) &amp;lt;br /&amp;gt;&lt;br /&gt;
may be re-evaluated during the course &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and for 10 business days following the &amp;lt;br /&amp;gt;&lt;br /&gt;
active assessment period if all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following conditions exist: &lt;br /&gt;
&lt;br /&gt;
(i) Additional evidence is available to &lt;br /&gt;
&lt;br /&gt;
demonstrate the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has been MET; &lt;br /&gt;
&lt;br /&gt;
(ii) Cannot change or limit the &lt;br /&gt;
&lt;br /&gt;
effectiveness of other requirements that &amp;lt;br /&amp;gt;&lt;br /&gt;
have been scored MET; and &lt;br /&gt;
&lt;br /&gt;
(iii) The CMMC Assessment Findings &lt;br /&gt;
&lt;br /&gt;
Report has not been delivered. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;If a POA&amp;amp;amp;M exists, a &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance can be found in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21 and in the guidance document &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in paragraph (c) of appendix A to &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention and integrity. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The hashed artifacts used as evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment must be retained by &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC for six (6) years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. To ensure that the &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts have not been altered, the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
must hash the artifact files using a &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST-approved hashing algorithm. The &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC must provide the C3PAO with a &amp;lt;br /&amp;gt;&lt;br /&gt;
list of the artifact names, the return &amp;lt;br /&amp;gt;&lt;br /&gt;
value of the hashing algorithm, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
hashing algorithm for upload into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance for hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (h) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(5) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSP). &#039;&#039;An OSC may use a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
environment to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The CSP product or service offering &lt;br /&gt;
&lt;br /&gt;
is FedRAMP Authorized at the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00139&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83230 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace; or &lt;br /&gt;
&lt;br /&gt;
(ii) The CSP product or service &lt;br /&gt;
&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline but meets security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements equivalent to those &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
(or higher) baseline. FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate or FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent is in accordance with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Policy. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(6) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of an External Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (ESP), not a CSP. &#039;&#039;An OSA may &amp;lt;br /&amp;gt;&lt;br /&gt;
use an ESP that is not a CSP to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
a contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSA’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSA requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSA’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.18&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 3 certification &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;assessment and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To comply with Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs (a)(1) and (2) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC undergoes a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as detailed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of either Conditional or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 3 (DIBCAC). A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope is a &amp;lt;br /&amp;gt;&lt;br /&gt;
prerequisite to undergo a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification also has a prerequisite for &lt;br /&gt;
&lt;br /&gt;
a new CMMC Level 2 assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Achieving a CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) also satisfies the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Statuses of Level 1 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self), and Level 2 (C3PAO) set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in §§ 170.15 through 170.17 &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSC must achieve a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Final Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
on the Level 3 CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope, as defined in § 170.19(d), prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
initiating a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, which will be performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC ([http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC&#039;&#039;) on behalf of the DoD. The OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
]must complete and achieve a MET &amp;lt;br /&amp;gt;&lt;br /&gt;
result for all security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in table 1 to § 170.14(c)(4) to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve the CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). DCMA DIBCAC will submit &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS, which then provides automated &amp;lt;br /&amp;gt;&lt;br /&gt;
transmission to SPRS. To maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the requirements for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC), the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed every three years for all &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. In addition, &amp;lt;br /&amp;gt;&lt;br /&gt;
given that compliance with Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is a prerequisite for &amp;lt;br /&amp;gt;&lt;br /&gt;
applying for CMMC Level 3, a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) certification assessment must &amp;lt;br /&amp;gt;&lt;br /&gt;
also be conducted every three years to &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain CMMC Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
status. Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be completed within three years of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status Date associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
the Final Level 3 (DIBCAC) or, if there &amp;lt;br /&amp;gt;&lt;br /&gt;
was a POA&amp;amp;amp;M, then within three years &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Status Date associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the Conditional Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs into the CMMC instantiation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of eMASS. &#039;&#039;The Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results input into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS shall include, at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the following items: &lt;br /&gt;
&lt;br /&gt;
(A) Date and level of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) For each Assessor(s) conducting &lt;br /&gt;
&lt;br /&gt;
the assessment, name and government &amp;lt;br /&amp;gt;&lt;br /&gt;
organization information. &lt;br /&gt;
&lt;br /&gt;
(C) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(D) The name, date, and version of the &lt;br /&gt;
&lt;br /&gt;
system security plan(s) (SSP). &lt;br /&gt;
&lt;br /&gt;
(E) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(F) Result for each security &lt;br /&gt;
&lt;br /&gt;
requirement objective. &lt;br /&gt;
&lt;br /&gt;
(G) POA&amp;amp;amp;M usage and compliance, as &lt;br /&gt;
&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
(H) List of the artifact names, the &lt;br /&gt;
&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the hashing algorithm used. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 3 (DIBCAC). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSC has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) if the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
in a POA&amp;amp;amp;M and the POA&amp;amp;amp;M meets all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 POA&amp;amp;amp;M requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.21(a)(3). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 3 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSC must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must undergo a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment from DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC, and DCMA DIBCAC must post &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance results into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS within 180 days &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Status Date associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the Conditional Level 3 (DIBCAC). &amp;lt;br /&amp;gt;&lt;br /&gt;
If the POA&amp;amp;amp;M is not successfully closed &amp;lt;br /&amp;gt;&lt;br /&gt;
out within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBAC) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for the information system will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. If Conditional Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status expires within the period &amp;lt;br /&amp;gt;&lt;br /&gt;
of performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC) for &amp;lt;br /&amp;gt;&lt;br /&gt;
the information system within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope until such &amp;lt;br /&amp;gt;&lt;br /&gt;
time as a new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 3 (DIBCAC). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
has achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) if the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results in a &amp;lt;br /&amp;gt;&lt;br /&gt;
passing score as defined in § 170.24. &amp;lt;br /&amp;gt;&lt;br /&gt;
This score may be achieved upon initial &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment or as the result &amp;lt;br /&amp;gt;&lt;br /&gt;
of a POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSC, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSC will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) for the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
until such time as a new CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) CMMC Status is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for all Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments at the time of each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00140&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83231 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC), the following two &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSC must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(2) The OSC must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;certification assessment of the OSC. &#039;&#039;The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process includes: &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Final Level 2 (C3PAO). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
must achieve a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) for information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the Level 3 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope prior to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope for the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 certification assessment must be equal &amp;lt;br /&amp;gt;&lt;br /&gt;
to, or a subset of, the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope associated with the OSC’s Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). Asset requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
differ for each CMMC Level. Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
differences are set forth in § 170.19. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Initiating the Final Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DIBCAC). &#039;&#039;The OSC (including ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
that voluntarily elect to undergo a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 certification assessment) initiates a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
emailing a request to DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
point of contact found at &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/DIBCAC&#039;&#039;. The request &amp;lt;br /&amp;gt;&lt;br /&gt;
]must include the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment unique identifier. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC will validate the OSC has &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved a CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) and will contact the OSC to &amp;lt;br /&amp;gt;&lt;br /&gt;
schedule their Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Conducting the Final Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DIBCAC). &#039;&#039;DCMA DIBCAC will perform &amp;lt;br /&amp;gt;&lt;br /&gt;
a Level 3 certification assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and NIST SP 800–172A &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2022 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and the CMMC Level 3 scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.19(d) for &amp;lt;br /&amp;gt;&lt;br /&gt;
the information systems within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. The Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment will be scored &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology set forth in § 170.24 and &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC will upload the results &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Final results are communicated to the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC through a CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report. For assets that changed &amp;lt;br /&amp;gt;&lt;br /&gt;
asset category (&#039;&#039;i.e., &#039;&#039;CRMA to CUI Asset) &amp;lt;br /&amp;gt;&lt;br /&gt;
or assessment requirements (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Specialized Assets) between the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 3 certification assessments, &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC will perform limited &amp;lt;br /&amp;gt;&lt;br /&gt;
checks of Level 2 security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
If the OSC had these upgraded asset &amp;lt;br /&amp;gt;&lt;br /&gt;
categories included in their Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, then DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC may still perform limited &amp;lt;br /&amp;gt;&lt;br /&gt;
checks for compliance. If DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC identifies that a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is NOT MET, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 assessment process may be &amp;lt;br /&amp;gt;&lt;br /&gt;
paused to allow for remediation, placed &amp;lt;br /&amp;gt;&lt;br /&gt;
on hold, or immediately terminated. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Security requirement re- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;evaluation. &#039;&#039;A security requirement that &amp;lt;br /&amp;gt;&lt;br /&gt;
is NOT MET (as defined in § 170.24) &amp;lt;br /&amp;gt;&lt;br /&gt;
may be re-evaluated during the course &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and for 10 business days following the &amp;lt;br /&amp;gt;&lt;br /&gt;
active assessment period if all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following conditions exist: &lt;br /&gt;
&lt;br /&gt;
(i) Additional evidence is available to &lt;br /&gt;
&lt;br /&gt;
demonstrate the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has been MET; &lt;br /&gt;
&lt;br /&gt;
(ii) The additional evidence does not &lt;br /&gt;
&lt;br /&gt;
materially impact previously assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements; and &lt;br /&gt;
&lt;br /&gt;
(iii) The CMMC Assessment Findings &lt;br /&gt;
&lt;br /&gt;
Report has not been delivered. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;If a POA&amp;amp;amp;M exists, a &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment will be performed by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance is located in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21 and in the guidance document &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in paragraph (d) of appendix A to &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention and integrity. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The hashed artifacts used as evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment must be retained by &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC for six (6) years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. The hashed artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSC for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. To &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure that the artifacts have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
altered, the OSC must hash the artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
files using a NIST-approved hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm. Assessors will collect the list &amp;lt;br /&amp;gt;&lt;br /&gt;
of the artifact names, the return value of &amp;lt;br /&amp;gt;&lt;br /&gt;
the hashing algorithm, and the hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm used and upload that data &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance for hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (h) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(5) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSP). &#039;&#039;An OSC may use a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
environment to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The OSC may utilize a CSP product &lt;br /&gt;
&lt;br /&gt;
or service offering that meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate (or higher) &lt;br /&gt;
&lt;br /&gt;
baseline. If the CSP’s product or service &amp;lt;br /&amp;gt;&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline, the product or service offering &amp;lt;br /&amp;gt;&lt;br /&gt;
must meet security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent to those established by the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with DoD Policy. &lt;br /&gt;
&lt;br /&gt;
(ii) Use of a CSP does not relieve an &lt;br /&gt;
&lt;br /&gt;
OSC of its obligation to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
24 Level 3 security requirements. These &amp;lt;br /&amp;gt;&lt;br /&gt;
24 requirements apply to every &amp;lt;br /&amp;gt;&lt;br /&gt;
environment where the CUI data is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted, when &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) is the designated &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status. If any of these 24 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are inherited from a CSP, &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC must demonstrate that &amp;lt;br /&amp;gt;&lt;br /&gt;
protection during a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment via a Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation Summary/Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibility Matrix (CIS/CRM) and &amp;lt;br /&amp;gt;&lt;br /&gt;
associated Body of Evidence (BOE). The &amp;lt;br /&amp;gt;&lt;br /&gt;
BOE must clearly indicate whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC or the CSP is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting each requirement and which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are implemented by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC versus inherited from the CSP. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(d)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(6) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of an ESP, not a CSP. &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC may use an ESP that is not a CSP &amp;lt;br /&amp;gt;&lt;br /&gt;
to process, store, or transmit CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract or subcontract &amp;lt;br /&amp;gt;&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 3 (DIBCAC) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSC, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSC’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSC requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSC’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 and Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(d)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.19&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC scoping. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Scoping requirement. &#039;&#039;(1) The &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope must be &amp;lt;br /&amp;gt;&lt;br /&gt;
specified prior to assessment in &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00141&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83232 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. The CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope is the set of all assets in the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s environment that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(2) The requirements for defining the &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels 1, 2, and 3 are set forth in this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. Additional guidance regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
documents listed in paragraphs (e) &amp;lt;br /&amp;gt;&lt;br /&gt;
through (g) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC Level 1 scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 1 self-assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA must specify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Assets in scope for Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. &#039;&#039;OSA information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
which process, store, or transmit FCI are &amp;lt;br /&amp;gt;&lt;br /&gt;
in scope for CMMC Level 1 and must be &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessed against applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Assets not in scope for Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment&#039;&#039;—(i) &#039;&#039;Out-of-Scope Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;OSA information systems which do not &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI are &amp;lt;br /&amp;gt;&lt;br /&gt;
outside the scope for CMMC Level 1. An &amp;lt;br /&amp;gt;&lt;br /&gt;
endpoint hosting a VDI client &amp;lt;br /&amp;gt;&lt;br /&gt;
configured to not allow any processing, &amp;lt;br /&amp;gt;&lt;br /&gt;
storage, or transmission of FCI beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the Keyboard/Video/Mouse sent to the &amp;lt;br /&amp;gt;&lt;br /&gt;
VDI client is considered out-of-scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
There are no documentation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for out-of-scope assets. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Specialized Assets. &#039;&#039;Specialized &lt;br /&gt;
&lt;br /&gt;
Assets are those assets that can process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI but are unable to &amp;lt;br /&amp;gt;&lt;br /&gt;
be fully secured, including: Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IoT) devices, Industrial Internet &amp;lt;br /&amp;gt;&lt;br /&gt;
of Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government &amp;lt;br /&amp;gt;&lt;br /&gt;
Furnished Equipment (GFE), Restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, and Test &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment. Specialized Assets are not &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the Level 1 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope and are not assessed against &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 1 self-assessment scoping &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;considerations. &#039;&#039;To scope a Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, OSAs should consider the &amp;lt;br /&amp;gt;&lt;br /&gt;
people, technology, facilities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers (ESP) within &amp;lt;br /&amp;gt;&lt;br /&gt;
its environment that process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;CMMC Level 2 Scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 2 self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA must specify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) The CMMC Assessment Scope for &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 is based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
specification of asset categories and &amp;lt;br /&amp;gt;&lt;br /&gt;
their respective requirements as defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in table 3 to this paragraph (c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional information is available in &amp;lt;br /&amp;gt;&lt;br /&gt;
the guidance document listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (f) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
TABLE 3 TO § 170.19(c)(1)—CMMC LEVEL 2 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSA requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 2 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Informa-&lt;br /&gt;
&lt;br /&gt;
tion (CUI) Assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
CUI.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the Sys-&lt;br /&gt;
&lt;br /&gt;
tem Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Assess against all Level 2 security re-&lt;br /&gt;
&lt;br /&gt;
quirements. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets ........&lt;br /&gt;
&lt;br /&gt;
• Assets that provide security functions &lt;br /&gt;
&lt;br /&gt;
or capabilities to the OSA’s CMMC As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sessment Scope.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Assess against Level 2 security re-&lt;br /&gt;
&lt;br /&gt;
quirements that are relevant to the ca-&amp;lt;br /&amp;gt;&lt;br /&gt;
pabilities provided. &lt;br /&gt;
&lt;br /&gt;
Contractor Risk Managed As-&lt;br /&gt;
&lt;br /&gt;
sets.&lt;br /&gt;
&lt;br /&gt;
• Assets that can, but are not intended &lt;br /&gt;
&lt;br /&gt;
to, process, store, or transmit CUI be-&amp;lt;br /&amp;gt;&lt;br /&gt;
cause of security policy, procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
and practices in place.&lt;br /&gt;
&lt;br /&gt;
• Assets are not required to be physically &lt;br /&gt;
&lt;br /&gt;
or logically separated from CUI assets. &lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Review the SSP: &lt;br /&gt;
&lt;br /&gt;
• If sufficiently documented, do not &lt;br /&gt;
&lt;br /&gt;
assess against other CMMC secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity requirements, except as noted. &lt;br /&gt;
&lt;br /&gt;
• If OSA’s risk-based security poli-&lt;br /&gt;
&lt;br /&gt;
cies, procedures, and practices &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation or other findings &amp;lt;br /&amp;gt;&lt;br /&gt;
raise questions about these assets, &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessor can conduct a limited &amp;lt;br /&amp;gt;&lt;br /&gt;
check to identify deficiencies. &lt;br /&gt;
&lt;br /&gt;
• The limited check(s) shall not ma-&lt;br /&gt;
&lt;br /&gt;
terially increase the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
duration nor the assessment cost. &lt;br /&gt;
&lt;br /&gt;
• The limited check(s) will be as-&lt;br /&gt;
&lt;br /&gt;
sessed against CMMC security re-&amp;lt;br /&amp;gt;&lt;br /&gt;
quirements. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets ....................&lt;br /&gt;
&lt;br /&gt;
• Assets that can process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI but are unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured, including: Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
(IoT) devices, Industrial Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government Fur-&amp;lt;br /&amp;gt;&lt;br /&gt;
nished Equipment (GFE), Restricted In-&amp;lt;br /&amp;gt;&lt;br /&gt;
formation Systems, and Test Equip-&amp;lt;br /&amp;gt;&lt;br /&gt;
ment.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Show these assets are managed using &lt;br /&gt;
&lt;br /&gt;
the contractor’s risk-based security poli-&amp;lt;br /&amp;gt;&lt;br /&gt;
cies, procedures, and practices. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Review the SSP. &lt;br /&gt;
&lt;br /&gt;
• Do not assess against other CMMC se-&lt;br /&gt;
&lt;br /&gt;
curity requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 2 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets .................&lt;br /&gt;
&lt;br /&gt;
• Assets that cannot process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI; and do not provide secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity protections for CUI Assets.&lt;br /&gt;
&lt;br /&gt;
• Prepare to justify the inability of an Out- &lt;br /&gt;
&lt;br /&gt;
of-Scope Asset to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• None. &lt;br /&gt;
&lt;br /&gt;
• Assets that are physically or logically &lt;br /&gt;
&lt;br /&gt;
separated from CUI assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that fall into any in-scope asset &lt;br /&gt;
&lt;br /&gt;
category cannot be considered an Out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00142&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83233 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
TABLE 3 TO § 170.19(c)(1)—CMMC LEVEL 2 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS—Continued &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSA requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
• An endpoint hosting a VDI client config-&lt;br /&gt;
&lt;br /&gt;
ured to not allow any processing, stor-&amp;lt;br /&amp;gt;&lt;br /&gt;
age, or transmission of CUI beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
Keyboard/Video/Mouse sent to the VDI &amp;lt;br /&amp;gt;&lt;br /&gt;
client is considered an Out-of-Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset.&lt;br /&gt;
&lt;br /&gt;
(2)(i) Table 4 to this paragraph (c)(2)(i) &lt;br /&gt;
&lt;br /&gt;
defines the requirements to be met &amp;lt;br /&amp;gt;&lt;br /&gt;
when utilizing an External Service &lt;br /&gt;
&lt;br /&gt;
Provider (ESP). The OSA must consider &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the ESP is a Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (CSP) and whether the ESP &lt;br /&gt;
&lt;br /&gt;
processes, stores, or transmits CUI and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or Security Protection Data (SPD). &lt;br /&gt;
&lt;br /&gt;
TABLE 4 TO § 170.19(c)(2)(i)—ESP SCOPING REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
When the ESP processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
stores, or transmits: &lt;br /&gt;
&lt;br /&gt;
When utilizing an ESP that is: &lt;br /&gt;
&lt;br /&gt;
A CSP &lt;br /&gt;
&lt;br /&gt;
Not a CSP &lt;br /&gt;
&lt;br /&gt;
CUI (with or without SPD) ..&lt;br /&gt;
&lt;br /&gt;
The CSP shall meet the FedRAMP requirements in 48 &lt;br /&gt;
&lt;br /&gt;
CFR 252.204–7012.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s assessment. &lt;br /&gt;
&lt;br /&gt;
SPD (without CUI) ..............&lt;br /&gt;
&lt;br /&gt;
The services provided by the CSP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets. &lt;br /&gt;
&lt;br /&gt;
Neither CUI nor SPD ..........&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP.&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP. &lt;br /&gt;
&lt;br /&gt;
(ii) The use of an ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be documented in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix (CRM), which describes the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the OSA and ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with respect to the services provided. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that the ESP may voluntarily &lt;br /&gt;
&lt;br /&gt;
undergo a CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to reduce the ESP’s effort &amp;lt;br /&amp;gt;&lt;br /&gt;
required during the OSA’s assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The minimum assessment type for the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP is dictated by the OSA’s DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract requirement. &lt;br /&gt;
&lt;br /&gt;
(d) &#039;&#039;CMMC Level 3 scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope must be specified. &lt;br /&gt;
&lt;br /&gt;
(1) The CMMC Assessment Scope for &lt;br /&gt;
&lt;br /&gt;
Level 3 is based on the specification of &amp;lt;br /&amp;gt;&lt;br /&gt;
asset categories and their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as set forth in table 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
this paragraph (d)(1). Additional &amp;lt;br /&amp;gt;&lt;br /&gt;
information is available in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (g) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
TABLE 5 TO § 170.19(d)(1)—CMMC LEVEL 3 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSC requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Informa-&lt;br /&gt;
&lt;br /&gt;
tion (CUI) Assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
CUI.&lt;br /&gt;
&lt;br /&gt;
• Assets that can, but are not intended &lt;br /&gt;
&lt;br /&gt;
to, process, store, or transmit CUI (de-&amp;lt;br /&amp;gt;&lt;br /&gt;
fined as Contractor Risk Managed As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sets in table 1 to paragraph (c)(1) of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section CMMC Scoping). &lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the Sys-&lt;br /&gt;
&lt;br /&gt;
tem Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets ........&lt;br /&gt;
&lt;br /&gt;
• Assets that provide security functions &lt;br /&gt;
&lt;br /&gt;
or capabilities to the OSC’s CMMC As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sessment Scope, irrespective of wheth-&amp;lt;br /&amp;gt;&lt;br /&gt;
er or not these assets process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are relevant to the &amp;lt;br /&amp;gt;&lt;br /&gt;
capabilities provided. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets ....................&lt;br /&gt;
&lt;br /&gt;
• Assets that can process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI but are unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured, including: Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
(IoT) devices, Industrial Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government Fur-&amp;lt;br /&amp;gt;&lt;br /&gt;
nished Equipment (GFE), Restricted In-&amp;lt;br /&amp;gt;&lt;br /&gt;
formation Systems, and Test Equip-&amp;lt;br /&amp;gt;&lt;br /&gt;
ment.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
• Intermediary devices are permitted to &lt;br /&gt;
&lt;br /&gt;
provide the capability for the special-&amp;lt;br /&amp;gt;&lt;br /&gt;
ized asset to meet one or more CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00143&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83234 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
TABLE 5 TO § 170.19(d)(1)—CMMC LEVEL 3 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS—Continued &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSC requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets .................&lt;br /&gt;
&lt;br /&gt;
• Assets that cannot process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI; and do not provide secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity protections for CUI Assets.&lt;br /&gt;
&lt;br /&gt;
• Prepare to justify the inability of an Out- &lt;br /&gt;
&lt;br /&gt;
of-Scope Asset to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• None. &lt;br /&gt;
&lt;br /&gt;
• Assets that are physically or logically &lt;br /&gt;
&lt;br /&gt;
separated from CUI assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that fall into any in-scope asset &lt;br /&gt;
&lt;br /&gt;
category cannot be considered an Out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
• An endpoint hosting a VDI client config-&lt;br /&gt;
&lt;br /&gt;
ured to not allow any processing, stor-&amp;lt;br /&amp;gt;&lt;br /&gt;
age, or transmission of CUI beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
Keyboard/Video/Mouse sent to the VDI &amp;lt;br /&amp;gt;&lt;br /&gt;
client is considered an Out-of-Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset.&lt;br /&gt;
&lt;br /&gt;
(2)(i) Table 6 to this paragraph &lt;br /&gt;
&lt;br /&gt;
(d)(2)(i) defines the requirements to be &amp;lt;br /&amp;gt;&lt;br /&gt;
met when utilizing an External Service &lt;br /&gt;
&lt;br /&gt;
Provider (ESP). The OSA must consider &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the ESP is a Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (CSP) and whether the ESP &lt;br /&gt;
&lt;br /&gt;
processes, stores, or transmits CUI and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or Security Protection Data (SPD). &lt;br /&gt;
&lt;br /&gt;
TABLE 6 TO § 170.19(d)(2)(i)—ESP SCOPING REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
When the ESP processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
stores, or transmits: &lt;br /&gt;
&lt;br /&gt;
When utilizing an ESP that is: &lt;br /&gt;
&lt;br /&gt;
A CSP &lt;br /&gt;
&lt;br /&gt;
Not a CSP &lt;br /&gt;
&lt;br /&gt;
CUI (with or without SPD) ..&lt;br /&gt;
&lt;br /&gt;
The CSP shall meet the FedRAMP requirements in 48 &lt;br /&gt;
&lt;br /&gt;
CFR 252.204–7012.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s assessment. &lt;br /&gt;
&lt;br /&gt;
SPD (without CUI) ..............&lt;br /&gt;
&lt;br /&gt;
The services provided by the CSP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets. &lt;br /&gt;
&lt;br /&gt;
Neither CUI nor SPD ..........&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP.&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP. &lt;br /&gt;
&lt;br /&gt;
(ii) The use of an ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSC, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be documented in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix (CRM), which describes the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the OSC and ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with respect to the services provided. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that the ESP may voluntarily &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to reduce the ESP’s effort &amp;lt;br /&amp;gt;&lt;br /&gt;
required during the OSA’s assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The minimum. The minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type for the ESP is dictated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the OSC’s DoD contract requirement. &lt;br /&gt;
&lt;br /&gt;
(e) &#039;&#039;Relationship between Level 2 and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level 3 CMMC Assessment Scope. &#039;&#039;The &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 CMMC Assessment Scope must &amp;lt;br /&amp;gt;&lt;br /&gt;
be equal to or a subset of the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with § 170.18(a) (&#039;&#039;e.g., &#039;&#039;a Level 3 data &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave with greater restrictions and &amp;lt;br /&amp;gt;&lt;br /&gt;
protections within a Level 2 data &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave). Any Level 2 POA&amp;amp;amp;M items &amp;lt;br /&amp;gt;&lt;br /&gt;
must be closed prior to the initiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 certification assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC may check any Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement of any in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
asset. If DCMA DIBCAC identifies that &amp;lt;br /&amp;gt;&lt;br /&gt;
a Level 2 security requirement is NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET, the Level 3 assessment process &lt;br /&gt;
&lt;br /&gt;
may be paused to allow for remediation, &amp;lt;br /&amp;gt;&lt;br /&gt;
placed on hold, or immediately &amp;lt;br /&amp;gt;&lt;br /&gt;
terminated. For further information &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding scoping of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments please contact DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC/ DIBCAC at &#039;&#039;www.dcma.mil/DIBCAC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.20&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Standards acceptance. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;NIST SP 800–171 R2 DoD &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessments. &#039;&#039;In order to avoid &amp;lt;br /&amp;gt;&lt;br /&gt;
duplication of efforts, thereby reducing &amp;lt;br /&amp;gt;&lt;br /&gt;
the aggregate cost to industry and the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department, OSCs that have completed &amp;lt;br /&amp;gt;&lt;br /&gt;
a DCMA DIBCAC High Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned with CMMC Level 2 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
will be given the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;DCMA DIBCAC High Assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSC that achieved a perfect score &amp;lt;br /&amp;gt;&lt;br /&gt;
with no open POA&amp;amp;amp;M from a DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessment conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to the effective date of this rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
will be given a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 Final (C3PAO) with a validity period &amp;lt;br /&amp;gt;&lt;br /&gt;
of three (3) years from the date of the &amp;lt;br /&amp;gt;&lt;br /&gt;
original DCMA DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment. DCMA DIBCAC will &amp;lt;br /&amp;gt;&lt;br /&gt;
identify assessments that meet these &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria and verify that SPRS accurately &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects the CMMC Status. Eligible &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC High Assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
include ones conducted with Joint &amp;lt;br /&amp;gt;&lt;br /&gt;
Surveillance in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA Manual 2302–01 Surveillance. &amp;lt;br /&amp;gt;&lt;br /&gt;
The scope of the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is identical to the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DCMA DIBCAC High Assessment. In &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with § 170.17(a)(2), the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
must also submit an affirmation in SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually thereafter to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual eligibility. &lt;br /&gt;
&lt;br /&gt;
(2) [Reserved]. &amp;lt;br /&amp;gt;&lt;br /&gt;
(b) [Reserved]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.21&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Plan of Action and Milestones &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;For purposes of achieving &lt;br /&gt;
&lt;br /&gt;
a Conditional CMMC Status, an OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
only permitted to have a POA&amp;amp;amp;M for &amp;lt;br /&amp;gt;&lt;br /&gt;
select requirements scored as NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
during the CMMC assessment and only &amp;lt;br /&amp;gt;&lt;br /&gt;
under the following conditions: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment. &#039;&#039;A POA&amp;amp;amp;M &lt;br /&gt;
&lt;br /&gt;
is not permitted at any time for Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessments. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment and Level &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;2 certification assessment. &#039;&#039;An OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
only permitted to achieve the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Conditional Level 2 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO), as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, if all the following &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions are met: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00144&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83235 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(i) The assessment score divided by &lt;br /&gt;
&lt;br /&gt;
the total number of CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements is greater than or &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to 0.8; &lt;br /&gt;
&lt;br /&gt;
(ii) None of the security requirements &lt;br /&gt;
&lt;br /&gt;
included in the POA&amp;amp;amp;M have a point &amp;lt;br /&amp;gt;&lt;br /&gt;
value of greater than 1 as specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Scoring Methodology set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.24, except SC.L2–3.13.11 &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI Encryption may be included on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M if encryption is employed but &amp;lt;br /&amp;gt;&lt;br /&gt;
it is not FIPS-validated, which would &amp;lt;br /&amp;gt;&lt;br /&gt;
result in a point value of 3; and &lt;br /&gt;
&lt;br /&gt;
(iii) None of the following security &lt;br /&gt;
&lt;br /&gt;
requirements are included in the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M: &lt;br /&gt;
&lt;br /&gt;
(A) AC.L2–3.1.20 External &lt;br /&gt;
&lt;br /&gt;
Connections (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(B) AC.L2–3.1.22 Control Public &lt;br /&gt;
&lt;br /&gt;
Information (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(C) CA.L2–3.12.4 System Security &lt;br /&gt;
&lt;br /&gt;
Plan. &lt;br /&gt;
&lt;br /&gt;
(D) PE.L2–3.10.3 Escort Visitors (CUI &lt;br /&gt;
&lt;br /&gt;
Data). &lt;br /&gt;
&lt;br /&gt;
(E) PE.L2–3.10.4 Physical Access Logs &lt;br /&gt;
&lt;br /&gt;
(CUI Data). &lt;br /&gt;
&lt;br /&gt;
(F) PE.L2–3.10.5 Manage Physical &lt;br /&gt;
&lt;br /&gt;
Access (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSC is only permitted to achieve the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) if all the following conditions &amp;lt;br /&amp;gt;&lt;br /&gt;
are met: &lt;br /&gt;
&lt;br /&gt;
(i) The assessment score divided by &lt;br /&gt;
&lt;br /&gt;
the total number of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements is greater than or &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to 0.8; and &lt;br /&gt;
&lt;br /&gt;
(ii) The POA&amp;amp;amp;M does not include any &lt;br /&gt;
&lt;br /&gt;
of following security requirements: &lt;br /&gt;
&lt;br /&gt;
(A) IR.L3–3.6.1e Security Operations &lt;br /&gt;
&lt;br /&gt;
Center. &lt;br /&gt;
&lt;br /&gt;
(B) IR.L3–3.6.2e Cyber Incident &lt;br /&gt;
&lt;br /&gt;
Response Team. &lt;br /&gt;
&lt;br /&gt;
(C) RA.L3–3.11.1e Threat-Informed &lt;br /&gt;
&lt;br /&gt;
Risk Assessment. &lt;br /&gt;
&lt;br /&gt;
(D) RA.L3–3.11.6e Supply Chain Risk &lt;br /&gt;
&lt;br /&gt;
Response. &lt;br /&gt;
&lt;br /&gt;
(E) RA.L3–3.11.7e Supply Chain Risk &lt;br /&gt;
&lt;br /&gt;
Plan. &lt;br /&gt;
&lt;br /&gt;
(F) RA.L3–3.11.4e Security Solution &lt;br /&gt;
&lt;br /&gt;
Rationale. &lt;br /&gt;
&lt;br /&gt;
(G) SI.L3–3.14.3e Specialized Asset &lt;br /&gt;
&lt;br /&gt;
Security. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;POA&amp;amp;amp;M closeout assessment. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment is a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment that assesses only the NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET requirements that were identified &amp;lt;br /&amp;gt;&lt;br /&gt;
with POA&amp;amp;amp;M in the initial assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The closing of a POA&amp;amp;amp;M must be &amp;lt;br /&amp;gt;&lt;br /&gt;
confirmed by a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system will expire. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 self-assessment. &#039;&#039;For a &lt;br /&gt;
&lt;br /&gt;
Level 2 self-assessment, the POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout self-assessment shall be &lt;br /&gt;
&lt;br /&gt;
performed by the OSA in the same &amp;lt;br /&amp;gt;&lt;br /&gt;
manner as the initial self-assessment. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For Level 2 certification assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed by an &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For Level 3 certification assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC will perform the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.22&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Affirmation. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;General. &#039;&#039;The OSA must affirm &lt;br /&gt;
&lt;br /&gt;
continuing compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate level self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. An Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official from each OSA, whether a &amp;lt;br /&amp;gt;&lt;br /&gt;
prime or subcontractor, must affirm the &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance of their &amp;lt;br /&amp;gt;&lt;br /&gt;
respective organizations with the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified security requirement after &amp;lt;br /&amp;gt;&lt;br /&gt;
every assessment, including POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmations are entered electronically &amp;lt;br /&amp;gt;&lt;br /&gt;
in SPRS. The affirmation shall be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
following requirements: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Affirming Official. &#039;&#039;The Affirming &lt;br /&gt;
&lt;br /&gt;
Official is the senior level representative &amp;lt;br /&amp;gt;&lt;br /&gt;
from within each Organization Seeking &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment (OSA) who is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for ensuring the OSA’s compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
has the authority to affirm the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified security requirements for their &amp;lt;br /&amp;gt;&lt;br /&gt;
respective organizations. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation content. &#039;&#039;Each CMMC &lt;br /&gt;
&lt;br /&gt;
affirmation shall include the following &amp;lt;br /&amp;gt;&lt;br /&gt;
information: &lt;br /&gt;
&lt;br /&gt;
(i) Name, title, and contact &lt;br /&gt;
&lt;br /&gt;
information for the Affirming Official; &amp;lt;br /&amp;gt;&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
(ii) Affirmation statement attesting &lt;br /&gt;
&lt;br /&gt;
that the OSA has implemented and will &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain implementation of all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable CMMC security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to their CMMC Status for all information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the relevant CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Affirmation submission. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
Affirming Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation in the following instances: &lt;br /&gt;
&lt;br /&gt;
(i) Upon achievement of a Conditional &lt;br /&gt;
&lt;br /&gt;
CMMC Status, as applicable; &lt;br /&gt;
&lt;br /&gt;
(ii) Upon achievement of a Final &lt;br /&gt;
&lt;br /&gt;
CMMC Status; &lt;br /&gt;
&lt;br /&gt;
(iii) Annually following a Final &lt;br /&gt;
&lt;br /&gt;
CMMC Status Date; and &lt;br /&gt;
&lt;br /&gt;
(iv) Following a POA&amp;amp;amp;M closeout &lt;br /&gt;
&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Submission procedures. &#039;&#039;All &lt;br /&gt;
&lt;br /&gt;
affirmations shall be completed in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS. The Department will verify &amp;lt;br /&amp;gt;&lt;br /&gt;
submission of the affirmation in SPRS to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation or contract requirements. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment. &#039;&#039;At the &lt;br /&gt;
&lt;br /&gt;
completion of a Level 1 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually thereafter, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 1 (Self). &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment. &#039;&#039;At the &lt;br /&gt;
&lt;br /&gt;
completion of a Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually following a Final CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date, the Affirming Official shall &amp;lt;br /&amp;gt;&lt;br /&gt;
submit a CMMC affirmation attesting to &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of the CMMC Status Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). An affirmation shall also be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted at the completion of a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout self-assessment. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 2 certification assessment. &#039;&#039;At &lt;br /&gt;
&lt;br /&gt;
the completion of a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annually following a &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 2 (C3PAO). An &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation shall also be submitted at &amp;lt;br /&amp;gt;&lt;br /&gt;
the completion of a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Level 3 certification assessment. &#039;&#039;At &lt;br /&gt;
&lt;br /&gt;
the completion of a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annually following a &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 3 (DIBCAC). &amp;lt;br /&amp;gt;&lt;br /&gt;
Because C3PAOs and DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
check for compliance with different &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, OSCs must annually affirm &amp;lt;br /&amp;gt;&lt;br /&gt;
their CMMC Status of Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
in addition to their CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) to maintain eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
for contracts requiring compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. An affirmation shall also be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted at the completion of a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.23&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Application to subcontractors. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) CMMC requirements apply to &lt;br /&gt;
&lt;br /&gt;
prime contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the supply chain at all tiers &amp;lt;br /&amp;gt;&lt;br /&gt;
that will process, store, or transmit any &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems in the performance of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract. Prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors shall comply and shall &amp;lt;br /&amp;gt;&lt;br /&gt;
require subcontractors to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
and to flow down CMMC requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
such that compliance will be required &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the supply chain at all tiers &amp;lt;br /&amp;gt;&lt;br /&gt;
with the applicable CMMC level and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type for each subcontract as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) If a subcontractor will only &lt;br /&gt;
&lt;br /&gt;
process, store, or transmit FCI (and not &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI) in performance of the subcontract, &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00145&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83236 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
then a CMMC Status of Level 1 (Self) is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for the subcontractor. &lt;br /&gt;
&lt;br /&gt;
(2) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract, then a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) is the minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the subcontractor. &lt;br /&gt;
&lt;br /&gt;
(3) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract has a requirement for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. &lt;br /&gt;
&lt;br /&gt;
(4) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract has a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. &lt;br /&gt;
&lt;br /&gt;
(b) As with any solicitation or &lt;br /&gt;
&lt;br /&gt;
contract, the DoD may provide specific &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance pertaining to flow-down. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.24&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Scoring Methodology. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;General. &#039;&#039;This scoring methodology &lt;br /&gt;
&lt;br /&gt;
is designed to provide a measurement of &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSA’s implementation status of the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (incorporated by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
elsewhere in this part, see § 170.2) and &amp;lt;br /&amp;gt;&lt;br /&gt;
the selected NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference elsewhere in this part, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). The CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology is designed to credit &amp;lt;br /&amp;gt;&lt;br /&gt;
partial implementation only in limited &amp;lt;br /&amp;gt;&lt;br /&gt;
cases (&#039;&#039;e.g., &#039;&#039;multi-factor authentication &amp;lt;br /&amp;gt;&lt;br /&gt;
IA.L2–3.5.3). &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Assessment findings. &#039;&#039;Each security &lt;br /&gt;
&lt;br /&gt;
requirement assessed under the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoring Methodology must result in one &amp;lt;br /&amp;gt;&lt;br /&gt;
of three possible assessment findings, as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Met. &#039;&#039;All applicable objectives for &lt;br /&gt;
&lt;br /&gt;
the security requirement are satisfied &amp;lt;br /&amp;gt;&lt;br /&gt;
based on evidence. All evidence must &amp;lt;br /&amp;gt;&lt;br /&gt;
be in final form and not draft. &amp;lt;br /&amp;gt;&lt;br /&gt;
Unacceptable forms of evidence include &amp;lt;br /&amp;gt;&lt;br /&gt;
but are not limited to working papers, &amp;lt;br /&amp;gt;&lt;br /&gt;
drafts, and unofficial or unapproved &amp;lt;br /&amp;gt;&lt;br /&gt;
policies. &lt;br /&gt;
&lt;br /&gt;
(i) Enduring exceptions when &lt;br /&gt;
&lt;br /&gt;
described, along with any mitigations, &amp;lt;br /&amp;gt;&lt;br /&gt;
in the system security plan shall be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(ii) Temporary deficiencies that are &lt;br /&gt;
&lt;br /&gt;
appropriately addressed in operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plans of action (&#039;&#039;i.e., &#039;&#039;include deficiency &amp;lt;br /&amp;gt;&lt;br /&gt;
reviews and show progress towards the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of corrections to reduce &amp;lt;br /&amp;gt;&lt;br /&gt;
or eliminate identified vulnerabilities) &amp;lt;br /&amp;gt;&lt;br /&gt;
shall be assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Not Met. &#039;&#039;One or more applicable &lt;br /&gt;
&lt;br /&gt;
objectives for the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
is not satisfied. During an assessment, &lt;br /&gt;
&lt;br /&gt;
for each security requirement objective &amp;lt;br /&amp;gt;&lt;br /&gt;
marked NOT MET, the assessor will &amp;lt;br /&amp;gt;&lt;br /&gt;
document why the evidence does not &amp;lt;br /&amp;gt;&lt;br /&gt;
conform. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Not Applicable (N/A). &#039;&#039;A security &lt;br /&gt;
&lt;br /&gt;
requirement and/or objective does not &amp;lt;br /&amp;gt;&lt;br /&gt;
apply at the time of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. For example, Public-Access &amp;lt;br /&amp;gt;&lt;br /&gt;
System Separation (SC.L2–3.13.5) might &amp;lt;br /&amp;gt;&lt;br /&gt;
be N/A if there are no publicly &amp;lt;br /&amp;gt;&lt;br /&gt;
accessible systems within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. During an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, an assessment objective &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as N/A is equivalent to the &amp;lt;br /&amp;gt;&lt;br /&gt;
same assessment objective being &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Scoring. &#039;&#039;At each CMMC Level, &lt;br /&gt;
&lt;br /&gt;
security requirements are scored as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;CMMC Level 1. &#039;&#039;All CMMC Level &lt;br /&gt;
&lt;br /&gt;
1 security requirements must be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented to be considered MET. No &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is permitted for CMMC Level 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
and self-assessment results are scored as &amp;lt;br /&amp;gt;&lt;br /&gt;
MET or NOT MET in their entirety. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;CMMC Level 2 Scoring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Methodology. &#039;&#039;The maximum score &amp;lt;br /&amp;gt;&lt;br /&gt;
achievable for a Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
or Level 2 certification assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to the total number of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 security requirements. If all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are MET, OSAs are awarded the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score. For each requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET, the associated value of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is subtracted from &amp;lt;br /&amp;gt;&lt;br /&gt;
the maximum score, which may result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a negative score. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Procedures. &#039;&#039;(A) Scoring &lt;br /&gt;
&lt;br /&gt;
methodology for Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 2 certification assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on all CMMC Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement objectives, including those &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET. &lt;br /&gt;
&lt;br /&gt;
(B) In the CMMC Level 2 Scoring &lt;br /&gt;
&lt;br /&gt;
Methodology, each security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has a value (&#039;&#039;e.g., &#039;&#039;1, 3 or 5), which is &amp;lt;br /&amp;gt;&lt;br /&gt;
related to the designation by NIST as &amp;lt;br /&amp;gt;&lt;br /&gt;
basic or derived security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Per NIST SP 800–171 R2, the basic &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements are obtained from &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS PUB 200 Mar2006, which provides &amp;lt;br /&amp;gt;&lt;br /&gt;
the high-level and fundamental security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for Federal information &amp;lt;br /&amp;gt;&lt;br /&gt;
and systems. The derived security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, which supplement the &amp;lt;br /&amp;gt;&lt;br /&gt;
basic security requirements, are taken &amp;lt;br /&amp;gt;&lt;br /&gt;
from the security controls in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–53 R5. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;1&#039;&#039;) For NIST SP 800–171 R2 basic and &lt;br /&gt;
&lt;br /&gt;
derived security requirements that, if &amp;lt;br /&amp;gt;&lt;br /&gt;
not implemented, could lead to &amp;lt;br /&amp;gt;&lt;br /&gt;
significant exploitation of the network, &amp;lt;br /&amp;gt;&lt;br /&gt;
or exfiltration of CUI, five (5) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score. &amp;lt;br /&amp;gt;&lt;br /&gt;
The basic and derived security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements with a value of five (5) &amp;lt;br /&amp;gt;&lt;br /&gt;
points include: &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) &#039;&#039;Basic security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.1, AC.L2–3.1.2, AT.L2–3.2.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
AT.L2–3.2.2, AU.L2–3.3.1, CM.L2–3.4.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
CM.L2–3.4.2, IA–L2–3.5.1, IA–L2–3.5.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
IR.L2–3.6.1, IR.L2–3.6.2, MA.L2–3.7.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
MP.L2–3.8.3, PS.L2–3.9.2, PE.L2–3.10.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
PE.L2–3.10.2, CA.L2–3.12.1, CA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.12.3, SC.L2–3.13.1, SC.L2–3.13.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
SI.L2–3.14.1, SI.L2–3.14.2, and SI.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.14.3. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) &#039;&#039;Derived security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.12, AC.L2–3.1.13, AC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.1.16, AC.L2–3.1.17, AC.L2–3.1.18, &amp;lt;br /&amp;gt;&lt;br /&gt;
AU.L2–3.3.5, CM.L2–3.4.5, CM.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.4.6, CM.L2–3.4.7, CM.L2–3.4.8, IA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.5.10, MA.L2–3.7.5, MP.L2–3.8.7, &amp;lt;br /&amp;gt;&lt;br /&gt;
RA.L2–3.11.2, SC.L2–3.13.5, SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.6, SC.L2–3.13.15, SI.L2–3.14.4, and &amp;lt;br /&amp;gt;&lt;br /&gt;
SI.L2–3.14.6. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;2&#039;&#039;) For basic and derived security &lt;br /&gt;
&lt;br /&gt;
requirements that, if not implemented, &amp;lt;br /&amp;gt;&lt;br /&gt;
have a specific and confined effect on &amp;lt;br /&amp;gt;&lt;br /&gt;
the security of the network and its data, &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points are subtracted from the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score. The basic and derived &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements with a value of &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points include: &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) &#039;&#039;Basic security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AU.L2–3.3.2, MA.L2–3.7.1, MP.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.8.1, MP.L2–3.8.2, PS.L2–3.9.1, RA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.11.1, and CA.L2–3.12.2. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) &#039;&#039;Derived security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.5, AC.L2- 3.1.19, MA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.7.4, MP.L2–3.8.8, SC.L2–3.13.8, SI.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.14.5, and SI.L2–3.14.7. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;3&#039;&#039;) All remaining derived security &lt;br /&gt;
&lt;br /&gt;
requirements, other than the exceptions &amp;lt;br /&amp;gt;&lt;br /&gt;
noted, if not implemented, have a &amp;lt;br /&amp;gt;&lt;br /&gt;
limited or indirect effect on the security &amp;lt;br /&amp;gt;&lt;br /&gt;
of the network and its data. For these, &amp;lt;br /&amp;gt;&lt;br /&gt;
1 point is subtracted from the maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
score. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;4&#039;&#039;) Two derived security &lt;br /&gt;
&lt;br /&gt;
requirements, IA.L2–3.5.3 and SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.11, can be partially effective even &amp;lt;br /&amp;gt;&lt;br /&gt;
if not completely or properly &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, and the points deducted &amp;lt;br /&amp;gt;&lt;br /&gt;
may be adjusted depending on how the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is implemented. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) Multi-factor authentication (MFA) &lt;br /&gt;
&lt;br /&gt;
(CMMC Level 2 security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
IA.L2–3.5.3) is typically implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
first for remote and privileged users &amp;lt;br /&amp;gt;&lt;br /&gt;
(since these users are both limited in &amp;lt;br /&amp;gt;&lt;br /&gt;
number and more critical) and then for &amp;lt;br /&amp;gt;&lt;br /&gt;
the general user, so three (3) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score if &amp;lt;br /&amp;gt;&lt;br /&gt;
MFA is implemented only for remote &amp;lt;br /&amp;gt;&lt;br /&gt;
and privileged users. Five (5) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score if &amp;lt;br /&amp;gt;&lt;br /&gt;
MFA is not implemented for any users. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) FIPS-validated encryption (CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirement SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.11) is required to protect the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI. If encryption is &amp;lt;br /&amp;gt;&lt;br /&gt;
employed, but is not FIPS-validated, &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points are subtracted from the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score; if encryption is not &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00146&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83237 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
employed; five (5) points are subtracted &amp;lt;br /&amp;gt;&lt;br /&gt;
from the maximum score. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;5&#039;&#039;) OSAs must have a System Security &lt;br /&gt;
&lt;br /&gt;
Plan (SSP) (CMMC security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
CA.L2–3.12.4) in place at the time of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to describe each information &amp;lt;br /&amp;gt;&lt;br /&gt;
system within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. The absence of an up to date SSP &amp;lt;br /&amp;gt;&lt;br /&gt;
at the time of the assessment would &amp;lt;br /&amp;gt;&lt;br /&gt;
result in a finding that ‘&#039;&#039;an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
could not be completed due to &amp;lt;br /&amp;gt;&lt;br /&gt;
incomplete information and &amp;lt;br /&amp;gt;&lt;br /&gt;
noncompliance with 48 CFR 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012.&#039;&#039;’ &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;6&#039;&#039;) For each NOT MET security &lt;br /&gt;
&lt;br /&gt;
requirement the OSA must have a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M in place. A POA&amp;amp;amp;M addressing &lt;br /&gt;
&lt;br /&gt;
NOT MET security requirements is not &amp;lt;br /&amp;gt;&lt;br /&gt;
a substitute for a completed &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Security requirements not &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, whether described in a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M or not, is assessed as ‘NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET.’ &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;7&#039;&#039;) Specialized Assets must be &lt;br /&gt;
&lt;br /&gt;
evaluated for their asset category per the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC scoping guidance for the level in &amp;lt;br /&amp;gt;&lt;br /&gt;
question and handled accordingly as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.19. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;8&#039;&#039;) If an OSC previously received a &lt;br /&gt;
&lt;br /&gt;
favorable adjudication from the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO indicating that a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is not applicable or that an &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative security measure is equally &amp;lt;br /&amp;gt;&lt;br /&gt;
effective (in accordance with 48 CFR &lt;br /&gt;
&lt;br /&gt;
252.204–7008 or 48 CFR 252.204–7012), &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD CIO adjudication must be &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the system security plan to &amp;lt;br /&amp;gt;&lt;br /&gt;
receive consideration during an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. A security requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
which implemented security measures &amp;lt;br /&amp;gt;&lt;br /&gt;
have been adjudicated by the DoD CIO &amp;lt;br /&amp;gt;&lt;br /&gt;
as equally effective is assessed as MET &amp;lt;br /&amp;gt;&lt;br /&gt;
if there have been no changes in the &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;CMMC Level 2 Scoring Table. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 scoring has been &amp;lt;br /&amp;gt;&lt;br /&gt;
assigned based on the methodology set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in table 1 to this paragraph &amp;lt;br /&amp;gt;&lt;br /&gt;
(c)(2)(ii). &lt;br /&gt;
&lt;br /&gt;
TABLE 7 TO § 170.24(c)(2)(ii)—CMMC LEVEL 2 SCORING TABLE &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 requirement categories &lt;br /&gt;
&lt;br /&gt;
Point value &lt;br /&gt;
&lt;br /&gt;
subtracted from &lt;br /&gt;
&lt;br /&gt;
maximum score &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Basic Security Requirements: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If not implemented, could lead to significant exploitation of the network, or exfiltration of CUI ...........................................&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
If not implemented, has specific and confined effect on the security of the network and its data .......................................&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Derived Security Requirements: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If not implemented, could lead to significant exploitation of the network, or exfiltration of CUI ...........................................&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
If not completely or properly implemented, could be partially effective and points adjusted depending on how the secu-&lt;br /&gt;
&lt;br /&gt;
rity requirement is implemented: ........................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3 or 5 &lt;br /&gt;
&lt;br /&gt;
—Partially effective implementation—3 points. &amp;lt;br /&amp;gt;&lt;br /&gt;
—Non-effective (not implemented at all)—5 points. &lt;br /&gt;
&lt;br /&gt;
If not implemented, has specific and confined effect on the security of the network and its data .......................................&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
If not implemented, has a limited or indirect effect on the security of the network and its data ..........................................&lt;br /&gt;
&lt;br /&gt;
1 &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;CMMC Level 3 assessment scoring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;methodology. &#039;&#039;CMMC Level 3 scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
does not utilize varying values like the &amp;lt;br /&amp;gt;&lt;br /&gt;
scoring for CMMC Level 2. All CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 security requirements use a &amp;lt;br /&amp;gt;&lt;br /&gt;
value of one (1) point for each security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. As a result, the maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
score achievable for a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is equivalent to &amp;lt;br /&amp;gt;&lt;br /&gt;
the total number of the selected subset &amp;lt;br /&amp;gt;&lt;br /&gt;
of NIST SP 800–172 Feb2021 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CMMC Level 3, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4). The maximum score is &amp;lt;br /&amp;gt;&lt;br /&gt;
reduced by one (1) point for each &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement NOT MET. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 scoring methodology &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects the fact that all CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements must already be &amp;lt;br /&amp;gt;&lt;br /&gt;
MET (for the Level 3 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope). A maximum score on the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment is required to &amp;lt;br /&amp;gt;&lt;br /&gt;
be eligible to initiate a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. The Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment score is equal to &amp;lt;br /&amp;gt;&lt;br /&gt;
the number of CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are assessed as MET. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Appendix A to Part 170—Guidance &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Guidance documents include: &amp;lt;br /&amp;gt;&lt;br /&gt;
(a) ‘‘CMMC Model Overview’’ available at &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(b) ‘‘CMMC Assessment Guide—Level 1’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(c) ‘‘CMMC Assessment Guide—Level 2’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(d) ‘‘CMMC Assessment Guide—Level 3’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(e) ‘‘CMMC Scoping Guide—Level 1’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(f) ‘‘CMMC Scoping Guide—Level 2’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(g) ‘‘CMMC Scoping Guide—Level 3’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(h) ‘‘CMMC Hashing Guide’’ available at &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/CMMC/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
Dated: September 30, 2024. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Patricia L. Toppings, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;OSD Federal Register Liaison Officer, &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[FR Doc. 2024–22905 Filed 10–11–24; 8:45 am] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BILLING CODE 6001–FR–P &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00147&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 9990&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Original source: https://www.govinfo.gov/content/pkg/FR-2024-10-15/pdf/2024-22905.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=32_CFR_Part_170&amp;diff=669</id>
		<title>32 CFR Part 170</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=32_CFR_Part_170&amp;diff=669"/>
		<updated>2025-02-24T03:56:19Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= PART 170—CYBERSECURITY MATURITY MODEL CERTIFICATION (CMMC) PROGRAM =&lt;br /&gt;
&lt;br /&gt;
== Subpart A—General Information ==&lt;br /&gt;
Sec.&lt;br /&gt;
170.1 Purpose.&lt;br /&gt;
170.2 Incorporation by reference.&lt;br /&gt;
170.3 Applicability.&lt;br /&gt;
170.4 Acronyms and definitions.&lt;br /&gt;
170.5 Policy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart B—Government Roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibilities &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.6&lt;br /&gt;
&lt;br /&gt;
CMMC PMO. &lt;br /&gt;
&lt;br /&gt;
170.7&lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart C—CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.8&lt;br /&gt;
&lt;br /&gt;
Accreditation Body. &lt;br /&gt;
&lt;br /&gt;
170.9&lt;br /&gt;
&lt;br /&gt;
CMMC Third-Party Assessment &lt;br /&gt;
&lt;br /&gt;
Organizations (C3PAOs). &lt;br /&gt;
&lt;br /&gt;
170.10&lt;br /&gt;
&lt;br /&gt;
CMMC Assessor and Instructor &lt;br /&gt;
&lt;br /&gt;
Certification Organization (CAICO). &lt;br /&gt;
&lt;br /&gt;
170.11&lt;br /&gt;
&lt;br /&gt;
CMMC Certified Assessor (CCA). &lt;br /&gt;
&lt;br /&gt;
170.12&lt;br /&gt;
&lt;br /&gt;
CMMC Instructor. &lt;br /&gt;
&lt;br /&gt;
170.13&lt;br /&gt;
&lt;br /&gt;
CMMC Certified Professional (CCP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart D—Key Elements of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.14&lt;br /&gt;
&lt;br /&gt;
CMMC Model. &lt;br /&gt;
&lt;br /&gt;
170.15&lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmation requirements. &lt;br /&gt;
&lt;br /&gt;
170.16&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmation requirements. &lt;br /&gt;
&lt;br /&gt;
170.17&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.18&lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.19&lt;br /&gt;
&lt;br /&gt;
CMMC scoping. &lt;br /&gt;
&lt;br /&gt;
170.20&lt;br /&gt;
&lt;br /&gt;
Standards acceptance. &lt;br /&gt;
&lt;br /&gt;
170.21&lt;br /&gt;
&lt;br /&gt;
Plan of Action and Milestones &lt;br /&gt;
&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.22&lt;br /&gt;
&lt;br /&gt;
Affirmation. &lt;br /&gt;
&lt;br /&gt;
170.23&lt;br /&gt;
&lt;br /&gt;
Application to subcontractors. &lt;br /&gt;
&lt;br /&gt;
170.24&lt;br /&gt;
&lt;br /&gt;
CMMC Scoring Methodology. &lt;br /&gt;
&lt;br /&gt;
Appendix A to Part 170—Guidance &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Authority: &#039;&#039;&#039;5 U.S.C. 301; Sec. 1648, Pub. &lt;br /&gt;
&lt;br /&gt;
L. 116–92, 133 Stat. 1198. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart A—General Information. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Purpose. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) This part describes the &lt;br /&gt;
&lt;br /&gt;
Cybersecurity Maturity Model &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification (CMMC) Program of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense (DoD) and &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes requirements for defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement prescribed cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for safeguarding Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Contract Information (FCI) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI). This part (the CMMC Program) &amp;lt;br /&amp;gt;&lt;br /&gt;
also establishes requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting an assessment of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
prescribed cybersecurity standard for &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems that: &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI or CUI; &amp;lt;br /&amp;gt;&lt;br /&gt;
provide security protections for systems &amp;lt;br /&amp;gt;&lt;br /&gt;
which process, store, or transmit CUI; or &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00124&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83215 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
are not logically or physically isolated &amp;lt;br /&amp;gt;&lt;br /&gt;
from systems which process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. &lt;br /&gt;
&lt;br /&gt;
(b) The CMMC Program provides DoD &lt;br /&gt;
&lt;br /&gt;
with a viable means of conducting the &amp;lt;br /&amp;gt;&lt;br /&gt;
volume of assessments necessary to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify contractor and subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of required &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements. &lt;br /&gt;
&lt;br /&gt;
(c) The CMMC Program is designed to &lt;br /&gt;
&lt;br /&gt;
ensure defense contractors are properly &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding FCI and CUI that is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI must be protected to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
evolving threats and safeguard &amp;lt;br /&amp;gt;&lt;br /&gt;
nonpublic, unclassified information that &amp;lt;br /&amp;gt;&lt;br /&gt;
supports and enables the warfighter. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program provides a &amp;lt;br /&amp;gt;&lt;br /&gt;
consistent methodology to assess a &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor’s implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
required cybersecurity requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program utilizes the &amp;lt;br /&amp;gt;&lt;br /&gt;
security standards set forth in the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21; National Institute of &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards and Technology (NIST) &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication (SP) 800–171, &#039;&#039;Basic &amp;lt;br /&amp;gt;&lt;br /&gt;
Safeguarding of Covered Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, &#039;&#039;Revision 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2020 (includes updates as of &amp;lt;br /&amp;gt;&lt;br /&gt;
January 28, 2021) (NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2); and selected requirements from the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172, &#039;&#039;Enhanced Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information: A Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST Special Publication 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;February 2021 (NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021), as applicable (see table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4) for requirements, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2 for availability of NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
publications). &lt;br /&gt;
&lt;br /&gt;
(d) The CMMC Program balances the &lt;br /&gt;
&lt;br /&gt;
need to safeguard FCI and CUI and the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to share information &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriately with defense contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
in order to develop capabilities for the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. The CMMC Program is designed to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
practices for defense contractors and to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide DoD with increased assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
that FCI and CUI information will be &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguarded when residing &amp;lt;br /&amp;gt;&lt;br /&gt;
on or transiting contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC Program creates no &lt;br /&gt;
&lt;br /&gt;
right or benefit, substantive or &amp;lt;br /&amp;gt;&lt;br /&gt;
procedural, enforceable by law or in &amp;lt;br /&amp;gt;&lt;br /&gt;
equity by any party against the United &amp;lt;br /&amp;gt;&lt;br /&gt;
States, its departments, agencies, or &amp;lt;br /&amp;gt;&lt;br /&gt;
entities, its officers, employees, or &amp;lt;br /&amp;gt;&lt;br /&gt;
agents, or any other person. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incorporation by reference. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Certain material is incorporated by &lt;br /&gt;
&lt;br /&gt;
reference into this part with the &amp;lt;br /&amp;gt;&lt;br /&gt;
approval of the Director of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register under 5 U.S.C. 552(a) and 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 51. Material approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporation by reference (IBR) is &lt;br /&gt;
&lt;br /&gt;
available for inspection at the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense (DoD) and at the &amp;lt;br /&amp;gt;&lt;br /&gt;
National Archives and Records &amp;lt;br /&amp;gt;&lt;br /&gt;
Administration (NARA). Contact DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ online: &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;; email: ][mailto:osd.mc-alex.DoD-cio.mbx.cmmc-rule@mail.mil &#039;&#039;osd.mc-alex.DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
cio.mbx.cmmc-rule@mail.mil&#039;&#039;; or phone: &amp;lt;br /&amp;gt;&lt;br /&gt;
](202) 770–9100. For information on the &amp;lt;br /&amp;gt;&lt;br /&gt;
availability of this material at NARA, &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.archives.gov/federal-register/cfr/ibr-locations visit: &#039;&#039;www.archives.gov/federal-register/ &amp;lt;br /&amp;gt;&lt;br /&gt;
cfr/ibr-locations &#039;&#039;]or email: [mailto:fr.inspection@nara.gov &#039;&#039;fr.inspection@&amp;lt;br /&amp;gt;&lt;br /&gt;
nara.gov&#039;&#039;. The material may be obtained &amp;lt;br /&amp;gt;&lt;br /&gt;
]from the following sources: &lt;br /&gt;
&lt;br /&gt;
(a) National Institute of Standards and &lt;br /&gt;
&lt;br /&gt;
Technology, U.S. Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Commerce, 100 Bureau Drive, &amp;lt;br /&amp;gt;&lt;br /&gt;
Gaithersburg, MD 20899; phone: (301) &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://csrc.nist.gov/publications/ 975–8443; website: &#039;&#039;https://csrc.nist.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
publications/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(1) FIPS PUB 200, Minimum Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Federal Information &amp;lt;br /&amp;gt;&lt;br /&gt;
and Information Systems, March 2006 &amp;lt;br /&amp;gt;&lt;br /&gt;
(FIPS PUB 200 Mar2006); IBR approved &amp;lt;br /&amp;gt;&lt;br /&gt;
for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(2) FIPS PUB 201–3, Personal Identity &lt;br /&gt;
&lt;br /&gt;
Verification (PIV) of Federal Employees &amp;lt;br /&amp;gt;&lt;br /&gt;
and Contractors, January 2022 (FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
PUB 201–3 Jan2022); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(3) SP 800–37, Risk Management &lt;br /&gt;
&lt;br /&gt;
Framework for Information Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations: A System Life Cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
Approach for Security and Privacy, &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 2, December 2018 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–37 R2); IBR approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(4) SP 800–39, Managing Information &lt;br /&gt;
&lt;br /&gt;
Security Risk: Organization, Mission, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Information System View, March &amp;lt;br /&amp;gt;&lt;br /&gt;
2011 (NIST SP 800–39 Mar2011); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(5) SP 800–53, Security and Privacy &lt;br /&gt;
&lt;br /&gt;
Controls for Information Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations, Revision 5, September &amp;lt;br /&amp;gt;&lt;br /&gt;
2020 (includes updates as of December &amp;lt;br /&amp;gt;&lt;br /&gt;
10, 2020) (NIST SP 800–53 R5); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(6) SP 800–82r3, Guide to Operational &lt;br /&gt;
&lt;br /&gt;
Technology (OT) Security, September &amp;lt;br /&amp;gt;&lt;br /&gt;
2023 (NIST SP 800–82r3); IBR approved &amp;lt;br /&amp;gt;&lt;br /&gt;
for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(7) SP 800–115, Technical Guide to &lt;br /&gt;
&lt;br /&gt;
Information Security Testing and &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment, September 2008 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–115 Sept2008); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(8) SP 800–160, Volume 2, Developing &lt;br /&gt;
&lt;br /&gt;
Cyber-Resilient Systems: A Systems &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Engineering Approach, &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 1, December 2021 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–160 V2R1); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(9) SP 800–171, Protecting Controlled &lt;br /&gt;
&lt;br /&gt;
Unclassified Information in Nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems and Organizations, Revision 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2020 (includes updates as of &amp;lt;br /&amp;gt;&lt;br /&gt;
January 28, 2021), (NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2); IBR approved for §§ 170.4(b) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.14(a) through (c). &lt;br /&gt;
&lt;br /&gt;
(10) SP 800–171A, Assessing Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information, June 2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST SP 800–171A Jun2018); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for §§ 170.11(a), 170.14(d), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.15(c), 170.16(c), 170.17(c), and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.18(c). &lt;br /&gt;
&lt;br /&gt;
(11) SP 800–172, Enhanced Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information: A Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST Special Publication 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2021 (NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021); IBR approved for §§ 170.4(b), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.5(a), and 170.14(a) and (c). &lt;br /&gt;
&lt;br /&gt;
(12) SP 800–172A, Assessing &lt;br /&gt;
&lt;br /&gt;
Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information, &amp;lt;br /&amp;gt;&lt;br /&gt;
March 2022 (NIST SP 800–172A &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2022); IBR approved for §§ 170.4(b), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.14(d), and 170.18(c). &lt;br /&gt;
&lt;br /&gt;
(b) International Organization for &lt;br /&gt;
&lt;br /&gt;
Standardization (ISO) Chemin de &amp;lt;br /&amp;gt;&lt;br /&gt;
Blandonnet 8, CP 401—1214 Vernier, &amp;lt;br /&amp;gt;&lt;br /&gt;
Geneva, Switzerland; phone: +41 22 749 &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.iso.org/popular-standards.html 01 11; website: &#039;&#039;www.iso.org/popular- &amp;lt;br /&amp;gt;&lt;br /&gt;
standards.html&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(1) ISO/IEC 17011:2017(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—Requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for accreditation bodies accrediting &amp;lt;br /&amp;gt;&lt;br /&gt;
conformity assessment bodies, Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, November 2017 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E)); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.8(b)(3), 170.9(b)(13), and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.10(b)(4). &lt;br /&gt;
&lt;br /&gt;
(2) ISO/IEC 17020:2012(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—Requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for the operation of various types of &amp;lt;br /&amp;gt;&lt;br /&gt;
bodies performing inspection, Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, March 1, 2012 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E)); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.8(a), (b)(1), (b)(3) and 170.9(b)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (b)(13). &lt;br /&gt;
&lt;br /&gt;
(3) ISO/IEC 17024:2012(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—General &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for bodies operating &amp;lt;br /&amp;gt;&lt;br /&gt;
certification of persons, second edition, &amp;lt;br /&amp;gt;&lt;br /&gt;
July 1, 2012 (ISO/IEC 17024:2012(E)); &amp;lt;br /&amp;gt;&lt;br /&gt;
IBR approved for §§ 170.8(b)(2) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.10(a) and (b)(4), (7), and (8). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1 to paragraph (b): &#039;&#039;&#039;The ISO/IEC &lt;br /&gt;
&lt;br /&gt;
standards incorporated by reference in this &amp;lt;br /&amp;gt;&lt;br /&gt;
part may be viewed at no cost in ‘‘read only’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://ibr.ansi.org format at &#039;&#039;https://ibr.ansi.org&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Applicability. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) The requirements of this part &lt;br /&gt;
&lt;br /&gt;
apply to: &lt;br /&gt;
&lt;br /&gt;
(1) All DoD contract and subcontract &lt;br /&gt;
&lt;br /&gt;
awardees that will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit information, in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD contract, that meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for FCI or CUI on contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems; and, &lt;br /&gt;
&lt;br /&gt;
(2) Private-sector businesses or other &lt;br /&gt;
&lt;br /&gt;
entities comprising the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem, as specified in subpart C of &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00125&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83216 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(b) The requirements of this part do &lt;br /&gt;
&lt;br /&gt;
not apply to Federal information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems operated by contractors or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors on behalf of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Government. &lt;br /&gt;
&lt;br /&gt;
(c) CMMC Program requirements &lt;br /&gt;
&lt;br /&gt;
apply to all DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts pursuant to which a defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or subcontractor will process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI or CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, including those for the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition of commercial items (except &amp;lt;br /&amp;gt;&lt;br /&gt;
those exclusively for COTS items) &amp;lt;br /&amp;gt;&lt;br /&gt;
valued at greater than the micro- &amp;lt;br /&amp;gt;&lt;br /&gt;
purchase threshold except under the &amp;lt;br /&amp;gt;&lt;br /&gt;
following circumstances: &lt;br /&gt;
&lt;br /&gt;
(1) The procurement occurs during &lt;br /&gt;
&lt;br /&gt;
Implementation Phase 1, 2, or 3 as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in paragraph (e) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, in which case CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for the relevant phase- &amp;lt;br /&amp;gt;&lt;br /&gt;
in period; or &lt;br /&gt;
&lt;br /&gt;
(2) Application of CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements to a procurement or class &amp;lt;br /&amp;gt;&lt;br /&gt;
of procurements may be waived in &amp;lt;br /&amp;gt;&lt;br /&gt;
advance of the solicitation at the &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion of DoD in accordance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable policies, procedures, and &amp;lt;br /&amp;gt;&lt;br /&gt;
approval requirements. &lt;br /&gt;
&lt;br /&gt;
(d) DoD Program Managers or &lt;br /&gt;
&lt;br /&gt;
requiring activities are responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
selecting the CMMC Status that will &amp;lt;br /&amp;gt;&lt;br /&gt;
apply for a particular procurement or &amp;lt;br /&amp;gt;&lt;br /&gt;
contract based upon the type of &amp;lt;br /&amp;gt;&lt;br /&gt;
information, FCI or CUI, that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed on, stored on, or transmitted &amp;lt;br /&amp;gt;&lt;br /&gt;
through a contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system. Application of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for subcontractors will be &amp;lt;br /&amp;gt;&lt;br /&gt;
determined in accordance with § 170.23. &lt;br /&gt;
&lt;br /&gt;
(e) DoD is utilizing a phased approach &lt;br /&gt;
&lt;br /&gt;
for the inclusion of CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. Implementation of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements will occur over &amp;lt;br /&amp;gt;&lt;br /&gt;
four (4) phases: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Phase 1. &#039;&#039;Begins on the effective &lt;br /&gt;
&lt;br /&gt;
date of the complementary 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition final rule. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
intends to include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Statuses of Level 1 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) for all applicable DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition of contract award. DoD may, &amp;lt;br /&amp;gt;&lt;br /&gt;
at its discretion, include the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self) or Level 2 (Self) for applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD solicitations and contracts as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition to exercise an option period &amp;lt;br /&amp;gt;&lt;br /&gt;
on a contract awarded prior to the &amp;lt;br /&amp;gt;&lt;br /&gt;
effective date. DoD may also, at its &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion, include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) in &amp;lt;br /&amp;gt;&lt;br /&gt;
place of the Level 2 (Self) CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
for applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Phase 2. &#039;&#039;Begins one calendar year &lt;br /&gt;
&lt;br /&gt;
following the start date of Phase 1. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition to Phase 1 requirements, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
intends to include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. DoD may, at its discretion, delay &amp;lt;br /&amp;gt;&lt;br /&gt;
the inclusion of requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (C3PAO) to an option &amp;lt;br /&amp;gt;&lt;br /&gt;
period instead of as a condition of &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. DoD may also, at its &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion, include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC) for &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Phase 3. &#039;&#039;Begins one calendar year &lt;br /&gt;
&lt;br /&gt;
following the start date of Phase 2. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition to Phase 1 and 2 requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD intends to include the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Status of Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
all applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award and as a condition to exercise an &amp;lt;br /&amp;gt;&lt;br /&gt;
option period on a contract awarded &amp;lt;br /&amp;gt;&lt;br /&gt;
after the effective date. DoD intends to &amp;lt;br /&amp;gt;&lt;br /&gt;
include the requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 3 (DIBCAC) for all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. DoD may, at its discretion, delay &amp;lt;br /&amp;gt;&lt;br /&gt;
the inclusion of requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 3 (DIBCAC) to an option &amp;lt;br /&amp;gt;&lt;br /&gt;
period instead of as a condition of &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Phase 4, full implementation. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Begins one calendar year following the &amp;lt;br /&amp;gt;&lt;br /&gt;
start date of Phase 3. DoD will include &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements in all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts including option periods on &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts awarded prior to the beginning &amp;lt;br /&amp;gt;&lt;br /&gt;
of Phase 4. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Acronyms and definitions. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Acronyms. &#039;&#039;Unless otherwise &lt;br /&gt;
&lt;br /&gt;
noted, the following acronyms and their &amp;lt;br /&amp;gt;&lt;br /&gt;
terms are for the purposes of this part. &amp;lt;br /&amp;gt;&lt;br /&gt;
AC—Access Control &amp;lt;br /&amp;gt;&lt;br /&gt;
APT—Advanced Persistent Threat &amp;lt;br /&amp;gt;&lt;br /&gt;
AT—Awareness and Training &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO—CMMC Third-Party &lt;br /&gt;
&lt;br /&gt;
Assessment Organization &lt;br /&gt;
&lt;br /&gt;
CA—Security Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO—CMMC Assessors and &lt;br /&gt;
&lt;br /&gt;
Instructors Certification Organization &lt;br /&gt;
&lt;br /&gt;
CAGE—Commercial and Government &lt;br /&gt;
&lt;br /&gt;
Entity &lt;br /&gt;
&lt;br /&gt;
CCA—CMMC-Certified Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
CCI—CMMC-Certified Instructor &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP—CMMC-Certified Professional &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR—Code of Federal Regulations &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO—Chief Information Officer &amp;lt;br /&amp;gt;&lt;br /&gt;
CM—Configuration Management &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC—Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification &lt;br /&gt;
&lt;br /&gt;
CMMC PMO—CMMC Program &lt;br /&gt;
&lt;br /&gt;
Management Office &lt;br /&gt;
&lt;br /&gt;
CNC—Computerized Numerical Control &lt;br /&gt;
&lt;br /&gt;
CoPC—Code of Professional Conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
CSP—Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI—Controlled Unclassified &lt;br /&gt;
&lt;br /&gt;
Information &lt;br /&gt;
&lt;br /&gt;
DCMA—Defense Contract Management &lt;br /&gt;
&lt;br /&gt;
Agency &lt;br /&gt;
&lt;br /&gt;
DD—Represents any two-character &lt;br /&gt;
&lt;br /&gt;
CMMC Domain acronym &lt;br /&gt;
&lt;br /&gt;
DFARS—Defense Federal Acquisition &lt;br /&gt;
&lt;br /&gt;
Regulation Supplement &lt;br /&gt;
&lt;br /&gt;
DIB—Defense Industrial Base &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC—DCMA’s Defense Industrial &lt;br /&gt;
&lt;br /&gt;
Base Cybersecurity Assessment Center &lt;br /&gt;
&lt;br /&gt;
DoD—Department of Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
DoDI—Department of Defense &lt;br /&gt;
&lt;br /&gt;
Instruction &lt;br /&gt;
&lt;br /&gt;
eMASS—Enterprise Mission Assurance &lt;br /&gt;
&lt;br /&gt;
Support Service &lt;br /&gt;
&lt;br /&gt;
ESP—External Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR—Federal Acquisition Regulation &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI—Federal Contract Information &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP—Federal Risk and &lt;br /&gt;
&lt;br /&gt;
Authorization Management Program &lt;br /&gt;
&lt;br /&gt;
GFE—Government Furnished &lt;br /&gt;
&lt;br /&gt;
Equipment &lt;br /&gt;
&lt;br /&gt;
IA—Identification and Authentication &amp;lt;br /&amp;gt;&lt;br /&gt;
ICS—Industrial Control System &amp;lt;br /&amp;gt;&lt;br /&gt;
IIoT—Industrial Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
IoT—Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
IR—Incident Response &amp;lt;br /&amp;gt;&lt;br /&gt;
IS—Information System &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC—International Electrotechnical &lt;br /&gt;
&lt;br /&gt;
Commission &lt;br /&gt;
&lt;br /&gt;
ISO/IEC—International Organization for &lt;br /&gt;
&lt;br /&gt;
Standardization/International &amp;lt;br /&amp;gt;&lt;br /&gt;
Electrotechnical Commission &lt;br /&gt;
&lt;br /&gt;
IT—Information Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
L#—CMMC Level Number &amp;lt;br /&amp;gt;&lt;br /&gt;
MA—Maintenance &amp;lt;br /&amp;gt;&lt;br /&gt;
MP—Media Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
MSSP—Managed Security Service &lt;br /&gt;
&lt;br /&gt;
Provider &lt;br /&gt;
&lt;br /&gt;
NARA—National Archives and Records &lt;br /&gt;
&lt;br /&gt;
Administration &lt;br /&gt;
&lt;br /&gt;
NAICS—North American Industry &lt;br /&gt;
&lt;br /&gt;
Classification System &lt;br /&gt;
&lt;br /&gt;
NIST—National Institute of Standards &lt;br /&gt;
&lt;br /&gt;
and Technology &lt;br /&gt;
&lt;br /&gt;
N/A—Not Applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
ODP—Organization-Defined Parameter &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA—Organization Seeking Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC—Organization Seeking &lt;br /&gt;
&lt;br /&gt;
Certification &lt;br /&gt;
&lt;br /&gt;
OT—Operational Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
PI—Provisional Instructor &amp;lt;br /&amp;gt;&lt;br /&gt;
PIEE—Procurement Integrated &lt;br /&gt;
&lt;br /&gt;
Enterprise Environment &lt;br /&gt;
&lt;br /&gt;
PII—Personally Identifiable Information &amp;lt;br /&amp;gt;&lt;br /&gt;
PLC—Programmable Logic Controller &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M—Plan of Action and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
PRA—Paperwork Reduction Act &amp;lt;br /&amp;gt;&lt;br /&gt;
RM—Risk Management &amp;lt;br /&amp;gt;&lt;br /&gt;
SAM—System of Award Management &amp;lt;br /&amp;gt;&lt;br /&gt;
SC—System and Communications &lt;br /&gt;
&lt;br /&gt;
Protection &lt;br /&gt;
&lt;br /&gt;
SCADA—Supervisory Control and Data &lt;br /&gt;
&lt;br /&gt;
Acquisition &lt;br /&gt;
&lt;br /&gt;
SI—System and Information Integrity &amp;lt;br /&amp;gt;&lt;br /&gt;
SIEM—Security Information and Event &lt;br /&gt;
&lt;br /&gt;
Management &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00126&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83217 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
SP—Special Publication &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD—Security Protection Data &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS—Supplier Performance Risk &lt;br /&gt;
&lt;br /&gt;
System &lt;br /&gt;
&lt;br /&gt;
SSP—System Security Plan &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Definitions. &#039;&#039;Unless otherwise &lt;br /&gt;
&lt;br /&gt;
noted, these terms and their definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
are for the purposes of this part. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Access Control (AC) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
process of granting or denying specific &amp;lt;br /&amp;gt;&lt;br /&gt;
requests to obtain and use information &amp;lt;br /&amp;gt;&lt;br /&gt;
and related information processing &amp;lt;br /&amp;gt;&lt;br /&gt;
services; and/or entry to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
physical facilities (&#039;&#039;e.g., &#039;&#039;Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
buildings, military establishments, or &amp;lt;br /&amp;gt;&lt;br /&gt;
border crossing entrances), as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS PUB 201–3 Jan2002 (incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Accreditation &#039;&#039;means a status pursuant &lt;br /&gt;
&lt;br /&gt;
to which a CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem member (person &amp;lt;br /&amp;gt;&lt;br /&gt;
or organization), having met all criteria &amp;lt;br /&amp;gt;&lt;br /&gt;
for the specific role they perform &amp;lt;br /&amp;gt;&lt;br /&gt;
including required ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditations, may act in that role as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.8 for the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body and § 170.9 for C3PAOs. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Accreditation Body &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.8 and means the one organization &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracts with to be responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing and accrediting members of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem, as required. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body must be approved &amp;lt;br /&amp;gt;&lt;br /&gt;
by DoD. At any given point in time, &amp;lt;br /&amp;gt;&lt;br /&gt;
there will be only one Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body for the DoD CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Advanced Persistent Threat (APT) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means an adversary that possesses &amp;lt;br /&amp;gt;&lt;br /&gt;
sophisticated levels of expertise and &amp;lt;br /&amp;gt;&lt;br /&gt;
significant resources that allow it to &amp;lt;br /&amp;gt;&lt;br /&gt;
create opportunities to achieve its &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives by using multiple attack &amp;lt;br /&amp;gt;&lt;br /&gt;
vectors (&#039;&#039;e.g., &#039;&#039;cyber, physical, and &amp;lt;br /&amp;gt;&lt;br /&gt;
deception). These objectives typically &amp;lt;br /&amp;gt;&lt;br /&gt;
include establishing and extending &amp;lt;br /&amp;gt;&lt;br /&gt;
footholds within the information &amp;lt;br /&amp;gt;&lt;br /&gt;
technology infrastructure of the targeted &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations for purposes of exfiltrating &amp;lt;br /&amp;gt;&lt;br /&gt;
information, undermining or impeding &amp;lt;br /&amp;gt;&lt;br /&gt;
critical aspects of a mission, program, or &amp;lt;br /&amp;gt;&lt;br /&gt;
organization; or positioning itself to &amp;lt;br /&amp;gt;&lt;br /&gt;
carry out these objectives in the future. &amp;lt;br /&amp;gt;&lt;br /&gt;
The advanced persistent threat pursues &amp;lt;br /&amp;gt;&lt;br /&gt;
its objectives repeatedly over an &amp;lt;br /&amp;gt;&lt;br /&gt;
extended period-of-time, adapts to &amp;lt;br /&amp;gt;&lt;br /&gt;
defenders’ efforts to resist it, and is &amp;lt;br /&amp;gt;&lt;br /&gt;
determined to maintain the level of &amp;lt;br /&amp;gt;&lt;br /&gt;
interaction needed to execute its &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives, as is defined in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–39 Mar2011 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirming Official &#039;&#039;means the senior &lt;br /&gt;
&lt;br /&gt;
level representative from within each &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization Seeking Assessment (OSA) &amp;lt;br /&amp;gt;&lt;br /&gt;
who is responsible for ensuring the &lt;br /&gt;
&lt;br /&gt;
OSA’s compliance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements and has the &amp;lt;br /&amp;gt;&lt;br /&gt;
authority to affirm the OSA’s continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the specified security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment &#039;&#039;means the testing or &lt;br /&gt;
&lt;br /&gt;
evaluation of security controls to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the extent to which the &amp;lt;br /&amp;gt;&lt;br /&gt;
controls are implemented correctly, &amp;lt;br /&amp;gt;&lt;br /&gt;
operating as intended, and producing &amp;lt;br /&amp;gt;&lt;br /&gt;
the desired outcome with respect to &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting the security requirements for an &amp;lt;br /&amp;gt;&lt;br /&gt;
information system or organization, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in §§ 170.15 through 170.18. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Level 1 self-assessment &#039;&#039;is the term &lt;br /&gt;
&lt;br /&gt;
for the activity performed by an OSA to &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate its own information system &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self). &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Level 2 self-assessment &#039;&#039;is the term &lt;br /&gt;
&lt;br /&gt;
for the activity performed by an OSA to &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate its own information system &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Level 2 certification assessment &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
the term for the activity performed by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO to evaluate the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system of an OSC when seeking a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;Level 3 certification assessment &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
the term for the activity performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DCMA DIBCAC to evaluate the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system of an OSC when &amp;lt;br /&amp;gt;&lt;br /&gt;
seeking a CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(v) &#039;&#039;POA&amp;amp;amp;M closeout self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
is the term for the activity performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSA to evaluate only the NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were identified with &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M during the initial assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self). &lt;br /&gt;
&lt;br /&gt;
(vi) &#039;&#039;POA&amp;amp;amp;M closeout certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment &#039;&#039;is the term for the activity &amp;lt;br /&amp;gt;&lt;br /&gt;
performed by a C3PAO or DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC to evaluate only the NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were identified with &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M during the initial assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) or Final Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) respectively. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Findings Report &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
the final written assessment results by &amp;lt;br /&amp;gt;&lt;br /&gt;
the third-party or government &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment team. The Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report is submitted to the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
and to the DoD via CMMC eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment objective &#039;&#039;means a set of &lt;br /&gt;
&lt;br /&gt;
determination statements that, taken &amp;lt;br /&amp;gt;&lt;br /&gt;
together, expresses the desired outcome &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment of a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Successful implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of the corresponding CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement requires meeting all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable assessment objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171A Jun2018 &lt;br /&gt;
&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
or NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Team &#039;&#039;means participants &lt;br /&gt;
&lt;br /&gt;
in the Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC Certified Assessors and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Professionals) or the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment (DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC assessors). This does not &amp;lt;br /&amp;gt;&lt;br /&gt;
include the OSC participants preparing &amp;lt;br /&amp;gt;&lt;br /&gt;
for or participating in the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Asset &#039;&#039;means an item of value to &lt;br /&gt;
&lt;br /&gt;
stakeholders. An asset may be tangible &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;a physical item such as hardware, &amp;lt;br /&amp;gt;&lt;br /&gt;
firmware, computing platform, network &amp;lt;br /&amp;gt;&lt;br /&gt;
device, or other technology component) &amp;lt;br /&amp;gt;&lt;br /&gt;
or intangible (&#039;&#039;e.g., &#039;&#039;humans, data, &amp;lt;br /&amp;gt;&lt;br /&gt;
information, software, capability, &amp;lt;br /&amp;gt;&lt;br /&gt;
function, service, trademark, copyright, &amp;lt;br /&amp;gt;&lt;br /&gt;
patent, intellectual property, image, or &amp;lt;br /&amp;gt;&lt;br /&gt;
reputation). The value of an asset is &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by stakeholders in &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration of loss concerns across &amp;lt;br /&amp;gt;&lt;br /&gt;
the entire system life cycle. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns include but are not limited to &amp;lt;br /&amp;gt;&lt;br /&gt;
business or mission concerns, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–160 V2R1 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Asset Categories &#039;&#039;means a grouping of &lt;br /&gt;
&lt;br /&gt;
assets that process, store or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
information of similar designation, or &amp;lt;br /&amp;gt;&lt;br /&gt;
provide security protection to those &amp;lt;br /&amp;gt;&lt;br /&gt;
assets. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Authentication &#039;&#039;is defined in FIPS &lt;br /&gt;
&lt;br /&gt;
PUB 200 Mar2006 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Authorized &#039;&#039;means an interim status &lt;br /&gt;
&lt;br /&gt;
during which a CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
member (person or organization), having &amp;lt;br /&amp;gt;&lt;br /&gt;
met all criteria for the specific role they &amp;lt;br /&amp;gt;&lt;br /&gt;
perform other than the required ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditations, may act in that role for &amp;lt;br /&amp;gt;&lt;br /&gt;
a specified time as set forth in § 170.8 &amp;lt;br /&amp;gt;&lt;br /&gt;
for the Accreditation Body and § 170.9 &amp;lt;br /&amp;gt;&lt;br /&gt;
for C3PAOs. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Capability &#039;&#039;means a combination of &lt;br /&gt;
&lt;br /&gt;
mutually reinforcing controls &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by technical means, &amp;lt;br /&amp;gt;&lt;br /&gt;
physical means, and procedural means. &amp;lt;br /&amp;gt;&lt;br /&gt;
Such controls are typically selected to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a common information security &amp;lt;br /&amp;gt;&lt;br /&gt;
or privacy purpose, as defined in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–37 R2 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Cloud Service Provider (CSP) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
an external company that provides &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services based on cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
computing. Cloud computing is a model &amp;lt;br /&amp;gt;&lt;br /&gt;
for enabling ubiquitous, convenient, on- &amp;lt;br /&amp;gt;&lt;br /&gt;
demand network access to a shared pool &amp;lt;br /&amp;gt;&lt;br /&gt;
of configurable computing resources &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;networks, servers, storage, &amp;lt;br /&amp;gt;&lt;br /&gt;
applications, and services) that can be &amp;lt;br /&amp;gt;&lt;br /&gt;
rapidly provisioned and released with &amp;lt;br /&amp;gt;&lt;br /&gt;
minimal management effort or service &amp;lt;br /&amp;gt;&lt;br /&gt;
provider interaction. This definition is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the definition for cloud &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00127&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83218 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
computing in NIST SP 800–145 &amp;lt;br /&amp;gt;&lt;br /&gt;
Sept2011. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment and Certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ecosystem &#039;&#039;means the people and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations described in subpart C of &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. This term is sometimes &amp;lt;br /&amp;gt;&lt;br /&gt;
shortened to CMMC Ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment Scope &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
set of all assets in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
environment that will be assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
against CMMC security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessor and Instructor &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Certification Organization (CAICO) &#039;&#039;is &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.10 and means the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization responsible for training, &amp;lt;br /&amp;gt;&lt;br /&gt;
testing, authorizing, certifying, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying CMMC certified assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
certified instructors, and certified &amp;lt;br /&amp;gt;&lt;br /&gt;
professionals. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Instantiation of eMASS &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
a CMMC instance of the Enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
Mission Assurance Support Service &amp;lt;br /&amp;gt;&lt;br /&gt;
(eMASS), a government owned and &amp;lt;br /&amp;gt;&lt;br /&gt;
operated system. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Security Requirements &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
the 15 Level 1 requirements listed in the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 52.204–21(b)(1), the 110 Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and the 24 Level 3 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
selected from NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Status &#039;&#039;is the result of meeting &lt;br /&gt;
&lt;br /&gt;
or exceeding the minimum required &amp;lt;br /&amp;gt;&lt;br /&gt;
score for the corresponding assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Status of an OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
information system is officially stored in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS and additionally presented on a &amp;lt;br /&amp;gt;&lt;br /&gt;
Certificate of CMMC Status, if the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment was conducted by a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
or DCMA DIBCAC. The potential CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Statuses are outlined in the paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
that follow. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Final Level 1 (Self) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.15(a)(1) and (c)(1). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (Self) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.16(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (Self) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.16(a)(1)(iii). (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;Conditional Level 2 (C3PAO) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.17(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(v) &#039;&#039;Final Level 2 (C3PAO) &#039;&#039;is defined &lt;br /&gt;
&lt;br /&gt;
in § 170.17(a)(1)(iii). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
(vi) &#039;&#039;Conditional Level 3 (DIBCAC) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.18(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(vii) &#039;&#039;Final Level 3 (DIBCAC) &#039;&#039;is defined &lt;br /&gt;
&lt;br /&gt;
in § 170.18(a)(1)(iii). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Status Date &#039;&#039;means the date &lt;br /&gt;
&lt;br /&gt;
that the CMMC Status results are &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted to SPRS or the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS, as appropriate. &lt;br /&gt;
&lt;br /&gt;
The date of the Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status will remain as the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
Date after a successful POA&amp;amp;amp;M closeout. &amp;lt;br /&amp;gt;&lt;br /&gt;
A new date is not set for a Final that &amp;lt;br /&amp;gt;&lt;br /&gt;
follows a Conditional. (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Third-Party Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization (C3PAO) &#039;&#039;means an &amp;lt;br /&amp;gt;&lt;br /&gt;
organization that has been authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited by the Accreditation Body to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and has the roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities identified in § 170.9. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Contractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Contractor Risk Managed Assets &#039;&#039;are &lt;br /&gt;
&lt;br /&gt;
defined in table 3 to § 170.19(c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CUI) &#039;&#039;is defined in 32 CFR 2002.4(h). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CUI) Assets &#039;&#039;means assets that can &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DCMA DIBCAC High Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means an assessment that is conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
by Government personnel in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with NIST SP 800–171A Jun2018 and &amp;lt;br /&amp;gt;&lt;br /&gt;
leveraging specific guidance in the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Methodology that: &lt;br /&gt;
&lt;br /&gt;
(i) Consists of: &amp;lt;br /&amp;gt;&lt;br /&gt;
(A) A review of a contractor’s Basic &lt;br /&gt;
&lt;br /&gt;
Assessment; &lt;br /&gt;
&lt;br /&gt;
(B) A thorough document review; &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) Verification, examination, and &lt;br /&gt;
&lt;br /&gt;
demonstration of a contractor’s system &amp;lt;br /&amp;gt;&lt;br /&gt;
security plan to validate that NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 security requirements have &amp;lt;br /&amp;gt;&lt;br /&gt;
been implemented as described in the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s system security plan; and &lt;br /&gt;
&lt;br /&gt;
(D) Discussions with the contractor to &lt;br /&gt;
&lt;br /&gt;
obtain additional information or &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification, as needed; and &lt;br /&gt;
&lt;br /&gt;
(ii) Results in a confidence level of &lt;br /&gt;
&lt;br /&gt;
‘‘High’’ in the resulting score. (Source: &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 252.204–7020). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Defense Industrial Base (DIB) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in 32 CFR 236.2. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Assessment Methodology &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DoDAM) &#039;&#039;documents a standard &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology that enables a strategic &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of a contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
a requirement for compliance with 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 252.204–7012. (Source: DoDAM &amp;lt;br /&amp;gt;&lt;br /&gt;
Version 1.2.1) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enduring Exception &#039;&#039;means a special &lt;br /&gt;
&lt;br /&gt;
circumstance or system where &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation and full compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC &#039;&#039;s&#039;&#039;ecurity &#039;&#039;r&#039;&#039;equirements is not &amp;lt;br /&amp;gt;&lt;br /&gt;
feasible. Examples include systems &amp;lt;br /&amp;gt;&lt;br /&gt;
required to replicate the configuration of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘fielded’ systems, medical devices, test &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment, OT, and IoT. No operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plan of action is required but the &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstance must be documented &amp;lt;br /&amp;gt;&lt;br /&gt;
within a system security plan. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets and GFE may be &lt;br /&gt;
&lt;br /&gt;
enduring exceptions. (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enterprise &#039;&#039;means an organization &lt;br /&gt;
&lt;br /&gt;
with a defined mission/goal and a &amp;lt;br /&amp;gt;&lt;br /&gt;
defined boundary, using information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems to execute that mission, and &amp;lt;br /&amp;gt;&lt;br /&gt;
with responsibility for managing its own &amp;lt;br /&amp;gt;&lt;br /&gt;
risks and performance. An enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
may consist of all or some of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following business aspects: acquisition, &amp;lt;br /&amp;gt;&lt;br /&gt;
program management, financial &amp;lt;br /&amp;gt;&lt;br /&gt;
management (&#039;&#039;e.g., &#039;&#039;budgets), human &amp;lt;br /&amp;gt;&lt;br /&gt;
resources, security, and information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, information and mission &amp;lt;br /&amp;gt;&lt;br /&gt;
management, as defined in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–53 R5 (incorporated by reference, &amp;lt;br /&amp;gt;&lt;br /&gt;
see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;External Service Provider (ESP) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
external people, technology, or facilities &amp;lt;br /&amp;gt;&lt;br /&gt;
that an organization utilizes for &amp;lt;br /&amp;gt;&lt;br /&gt;
provision and management of IT and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity services on behalf of the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization. In the CMMC Program, &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI or Security Protection Data (&#039;&#039;e.g., &#039;&#039;log &amp;lt;br /&amp;gt;&lt;br /&gt;
data, configuration data), must be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP assets to be considered an ESP. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Federal Contract Information (FCI) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in 48 CFR 4.1901. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Government Furnished Equipment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(GFE) &#039;&#039;has the same meaning as &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘government-furnished property’’ as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in 48 CFR 45.101. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Industrial Control Systems (ICS) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means a general term that encompasses &amp;lt;br /&amp;gt;&lt;br /&gt;
several types of control systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
including supervisory control and data &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition (SCADA) systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
distributed control systems (DCS), and &amp;lt;br /&amp;gt;&lt;br /&gt;
other control system configurations that &amp;lt;br /&amp;gt;&lt;br /&gt;
are often found in the industrial sectors &amp;lt;br /&amp;gt;&lt;br /&gt;
and critical infrastructures, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
Programmable Logic Controllers (PLC). &amp;lt;br /&amp;gt;&lt;br /&gt;
An ICS consists of combinations of &amp;lt;br /&amp;gt;&lt;br /&gt;
control components (&#039;&#039;e.g., &#039;&#039;electrical, &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanical, hydraulic, pneumatic) that &amp;lt;br /&amp;gt;&lt;br /&gt;
act together to achieve an industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
objective (&#039;&#039;e.g., &#039;&#039;manufacturing, &amp;lt;br /&amp;gt;&lt;br /&gt;
transportation of matter or energy), as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–82r3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Information System (IS) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171 R2 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Internet of Things (IoT) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
network of devices that contain the &amp;lt;br /&amp;gt;&lt;br /&gt;
hardware, software, firmware, and &amp;lt;br /&amp;gt;&lt;br /&gt;
actuators which allow the devices to &amp;lt;br /&amp;gt;&lt;br /&gt;
connect, interact, and freely exchange &amp;lt;br /&amp;gt;&lt;br /&gt;
data and information, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operational plan of action &#039;&#039;as used in &lt;br /&gt;
&lt;br /&gt;
security requirement CA.L2–3.12.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
means the formal artifact which &amp;lt;br /&amp;gt;&lt;br /&gt;
identifies temporary vulnerabilities and &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiencies (&#039;&#039;e.g., &#039;&#039;necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
information system updates, patches, or &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00128&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83219 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
reconfiguration as threats evolve) in &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
documents how they will be mitigated, &amp;lt;br /&amp;gt;&lt;br /&gt;
corrected, or eliminated. The OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
defines the format (&#039;&#039;e.g., &#039;&#039;document, &amp;lt;br /&amp;gt;&lt;br /&gt;
spreadsheet, database) and specific &amp;lt;br /&amp;gt;&lt;br /&gt;
content of its operational plan of action. &amp;lt;br /&amp;gt;&lt;br /&gt;
An operational plan of action does not &amp;lt;br /&amp;gt;&lt;br /&gt;
identify a timeline for remediation and &amp;lt;br /&amp;gt;&lt;br /&gt;
is not the same as a POA&amp;amp;amp;M, which is &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with an assessment for &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation of deficiencies that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed within 180 days. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operational Technology (OT) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
programmable systems or devices that &amp;lt;br /&amp;gt;&lt;br /&gt;
interact with the physical environment &amp;lt;br /&amp;gt;&lt;br /&gt;
(or manage devices that interact with &amp;lt;br /&amp;gt;&lt;br /&gt;
the physical environment). These &amp;lt;br /&amp;gt;&lt;br /&gt;
systems or devices detect or cause a &amp;lt;br /&amp;gt;&lt;br /&gt;
direct change through the monitoring or &amp;lt;br /&amp;gt;&lt;br /&gt;
control of devices, processes, and &amp;lt;br /&amp;gt;&lt;br /&gt;
events. Examples include industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
control systems, building management &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, fire control systems, and &amp;lt;br /&amp;gt;&lt;br /&gt;
physical access control mechanisms, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–160 V2R1 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization-defined &#039;&#039;means as &lt;br /&gt;
&lt;br /&gt;
determined by the OSA except as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in the case of Organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameter (ODP). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization-Defined Parameters &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(ODPs) &#039;&#039;means selected enhanced &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements contain selection &amp;lt;br /&amp;gt;&lt;br /&gt;
and assignment operations to give &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations flexibility in defining &amp;lt;br /&amp;gt;&lt;br /&gt;
variable parts of those requirements, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note 1 to ODPs: &#039;&#039;The organization &lt;br /&gt;
&lt;br /&gt;
defining the parameters is the DoD. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization Seeking Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(OSA) &#039;&#039;means the entity seeking to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment for a given &amp;lt;br /&amp;gt;&lt;br /&gt;
information system for the purposes of &amp;lt;br /&amp;gt;&lt;br /&gt;
achieving and maintaining any CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status. The term OSA includes all &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations Seeking Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
(OSCs). (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization Seeking Certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(OSC) &#039;&#039;means the entity seeking to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a certification assessment for a &amp;lt;br /&amp;gt;&lt;br /&gt;
given information system for the &amp;lt;br /&amp;gt;&lt;br /&gt;
purposes of achieving and maintaining &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). An OSC is also an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Out-of-Scope Assets &#039;&#039;means assets that &lt;br /&gt;
&lt;br /&gt;
cannot process, store, or transmit CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
because they are physically or logically &amp;lt;br /&amp;gt;&lt;br /&gt;
separated from information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
do process, store, or transmit CUI, or are &amp;lt;br /&amp;gt;&lt;br /&gt;
inherently unable to do so; except for &amp;lt;br /&amp;gt;&lt;br /&gt;
assets that provide security protection &amp;lt;br /&amp;gt;&lt;br /&gt;
for a CUI asset (see the definition for &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Assets&#039;&#039;). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Periodically &#039;&#039;means occurring at a &lt;br /&gt;
&lt;br /&gt;
regular interval as determined by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA that may not exceed one year. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Personally Identifiable Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means information that can be used to &amp;lt;br /&amp;gt;&lt;br /&gt;
distinguish or trace an individual’s &amp;lt;br /&amp;gt;&lt;br /&gt;
identity, either alone or when combined &amp;lt;br /&amp;gt;&lt;br /&gt;
with other information that is linked or &amp;lt;br /&amp;gt;&lt;br /&gt;
linkable to a specific individual, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Plan of Action and Milestones &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(POA&amp;amp;amp;M) &#039;&#039;means a document that &amp;lt;br /&amp;gt;&lt;br /&gt;
identifies tasks needing to be &amp;lt;br /&amp;gt;&lt;br /&gt;
accomplished. It details resources &amp;lt;br /&amp;gt;&lt;br /&gt;
required to accomplish the elements of &amp;lt;br /&amp;gt;&lt;br /&gt;
the plan, any milestones in meeting the &amp;lt;br /&amp;gt;&lt;br /&gt;
tasks, and scheduled completion dates &amp;lt;br /&amp;gt;&lt;br /&gt;
for the milestones, as defined in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–115 Sept2008 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Prime Contractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Process, store, or transmit &#039;&#039;means data &lt;br /&gt;
&lt;br /&gt;
can be used by an asset (&#039;&#039;e.g., &#039;&#039;accessed, &amp;lt;br /&amp;gt;&lt;br /&gt;
entered, edited, generated, manipulated, &amp;lt;br /&amp;gt;&lt;br /&gt;
or printed); data is inactive or at rest on &amp;lt;br /&amp;gt;&lt;br /&gt;
an asset (&#039;&#039;e.g., &#039;&#039;located on electronic &amp;lt;br /&amp;gt;&lt;br /&gt;
media, in system component memory, &amp;lt;br /&amp;gt;&lt;br /&gt;
or in physical format such as paper &amp;lt;br /&amp;gt;&lt;br /&gt;
documents); or data is being transferred &amp;lt;br /&amp;gt;&lt;br /&gt;
from one asset to another asset (&#039;&#039;e.g., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;data in transit using physical or digital &amp;lt;br /&amp;gt;&lt;br /&gt;
transport methods). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Restricted Information Systems &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
systems (and associated IT components &amp;lt;br /&amp;gt;&lt;br /&gt;
comprising the system) that are &amp;lt;br /&amp;gt;&lt;br /&gt;
configured based on government &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (&#039;&#039;e.g., &#039;&#039;connected to &amp;lt;br /&amp;gt;&lt;br /&gt;
something that was required to support &amp;lt;br /&amp;gt;&lt;br /&gt;
a functional requirement) and are used &amp;lt;br /&amp;gt;&lt;br /&gt;
to support a contract (&#039;&#039;e.g., &#039;&#039;fielded &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, obsolete systems, and product &amp;lt;br /&amp;gt;&lt;br /&gt;
deliverable replicas). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Risk &#039;&#039;means a measure of the extent to &lt;br /&gt;
&lt;br /&gt;
which an entity is threatened by a &amp;lt;br /&amp;gt;&lt;br /&gt;
potential circumstance or event, and is &amp;lt;br /&amp;gt;&lt;br /&gt;
typically a function of: &lt;br /&gt;
&lt;br /&gt;
(i) The adverse impacts that would &lt;br /&gt;
&lt;br /&gt;
arise if the circumstance or event &amp;lt;br /&amp;gt;&lt;br /&gt;
occurs; and &lt;br /&gt;
&lt;br /&gt;
(ii) The likelihood of occurrence, as &lt;br /&gt;
&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Risk Assessment &#039;&#039;means the process of &lt;br /&gt;
&lt;br /&gt;
identifying risks to organizational &amp;lt;br /&amp;gt;&lt;br /&gt;
operations (including mission, &amp;lt;br /&amp;gt;&lt;br /&gt;
functions, image, reputation), &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational assets, individuals, other &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations, and the Nation, resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
from the operation of a system. Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment is part of risk management, &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporates threat and vulnerability &amp;lt;br /&amp;gt;&lt;br /&gt;
analyses, and considers mitigations &lt;br /&gt;
&lt;br /&gt;
provided by security controls planned &amp;lt;br /&amp;gt;&lt;br /&gt;
or in place. Synonymous with risk &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis, as defined in NIST SP 800–39 &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2011 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Assets (SPA) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means assets providing security &amp;lt;br /&amp;gt;&lt;br /&gt;
functions or capabilities for the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Data (SPD) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
data stored or processed by Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets (SPA) that are used to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect an OSC’s assessed environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD is security relevant information and &amp;lt;br /&amp;gt;&lt;br /&gt;
includes but is not limited to: &amp;lt;br /&amp;gt;&lt;br /&gt;
configuration data required to operate &amp;lt;br /&amp;gt;&lt;br /&gt;
an SPA, log files generated by or &amp;lt;br /&amp;gt;&lt;br /&gt;
ingested by an SPA, data related to the &amp;lt;br /&amp;gt;&lt;br /&gt;
configuration or vulnerability status of &amp;lt;br /&amp;gt;&lt;br /&gt;
in-scope assets, and passwords that &amp;lt;br /&amp;gt;&lt;br /&gt;
grant access to the in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Specialized Assets &#039;&#039;means types of &lt;br /&gt;
&lt;br /&gt;
assets considered specialized assets for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC: Government Furnished &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment, Internet of Things (IoT) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Industrial Internet of Things (IIoT), &amp;lt;br /&amp;gt;&lt;br /&gt;
Operational Technology (OT), Restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, and Test &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Subcontractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Supervisory Control and Data &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Acquisition (SCADA) &#039;&#039;means a generic &amp;lt;br /&amp;gt;&lt;br /&gt;
name for a computerized system that is &amp;lt;br /&amp;gt;&lt;br /&gt;
capable of gathering and processing data &amp;lt;br /&amp;gt;&lt;br /&gt;
and applying operational controls over &amp;lt;br /&amp;gt;&lt;br /&gt;
long distances. Typical uses include &amp;lt;br /&amp;gt;&lt;br /&gt;
power transmission and distribution &amp;lt;br /&amp;gt;&lt;br /&gt;
and pipeline systems. SCADA was &amp;lt;br /&amp;gt;&lt;br /&gt;
designed for the unique communication &amp;lt;br /&amp;gt;&lt;br /&gt;
challenges (&#039;&#039;e.g., &#039;&#039;delays, data integrity) &amp;lt;br /&amp;gt;&lt;br /&gt;
posed by the various media that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
used, such as phone lines, microwave, &amp;lt;br /&amp;gt;&lt;br /&gt;
and satellite. Usually shared rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
dedicated, as defined in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
82r3 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;System Security Plan (SSP) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
formal document that provides an &amp;lt;br /&amp;gt;&lt;br /&gt;
overview of the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for an information system or an &amp;lt;br /&amp;gt;&lt;br /&gt;
information security program and &amp;lt;br /&amp;gt;&lt;br /&gt;
describes the security controls in place &amp;lt;br /&amp;gt;&lt;br /&gt;
or planned for meeting those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The system security plan &amp;lt;br /&amp;gt;&lt;br /&gt;
describes the system components that &amp;lt;br /&amp;gt;&lt;br /&gt;
are included within the system, the &amp;lt;br /&amp;gt;&lt;br /&gt;
environment in which the system &amp;lt;br /&amp;gt;&lt;br /&gt;
operates, how the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are implemented, and the relationships &amp;lt;br /&amp;gt;&lt;br /&gt;
with or connections to other systems, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Temporary deficiency &#039;&#039;means a &lt;br /&gt;
&lt;br /&gt;
condition where remediation of a &amp;lt;br /&amp;gt;&lt;br /&gt;
discovered deficiency is feasible, and a &amp;lt;br /&amp;gt;&lt;br /&gt;
known fix is available or is in process. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00129&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83220 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
The deficiency must be documented in &amp;lt;br /&amp;gt;&lt;br /&gt;
an operational plan of action. A &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiency is not based on an &amp;lt;br /&amp;gt;&lt;br /&gt;
‘in progress’ initial implementation of a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirement but arises &amp;lt;br /&amp;gt;&lt;br /&gt;
after implementation. A temporary &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiency may apply during the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement if, during roll-out, specific &amp;lt;br /&amp;gt;&lt;br /&gt;
issues with a very limited subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment is discovered that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
separately addressed. There is no &amp;lt;br /&amp;gt;&lt;br /&gt;
standard duration for which a &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiency may be active. For &amp;lt;br /&amp;gt;&lt;br /&gt;
example, FIPS-validated cryptography &amp;lt;br /&amp;gt;&lt;br /&gt;
that requires a patch and the patched &amp;lt;br /&amp;gt;&lt;br /&gt;
version is no longer the validated &amp;lt;br /&amp;gt;&lt;br /&gt;
version may be a temporary deficiency. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Equipment &#039;&#039;means hardware and/ &lt;br /&gt;
&lt;br /&gt;
or associated IT components used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
testing of products, system components, &amp;lt;br /&amp;gt;&lt;br /&gt;
and contract deliverables. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;User &#039;&#039;means an individual, or (system) &lt;br /&gt;
&lt;br /&gt;
process acting on behalf of an &amp;lt;br /&amp;gt;&lt;br /&gt;
individual, authorized to access a &amp;lt;br /&amp;gt;&lt;br /&gt;
system, as defined in NIST SP 800–53 &amp;lt;br /&amp;gt;&lt;br /&gt;
R5 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Policy. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) Protection of FCI and CUI on &lt;br /&gt;
&lt;br /&gt;
contractor information systems is of &amp;lt;br /&amp;gt;&lt;br /&gt;
paramount importance to the DoD and &amp;lt;br /&amp;gt;&lt;br /&gt;
can directly impact its ability to &amp;lt;br /&amp;gt;&lt;br /&gt;
successfully conduct essential missions &amp;lt;br /&amp;gt;&lt;br /&gt;
and functions. It is DoD policy that &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
shall be required to safeguard FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI that is processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems by applying specified security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In addition, defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors may be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to implement additional &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguards defined in NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2), implementing DoD specified &amp;lt;br /&amp;gt;&lt;br /&gt;
parameters to meet CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements (see table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4)). These additional &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are necessary to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI being processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted in contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, when designated by a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC) as defined by a DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
program manager or requiring activity. &amp;lt;br /&amp;gt;&lt;br /&gt;
In general, the Department will identify &amp;lt;br /&amp;gt;&lt;br /&gt;
a requirement for a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) for solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting contracts supporting its most &amp;lt;br /&amp;gt;&lt;br /&gt;
critical programs and technologies. &lt;br /&gt;
&lt;br /&gt;
(b) Program managers and requiring &lt;br /&gt;
&lt;br /&gt;
activities are responsible for identifying &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status that will apply to a &amp;lt;br /&amp;gt;&lt;br /&gt;
procurement. Selection of the applicable &lt;br /&gt;
&lt;br /&gt;
CMMC Status will be based on factors &amp;lt;br /&amp;gt;&lt;br /&gt;
including but not limited to: &lt;br /&gt;
&lt;br /&gt;
(1) Criticality of the associated &lt;br /&gt;
&lt;br /&gt;
mission capability; &lt;br /&gt;
&lt;br /&gt;
(2) Type of acquisition program or &lt;br /&gt;
&lt;br /&gt;
technology; &lt;br /&gt;
&lt;br /&gt;
(3) Threat of loss of the FCI or CUI to &lt;br /&gt;
&lt;br /&gt;
be shared or generated in relation to the &amp;lt;br /&amp;gt;&lt;br /&gt;
effort; &lt;br /&gt;
&lt;br /&gt;
(4) Impacts from exploitation of &lt;br /&gt;
&lt;br /&gt;
information security deficiencies; and &lt;br /&gt;
&lt;br /&gt;
(5) Other relevant policies and factors, &lt;br /&gt;
&lt;br /&gt;
including Milestone Decision Authority &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance. &lt;br /&gt;
&lt;br /&gt;
(c) In accordance with the &lt;br /&gt;
&lt;br /&gt;
implementation plan described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3, CMMC Program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will apply to new DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts, and shall flow down to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors who will process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit FCI or CUI in performance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the subcontract, as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.23. &lt;br /&gt;
&lt;br /&gt;
(d) In very limited circumstances, and &lt;br /&gt;
&lt;br /&gt;
in accordance with all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
policies, procedures, and requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
a Service Acquisition Executive or &amp;lt;br /&amp;gt;&lt;br /&gt;
Component Acquisition Executive in &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD, or as delegated, may elect to &amp;lt;br /&amp;gt;&lt;br /&gt;
waive inclusion of CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in a solicitation or &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. In such cases, contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors will remain obligated to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity and information security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC Program does not alter &lt;br /&gt;
&lt;br /&gt;
any separately applicable requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to protect FCI or CUI, including those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in accordance with 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21, &#039;&#039;Basic Safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
Covered Contractor Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems, &#039;&#039;or covered defense information &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with 48 CFR 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, &#039;&#039;Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting, &#039;&#039;or any other applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
information protection requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program provides a means &amp;lt;br /&amp;gt;&lt;br /&gt;
of verifying implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements set forth in 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21, NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172 Feb2021, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart B—Government Roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibilities. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.6&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC PMO. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) The Office of the Department of &lt;br /&gt;
&lt;br /&gt;
Defense Chief Information Officer (DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO) Office of the Deputy CIO for &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity (DoD CIO(CS)) provides &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the CMMC Program and is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for establishing CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, accreditation, and training &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as well as developing and &amp;lt;br /&amp;gt;&lt;br /&gt;
updating CMMC Program policies and &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing guidance. &lt;br /&gt;
&lt;br /&gt;
(b) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
monitoring the CMMC AB’s &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of roles assigned in this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule and acting as necessary to address &amp;lt;br /&amp;gt;&lt;br /&gt;
problems pertaining to effective &amp;lt;br /&amp;gt;&lt;br /&gt;
performance. &lt;br /&gt;
&lt;br /&gt;
(c) The CMMC PMO retains, on behalf &lt;br /&gt;
&lt;br /&gt;
of the DoD CIO(CS), the prerogative to &amp;lt;br /&amp;gt;&lt;br /&gt;
review decisions of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body as part of its &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the CMMC program and &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate any alleged conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
purported to influence the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body’s objectivity. &lt;br /&gt;
&lt;br /&gt;
(d) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
sponsoring necessary DCSA activities &amp;lt;br /&amp;gt;&lt;br /&gt;
including FOCI risk assessment and Tier &amp;lt;br /&amp;gt;&lt;br /&gt;
3 security background investigations for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem members as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in §§ 170.8(b)(4) and (5), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9(b)(3) through (5), 170.11(b)(3) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(4), and 170.13(b)(3) and (4). &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
investigating and acting upon &amp;lt;br /&amp;gt;&lt;br /&gt;
indications that an active CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
has been called into question. &amp;lt;br /&amp;gt;&lt;br /&gt;
Indications that may trigger &amp;lt;br /&amp;gt;&lt;br /&gt;
investigative evaluations include, but &amp;lt;br /&amp;gt;&lt;br /&gt;
are not limited to, reports from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body, a C3PAO, or &amp;lt;br /&amp;gt;&lt;br /&gt;
anyone knowledgeable of the security &amp;lt;br /&amp;gt;&lt;br /&gt;
processes and activities of the OSA. &amp;lt;br /&amp;gt;&lt;br /&gt;
Investigative evaluations include, but &amp;lt;br /&amp;gt;&lt;br /&gt;
are not limited to, reviewing pertinent &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information, and exercising &amp;lt;br /&amp;gt;&lt;br /&gt;
the right to conduct a DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of the OSA, as provided for &amp;lt;br /&amp;gt;&lt;br /&gt;
under the 48 CFR 252.204–7020. &lt;br /&gt;
&lt;br /&gt;
(f) If a subsequent DCMA DIBCAC &lt;br /&gt;
&lt;br /&gt;
assessment shows that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this rule and the required &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status have not been achieved or &amp;lt;br /&amp;gt;&lt;br /&gt;
maintained, the DIBCAC results will &amp;lt;br /&amp;gt;&lt;br /&gt;
take precedence over any pre-existing &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status recorded in SPRS, or its &amp;lt;br /&amp;gt;&lt;br /&gt;
successor capability. The DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
update SPRS to reflect that the OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
out of compliance and does not meet &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CMMC requirements. If the OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
working on an active contract requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC compliance, then standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DCMA DIBCAC. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) DCMA DIBCAC assessors in &lt;br /&gt;
&lt;br /&gt;
support of the CMMC Program will: &lt;br /&gt;
&lt;br /&gt;
(1) Complete CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 training. &lt;br /&gt;
&lt;br /&gt;
(2) Conduct Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessments and upload assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS, or its successor capability. &lt;br /&gt;
&lt;br /&gt;
(3) Issue Certificates of CMMC Status &lt;br /&gt;
&lt;br /&gt;
resulting from Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
(4) Conduct Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessments of the Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
and prospective C3PAOs’ information &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00130&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83221 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
systems that process, store, and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. &lt;br /&gt;
&lt;br /&gt;
(5) Create and maintain a process for &lt;br /&gt;
&lt;br /&gt;
assessors to collect the list of assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts to include artifact names, their &amp;lt;br /&amp;gt;&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
the hashing algorithm used, and upload &amp;lt;br /&amp;gt;&lt;br /&gt;
that data into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. &lt;br /&gt;
&lt;br /&gt;
(6) As authorized and in accordance &lt;br /&gt;
&lt;br /&gt;
with all legal requirements, enter and &amp;lt;br /&amp;gt;&lt;br /&gt;
track, OSC appeals and updated results &amp;lt;br /&amp;gt;&lt;br /&gt;
arising from Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activities into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
(7) Retain all records in accordance &lt;br /&gt;
&lt;br /&gt;
with DCMA–MAN 4501–04. &lt;br /&gt;
&lt;br /&gt;
(8) Conduct an assessment of the &lt;br /&gt;
&lt;br /&gt;
OSA, when requested by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO per §§ 170.6(e) and (f), as provided &amp;lt;br /&amp;gt;&lt;br /&gt;
for under the 48 CFR 252.204–7019 and &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 252.204–7020. &lt;br /&gt;
&lt;br /&gt;
(9) Identify assessments that meet the &lt;br /&gt;
&lt;br /&gt;
criteria in § 170.20 and verify that SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
accurately reflects the CMMC Status. &lt;br /&gt;
&lt;br /&gt;
(b) An OSC, the CMMC AB, or a &lt;br /&gt;
&lt;br /&gt;
C3PAO may appeal the outcome of its &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC conducted assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
within 21 days by submitting a written &amp;lt;br /&amp;gt;&lt;br /&gt;
basis for appeal with the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in question for DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration. Appeals may be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted for review by visiting &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/DIBCAC &#039;&#039;]for contact &amp;lt;br /&amp;gt;&lt;br /&gt;
information, and a DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
Quality Assurance Review Team will &amp;lt;br /&amp;gt;&lt;br /&gt;
provide a written response or request &amp;lt;br /&amp;gt;&lt;br /&gt;
additional supporting documentation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart C—CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accreditation Body. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
Accreditation Body is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing and ensuring the &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation of CMMC Third-Party &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Organizations (C3PAOs) in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and all applicable authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation requirements set forth. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Accreditation Body is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for establishing the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements and the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO Accreditation Scheme and &amp;lt;br /&amp;gt;&lt;br /&gt;
submitting both for approval by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO. At any given point in &amp;lt;br /&amp;gt;&lt;br /&gt;
time, there will be only one &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body for the DoD CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;The CMMC &lt;br /&gt;
&lt;br /&gt;
Accreditation Body shall: &lt;br /&gt;
&lt;br /&gt;
(1) Be US-based and be and remain a &lt;br /&gt;
&lt;br /&gt;
member in good standing of the Inter- &amp;lt;br /&amp;gt;&lt;br /&gt;
American Accreditation Cooperation &amp;lt;br /&amp;gt;&lt;br /&gt;
(IAAC) and become an International &amp;lt;br /&amp;gt;&lt;br /&gt;
Laboratory Accreditation Cooperation &amp;lt;br /&amp;gt;&lt;br /&gt;
(ILAC) Mutual Recognition &lt;br /&gt;
&lt;br /&gt;
Arrangement (MRA) signatory, with a &amp;lt;br /&amp;gt;&lt;br /&gt;
signatory status scope of ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(2) Be and remain a member in good &lt;br /&gt;
&lt;br /&gt;
standing of the International &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Forum (IAF) with mutual &amp;lt;br /&amp;gt;&lt;br /&gt;
recognition arrangement signatory status &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(3) Achieve and maintain full &lt;br /&gt;
&lt;br /&gt;
compliance with ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and complete a peer assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
other ILAC signatories for competence &amp;lt;br /&amp;gt;&lt;br /&gt;
in accrediting conformity assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
bodies to ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
both within 24 months of DoD approval. &lt;br /&gt;
&lt;br /&gt;
(i) Prior to achieving full compliance &lt;br /&gt;
&lt;br /&gt;
as set forth in this paragraph (b)(3), the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body shall: &lt;br /&gt;
&lt;br /&gt;
(A) Authorize C3PAOs who meet all &lt;br /&gt;
&lt;br /&gt;
requirements set forth in § 170.9 as well &amp;lt;br /&amp;gt;&lt;br /&gt;
as administrative requirements as &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by the Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
to conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issue Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results. &lt;br /&gt;
&lt;br /&gt;
(B) Require all C3PAOs to achieve and &lt;br /&gt;
&lt;br /&gt;
maintain the ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements within 27 months of &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization. &lt;br /&gt;
&lt;br /&gt;
(ii) The Accreditation Body shall &lt;br /&gt;
&lt;br /&gt;
accredit C3PAOs, in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2), who meet all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.9 to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issue Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
results. &lt;br /&gt;
&lt;br /&gt;
(4) Ensure that the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body’s Board of Directors, professional &amp;lt;br /&amp;gt;&lt;br /&gt;
staff, Information Technology (IT) staff, &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation staff, and independent &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Assessor staff complete &amp;lt;br /&amp;gt;&lt;br /&gt;
a Tier 3 background investigation &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting in a determination of national &amp;lt;br /&amp;gt;&lt;br /&gt;
security eligibility. This Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation will not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a security clearance and is not being &amp;lt;br /&amp;gt;&lt;br /&gt;
executed for the purpose of government &amp;lt;br /&amp;gt;&lt;br /&gt;
employment. The Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation is initiated using the &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions Standard Form (SF) 86 (&#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/questionnaire-for- &amp;lt;br /&amp;gt;&lt;br /&gt;
national-security-positions&#039;&#039;) and &amp;lt;br /&amp;gt;&lt;br /&gt;
]submitted by DoD CIO Security to &amp;lt;br /&amp;gt;&lt;br /&gt;
Washington Headquarters Services &amp;lt;br /&amp;gt;&lt;br /&gt;
(WHS) for coordination for processing &amp;lt;br /&amp;gt;&lt;br /&gt;
by the Defense Counterintelligence and &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (DCSA). These &amp;lt;br /&amp;gt;&lt;br /&gt;
positions are designated as non-critical &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive with a risk designation of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Moderate Risk’’ in accordance with 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 1400.201(b) and (d) and the &lt;br /&gt;
&lt;br /&gt;
investigative requirements of 5 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(5) Comply with Foreign Ownership, &lt;br /&gt;
&lt;br /&gt;
Control or Influence (FOCI) by: &lt;br /&gt;
&lt;br /&gt;
(i) Completing the Standard Form (SF) &lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/certificate-pertaining-to-foreign-interests 328 (&#039;&#039;www.gsa.gov/reference/forms/ &amp;lt;br /&amp;gt;&lt;br /&gt;
certificate-pertaining-to-foreign- &amp;lt;br /&amp;gt;&lt;br /&gt;
interests&#039;&#039;), ]&#039;&#039;Certificate Pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
Foreign Interests, &#039;&#039;and submit it directly &amp;lt;br /&amp;gt;&lt;br /&gt;
to Defense Counterintelligence and &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (DCSA) and undergo a &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Review with regards &amp;lt;br /&amp;gt;&lt;br /&gt;
to the protection of controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
factors identified in 32 CFR 117.11(b) &amp;lt;br /&amp;gt;&lt;br /&gt;
using the procedures outlined in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
117.11(c). The Accreditation Body must &amp;lt;br /&amp;gt;&lt;br /&gt;
receive a non-disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination by the CMMC PMO to be &amp;lt;br /&amp;gt;&lt;br /&gt;
recognized by the Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense. &lt;br /&gt;
&lt;br /&gt;
(ii) Reporting any change to the &lt;br /&gt;
&lt;br /&gt;
information provided on its SF 328 by &amp;lt;br /&amp;gt;&lt;br /&gt;
resubmitting the SF 328 to DCSA within &amp;lt;br /&amp;gt;&lt;br /&gt;
15 business days of the change being &amp;lt;br /&amp;gt;&lt;br /&gt;
effective. A disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination, based on the results of &amp;lt;br /&amp;gt;&lt;br /&gt;
the change, will result in the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body losing its &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or accreditation under the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. &lt;br /&gt;
&lt;br /&gt;
(iii) Identifying all prospective &lt;br /&gt;
&lt;br /&gt;
C3PAOs to the CMMC PMO. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO will sponsor the prospective &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO for a FOCI risk assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted by the DCSA using the SF &amp;lt;br /&amp;gt;&lt;br /&gt;
328 as part of the authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation processes. &lt;br /&gt;
&lt;br /&gt;
(iv) Notifying prospective C3PAOs of &lt;br /&gt;
&lt;br /&gt;
the CMMC PMO’s eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination resulting from the FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment. &lt;br /&gt;
&lt;br /&gt;
(6) Obtain a Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures specified in § 170.17(a)(1) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (c). This assessment, conducted by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC, shall meet all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) but will not result in a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (C3PAO). The Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed every three years. &lt;br /&gt;
&lt;br /&gt;
(7) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(8) Establish, maintain, and manage &lt;br /&gt;
&lt;br /&gt;
an up-to-date list of authorized and &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited C3PAOs on a single publicly &amp;lt;br /&amp;gt;&lt;br /&gt;
accessible website and provide the list &amp;lt;br /&amp;gt;&lt;br /&gt;
of these entities and their status to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD through submission in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
(9) Provide the CMMC PMO with &lt;br /&gt;
&lt;br /&gt;
current data on C3PAOs, including &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization and accreditation records &amp;lt;br /&amp;gt;&lt;br /&gt;
and status in the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. This data shall include the &amp;lt;br /&amp;gt;&lt;br /&gt;
dates associated with the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation of each C3PAO. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00131&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83222 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(10) Provide the DoD with &lt;br /&gt;
&lt;br /&gt;
information about aggregate statistics &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to operations of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem to include the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation status of C3PAOs or &amp;lt;br /&amp;gt;&lt;br /&gt;
other information as requested. &lt;br /&gt;
&lt;br /&gt;
(11) Provide inputs for assessor &lt;br /&gt;
&lt;br /&gt;
supplemental guidance to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO. Participate and support &amp;lt;br /&amp;gt;&lt;br /&gt;
coordination of these and other inputs &amp;lt;br /&amp;gt;&lt;br /&gt;
through DoD-led Working Groups. &lt;br /&gt;
&lt;br /&gt;
(12) Ensure that all information about &lt;br /&gt;
&lt;br /&gt;
individuals is encrypted and protected &amp;lt;br /&amp;gt;&lt;br /&gt;
in all Accreditation Body information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and databases. &lt;br /&gt;
&lt;br /&gt;
(13) Provide all plans that are related &lt;br /&gt;
&lt;br /&gt;
to potential sources of revenue, to &amp;lt;br /&amp;gt;&lt;br /&gt;
include but not limited to: fees, &amp;lt;br /&amp;gt;&lt;br /&gt;
licensing, processes, membership, and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or partnerships to the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO. &lt;br /&gt;
&lt;br /&gt;
(14) Ensure that the CMMC Assessors &lt;br /&gt;
&lt;br /&gt;
and Instructors Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization (CAICO) is compliant with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17024:2012(E) &lt;br /&gt;
&lt;br /&gt;
(15) Ensure all training products, &lt;br /&gt;
&lt;br /&gt;
instruction, and testing materials are of &amp;lt;br /&amp;gt;&lt;br /&gt;
high quality and subject to CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
quality control policies and procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
to include technical accuracy and &amp;lt;br /&amp;gt;&lt;br /&gt;
alignment with all applicable legal, &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory, and policy requirements. &lt;br /&gt;
&lt;br /&gt;
(16) Develop and maintain an internal &lt;br /&gt;
&lt;br /&gt;
appeals process, as required by ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2017(E), and render a final &amp;lt;br /&amp;gt;&lt;br /&gt;
decision on all elevated appeals. &lt;br /&gt;
&lt;br /&gt;
(17) Develop and maintain a &lt;br /&gt;
&lt;br /&gt;
comprehensive plan and schedule to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with all ISO/IEC 17011:2017(E), &amp;lt;br /&amp;gt;&lt;br /&gt;
and DoD requirements for Conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest, Code of Professional Conduct, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Ethics policies as set forth in the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract. All policies shall apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Accreditation Body, and other &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals, entities, and groups within &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem who provide &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instruction, CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
materials, or Certificates of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status on behalf of the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body. All policies in this section must &amp;lt;br /&amp;gt;&lt;br /&gt;
be approved by the CMMC PMO prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to effectivity in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
following requirements. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Conflict of Interest (CoI) policy. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The CoI policy shall: &lt;br /&gt;
&lt;br /&gt;
(A) Include a detailed risk mitigation &lt;br /&gt;
&lt;br /&gt;
plan for all potential conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
that may pose a risk to compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17011:2017(E). &lt;br /&gt;
&lt;br /&gt;
(B) Require employees, Board &lt;br /&gt;
&lt;br /&gt;
directors, and members of any &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation committees or appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication committees to disclose to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC PMO, in writing, as soon as &amp;lt;br /&amp;gt;&lt;br /&gt;
it is known or reasonably should be &amp;lt;br /&amp;gt;&lt;br /&gt;
known, any actual, potential, or &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived conflict of interest with &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient detail to allow for assessment. &lt;br /&gt;
&lt;br /&gt;
(C) Require employees, Board &lt;br /&gt;
&lt;br /&gt;
directors, and members of any &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation committees or appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication committees who leave the &amp;lt;br /&amp;gt;&lt;br /&gt;
board or organization to enter a ‘‘cooling &amp;lt;br /&amp;gt;&lt;br /&gt;
off period’’ of one (1) year whereby they &amp;lt;br /&amp;gt;&lt;br /&gt;
are prohibited from working with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body or participating in &amp;lt;br /&amp;gt;&lt;br /&gt;
any and all CMMC activities described &amp;lt;br /&amp;gt;&lt;br /&gt;
in Subpart C. &lt;br /&gt;
&lt;br /&gt;
(D) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to actively avoid participating &amp;lt;br /&amp;gt;&lt;br /&gt;
in any activity, practice, or transaction &amp;lt;br /&amp;gt;&lt;br /&gt;
that could result in an actual or &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived conflict of interest. &lt;br /&gt;
&lt;br /&gt;
(E) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to disclose to Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body leadership, in writing, any actual &amp;lt;br /&amp;gt;&lt;br /&gt;
or potential conflict of interest as soon &amp;lt;br /&amp;gt;&lt;br /&gt;
as it is known, or reasonably should be &amp;lt;br /&amp;gt;&lt;br /&gt;
known. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Code of Professional Conduct &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CoPC) policy. &#039;&#039;The CoPC policy shall: &lt;br /&gt;
&lt;br /&gt;
(A) Describe the performance &lt;br /&gt;
&lt;br /&gt;
standards by which the members of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem will be held &amp;lt;br /&amp;gt;&lt;br /&gt;
accountable and the procedures for &amp;lt;br /&amp;gt;&lt;br /&gt;
addressing violations of those &amp;lt;br /&amp;gt;&lt;br /&gt;
performance standards. &lt;br /&gt;
&lt;br /&gt;
(B) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
investigate and resolve any potential &amp;lt;br /&amp;gt;&lt;br /&gt;
violations that are reported or are &amp;lt;br /&amp;gt;&lt;br /&gt;
identified by the DoD. &lt;br /&gt;
&lt;br /&gt;
(C) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
inform the DoD in writing of new &amp;lt;br /&amp;gt;&lt;br /&gt;
investigations within 72 hours. &lt;br /&gt;
&lt;br /&gt;
(D) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
report to the DoD in writing the &amp;lt;br /&amp;gt;&lt;br /&gt;
outcome of completed investigations &amp;lt;br /&amp;gt;&lt;br /&gt;
within 15 business days. &lt;br /&gt;
&lt;br /&gt;
(E) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to represent themselves and &amp;lt;br /&amp;gt;&lt;br /&gt;
their companies accurately; to include &amp;lt;br /&amp;gt;&lt;br /&gt;
not misrepresenting any professional &amp;lt;br /&amp;gt;&lt;br /&gt;
credentials or status, including CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or CMMC Status, nor &amp;lt;br /&amp;gt;&lt;br /&gt;
exaggerating the services that they or &amp;lt;br /&amp;gt;&lt;br /&gt;
their company are capable or authorized &amp;lt;br /&amp;gt;&lt;br /&gt;
to deliver. &lt;br /&gt;
&lt;br /&gt;
(F) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to be honest and factual in all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC-related activities with &amp;lt;br /&amp;gt;&lt;br /&gt;
colleagues, clients, trainees, and others &amp;lt;br /&amp;gt;&lt;br /&gt;
with whom they interact. &lt;br /&gt;
&lt;br /&gt;
(G) Prohibit CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members from participating in the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment process for an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in which they previously &amp;lt;br /&amp;gt;&lt;br /&gt;
served as a consultant to prepare the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization for any CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
within 3 years. &lt;br /&gt;
&lt;br /&gt;
(H) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to maintain the confidentiality &amp;lt;br /&amp;gt;&lt;br /&gt;
of customer and government data to &amp;lt;br /&amp;gt;&lt;br /&gt;
preclude unauthorized disclosure. &lt;br /&gt;
&lt;br /&gt;
(I) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report results and data from &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments and &lt;br /&gt;
&lt;br /&gt;
training objectively, completely, clearly, &amp;lt;br /&amp;gt;&lt;br /&gt;
and accurately. &lt;br /&gt;
&lt;br /&gt;
(J) Prohibit CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members from cheating, assisting &amp;lt;br /&amp;gt;&lt;br /&gt;
another in cheating, or allowing &amp;lt;br /&amp;gt;&lt;br /&gt;
cheating on CMMC examinations. &lt;br /&gt;
&lt;br /&gt;
(K) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to utilize official training &amp;lt;br /&amp;gt;&lt;br /&gt;
content developed by a CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
organization approved by the CAICO in &amp;lt;br /&amp;gt;&lt;br /&gt;
all CMMC certification courses. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Ethics policy. &#039;&#039;The Ethics policy &lt;br /&gt;
&lt;br /&gt;
shall: &lt;br /&gt;
&lt;br /&gt;
(A) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body within 30 days of convictions, &amp;lt;br /&amp;gt;&lt;br /&gt;
guilty pleas, or no contest pleas to &amp;lt;br /&amp;gt;&lt;br /&gt;
crimes of fraud, larceny, embezzlement, &amp;lt;br /&amp;gt;&lt;br /&gt;
misappropriation of funds, &amp;lt;br /&amp;gt;&lt;br /&gt;
misrepresentation, perjury, false &amp;lt;br /&amp;gt;&lt;br /&gt;
swearing, conspiracy to conceal, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
similar offense in any legal proceeding, &amp;lt;br /&amp;gt;&lt;br /&gt;
civil or criminal, whether or not in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with activities that relate to &amp;lt;br /&amp;gt;&lt;br /&gt;
carrying out their role in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(B) Prohibit harassment or &lt;br /&gt;
&lt;br /&gt;
discrimination by CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
members in all interactions with &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals whom they encounter in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with their roles in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(C) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to have and maintain a &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfactory record of integrity and &amp;lt;br /&amp;gt;&lt;br /&gt;
business ethics. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Third-Party Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Organizations (C3PAOs). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;C3PAOs &lt;br /&gt;
&lt;br /&gt;
are organizations that are responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issuing Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
results. C3PAOs must be accredited or &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by the Accreditation Body in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;C3PAOs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain authorization or &lt;br /&gt;
&lt;br /&gt;
accreditation from the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body in accordance with § 170.8(b)(3)(i) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (ii). &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17); and &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve and maintain compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2) within 27 months &amp;lt;br /&amp;gt;&lt;br /&gt;
of authorization. &lt;br /&gt;
&lt;br /&gt;
(3) Require all C3PAO company &lt;br /&gt;
&lt;br /&gt;
personnel participating in the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process to &amp;lt;br /&amp;gt;&lt;br /&gt;
complete a Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This includes the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team and the quality &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00132&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83223 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
assurance individual. This Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation will not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a security clearance and is not being &amp;lt;br /&amp;gt;&lt;br /&gt;
executed for the purpose of government &amp;lt;br /&amp;gt;&lt;br /&gt;
employment. The Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation is initiated using the &amp;lt;br /&amp;gt;&lt;br /&gt;
Standard Form (SF) 86 ([http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions &#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/questionnaire-for- &amp;lt;br /&amp;gt;&lt;br /&gt;
national-security-positions&#039;&#039;). These &amp;lt;br /&amp;gt;&lt;br /&gt;
]positions are designated as non-critical &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive with a risk designation of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Moderate Risk’’ in accordance with 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 1400.201(b) and (d) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
investigative requirements of 5 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Require all C3PAO company &lt;br /&gt;
&lt;br /&gt;
personnel participating in the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process who are &amp;lt;br /&amp;gt;&lt;br /&gt;
not eligible to obtain a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent of a favorably adjudicated &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Comply with Foreign Ownership, &lt;br /&gt;
&lt;br /&gt;
Control or Influence (FOCI) by: &lt;br /&gt;
&lt;br /&gt;
(i) Completing and submitting &lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/certificate-pertaining-to-foreign-interests Standard Form (SF) 328 (&#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/certificate-pertaining- &amp;lt;br /&amp;gt;&lt;br /&gt;
to-foreign-interests&#039;&#039;), &#039;&#039;Certificate &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;]&#039;&#039;Pertaining to Foreign Interests, &#039;&#039;upon &amp;lt;br /&amp;gt;&lt;br /&gt;
request from DCSA and undergo a &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Review with regards &amp;lt;br /&amp;gt;&lt;br /&gt;
to the protection of controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
factors identified in 32 CFR 117.11(b) &amp;lt;br /&amp;gt;&lt;br /&gt;
using the procedures outlined in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
117.11(c). &lt;br /&gt;
&lt;br /&gt;
(ii) Receiving a non-disqualifying &lt;br /&gt;
&lt;br /&gt;
eligibility determination from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO resulting from the FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment in order to proceed to a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as part of the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation process set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (b)(6) of this section. &lt;br /&gt;
&lt;br /&gt;
(iii) Reporting any change to the &lt;br /&gt;
&lt;br /&gt;
information provided on its SF 328 by &amp;lt;br /&amp;gt;&lt;br /&gt;
resubmitting the SF 328 to DCSA within &amp;lt;br /&amp;gt;&lt;br /&gt;
15 business days of the change being &amp;lt;br /&amp;gt;&lt;br /&gt;
effective. A disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination, based on the results of &amp;lt;br /&amp;gt;&lt;br /&gt;
the change, will result in the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
losing its authorization or accreditation. &lt;br /&gt;
&lt;br /&gt;
(6) Undergo a Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment meeting all requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
a Final Level 2 (C3PAO) in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the procedures specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.17(a)(1) and (c), with the following &amp;lt;br /&amp;gt;&lt;br /&gt;
exceptions: &lt;br /&gt;
&lt;br /&gt;
(i) The assessment will be conducted &lt;br /&gt;
&lt;br /&gt;
by DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
(ii) The assessment will not result in &lt;br /&gt;
&lt;br /&gt;
a CMMC Status of Level 2 (C3PAO) nor &amp;lt;br /&amp;gt;&lt;br /&gt;
receive a Certificate of CMMC Status. &lt;br /&gt;
&lt;br /&gt;
(7) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(8) Submit pre-assessment and &lt;br /&gt;
&lt;br /&gt;
planning material, final assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
reports, and CMMC certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment into the CMMC instantiation &amp;lt;br /&amp;gt;&lt;br /&gt;
of eMASS. &lt;br /&gt;
&lt;br /&gt;
(9) Unless disposition is otherwise &lt;br /&gt;
&lt;br /&gt;
authorized by the CMMC PMO, &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain all assessment related records &amp;lt;br /&amp;gt;&lt;br /&gt;
for a period of six (6) years. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
records include any materials generated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the C3PAO in the course of an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, any working papers &amp;lt;br /&amp;gt;&lt;br /&gt;
generated from Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments; and materials relating to &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring, education, training, &amp;lt;br /&amp;gt;&lt;br /&gt;
technical knowledge, skills, experience, &amp;lt;br /&amp;gt;&lt;br /&gt;
and authorization of all personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
involved in assessment activities; &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual agreements with OSCs; and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations for whom consulting &amp;lt;br /&amp;gt;&lt;br /&gt;
services were provided. &lt;br /&gt;
&lt;br /&gt;
(10) Provide any requested audit &lt;br /&gt;
&lt;br /&gt;
information, including any out-of-cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
from ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body. &lt;br /&gt;
&lt;br /&gt;
(11) Ensure that all personally &lt;br /&gt;
&lt;br /&gt;
identifiable information (PII) is &amp;lt;br /&amp;gt;&lt;br /&gt;
encrypted and protected in all C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems and databases. &lt;br /&gt;
&lt;br /&gt;
(12) Meet the requirements for &lt;br /&gt;
&lt;br /&gt;
Assessment Team composition. An &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team must include at least &amp;lt;br /&amp;gt;&lt;br /&gt;
two people: a Lead CCA, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(10), and at least one other &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA. Additional CCAs and CCPs may &amp;lt;br /&amp;gt;&lt;br /&gt;
also participate on an Assessment Team. &lt;br /&gt;
&lt;br /&gt;
(13) Implement a quality assurance &lt;br /&gt;
&lt;br /&gt;
function that ensures the accuracy and &amp;lt;br /&amp;gt;&lt;br /&gt;
completeness of assessment data prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to upload into the CMMC instantiation &amp;lt;br /&amp;gt;&lt;br /&gt;
of eMASS. Any individual fulfilling the &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance function must be a &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA and cannot be a member of an &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team for which they are &amp;lt;br /&amp;gt;&lt;br /&gt;
performing a quality assurance role. A &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance individual shall &amp;lt;br /&amp;gt;&lt;br /&gt;
manage the C3PAO’s quality assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
reviews as defined in paragraph (b)(14) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section and the appeals process &amp;lt;br /&amp;gt;&lt;br /&gt;
as required by paragraphs (b)(19) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(20) of this section and in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(14) Conduct quality assurance &lt;br /&gt;
&lt;br /&gt;
reviews for each assessment, including &amp;lt;br /&amp;gt;&lt;br /&gt;
observations of the Assessment Team’s &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct and management of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment processes. &lt;br /&gt;
&lt;br /&gt;
(15) Ensure that all Level 2 &lt;br /&gt;
&lt;br /&gt;
certification assessment activities are &amp;lt;br /&amp;gt;&lt;br /&gt;
performed on the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(16) Maintain all facilities, personnel, &lt;br /&gt;
&lt;br /&gt;
and equipment involved in CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
activities that are in scope of their Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment and comply &lt;br /&gt;
&lt;br /&gt;
with all security requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures as prescribed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. &lt;br /&gt;
&lt;br /&gt;
(17) Ensure that all assessment data &lt;br /&gt;
&lt;br /&gt;
and information uploaded into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment data is compliant with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment data standard as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in eMASS CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Import Templates on the CMMC eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://cmmc.emass.apps.mil website: &#039;&#039;https://cmmc.emass.apps.mil&#039;&#039;. &amp;lt;br /&amp;gt;&lt;br /&gt;
]This system is accessible only to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized users. &lt;br /&gt;
&lt;br /&gt;
(18) Issue Certificates of CMMC Status &lt;br /&gt;
&lt;br /&gt;
to OSCs in accordance with the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in § 170.17, that include, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, all industry CAGE codes &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed by the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope, the C3PAO name, assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
unique identifier, the OSC name, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status date and level. &lt;br /&gt;
&lt;br /&gt;
(19) Address all OSC appeals arising &lt;br /&gt;
&lt;br /&gt;
from Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
activities. If the OSC or C3PAO is not &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfied with the result of the appeal &amp;lt;br /&amp;gt;&lt;br /&gt;
either the OSC or the C3PAO can &amp;lt;br /&amp;gt;&lt;br /&gt;
elevate the matter to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body for final determination. &lt;br /&gt;
&lt;br /&gt;
(20) Submit assessment appeals, &lt;br /&gt;
&lt;br /&gt;
review records, and decision results of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment appeals to DoD using the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.10&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessor and Instructor &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Certification Organization (CAICO). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
CAICO is responsible for training, &amp;lt;br /&amp;gt;&lt;br /&gt;
testing, authorizing, certifying, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying CMMC assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
instructors, and related professionals. &amp;lt;br /&amp;gt;&lt;br /&gt;
Only the CAICO may make decisions &amp;lt;br /&amp;gt;&lt;br /&gt;
relating to examination certifications, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the granting, maintaining, &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying, expanding, and reducing &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
suspending or withdrawing certification &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with current ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17024:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). At any given &amp;lt;br /&amp;gt;&lt;br /&gt;
point in time, there will be only one &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO for the DoD CMMC Program. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;The CAICO shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17); and &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve and maintain ISO/IEC 17024(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation within 12 months of &amp;lt;br /&amp;gt;&lt;br /&gt;
December 16, 2024. &lt;br /&gt;
&lt;br /&gt;
(2) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(3) Train, test, and designate PIs in &lt;br /&gt;
&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. Train, test, certify, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertify CCPs, CCAs, and CCIs in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00133&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83224 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(4) Ensure the instructor and assessor &lt;br /&gt;
&lt;br /&gt;
certification examinations are certified &amp;lt;br /&amp;gt;&lt;br /&gt;
under ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
by a recognized US-based accreditor &amp;lt;br /&amp;gt;&lt;br /&gt;
who is not a member of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. The US-based &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditor must be a signatory to &amp;lt;br /&amp;gt;&lt;br /&gt;
International Laboratory Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Cooperation (ILAC) or relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
International Accreditation Forum (IAF) &amp;lt;br /&amp;gt;&lt;br /&gt;
Mutual Recognition Arrangement &amp;lt;br /&amp;gt;&lt;br /&gt;
(MRA) and must operate in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(5) Establish quality control policies &lt;br /&gt;
&lt;br /&gt;
and procedures for the generation of &amp;lt;br /&amp;gt;&lt;br /&gt;
training products, instruction, and &amp;lt;br /&amp;gt;&lt;br /&gt;
testing materials. &lt;br /&gt;
&lt;br /&gt;
(6) Oversee development, &lt;br /&gt;
&lt;br /&gt;
administration, and management &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to the quality of training and &amp;lt;br /&amp;gt;&lt;br /&gt;
examination materials for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor and instructor certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification. &lt;br /&gt;
&lt;br /&gt;
(7) Establish and publish an &lt;br /&gt;
&lt;br /&gt;
authorization and certification appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
process to receive, evaluate, and make &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions on complaints and appeals in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(8) Address all appeals arising from &lt;br /&gt;
&lt;br /&gt;
the CCA, CCI, and CCP authorizations &amp;lt;br /&amp;gt;&lt;br /&gt;
and certifications process through use of &amp;lt;br /&amp;gt;&lt;br /&gt;
internal processes in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17024:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(9) Maintain records for a period of &lt;br /&gt;
&lt;br /&gt;
six (6) years of all procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, and actions related to &amp;lt;br /&amp;gt;&lt;br /&gt;
fulfillment of the requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in this section and provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body access to those &amp;lt;br /&amp;gt;&lt;br /&gt;
records. &lt;br /&gt;
&lt;br /&gt;
(10) Provide the Accreditation Body &lt;br /&gt;
&lt;br /&gt;
information about the authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation status of assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
instructors, training community, and &amp;lt;br /&amp;gt;&lt;br /&gt;
publishing partners. &lt;br /&gt;
&lt;br /&gt;
(11) Ensure separation of duties &lt;br /&gt;
&lt;br /&gt;
between individuals involved in testing &amp;lt;br /&amp;gt;&lt;br /&gt;
activities, training activities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
certification activities. &lt;br /&gt;
&lt;br /&gt;
(12) Safeguard and require any CAICO &lt;br /&gt;
&lt;br /&gt;
training support service providers, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, to safeguard the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of applicant, candidate, &amp;lt;br /&amp;gt;&lt;br /&gt;
and certificate-holder information and &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure the overall security of the &amp;lt;br /&amp;gt;&lt;br /&gt;
certification process. &lt;br /&gt;
&lt;br /&gt;
(13) Ensure that all PII is encrypted &lt;br /&gt;
&lt;br /&gt;
and protected in all CAICO information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and databases and those of any &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO training support service &amp;lt;br /&amp;gt;&lt;br /&gt;
providers. &lt;br /&gt;
&lt;br /&gt;
(14) Ensure the security of assessor &lt;br /&gt;
&lt;br /&gt;
and instructor examinations and the fair &amp;lt;br /&amp;gt;&lt;br /&gt;
and credible administration of &amp;lt;br /&amp;gt;&lt;br /&gt;
examinations. &lt;br /&gt;
&lt;br /&gt;
(15) Neither disclose nor allow any &lt;br /&gt;
&lt;br /&gt;
CAICO training support service &amp;lt;br /&amp;gt;&lt;br /&gt;
providers, as applicable, to disclose &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC data or metrics related to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or certification activities &amp;lt;br /&amp;gt;&lt;br /&gt;
to any entity other than the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body and DoD, except as &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
(16) Require retraining and &lt;br /&gt;
&lt;br /&gt;
redesignation of PIs upon significant &amp;lt;br /&amp;gt;&lt;br /&gt;
change to DoD’s CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Require retraining and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification of CCPs, CCAs, and CCIs &amp;lt;br /&amp;gt;&lt;br /&gt;
upon significant change to DoD’s CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements, as determined by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD or the CAICO. &lt;br /&gt;
&lt;br /&gt;
(17) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report to the CAICO within &amp;lt;br /&amp;gt;&lt;br /&gt;
30 days of convictions, guilty pleas, or &amp;lt;br /&amp;gt;&lt;br /&gt;
no contest pleas to crimes of fraud, &amp;lt;br /&amp;gt;&lt;br /&gt;
larceny, embezzlement, &amp;lt;br /&amp;gt;&lt;br /&gt;
misappropriation of funds, &amp;lt;br /&amp;gt;&lt;br /&gt;
misrepresentation, perjury, false &amp;lt;br /&amp;gt;&lt;br /&gt;
swearing, conspiracy to conceal, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
similar offense in any legal proceeding, &amp;lt;br /&amp;gt;&lt;br /&gt;
civil or criminal, whether or not in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with activities that relate to &amp;lt;br /&amp;gt;&lt;br /&gt;
carrying out their role in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.11&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Certified Assessor (CCA). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;CCAs, &lt;br /&gt;
&lt;br /&gt;
in support of a C3PAO, conduct Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessments of OSCs in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2), the assessment processes &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.17, and the scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements defined in § 170.19(c). &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs must meet all of the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in paragraph (b) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
A CCA may conduct Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments and participate &amp;lt;br /&amp;gt;&lt;br /&gt;
on a C3PAO Assessment Team. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;CCAs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain and maintain certification &lt;br /&gt;
&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification is valid for 3 years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
date of issuance. &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(3) Complete a Tier 3 background &lt;br /&gt;
&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation will not result in a security &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance and is not being executed for &amp;lt;br /&amp;gt;&lt;br /&gt;
the purpose of government employment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Tier 3 background investigation is &amp;lt;br /&amp;gt;&lt;br /&gt;
initiated using the Standard Form (SF) &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions 86 (&#039;&#039;www.gsa.gov/reference/forms/ &amp;lt;br /&amp;gt;&lt;br /&gt;
questionnaire-for-national-security- &amp;lt;br /&amp;gt;&lt;br /&gt;
positions&#039;&#039;). These positions are &amp;lt;br /&amp;gt;&lt;br /&gt;
]designated as non-critical sensitive with &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk designation of ‘‘Moderate Risk’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with 5 CFR 1400.201(b) and &lt;br /&gt;
&lt;br /&gt;
(d) and the investigative requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
5 CFR 731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Meet the equivalent of a favorably &lt;br /&gt;
&lt;br /&gt;
adjudicated Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation when not eligible for a &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Be a CCP who has at least 3 years &lt;br /&gt;
&lt;br /&gt;
of cybersecurity experience, at least 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
year of assessment or audit experience, &amp;lt;br /&amp;gt;&lt;br /&gt;
and at least one foundational &amp;lt;br /&amp;gt;&lt;br /&gt;
qualification, aligned to at least the &amp;lt;br /&amp;gt;&lt;br /&gt;
Intermediate Proficiency Level of the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Cyberspace Workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
Framework’s Security Control Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
(612) Work Role, from DoD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8140.03, &#039;&#039;Cyberspace Workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
Qualification and Management Program &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[https://dodcio.defense.gov/Portals/0/Documents/Library/DoDM-8140-03.pdf (&#039;&#039;https://dodcio.defense.gov/Portals/0/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents/Library/DoDM-8140-03.pdf&#039;&#039;). &amp;lt;br /&amp;gt;&lt;br /&gt;
]Information on the Work Role 612 can &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://public.cyber.mil/dcwf-work-role/security-control-assessor/ be found at &#039;&#039;https://public.cyber.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
dcwf-work-role/security-control- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(7) Only use IT, cloud, cybersecurity &lt;br /&gt;
&lt;br /&gt;
services, and end-point devices &amp;lt;br /&amp;gt;&lt;br /&gt;
provided by the authorized/accredited &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO that has been engaged to &amp;lt;br /&amp;gt;&lt;br /&gt;
perform that OSA’s Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and which has undergone a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC (or higher) for all &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activities. Individual &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors are prohibited from using any &amp;lt;br /&amp;gt;&lt;br /&gt;
other IT, including IT that is personally &amp;lt;br /&amp;gt;&lt;br /&gt;
owned, to include internal and external &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services and end-point devices, to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment reports or any other CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment-related information. The &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluation of assessment evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
within the OSC environment, using OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
tools, is permitted. &lt;br /&gt;
&lt;br /&gt;
(8) Immediately notify the responsible &lt;br /&gt;
&lt;br /&gt;
C3PAO of any breach or potential &amp;lt;br /&amp;gt;&lt;br /&gt;
breach of security to any CMMC-related &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment materials under the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors’ purview. &lt;br /&gt;
&lt;br /&gt;
(9) Not share any information about &lt;br /&gt;
&lt;br /&gt;
an OSC obtained during CMMC pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and assessment activities &amp;lt;br /&amp;gt;&lt;br /&gt;
with any person not involved with that &amp;lt;br /&amp;gt;&lt;br /&gt;
specific assessment, except as otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
(10) Qualify as a Lead CCA by having &lt;br /&gt;
&lt;br /&gt;
at least 5 years of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
experience, 5 years of management &amp;lt;br /&amp;gt;&lt;br /&gt;
experience, 3 years of assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
audit experience, and at least one &amp;lt;br /&amp;gt;&lt;br /&gt;
foundational qualification aligned to &amp;lt;br /&amp;gt;&lt;br /&gt;
Advanced Proficiency Level of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Cyberspace Workforce Framework’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Control Assessor (612) Work &amp;lt;br /&amp;gt;&lt;br /&gt;
Role, from DoD Manual 8140.03, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Cyberspace Workforce Qualification and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00134&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83225 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Management Program &#039;&#039;[https://dodcio.defense.gov/Portals/0/Documents/Library/DoDM-8140-03.pdf (&#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
dodcio.defense.gov/Portals/0/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents/Library/DoDM-8140-03.pdf&#039;&#039;). &amp;lt;br /&amp;gt;&lt;br /&gt;
]Information on the Work Role 612 can &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://public.cyber.mil/dcwf-work-role/security-control-assessor/ be found at &#039;&#039;https://public.cyber.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
dcwf-work-role/security-control- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Instructor. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;CMMC Provisional Instructor (PI) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;roles and responsibilities. &#039;&#039;A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Provisional Instructor (PI) teaches CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
and CCP candidates during the &amp;lt;br /&amp;gt;&lt;br /&gt;
transitional period that ends 18 months &amp;lt;br /&amp;gt;&lt;br /&gt;
after December 16, 2024. A PI is trained, &amp;lt;br /&amp;gt;&lt;br /&gt;
tested, and designated to perform &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instructional duties by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO to teach CCP and CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates. PIs are designated by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO after successful completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the PI training and testing requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth by the CAICO. A PI with a &amp;lt;br /&amp;gt;&lt;br /&gt;
valid CCP certification may instruct CCP &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates, while a PI with a valid CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
certification may instruct CCP and CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates. PIs are required to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in (c) of this section. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC Certified Instructor (CCI) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;roles and responsibilities. &#039;&#039;A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Instructor (CCI) teaches CCP, &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA, and CCI candidates and performs &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instructional duties. Candidate &amp;lt;br /&amp;gt;&lt;br /&gt;
CCIs are certified by the CAICO after &amp;lt;br /&amp;gt;&lt;br /&gt;
successful completion of the CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
training and testing requirements. A CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
is required to obtain and maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor and instructor certifications &amp;lt;br /&amp;gt;&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10 and in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section. A CCI with &amp;lt;br /&amp;gt;&lt;br /&gt;
a valid CCP certification may instruct &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP candidates, while a CCI with a &amp;lt;br /&amp;gt;&lt;br /&gt;
valid CCA certification may instruct &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP, CCA, and CCI candidates. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certifications are valid for 3 years from &amp;lt;br /&amp;gt;&lt;br /&gt;
the date of issuance. CCIs are required &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet requirements in paragraph (c) of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Requirements. &#039;&#039;CMMC Instructors &lt;br /&gt;
&lt;br /&gt;
shall: &lt;br /&gt;
&lt;br /&gt;
(1) Obtain and maintain instructor &lt;br /&gt;
&lt;br /&gt;
designation or certification, as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, from the CAICO in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.10. &lt;br /&gt;
&lt;br /&gt;
(2) Obtain and maintain CCP or CCA &lt;br /&gt;
&lt;br /&gt;
certification to deliver CCP training. &lt;br /&gt;
&lt;br /&gt;
(3) Obtain and maintain a CCA &lt;br /&gt;
&lt;br /&gt;
certification to deliver CCA training. &lt;br /&gt;
&lt;br /&gt;
(4) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Provide the Accreditation Body &lt;br /&gt;
&lt;br /&gt;
and the CAICO annually with accurate &amp;lt;br /&amp;gt;&lt;br /&gt;
information detailing their &amp;lt;br /&amp;gt;&lt;br /&gt;
qualifications, training experience, &lt;br /&gt;
&lt;br /&gt;
professional affiliations, and &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications, and, upon reasonable &amp;lt;br /&amp;gt;&lt;br /&gt;
request, submit documentation verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
this information. &lt;br /&gt;
&lt;br /&gt;
(7) Not provide CMMC consulting &lt;br /&gt;
&lt;br /&gt;
services while serving as a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instructor; however, subject to the Code &amp;lt;br /&amp;gt;&lt;br /&gt;
of Professional Conduct and Conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest policies, can serve on an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment team. &lt;br /&gt;
&lt;br /&gt;
(8) Not participate in the development &lt;br /&gt;
&lt;br /&gt;
of exam objectives and/or exam content &amp;lt;br /&amp;gt;&lt;br /&gt;
or act as an exam proctor while at the &amp;lt;br /&amp;gt;&lt;br /&gt;
same time serving as a CCI. &lt;br /&gt;
&lt;br /&gt;
(9) Keep confidential all information &lt;br /&gt;
&lt;br /&gt;
obtained or created during the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
activities, including trainee records, &amp;lt;br /&amp;gt;&lt;br /&gt;
except as required by law. &lt;br /&gt;
&lt;br /&gt;
(10) Not disclose any CMMC-related &lt;br /&gt;
&lt;br /&gt;
data or metrics that is PII, FCI, or CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
to anyone without prior coordination &amp;lt;br /&amp;gt;&lt;br /&gt;
with and approval from DoD. &lt;br /&gt;
&lt;br /&gt;
(11) Notify the Accreditation Body or &lt;br /&gt;
&lt;br /&gt;
the CAICO if required by law or &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by contractual commitments &amp;lt;br /&amp;gt;&lt;br /&gt;
to release confidential information. &lt;br /&gt;
&lt;br /&gt;
(12) Not share with anyone any &lt;br /&gt;
&lt;br /&gt;
CMMC training-related information not &amp;lt;br /&amp;gt;&lt;br /&gt;
previously publicly disclosed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.13&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Certified Professional &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(CCP). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
CMMC Certified Professional (CCP) &amp;lt;br /&amp;gt;&lt;br /&gt;
completes rigorous training on CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
and the assessment process to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
advice, consulting, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations to their OSA clients. &amp;lt;br /&amp;gt;&lt;br /&gt;
Candidate CCPs are certified by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO after successful completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CCP training and testing &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in paragraph (b) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section. CCPs are eligible to &amp;lt;br /&amp;gt;&lt;br /&gt;
become CMMC Certified Assessors and &amp;lt;br /&amp;gt;&lt;br /&gt;
can participate as a CCP on Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments with CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight where the CCA makes all final &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;CCPs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain and maintain certification &lt;br /&gt;
&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification is valid for 3 years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
date of issuance. &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics as set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(3) Complete a Tier 3 background &lt;br /&gt;
&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation will not result in a security &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance and is not being executed for &amp;lt;br /&amp;gt;&lt;br /&gt;
the purpose of government employment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Tier 3 background investigation is &amp;lt;br /&amp;gt;&lt;br /&gt;
initiated using the Standard Form (SF) &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions 86 (&#039;&#039;www.gsa.gov/reference/forms/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions &#039;&#039;questionnaire-for-national-security- &amp;lt;br /&amp;gt;&lt;br /&gt;
positions&#039;&#039;). These positions are &amp;lt;br /&amp;gt;&lt;br /&gt;
]designated as non-critical sensitive with &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk designation of ‘‘Moderate Risk’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with 5 CFR 1400.201(b) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(d) and the investigative requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
5 CFR 731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Meet the equivalent of a favorably &lt;br /&gt;
&lt;br /&gt;
adjudicated Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation when not eligible to obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
a Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Not share any information about &lt;br /&gt;
&lt;br /&gt;
an OSC obtained during CMMC pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and assessment activities &amp;lt;br /&amp;gt;&lt;br /&gt;
with any person not involved with that &amp;lt;br /&amp;gt;&lt;br /&gt;
specific assessment, except as otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart D—Key Elements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Model. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Overview. &#039;&#039;The CMMC Model &lt;br /&gt;
&lt;br /&gt;
incorporates the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
from: &lt;br /&gt;
&lt;br /&gt;
(1) 48 CFR 52.204–21, &#039;&#039;Basic &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safeguarding of Covered Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems; &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(2) NIST SP 800–171 R2, &#039;&#039;Protecting &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information in &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonfederal Systems and Organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;(incorporated by reference, see § 170.2); &amp;lt;br /&amp;gt;&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
(3) Selected security requirements &lt;br /&gt;
&lt;br /&gt;
from NIST SP 800–172 Feb2021, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Protecting Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information: A Supplement to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC domains. &#039;&#039;The CMMC &lt;br /&gt;
&lt;br /&gt;
Model consists of domains that map to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Security Requirement Families &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;CMMC level requirements. &#039;&#039;CMMC &lt;br /&gt;
&lt;br /&gt;
Levels 1–3 utilize the safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in 48 CFR 52.204–21 (for Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1), NIST SP 800–171 R2 (incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference, see § 170.2) (for Level 2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and selected security requirements from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
(for Level 3). This paragraph discusses &amp;lt;br /&amp;gt;&lt;br /&gt;
the numbering scheme and the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for each level. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Numbering. &#039;&#039;Each security &lt;br /&gt;
&lt;br /&gt;
requirement has an identification &amp;lt;br /&amp;gt;&lt;br /&gt;
number in the format—DD.L#-REQ— &amp;lt;br /&amp;gt;&lt;br /&gt;
where: &lt;br /&gt;
&lt;br /&gt;
(i) DD is the two-letter domain &lt;br /&gt;
&lt;br /&gt;
abbreviation; &lt;br /&gt;
&lt;br /&gt;
(ii) L# is the CMMC level number; and &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00135&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83226 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(iii) REQ is the 48 CFR 52.204–21 &lt;br /&gt;
&lt;br /&gt;
paragraph number, NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement number, or NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 requirement number. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;CMMC Level 1 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 1 are those set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 52.204–21(b)(1)(i) through (xv). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;CMMC Level 2 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 2 are identical to the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in NIST SP 800–171 R2. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;CMMC Level 3 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 3 are selected from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021, and where &lt;br /&gt;
&lt;br /&gt;
applicable, Organization-Defined &amp;lt;br /&amp;gt;&lt;br /&gt;
Parameters (ODPs) are assigned. Table 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
to this paragraph identifies the selected &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and applicable ODPs that &amp;lt;br /&amp;gt;&lt;br /&gt;
represent the CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. ODPs for the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021 requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
italicized, where applicable: &lt;br /&gt;
&lt;br /&gt;
TABLE 1 TO § 170.14(c)(4) &lt;br /&gt;
&lt;br /&gt;
Security requirement No.* &lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 security requirements &lt;br /&gt;
&lt;br /&gt;
(selected NIST SP 800–172 Feb2021 security requirement with DoD ODPs italicized) &lt;br /&gt;
&lt;br /&gt;
(i) AC.L3–3.1.2e .......................&lt;br /&gt;
&lt;br /&gt;
Restrict access to systems and system components to only those information resources that are owned, &lt;br /&gt;
&lt;br /&gt;
provisioned, or issued by the organization. &lt;br /&gt;
&lt;br /&gt;
(ii) AC.L3–3.1.3e ......................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;secure information transfer solutions &#039;&#039;to control information flows between security domains on con-&lt;br /&gt;
&lt;br /&gt;
nected systems. &lt;br /&gt;
&lt;br /&gt;
(iii) AT.L3–3.2.1e .....................&lt;br /&gt;
&lt;br /&gt;
Provide awareness training &#039;&#039;upon initial hire, following a significant cyber event, and at least annually, &#039;&#039;focused &lt;br /&gt;
&lt;br /&gt;
on recognizing and responding to threats from social engineering, advanced persistent threat actors, &amp;lt;br /&amp;gt;&lt;br /&gt;
breaches, and suspicious behaviors; update the training &#039;&#039;at least annually &#039;&#039;or when there are significant &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the threat. &lt;br /&gt;
&lt;br /&gt;
(iv) AT.L3–3.2.2e .....................&lt;br /&gt;
&lt;br /&gt;
Include practical exercises in awareness training for &#039;&#039;all users, tailored by roles, to include general users, users &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with specialized roles, and privileged users, &#039;&#039;that are aligned with current threat scenarios and provide feed-&amp;lt;br /&amp;gt;&lt;br /&gt;
back to individuals involved in the training and their supervisors. &lt;br /&gt;
&lt;br /&gt;
(v) CM.L3–3.4.1e .....................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain an authoritative source and repository to provide a trusted source and accountability for &lt;br /&gt;
&lt;br /&gt;
approved and implemented system components. &lt;br /&gt;
&lt;br /&gt;
(vi) CM.L3–3.4.2e ....................&lt;br /&gt;
&lt;br /&gt;
Employ automated mechanisms to detect misconfigured or unauthorized system components; after detection, &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;remove the components or place the components in a quarantine or remediation network &#039;&#039;to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
patching, re-configuration, or other mitigations. &lt;br /&gt;
&lt;br /&gt;
(vii) CM.L3–3.4.3e ...................&lt;br /&gt;
&lt;br /&gt;
Employ automated discovery and management tools to maintain an up-to-date, complete, accurate, and readily &lt;br /&gt;
&lt;br /&gt;
available inventory of system components. &lt;br /&gt;
&lt;br /&gt;
(viii) IA.L3–3.5.1e .....................&lt;br /&gt;
&lt;br /&gt;
Identify and authenticate &#039;&#039;systems and system components, where possible, &#039;&#039;before establishing a network con-&lt;br /&gt;
&lt;br /&gt;
nection using bidirectional authentication that is cryptographically based and replay resistant. &lt;br /&gt;
&lt;br /&gt;
(ix) IA.L3–3.5.3e ......................&lt;br /&gt;
&lt;br /&gt;
Employ automated or manual/procedural mechanisms to prohibit system components from connecting to orga-&lt;br /&gt;
&lt;br /&gt;
nizational systems unless the components are known, authenticated, in a properly configured state, or in a &amp;lt;br /&amp;gt;&lt;br /&gt;
trust profile. &lt;br /&gt;
&lt;br /&gt;
(x) IR.L3–3.6.1e .......................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a security operations center capability that operates &#039;&#039;24/7, with allowance for remote/on- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;call staff. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xi) IR.L3–3.6.2e ......................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a cyber-incident response team that can be deployed by the organization within &#039;&#039;24 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;hours. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xii) PS.L3–3.9.2e ....................&lt;br /&gt;
&lt;br /&gt;
Ensure that organizational systems are protected if adverse information develops or is obtained about individ-&lt;br /&gt;
&lt;br /&gt;
uals with access to CUI. &lt;br /&gt;
&lt;br /&gt;
(xiii) RA.L3–3.11.1e .................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;threat intelligence, at a minimum from open or commercial sources, and any DoD-provided sources, &#039;&#039;as &lt;br /&gt;
&lt;br /&gt;
part of a risk assessment to guide and inform the development of organizational systems, security architec-&amp;lt;br /&amp;gt;&lt;br /&gt;
tures, selection of security solutions, monitoring, threat hunting, and response and recovery activities. &lt;br /&gt;
&lt;br /&gt;
(xiv) RA.L3–3.11.2e .................&lt;br /&gt;
&lt;br /&gt;
Conduct cyber threat hunting activities &#039;&#039;on an on-going aperiodic basis or when indications warrant, &#039;&#039;to search &lt;br /&gt;
&lt;br /&gt;
for indicators of compromise in &#039;&#039;organizational systems &#039;&#039;and detect, track, and disrupt threats that evade exist-&amp;lt;br /&amp;gt;&lt;br /&gt;
ing controls. &lt;br /&gt;
&lt;br /&gt;
(xv) RA.L3–3.11.3e ..................&lt;br /&gt;
&lt;br /&gt;
Employ advanced automation and analytics capabilities in support of analysts to predict and identify risks to or-&lt;br /&gt;
&lt;br /&gt;
ganizations, systems, and system components. &lt;br /&gt;
&lt;br /&gt;
(xvi) RA.L3–3.11.4e .................&lt;br /&gt;
&lt;br /&gt;
Document or reference in the system security plan the security solution selected, the rationale for the security &lt;br /&gt;
&lt;br /&gt;
solution, and the risk determination. &lt;br /&gt;
&lt;br /&gt;
(xvii) RA.L3–3.11.5e ................&lt;br /&gt;
&lt;br /&gt;
Assess the effectiveness of security solutions &#039;&#039;at least annually or upon receipt of relevant cyber threat informa-&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;tion, or in response to a relevant cyber incident, &#039;&#039;to address anticipated risk to organizational systems and the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization based on current and accumulated threat intelligence. &lt;br /&gt;
&lt;br /&gt;
(xviii) RA.L3–3.11.6e ...............&lt;br /&gt;
&lt;br /&gt;
Assess, respond to, and monitor supply chain risks associated with organizational systems and system compo-&lt;br /&gt;
&lt;br /&gt;
nents. &lt;br /&gt;
&lt;br /&gt;
(xix) RA.L3–3.11.7e .................&lt;br /&gt;
&lt;br /&gt;
Develop a plan for managing supply chain risks associated with organizational systems and system compo-&lt;br /&gt;
&lt;br /&gt;
nents; update the plan &#039;&#039;at least annually, and upon receipt of relevant cyber threat information, or in response &amp;lt;br /&amp;gt;&lt;br /&gt;
to a relevant cyber incident. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xx) CA.L3–3.12.1e ..................&lt;br /&gt;
&lt;br /&gt;
Conduct penetration testing &#039;&#039;at least annually or when significant security changes are made to the system, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
leveraging automated scanning tools and ad hoc tests using subject matter experts. &lt;br /&gt;
&lt;br /&gt;
(xxi) SC.L3–3.13.4e .................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;physical isolation techniques or logical isolation techniques or both &#039;&#039;in organizational systems and sys-&lt;br /&gt;
&lt;br /&gt;
tem components. &lt;br /&gt;
&lt;br /&gt;
(xxii) SI.L3–3.14.1e ..................&lt;br /&gt;
&lt;br /&gt;
Verify the integrity of &#039;&#039;security critical and essential software &#039;&#039;using root of trust mechanisms or cryptographic &lt;br /&gt;
&lt;br /&gt;
signatures. &lt;br /&gt;
&lt;br /&gt;
(xxiii) SI.L3–3.14.3e .................&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;specialized assets including IoT, IIoT, OT, GFE, Restricted Information Systems, and test equip-&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ment &#039;&#039;are included in the scope of the specified enhanced security requirements or are segregated in pur-&amp;lt;br /&amp;gt;&lt;br /&gt;
pose-specific networks. &lt;br /&gt;
&lt;br /&gt;
(xxiv) SI.L3–3.14.6e .................&lt;br /&gt;
&lt;br /&gt;
Use threat indicator information and effective mitigations obtained from, &#039;&#039;at a minimum, open or commercial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sources, and any DoD-provided sources, &#039;&#039;to guide and inform intrusion detection and threat hunting. &lt;br /&gt;
&lt;br /&gt;
* Roman numerals in parentheses before the Security Requirement are for numbering purposes only. The numerals are not part of the naming &lt;br /&gt;
&lt;br /&gt;
convention for the requirement. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00136&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83227 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(d) &#039;&#039;Implementation. &#039;&#039;Assessment of &lt;br /&gt;
&lt;br /&gt;
security requirements is prescribed by &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &amp;lt;br /&amp;gt;&lt;br /&gt;
Descriptive text in these documents &amp;lt;br /&amp;gt;&lt;br /&gt;
support OSA implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and use the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined and periodically. &amp;lt;br /&amp;gt;&lt;br /&gt;
Except where referring to Organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameters (ODPs), &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined means as &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by the OSA. Periodically &amp;lt;br /&amp;gt;&lt;br /&gt;
means occurring at regular intervals. As &amp;lt;br /&amp;gt;&lt;br /&gt;
used in many requirements within &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC, the interval length is &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined to provided &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor flexibility, with an interval &amp;lt;br /&amp;gt;&lt;br /&gt;
length of no more than one year. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.15&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 1 self-assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 1 self-assessment. &#039;&#039;To comply &lt;br /&gt;
&lt;br /&gt;
with CMMC Level 1 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, the OSA must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements detailed in paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
(a)(1) and (2) of this section. An OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
conducts a Level 1 self-assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed in paragraph (c) of this section &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve a CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self). &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSA must complete &lt;br /&gt;
&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 (Self). No POA&amp;amp;amp;Ms are &amp;lt;br /&amp;gt;&lt;br /&gt;
permitted for CMMC Level 1. The OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
must conduct a self-assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the procedures set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.15(c)(1) and submit &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results in SPRS. To maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Final Level 1 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA must conduct a Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment on an annual basis and &amp;lt;br /&amp;gt;&lt;br /&gt;
submit the results in SPRS, or its &amp;lt;br /&amp;gt;&lt;br /&gt;
successor capability. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs to SPRS. &#039;&#039;The Level 1 self- &lt;br /&gt;
&lt;br /&gt;
assessment results in the Supplier &amp;lt;br /&amp;gt;&lt;br /&gt;
Performance Risk System (SPRS) shall &amp;lt;br /&amp;gt;&lt;br /&gt;
include, at minimum, the following &amp;lt;br /&amp;gt;&lt;br /&gt;
items: &lt;br /&gt;
&lt;br /&gt;
(A) CMMC Level. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(E) Compliance result. &amp;lt;br /&amp;gt;&lt;br /&gt;
(ii) [Reserved] &amp;lt;br /&amp;gt;&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) CMMC Status is required &amp;lt;br /&amp;gt;&lt;br /&gt;
for all Level 1 self-assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 (Self), OSAs must both achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of Level 1 (Self) and &amp;lt;br /&amp;gt;&lt;br /&gt;
have submitted an affirmation of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance into SPRS for all &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. &#039;&#039;The OSA must conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment scored in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology described in § 170.24. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 scope requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.19(a) and (b) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
following: &lt;br /&gt;
&lt;br /&gt;
(i) The Level 1 self-assessment must &lt;br /&gt;
&lt;br /&gt;
be performed using the objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
for the security requirement that maps &amp;lt;br /&amp;gt;&lt;br /&gt;
to the CMMC Level 1 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement as specified in table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c)(1)(ii) of this section. In &amp;lt;br /&amp;gt;&lt;br /&gt;
any case where an objective addresses &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, FCI should be substituted for CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
in the objective. &lt;br /&gt;
&lt;br /&gt;
(ii) Mapping table for CMMC Level 1 &lt;br /&gt;
&lt;br /&gt;
security requirements to the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 objectives. &lt;br /&gt;
&lt;br /&gt;
TABLE 2 TO § 170.15(c)(1)(ii)—CMMC LEVEL 1 SECURITY REQUIREMENTS MAPPED TO NIST SP 800–171A JUN2018 &lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 security requirements as set forth in § 170.14(c)(2) &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171A Jun2018 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.i ..................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.1 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.ii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.2 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.iii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.20 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.iv ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.22 &lt;br /&gt;
&lt;br /&gt;
IA.L1–b.1.v ...................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.5.1 &lt;br /&gt;
&lt;br /&gt;
IA.L1–b.1.vi ..................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.5.2 &lt;br /&gt;
&lt;br /&gt;
MP.L1–b.1.vii ...............................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.8.3 &lt;br /&gt;
&lt;br /&gt;
PE.L1–b.1.viii ...............................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.1 &lt;br /&gt;
&lt;br /&gt;
First phrase of PE.L1–b.1.ix (FAR b.1.ix *) .................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.3 &lt;br /&gt;
&lt;br /&gt;
Second phrase of PE.L1–b.1.ix (FAR b.1.ix *) ............................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.4 &lt;br /&gt;
&lt;br /&gt;
Third phrase of PE.L1–b.1.ix (FAR b.1.ix *) ................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.5 &lt;br /&gt;
&lt;br /&gt;
SC.L1–b.1.x .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.13.1 &lt;br /&gt;
&lt;br /&gt;
SC.L1–b.1.xi ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.13.5 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.1 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xiii ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.2 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xiv ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.4 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xv .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.5 &lt;br /&gt;
&lt;br /&gt;
* Three of the 48 CFR 52.204–21 requirements were broken apart by ‘‘phrase’’ when NIST SP 800–171 R2 was developed. &lt;br /&gt;
&lt;br /&gt;
(iii) Additional guidance can be found &lt;br /&gt;
&lt;br /&gt;
in the guidance document listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (b) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Artifact retention. &#039;&#039;The artifacts &lt;br /&gt;
&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSA for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.16&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 self-assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 2 self-assessment. &#039;&#039;To comply &lt;br /&gt;
&lt;br /&gt;
with Level 2 self-assessment &lt;br /&gt;
&lt;br /&gt;
requirements, the OSA must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements detailed in paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
(a)(1) and (2) of this section. An OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
conducts a Level 2 self-assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed in paragraph (c) of this section &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional or Final Level 2 (Self). &amp;lt;br /&amp;gt;&lt;br /&gt;
Achieving a CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) also satisfies the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of Level 1 (Self) detailed &lt;br /&gt;
&lt;br /&gt;
in § 170.15 for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSA must complete &amp;lt;br /&amp;gt;&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(3) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self). The OSA must conduct a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures set forth in paragraph (c)(1) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section and submit assessment &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00137&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83228 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
results in Supplier Performance Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
System (SPRS). To maintain compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the requirements for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (Self), the OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct a Level 2 self-assessment every &amp;lt;br /&amp;gt;&lt;br /&gt;
three years and submit the results in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS, within three years of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs to SPRS. &#039;&#039;The Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment results in the SPRS shall &amp;lt;br /&amp;gt;&lt;br /&gt;
include, at minimum, the following &amp;lt;br /&amp;gt;&lt;br /&gt;
information: &lt;br /&gt;
&lt;br /&gt;
(A) CMMC Level. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(E) Overall Level 2 self-assessment &lt;br /&gt;
&lt;br /&gt;
score (&#039;&#039;e.g., &#039;&#039;105 out of 110). &lt;br /&gt;
&lt;br /&gt;
(F) POA&amp;amp;amp;M usage and compliance &lt;br /&gt;
&lt;br /&gt;
status, if applicable. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (Self). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSA has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) if the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment results in a POA&amp;amp;amp;M and &amp;lt;br /&amp;gt;&lt;br /&gt;
the POA&amp;amp;amp;M meets all the CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 POA&amp;amp;amp;M requirements listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21(a)(2). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 2 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSA must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must perform a POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and must post compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
results to SPRS within 180 days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self). If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
for the information system will expire. &amp;lt;br /&amp;gt;&lt;br /&gt;
If Conditional Level 2 (Self) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status expires within the period of &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (Self), or higher &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, for the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
until such time as a new CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (Self). &#039;&#039;The OSA has &lt;br /&gt;
&lt;br /&gt;
achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) if the Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results in a passing score as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.24. This score may be &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved upon initial self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
as the result of a POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSA, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &lt;br /&gt;
&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSA will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self), or higher requirement, for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope until such time as a &amp;lt;br /&amp;gt;&lt;br /&gt;
new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 2 (Self) CMMC Status is required &amp;lt;br /&amp;gt;&lt;br /&gt;
for all Level 2 self-assessments at the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of each assessment, and annually &amp;lt;br /&amp;gt;&lt;br /&gt;
thereafter. Affirmation procedures are &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in § 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self), the following two requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSA must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) or Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). &lt;br /&gt;
&lt;br /&gt;
(2) The OSA must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 2 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment of the OSA. &#039;&#039;The OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct a Level 2 self-assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and the CMMC Level 2 scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in §§ 170.19(a) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (c) for the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Level 2 self-assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
scored in accordance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoring Methodology described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.24 and the OSA must upload the &amp;lt;br /&amp;gt;&lt;br /&gt;
results into SPRS. If a POA&amp;amp;amp;M exists, a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout self-assessment must &amp;lt;br /&amp;gt;&lt;br /&gt;
be performed by the OSA when all NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET requirements have been &amp;lt;br /&amp;gt;&lt;br /&gt;
remediated. The POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed within &amp;lt;br /&amp;gt;&lt;br /&gt;
180-days of the Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date. Additional guidance can be &amp;lt;br /&amp;gt;&lt;br /&gt;
found in the guidance document listed &amp;lt;br /&amp;gt;&lt;br /&gt;
in paragraph (c) of appendix A to this &amp;lt;br /&amp;gt;&lt;br /&gt;
part. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment with the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;use of Cloud Service Provider (CSP). &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA may use a cloud environment to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract or subcontract &amp;lt;br /&amp;gt;&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 2 (Self) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The CSP product or service offering &lt;br /&gt;
&lt;br /&gt;
is FedRAMP Authorized at the &lt;br /&gt;
&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace; or &lt;br /&gt;
&lt;br /&gt;
(ii) The CSP product or service &lt;br /&gt;
&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline but meets security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements equivalent to those &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
(or higher) baseline. FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate or FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent is in accordance with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Policy. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibility Matrix (CRM) must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
System Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 2 self-assessment with the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;use of an External Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(ESP), not a CSP. &#039;&#039;An OSA may use an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP that is not a CSP to process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSA’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and CRM. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSA requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSA’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention. &#039;&#039;The artifacts &lt;br /&gt;
&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSA for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.17&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 certification &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;assessment and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 2 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To comply with Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs (a)(1) and (2) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC undergoes a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as detailed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of either Conditional or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (C3PAO). Achieving a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) also &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00138&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83229 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
satisfies the requirements for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Statuses of Level 1 (Self) and Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) set forth in §§ 170.15 and 170.16 &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSC must complete &amp;lt;br /&amp;gt;&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(3) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO). The OSC must obtain a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment from an &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
following the procedures outlined in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section. The &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO must submit the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS, which &amp;lt;br /&amp;gt;&lt;br /&gt;
then provides automated transmission &amp;lt;br /&amp;gt;&lt;br /&gt;
to SPRS. To maintain compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO), the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed within three years of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs into the CMMC instantiation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of eMASS. &#039;&#039;The Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results input into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS shall include, at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the following information: &lt;br /&gt;
&lt;br /&gt;
(A) Date and level of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) C3PAO name. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) Assessment unique identifier. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) For each Assessor conducting the &lt;br /&gt;
&lt;br /&gt;
assessment, name and business contact &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
(E) All industry CAGE codes &lt;br /&gt;
&lt;br /&gt;
associated with the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed by the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. &lt;br /&gt;
&lt;br /&gt;
(F) The name, date, and version of the &lt;br /&gt;
&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(G) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(H) Assessment result for each &lt;br /&gt;
&lt;br /&gt;
requirement objective. &lt;br /&gt;
&lt;br /&gt;
(I) POA&amp;amp;amp;M usage and compliance, as &lt;br /&gt;
&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
(J) List of the artifact names, the &lt;br /&gt;
&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the hashing algorithm used. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (C3PAO). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSC has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) if the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
in a POA&amp;amp;amp;M and the POA&amp;amp;amp;M meets all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 POA&amp;amp;amp;M requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.21(a)(2). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 2 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSC must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must undergo a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment from a C3PAO, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the C3PAO must post compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS within 180 days of the CMMC &lt;br /&gt;
&lt;br /&gt;
Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO). If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for the information system will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. If Conditional Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status expires within the period &amp;lt;br /&amp;gt;&lt;br /&gt;
of performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO), or &amp;lt;br /&amp;gt;&lt;br /&gt;
higher requirement, for the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope until such time as a new CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (C3PAO). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
has achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) if the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results in a &amp;lt;br /&amp;gt;&lt;br /&gt;
passing score as defined in § 170.24. &amp;lt;br /&amp;gt;&lt;br /&gt;
This score may be achieved upon initial &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment or as the result &amp;lt;br /&amp;gt;&lt;br /&gt;
of a POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSC, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSC will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO), or higher requirement, for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope until such time as a &amp;lt;br /&amp;gt;&lt;br /&gt;
new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 2 (C3PAO) CMMC Status is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for all Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments at the time of each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO), the following two &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSC must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(2) The OSC must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 2 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;certification assessment of the OSC. &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO must &lt;br /&gt;
&lt;br /&gt;
perform a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in accordance with NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2) and the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 scoping requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.19(a) and (c) for the information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. The Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be scored in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology described in § 170.24 and &amp;lt;br /&amp;gt;&lt;br /&gt;
the C3PAO must upload the results into &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Final results are communicated to the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC through a CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Security requirement re- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;evaluation. &#039;&#039;A security requirement that &amp;lt;br /&amp;gt;&lt;br /&gt;
is NOT MET (as defined in § 170.24) &amp;lt;br /&amp;gt;&lt;br /&gt;
may be re-evaluated during the course &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and for 10 business days following the &amp;lt;br /&amp;gt;&lt;br /&gt;
active assessment period if all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following conditions exist: &lt;br /&gt;
&lt;br /&gt;
(i) Additional evidence is available to &lt;br /&gt;
&lt;br /&gt;
demonstrate the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has been MET; &lt;br /&gt;
&lt;br /&gt;
(ii) Cannot change or limit the &lt;br /&gt;
&lt;br /&gt;
effectiveness of other requirements that &amp;lt;br /&amp;gt;&lt;br /&gt;
have been scored MET; and &lt;br /&gt;
&lt;br /&gt;
(iii) The CMMC Assessment Findings &lt;br /&gt;
&lt;br /&gt;
Report has not been delivered. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;If a POA&amp;amp;amp;M exists, a &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance can be found in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21 and in the guidance document &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in paragraph (c) of appendix A to &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention and integrity. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The hashed artifacts used as evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment must be retained by &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC for six (6) years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. To ensure that the &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts have not been altered, the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
must hash the artifact files using a &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST-approved hashing algorithm. The &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC must provide the C3PAO with a &amp;lt;br /&amp;gt;&lt;br /&gt;
list of the artifact names, the return &amp;lt;br /&amp;gt;&lt;br /&gt;
value of the hashing algorithm, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
hashing algorithm for upload into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance for hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (h) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(5) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSP). &#039;&#039;An OSC may use a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
environment to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The CSP product or service offering &lt;br /&gt;
&lt;br /&gt;
is FedRAMP Authorized at the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00139&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83230 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace; or &lt;br /&gt;
&lt;br /&gt;
(ii) The CSP product or service &lt;br /&gt;
&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline but meets security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements equivalent to those &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
(or higher) baseline. FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate or FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent is in accordance with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Policy. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(6) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of an External Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (ESP), not a CSP. &#039;&#039;An OSA may &amp;lt;br /&amp;gt;&lt;br /&gt;
use an ESP that is not a CSP to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
a contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSA’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSA requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSA’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.18&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 3 certification &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;assessment and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To comply with Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs (a)(1) and (2) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC undergoes a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as detailed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of either Conditional or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 3 (DIBCAC). A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope is a &amp;lt;br /&amp;gt;&lt;br /&gt;
prerequisite to undergo a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification also has a prerequisite for &lt;br /&gt;
&lt;br /&gt;
a new CMMC Level 2 assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Achieving a CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) also satisfies the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Statuses of Level 1 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self), and Level 2 (C3PAO) set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in §§ 170.15 through 170.17 &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSC must achieve a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Final Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
on the Level 3 CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope, as defined in § 170.19(d), prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
initiating a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, which will be performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC ([http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC&#039;&#039;) on behalf of the DoD. The OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
]must complete and achieve a MET &amp;lt;br /&amp;gt;&lt;br /&gt;
result for all security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in table 1 to § 170.14(c)(4) to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve the CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). DCMA DIBCAC will submit &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS, which then provides automated &amp;lt;br /&amp;gt;&lt;br /&gt;
transmission to SPRS. To maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the requirements for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC), the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed every three years for all &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. In addition, &amp;lt;br /&amp;gt;&lt;br /&gt;
given that compliance with Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is a prerequisite for &amp;lt;br /&amp;gt;&lt;br /&gt;
applying for CMMC Level 3, a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) certification assessment must &amp;lt;br /&amp;gt;&lt;br /&gt;
also be conducted every three years to &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain CMMC Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
status. Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be completed within three years of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status Date associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
the Final Level 3 (DIBCAC) or, if there &amp;lt;br /&amp;gt;&lt;br /&gt;
was a POA&amp;amp;amp;M, then within three years &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Status Date associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the Conditional Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs into the CMMC instantiation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of eMASS. &#039;&#039;The Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results input into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS shall include, at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the following items: &lt;br /&gt;
&lt;br /&gt;
(A) Date and level of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) For each Assessor(s) conducting &lt;br /&gt;
&lt;br /&gt;
the assessment, name and government &amp;lt;br /&amp;gt;&lt;br /&gt;
organization information. &lt;br /&gt;
&lt;br /&gt;
(C) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(D) The name, date, and version of the &lt;br /&gt;
&lt;br /&gt;
system security plan(s) (SSP). &lt;br /&gt;
&lt;br /&gt;
(E) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(F) Result for each security &lt;br /&gt;
&lt;br /&gt;
requirement objective. &lt;br /&gt;
&lt;br /&gt;
(G) POA&amp;amp;amp;M usage and compliance, as &lt;br /&gt;
&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
(H) List of the artifact names, the &lt;br /&gt;
&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the hashing algorithm used. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 3 (DIBCAC). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSC has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) if the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
in a POA&amp;amp;amp;M and the POA&amp;amp;amp;M meets all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 POA&amp;amp;amp;M requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.21(a)(3). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 3 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSC must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must undergo a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment from DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC, and DCMA DIBCAC must post &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance results into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS within 180 days &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Status Date associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the Conditional Level 3 (DIBCAC). &amp;lt;br /&amp;gt;&lt;br /&gt;
If the POA&amp;amp;amp;M is not successfully closed &amp;lt;br /&amp;gt;&lt;br /&gt;
out within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBAC) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for the information system will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. If Conditional Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status expires within the period &amp;lt;br /&amp;gt;&lt;br /&gt;
of performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC) for &amp;lt;br /&amp;gt;&lt;br /&gt;
the information system within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope until such &amp;lt;br /&amp;gt;&lt;br /&gt;
time as a new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 3 (DIBCAC). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
has achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) if the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results in a &amp;lt;br /&amp;gt;&lt;br /&gt;
passing score as defined in § 170.24. &amp;lt;br /&amp;gt;&lt;br /&gt;
This score may be achieved upon initial &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment or as the result &amp;lt;br /&amp;gt;&lt;br /&gt;
of a POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSC, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSC will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) for the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
until such time as a new CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) CMMC Status is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for all Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments at the time of each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00140&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83231 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC), the following two &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSC must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(2) The OSC must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;certification assessment of the OSC. &#039;&#039;The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process includes: &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Final Level 2 (C3PAO). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
must achieve a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) for information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the Level 3 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope prior to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope for the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 certification assessment must be equal &amp;lt;br /&amp;gt;&lt;br /&gt;
to, or a subset of, the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope associated with the OSC’s Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). Asset requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
differ for each CMMC Level. Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
differences are set forth in § 170.19. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Initiating the Final Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DIBCAC). &#039;&#039;The OSC (including ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
that voluntarily elect to undergo a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 certification assessment) initiates a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
emailing a request to DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
point of contact found at &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/DIBCAC&#039;&#039;. The request &amp;lt;br /&amp;gt;&lt;br /&gt;
]must include the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment unique identifier. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC will validate the OSC has &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved a CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) and will contact the OSC to &amp;lt;br /&amp;gt;&lt;br /&gt;
schedule their Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Conducting the Final Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DIBCAC). &#039;&#039;DCMA DIBCAC will perform &amp;lt;br /&amp;gt;&lt;br /&gt;
a Level 3 certification assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and NIST SP 800–172A &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2022 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and the CMMC Level 3 scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.19(d) for &amp;lt;br /&amp;gt;&lt;br /&gt;
the information systems within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. The Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment will be scored &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology set forth in § 170.24 and &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC will upload the results &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Final results are communicated to the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC through a CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report. For assets that changed &amp;lt;br /&amp;gt;&lt;br /&gt;
asset category (&#039;&#039;i.e., &#039;&#039;CRMA to CUI Asset) &amp;lt;br /&amp;gt;&lt;br /&gt;
or assessment requirements (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Specialized Assets) between the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 3 certification assessments, &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC will perform limited &amp;lt;br /&amp;gt;&lt;br /&gt;
checks of Level 2 security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
If the OSC had these upgraded asset &amp;lt;br /&amp;gt;&lt;br /&gt;
categories included in their Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, then DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC may still perform limited &amp;lt;br /&amp;gt;&lt;br /&gt;
checks for compliance. If DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC identifies that a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is NOT MET, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 assessment process may be &amp;lt;br /&amp;gt;&lt;br /&gt;
paused to allow for remediation, placed &amp;lt;br /&amp;gt;&lt;br /&gt;
on hold, or immediately terminated. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Security requirement re- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;evaluation. &#039;&#039;A security requirement that &amp;lt;br /&amp;gt;&lt;br /&gt;
is NOT MET (as defined in § 170.24) &amp;lt;br /&amp;gt;&lt;br /&gt;
may be re-evaluated during the course &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and for 10 business days following the &amp;lt;br /&amp;gt;&lt;br /&gt;
active assessment period if all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following conditions exist: &lt;br /&gt;
&lt;br /&gt;
(i) Additional evidence is available to &lt;br /&gt;
&lt;br /&gt;
demonstrate the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has been MET; &lt;br /&gt;
&lt;br /&gt;
(ii) The additional evidence does not &lt;br /&gt;
&lt;br /&gt;
materially impact previously assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements; and &lt;br /&gt;
&lt;br /&gt;
(iii) The CMMC Assessment Findings &lt;br /&gt;
&lt;br /&gt;
Report has not been delivered. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;If a POA&amp;amp;amp;M exists, a &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment will be performed by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance is located in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21 and in the guidance document &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in paragraph (d) of appendix A to &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention and integrity. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The hashed artifacts used as evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment must be retained by &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC for six (6) years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. The hashed artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSC for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. To &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure that the artifacts have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
altered, the OSC must hash the artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
files using a NIST-approved hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm. Assessors will collect the list &amp;lt;br /&amp;gt;&lt;br /&gt;
of the artifact names, the return value of &amp;lt;br /&amp;gt;&lt;br /&gt;
the hashing algorithm, and the hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm used and upload that data &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance for hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (h) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(5) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSP). &#039;&#039;An OSC may use a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
environment to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The OSC may utilize a CSP product &lt;br /&gt;
&lt;br /&gt;
or service offering that meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate (or higher) &lt;br /&gt;
&lt;br /&gt;
baseline. If the CSP’s product or service &amp;lt;br /&amp;gt;&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline, the product or service offering &amp;lt;br /&amp;gt;&lt;br /&gt;
must meet security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent to those established by the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with DoD Policy. &lt;br /&gt;
&lt;br /&gt;
(ii) Use of a CSP does not relieve an &lt;br /&gt;
&lt;br /&gt;
OSC of its obligation to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
24 Level 3 security requirements. These &amp;lt;br /&amp;gt;&lt;br /&gt;
24 requirements apply to every &amp;lt;br /&amp;gt;&lt;br /&gt;
environment where the CUI data is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted, when &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) is the designated &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status. If any of these 24 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are inherited from a CSP, &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC must demonstrate that &amp;lt;br /&amp;gt;&lt;br /&gt;
protection during a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment via a Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation Summary/Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibility Matrix (CIS/CRM) and &amp;lt;br /&amp;gt;&lt;br /&gt;
associated Body of Evidence (BOE). The &amp;lt;br /&amp;gt;&lt;br /&gt;
BOE must clearly indicate whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC or the CSP is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting each requirement and which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are implemented by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC versus inherited from the CSP. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(d)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(6) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of an ESP, not a CSP. &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC may use an ESP that is not a CSP &amp;lt;br /&amp;gt;&lt;br /&gt;
to process, store, or transmit CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract or subcontract &amp;lt;br /&amp;gt;&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 3 (DIBCAC) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSC, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSC’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSC requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSC’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 and Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(d)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.19&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC scoping. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Scoping requirement. &#039;&#039;(1) The &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope must be &amp;lt;br /&amp;gt;&lt;br /&gt;
specified prior to assessment in &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00141&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83232 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. The CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope is the set of all assets in the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s environment that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(2) The requirements for defining the &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels 1, 2, and 3 are set forth in this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. Additional guidance regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
documents listed in paragraphs (e) &amp;lt;br /&amp;gt;&lt;br /&gt;
through (g) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC Level 1 scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 1 self-assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA must specify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Assets in scope for Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. &#039;&#039;OSA information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
which process, store, or transmit FCI are &amp;lt;br /&amp;gt;&lt;br /&gt;
in scope for CMMC Level 1 and must be &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessed against applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Assets not in scope for Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment&#039;&#039;—(i) &#039;&#039;Out-of-Scope Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;OSA information systems which do not &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI are &amp;lt;br /&amp;gt;&lt;br /&gt;
outside the scope for CMMC Level 1. An &amp;lt;br /&amp;gt;&lt;br /&gt;
endpoint hosting a VDI client &amp;lt;br /&amp;gt;&lt;br /&gt;
configured to not allow any processing, &amp;lt;br /&amp;gt;&lt;br /&gt;
storage, or transmission of FCI beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the Keyboard/Video/Mouse sent to the &amp;lt;br /&amp;gt;&lt;br /&gt;
VDI client is considered out-of-scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
There are no documentation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for out-of-scope assets. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Specialized Assets. &#039;&#039;Specialized &lt;br /&gt;
&lt;br /&gt;
Assets are those assets that can process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI but are unable to &amp;lt;br /&amp;gt;&lt;br /&gt;
be fully secured, including: Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IoT) devices, Industrial Internet &amp;lt;br /&amp;gt;&lt;br /&gt;
of Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government &amp;lt;br /&amp;gt;&lt;br /&gt;
Furnished Equipment (GFE), Restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, and Test &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment. Specialized Assets are not &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the Level 1 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope and are not assessed against &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 1 self-assessment scoping &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;considerations. &#039;&#039;To scope a Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, OSAs should consider the &amp;lt;br /&amp;gt;&lt;br /&gt;
people, technology, facilities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers (ESP) within &amp;lt;br /&amp;gt;&lt;br /&gt;
its environment that process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;CMMC Level 2 Scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 2 self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA must specify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) The CMMC Assessment Scope for &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 is based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
specification of asset categories and &amp;lt;br /&amp;gt;&lt;br /&gt;
their respective requirements as defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in table 3 to this paragraph (c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional information is available in &amp;lt;br /&amp;gt;&lt;br /&gt;
the guidance document listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (f) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
TABLE 3 TO § 170.19(c)(1)—CMMC LEVEL 2 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSA requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 2 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Informa-&lt;br /&gt;
&lt;br /&gt;
tion (CUI) Assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
CUI.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the Sys-&lt;br /&gt;
&lt;br /&gt;
tem Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Assess against all Level 2 security re-&lt;br /&gt;
&lt;br /&gt;
quirements. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets ........&lt;br /&gt;
&lt;br /&gt;
• Assets that provide security functions &lt;br /&gt;
&lt;br /&gt;
or capabilities to the OSA’s CMMC As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sessment Scope.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Assess against Level 2 security re-&lt;br /&gt;
&lt;br /&gt;
quirements that are relevant to the ca-&amp;lt;br /&amp;gt;&lt;br /&gt;
pabilities provided. &lt;br /&gt;
&lt;br /&gt;
Contractor Risk Managed As-&lt;br /&gt;
&lt;br /&gt;
sets.&lt;br /&gt;
&lt;br /&gt;
• Assets that can, but are not intended &lt;br /&gt;
&lt;br /&gt;
to, process, store, or transmit CUI be-&amp;lt;br /&amp;gt;&lt;br /&gt;
cause of security policy, procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
and practices in place.&lt;br /&gt;
&lt;br /&gt;
• Assets are not required to be physically &lt;br /&gt;
&lt;br /&gt;
or logically separated from CUI assets. &lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Review the SSP: &lt;br /&gt;
&lt;br /&gt;
• If sufficiently documented, do not &lt;br /&gt;
&lt;br /&gt;
assess against other CMMC secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity requirements, except as noted. &lt;br /&gt;
&lt;br /&gt;
• If OSA’s risk-based security poli-&lt;br /&gt;
&lt;br /&gt;
cies, procedures, and practices &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation or other findings &amp;lt;br /&amp;gt;&lt;br /&gt;
raise questions about these assets, &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessor can conduct a limited &amp;lt;br /&amp;gt;&lt;br /&gt;
check to identify deficiencies. &lt;br /&gt;
&lt;br /&gt;
• The limited check(s) shall not ma-&lt;br /&gt;
&lt;br /&gt;
terially increase the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
duration nor the assessment cost. &lt;br /&gt;
&lt;br /&gt;
• The limited check(s) will be as-&lt;br /&gt;
&lt;br /&gt;
sessed against CMMC security re-&amp;lt;br /&amp;gt;&lt;br /&gt;
quirements. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets ....................&lt;br /&gt;
&lt;br /&gt;
• Assets that can process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI but are unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured, including: Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
(IoT) devices, Industrial Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government Fur-&amp;lt;br /&amp;gt;&lt;br /&gt;
nished Equipment (GFE), Restricted In-&amp;lt;br /&amp;gt;&lt;br /&gt;
formation Systems, and Test Equip-&amp;lt;br /&amp;gt;&lt;br /&gt;
ment.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Show these assets are managed using &lt;br /&gt;
&lt;br /&gt;
the contractor’s risk-based security poli-&amp;lt;br /&amp;gt;&lt;br /&gt;
cies, procedures, and practices. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Review the SSP. &lt;br /&gt;
&lt;br /&gt;
• Do not assess against other CMMC se-&lt;br /&gt;
&lt;br /&gt;
curity requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 2 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets .................&lt;br /&gt;
&lt;br /&gt;
• Assets that cannot process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI; and do not provide secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity protections for CUI Assets.&lt;br /&gt;
&lt;br /&gt;
• Prepare to justify the inability of an Out- &lt;br /&gt;
&lt;br /&gt;
of-Scope Asset to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• None. &lt;br /&gt;
&lt;br /&gt;
• Assets that are physically or logically &lt;br /&gt;
&lt;br /&gt;
separated from CUI assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that fall into any in-scope asset &lt;br /&gt;
&lt;br /&gt;
category cannot be considered an Out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00142&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83233 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
TABLE 3 TO § 170.19(c)(1)—CMMC LEVEL 2 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS—Continued &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSA requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
• An endpoint hosting a VDI client config-&lt;br /&gt;
&lt;br /&gt;
ured to not allow any processing, stor-&amp;lt;br /&amp;gt;&lt;br /&gt;
age, or transmission of CUI beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
Keyboard/Video/Mouse sent to the VDI &amp;lt;br /&amp;gt;&lt;br /&gt;
client is considered an Out-of-Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset.&lt;br /&gt;
&lt;br /&gt;
(2)(i) Table 4 to this paragraph (c)(2)(i) &lt;br /&gt;
&lt;br /&gt;
defines the requirements to be met &amp;lt;br /&amp;gt;&lt;br /&gt;
when utilizing an External Service &lt;br /&gt;
&lt;br /&gt;
Provider (ESP). The OSA must consider &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the ESP is a Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (CSP) and whether the ESP &lt;br /&gt;
&lt;br /&gt;
processes, stores, or transmits CUI and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or Security Protection Data (SPD). &lt;br /&gt;
&lt;br /&gt;
TABLE 4 TO § 170.19(c)(2)(i)—ESP SCOPING REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
When the ESP processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
stores, or transmits: &lt;br /&gt;
&lt;br /&gt;
When utilizing an ESP that is: &lt;br /&gt;
&lt;br /&gt;
A CSP &lt;br /&gt;
&lt;br /&gt;
Not a CSP &lt;br /&gt;
&lt;br /&gt;
CUI (with or without SPD) ..&lt;br /&gt;
&lt;br /&gt;
The CSP shall meet the FedRAMP requirements in 48 &lt;br /&gt;
&lt;br /&gt;
CFR 252.204–7012.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s assessment. &lt;br /&gt;
&lt;br /&gt;
SPD (without CUI) ..............&lt;br /&gt;
&lt;br /&gt;
The services provided by the CSP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets. &lt;br /&gt;
&lt;br /&gt;
Neither CUI nor SPD ..........&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP.&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP. &lt;br /&gt;
&lt;br /&gt;
(ii) The use of an ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be documented in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix (CRM), which describes the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the OSA and ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with respect to the services provided. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that the ESP may voluntarily &lt;br /&gt;
&lt;br /&gt;
undergo a CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to reduce the ESP’s effort &amp;lt;br /&amp;gt;&lt;br /&gt;
required during the OSA’s assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The minimum assessment type for the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP is dictated by the OSA’s DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract requirement. &lt;br /&gt;
&lt;br /&gt;
(d) &#039;&#039;CMMC Level 3 scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope must be specified. &lt;br /&gt;
&lt;br /&gt;
(1) The CMMC Assessment Scope for &lt;br /&gt;
&lt;br /&gt;
Level 3 is based on the specification of &amp;lt;br /&amp;gt;&lt;br /&gt;
asset categories and their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as set forth in table 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
this paragraph (d)(1). Additional &amp;lt;br /&amp;gt;&lt;br /&gt;
information is available in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (g) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
TABLE 5 TO § 170.19(d)(1)—CMMC LEVEL 3 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSC requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Informa-&lt;br /&gt;
&lt;br /&gt;
tion (CUI) Assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
CUI.&lt;br /&gt;
&lt;br /&gt;
• Assets that can, but are not intended &lt;br /&gt;
&lt;br /&gt;
to, process, store, or transmit CUI (de-&amp;lt;br /&amp;gt;&lt;br /&gt;
fined as Contractor Risk Managed As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sets in table 1 to paragraph (c)(1) of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section CMMC Scoping). &lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the Sys-&lt;br /&gt;
&lt;br /&gt;
tem Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets ........&lt;br /&gt;
&lt;br /&gt;
• Assets that provide security functions &lt;br /&gt;
&lt;br /&gt;
or capabilities to the OSC’s CMMC As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sessment Scope, irrespective of wheth-&amp;lt;br /&amp;gt;&lt;br /&gt;
er or not these assets process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are relevant to the &amp;lt;br /&amp;gt;&lt;br /&gt;
capabilities provided. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets ....................&lt;br /&gt;
&lt;br /&gt;
• Assets that can process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI but are unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured, including: Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
(IoT) devices, Industrial Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government Fur-&amp;lt;br /&amp;gt;&lt;br /&gt;
nished Equipment (GFE), Restricted In-&amp;lt;br /&amp;gt;&lt;br /&gt;
formation Systems, and Test Equip-&amp;lt;br /&amp;gt;&lt;br /&gt;
ment.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
• Intermediary devices are permitted to &lt;br /&gt;
&lt;br /&gt;
provide the capability for the special-&amp;lt;br /&amp;gt;&lt;br /&gt;
ized asset to meet one or more CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00143&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83234 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
TABLE 5 TO § 170.19(d)(1)—CMMC LEVEL 3 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS—Continued &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSC requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets .................&lt;br /&gt;
&lt;br /&gt;
• Assets that cannot process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI; and do not provide secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity protections for CUI Assets.&lt;br /&gt;
&lt;br /&gt;
• Prepare to justify the inability of an Out- &lt;br /&gt;
&lt;br /&gt;
of-Scope Asset to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• None. &lt;br /&gt;
&lt;br /&gt;
• Assets that are physically or logically &lt;br /&gt;
&lt;br /&gt;
separated from CUI assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that fall into any in-scope asset &lt;br /&gt;
&lt;br /&gt;
category cannot be considered an Out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
• An endpoint hosting a VDI client config-&lt;br /&gt;
&lt;br /&gt;
ured to not allow any processing, stor-&amp;lt;br /&amp;gt;&lt;br /&gt;
age, or transmission of CUI beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
Keyboard/Video/Mouse sent to the VDI &amp;lt;br /&amp;gt;&lt;br /&gt;
client is considered an Out-of-Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset.&lt;br /&gt;
&lt;br /&gt;
(2)(i) Table 6 to this paragraph &lt;br /&gt;
&lt;br /&gt;
(d)(2)(i) defines the requirements to be &amp;lt;br /&amp;gt;&lt;br /&gt;
met when utilizing an External Service &lt;br /&gt;
&lt;br /&gt;
Provider (ESP). The OSA must consider &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the ESP is a Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (CSP) and whether the ESP &lt;br /&gt;
&lt;br /&gt;
processes, stores, or transmits CUI and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or Security Protection Data (SPD). &lt;br /&gt;
&lt;br /&gt;
TABLE 6 TO § 170.19(d)(2)(i)—ESP SCOPING REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
When the ESP processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
stores, or transmits: &lt;br /&gt;
&lt;br /&gt;
When utilizing an ESP that is: &lt;br /&gt;
&lt;br /&gt;
A CSP &lt;br /&gt;
&lt;br /&gt;
Not a CSP &lt;br /&gt;
&lt;br /&gt;
CUI (with or without SPD) ..&lt;br /&gt;
&lt;br /&gt;
The CSP shall meet the FedRAMP requirements in 48 &lt;br /&gt;
&lt;br /&gt;
CFR 252.204–7012.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s assessment. &lt;br /&gt;
&lt;br /&gt;
SPD (without CUI) ..............&lt;br /&gt;
&lt;br /&gt;
The services provided by the CSP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets. &lt;br /&gt;
&lt;br /&gt;
Neither CUI nor SPD ..........&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP.&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP. &lt;br /&gt;
&lt;br /&gt;
(ii) The use of an ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSC, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be documented in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix (CRM), which describes the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the OSC and ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with respect to the services provided. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that the ESP may voluntarily &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to reduce the ESP’s effort &amp;lt;br /&amp;gt;&lt;br /&gt;
required during the OSA’s assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The minimum. The minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type for the ESP is dictated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the OSC’s DoD contract requirement. &lt;br /&gt;
&lt;br /&gt;
(e) &#039;&#039;Relationship between Level 2 and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level 3 CMMC Assessment Scope. &#039;&#039;The &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 CMMC Assessment Scope must &amp;lt;br /&amp;gt;&lt;br /&gt;
be equal to or a subset of the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with § 170.18(a) (&#039;&#039;e.g., &#039;&#039;a Level 3 data &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave with greater restrictions and &amp;lt;br /&amp;gt;&lt;br /&gt;
protections within a Level 2 data &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave). Any Level 2 POA&amp;amp;amp;M items &amp;lt;br /&amp;gt;&lt;br /&gt;
must be closed prior to the initiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 certification assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC may check any Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement of any in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
asset. If DCMA DIBCAC identifies that &amp;lt;br /&amp;gt;&lt;br /&gt;
a Level 2 security requirement is NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET, the Level 3 assessment process &lt;br /&gt;
&lt;br /&gt;
may be paused to allow for remediation, &amp;lt;br /&amp;gt;&lt;br /&gt;
placed on hold, or immediately &amp;lt;br /&amp;gt;&lt;br /&gt;
terminated. For further information &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding scoping of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments please contact DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC/ DIBCAC at &#039;&#039;www.dcma.mil/DIBCAC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.20&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Standards acceptance. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;NIST SP 800–171 R2 DoD &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessments. &#039;&#039;In order to avoid &amp;lt;br /&amp;gt;&lt;br /&gt;
duplication of efforts, thereby reducing &amp;lt;br /&amp;gt;&lt;br /&gt;
the aggregate cost to industry and the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department, OSCs that have completed &amp;lt;br /&amp;gt;&lt;br /&gt;
a DCMA DIBCAC High Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned with CMMC Level 2 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
will be given the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;DCMA DIBCAC High Assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSC that achieved a perfect score &amp;lt;br /&amp;gt;&lt;br /&gt;
with no open POA&amp;amp;amp;M from a DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessment conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to the effective date of this rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
will be given a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 Final (C3PAO) with a validity period &amp;lt;br /&amp;gt;&lt;br /&gt;
of three (3) years from the date of the &amp;lt;br /&amp;gt;&lt;br /&gt;
original DCMA DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment. DCMA DIBCAC will &amp;lt;br /&amp;gt;&lt;br /&gt;
identify assessments that meet these &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria and verify that SPRS accurately &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects the CMMC Status. Eligible &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC High Assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
include ones conducted with Joint &amp;lt;br /&amp;gt;&lt;br /&gt;
Surveillance in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA Manual 2302–01 Surveillance. &amp;lt;br /&amp;gt;&lt;br /&gt;
The scope of the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is identical to the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DCMA DIBCAC High Assessment. In &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with § 170.17(a)(2), the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
must also submit an affirmation in SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually thereafter to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual eligibility. &lt;br /&gt;
&lt;br /&gt;
(2) [Reserved]. &amp;lt;br /&amp;gt;&lt;br /&gt;
(b) [Reserved]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.21&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Plan of Action and Milestones &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;For purposes of achieving &lt;br /&gt;
&lt;br /&gt;
a Conditional CMMC Status, an OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
only permitted to have a POA&amp;amp;amp;M for &amp;lt;br /&amp;gt;&lt;br /&gt;
select requirements scored as NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
during the CMMC assessment and only &amp;lt;br /&amp;gt;&lt;br /&gt;
under the following conditions: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment. &#039;&#039;A POA&amp;amp;amp;M &lt;br /&gt;
&lt;br /&gt;
is not permitted at any time for Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessments. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment and Level &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;2 certification assessment. &#039;&#039;An OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
only permitted to achieve the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Conditional Level 2 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO), as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, if all the following &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions are met: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00144&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83235 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(i) The assessment score divided by &lt;br /&gt;
&lt;br /&gt;
the total number of CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements is greater than or &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to 0.8; &lt;br /&gt;
&lt;br /&gt;
(ii) None of the security requirements &lt;br /&gt;
&lt;br /&gt;
included in the POA&amp;amp;amp;M have a point &amp;lt;br /&amp;gt;&lt;br /&gt;
value of greater than 1 as specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Scoring Methodology set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.24, except SC.L2–3.13.11 &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI Encryption may be included on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M if encryption is employed but &amp;lt;br /&amp;gt;&lt;br /&gt;
it is not FIPS-validated, which would &amp;lt;br /&amp;gt;&lt;br /&gt;
result in a point value of 3; and &lt;br /&gt;
&lt;br /&gt;
(iii) None of the following security &lt;br /&gt;
&lt;br /&gt;
requirements are included in the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M: &lt;br /&gt;
&lt;br /&gt;
(A) AC.L2–3.1.20 External &lt;br /&gt;
&lt;br /&gt;
Connections (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(B) AC.L2–3.1.22 Control Public &lt;br /&gt;
&lt;br /&gt;
Information (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(C) CA.L2–3.12.4 System Security &lt;br /&gt;
&lt;br /&gt;
Plan. &lt;br /&gt;
&lt;br /&gt;
(D) PE.L2–3.10.3 Escort Visitors (CUI &lt;br /&gt;
&lt;br /&gt;
Data). &lt;br /&gt;
&lt;br /&gt;
(E) PE.L2–3.10.4 Physical Access Logs &lt;br /&gt;
&lt;br /&gt;
(CUI Data). &lt;br /&gt;
&lt;br /&gt;
(F) PE.L2–3.10.5 Manage Physical &lt;br /&gt;
&lt;br /&gt;
Access (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSC is only permitted to achieve the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) if all the following conditions &amp;lt;br /&amp;gt;&lt;br /&gt;
are met: &lt;br /&gt;
&lt;br /&gt;
(i) The assessment score divided by &lt;br /&gt;
&lt;br /&gt;
the total number of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements is greater than or &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to 0.8; and &lt;br /&gt;
&lt;br /&gt;
(ii) The POA&amp;amp;amp;M does not include any &lt;br /&gt;
&lt;br /&gt;
of following security requirements: &lt;br /&gt;
&lt;br /&gt;
(A) IR.L3–3.6.1e Security Operations &lt;br /&gt;
&lt;br /&gt;
Center. &lt;br /&gt;
&lt;br /&gt;
(B) IR.L3–3.6.2e Cyber Incident &lt;br /&gt;
&lt;br /&gt;
Response Team. &lt;br /&gt;
&lt;br /&gt;
(C) RA.L3–3.11.1e Threat-Informed &lt;br /&gt;
&lt;br /&gt;
Risk Assessment. &lt;br /&gt;
&lt;br /&gt;
(D) RA.L3–3.11.6e Supply Chain Risk &lt;br /&gt;
&lt;br /&gt;
Response. &lt;br /&gt;
&lt;br /&gt;
(E) RA.L3–3.11.7e Supply Chain Risk &lt;br /&gt;
&lt;br /&gt;
Plan. &lt;br /&gt;
&lt;br /&gt;
(F) RA.L3–3.11.4e Security Solution &lt;br /&gt;
&lt;br /&gt;
Rationale. &lt;br /&gt;
&lt;br /&gt;
(G) SI.L3–3.14.3e Specialized Asset &lt;br /&gt;
&lt;br /&gt;
Security. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;POA&amp;amp;amp;M closeout assessment. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment is a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment that assesses only the NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET requirements that were identified &amp;lt;br /&amp;gt;&lt;br /&gt;
with POA&amp;amp;amp;M in the initial assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The closing of a POA&amp;amp;amp;M must be &amp;lt;br /&amp;gt;&lt;br /&gt;
confirmed by a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system will expire. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 self-assessment. &#039;&#039;For a &lt;br /&gt;
&lt;br /&gt;
Level 2 self-assessment, the POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout self-assessment shall be &lt;br /&gt;
&lt;br /&gt;
performed by the OSA in the same &amp;lt;br /&amp;gt;&lt;br /&gt;
manner as the initial self-assessment. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For Level 2 certification assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed by an &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For Level 3 certification assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC will perform the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.22&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Affirmation. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;General. &#039;&#039;The OSA must affirm &lt;br /&gt;
&lt;br /&gt;
continuing compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate level self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. An Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official from each OSA, whether a &amp;lt;br /&amp;gt;&lt;br /&gt;
prime or subcontractor, must affirm the &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance of their &amp;lt;br /&amp;gt;&lt;br /&gt;
respective organizations with the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified security requirement after &amp;lt;br /&amp;gt;&lt;br /&gt;
every assessment, including POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmations are entered electronically &amp;lt;br /&amp;gt;&lt;br /&gt;
in SPRS. The affirmation shall be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
following requirements: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Affirming Official. &#039;&#039;The Affirming &lt;br /&gt;
&lt;br /&gt;
Official is the senior level representative &amp;lt;br /&amp;gt;&lt;br /&gt;
from within each Organization Seeking &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment (OSA) who is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for ensuring the OSA’s compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
has the authority to affirm the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified security requirements for their &amp;lt;br /&amp;gt;&lt;br /&gt;
respective organizations. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation content. &#039;&#039;Each CMMC &lt;br /&gt;
&lt;br /&gt;
affirmation shall include the following &amp;lt;br /&amp;gt;&lt;br /&gt;
information: &lt;br /&gt;
&lt;br /&gt;
(i) Name, title, and contact &lt;br /&gt;
&lt;br /&gt;
information for the Affirming Official; &amp;lt;br /&amp;gt;&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
(ii) Affirmation statement attesting &lt;br /&gt;
&lt;br /&gt;
that the OSA has implemented and will &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain implementation of all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable CMMC security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to their CMMC Status for all information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the relevant CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Affirmation submission. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
Affirming Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation in the following instances: &lt;br /&gt;
&lt;br /&gt;
(i) Upon achievement of a Conditional &lt;br /&gt;
&lt;br /&gt;
CMMC Status, as applicable; &lt;br /&gt;
&lt;br /&gt;
(ii) Upon achievement of a Final &lt;br /&gt;
&lt;br /&gt;
CMMC Status; &lt;br /&gt;
&lt;br /&gt;
(iii) Annually following a Final &lt;br /&gt;
&lt;br /&gt;
CMMC Status Date; and &lt;br /&gt;
&lt;br /&gt;
(iv) Following a POA&amp;amp;amp;M closeout &lt;br /&gt;
&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Submission procedures. &#039;&#039;All &lt;br /&gt;
&lt;br /&gt;
affirmations shall be completed in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS. The Department will verify &amp;lt;br /&amp;gt;&lt;br /&gt;
submission of the affirmation in SPRS to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation or contract requirements. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment. &#039;&#039;At the &lt;br /&gt;
&lt;br /&gt;
completion of a Level 1 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually thereafter, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 1 (Self). &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment. &#039;&#039;At the &lt;br /&gt;
&lt;br /&gt;
completion of a Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually following a Final CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date, the Affirming Official shall &amp;lt;br /&amp;gt;&lt;br /&gt;
submit a CMMC affirmation attesting to &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of the CMMC Status Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). An affirmation shall also be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted at the completion of a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout self-assessment. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 2 certification assessment. &#039;&#039;At &lt;br /&gt;
&lt;br /&gt;
the completion of a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annually following a &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 2 (C3PAO). An &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation shall also be submitted at &amp;lt;br /&amp;gt;&lt;br /&gt;
the completion of a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Level 3 certification assessment. &#039;&#039;At &lt;br /&gt;
&lt;br /&gt;
the completion of a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annually following a &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 3 (DIBCAC). &amp;lt;br /&amp;gt;&lt;br /&gt;
Because C3PAOs and DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
check for compliance with different &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, OSCs must annually affirm &amp;lt;br /&amp;gt;&lt;br /&gt;
their CMMC Status of Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
in addition to their CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) to maintain eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
for contracts requiring compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. An affirmation shall also be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted at the completion of a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.23&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Application to subcontractors. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) CMMC requirements apply to &lt;br /&gt;
&lt;br /&gt;
prime contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the supply chain at all tiers &amp;lt;br /&amp;gt;&lt;br /&gt;
that will process, store, or transmit any &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems in the performance of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract. Prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors shall comply and shall &amp;lt;br /&amp;gt;&lt;br /&gt;
require subcontractors to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
and to flow down CMMC requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
such that compliance will be required &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the supply chain at all tiers &amp;lt;br /&amp;gt;&lt;br /&gt;
with the applicable CMMC level and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type for each subcontract as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) If a subcontractor will only &lt;br /&gt;
&lt;br /&gt;
process, store, or transmit FCI (and not &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI) in performance of the subcontract, &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00145&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83236 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
then a CMMC Status of Level 1 (Self) is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for the subcontractor. &lt;br /&gt;
&lt;br /&gt;
(2) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract, then a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) is the minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the subcontractor. &lt;br /&gt;
&lt;br /&gt;
(3) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract has a requirement for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. &lt;br /&gt;
&lt;br /&gt;
(4) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract has a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. &lt;br /&gt;
&lt;br /&gt;
(b) As with any solicitation or &lt;br /&gt;
&lt;br /&gt;
contract, the DoD may provide specific &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance pertaining to flow-down. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.24&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Scoring Methodology. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;General. &#039;&#039;This scoring methodology &lt;br /&gt;
&lt;br /&gt;
is designed to provide a measurement of &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSA’s implementation status of the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (incorporated by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
elsewhere in this part, see § 170.2) and &amp;lt;br /&amp;gt;&lt;br /&gt;
the selected NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference elsewhere in this part, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). The CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology is designed to credit &amp;lt;br /&amp;gt;&lt;br /&gt;
partial implementation only in limited &amp;lt;br /&amp;gt;&lt;br /&gt;
cases (&#039;&#039;e.g., &#039;&#039;multi-factor authentication &amp;lt;br /&amp;gt;&lt;br /&gt;
IA.L2–3.5.3). &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Assessment findings. &#039;&#039;Each security &lt;br /&gt;
&lt;br /&gt;
requirement assessed under the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoring Methodology must result in one &amp;lt;br /&amp;gt;&lt;br /&gt;
of three possible assessment findings, as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Met. &#039;&#039;All applicable objectives for &lt;br /&gt;
&lt;br /&gt;
the security requirement are satisfied &amp;lt;br /&amp;gt;&lt;br /&gt;
based on evidence. All evidence must &amp;lt;br /&amp;gt;&lt;br /&gt;
be in final form and not draft. &amp;lt;br /&amp;gt;&lt;br /&gt;
Unacceptable forms of evidence include &amp;lt;br /&amp;gt;&lt;br /&gt;
but are not limited to working papers, &amp;lt;br /&amp;gt;&lt;br /&gt;
drafts, and unofficial or unapproved &amp;lt;br /&amp;gt;&lt;br /&gt;
policies. &lt;br /&gt;
&lt;br /&gt;
(i) Enduring exceptions when &lt;br /&gt;
&lt;br /&gt;
described, along with any mitigations, &amp;lt;br /&amp;gt;&lt;br /&gt;
in the system security plan shall be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(ii) Temporary deficiencies that are &lt;br /&gt;
&lt;br /&gt;
appropriately addressed in operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plans of action (&#039;&#039;i.e., &#039;&#039;include deficiency &amp;lt;br /&amp;gt;&lt;br /&gt;
reviews and show progress towards the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of corrections to reduce &amp;lt;br /&amp;gt;&lt;br /&gt;
or eliminate identified vulnerabilities) &amp;lt;br /&amp;gt;&lt;br /&gt;
shall be assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Not Met. &#039;&#039;One or more applicable &lt;br /&gt;
&lt;br /&gt;
objectives for the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
is not satisfied. During an assessment, &lt;br /&gt;
&lt;br /&gt;
for each security requirement objective &amp;lt;br /&amp;gt;&lt;br /&gt;
marked NOT MET, the assessor will &amp;lt;br /&amp;gt;&lt;br /&gt;
document why the evidence does not &amp;lt;br /&amp;gt;&lt;br /&gt;
conform. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Not Applicable (N/A). &#039;&#039;A security &lt;br /&gt;
&lt;br /&gt;
requirement and/or objective does not &amp;lt;br /&amp;gt;&lt;br /&gt;
apply at the time of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. For example, Public-Access &amp;lt;br /&amp;gt;&lt;br /&gt;
System Separation (SC.L2–3.13.5) might &amp;lt;br /&amp;gt;&lt;br /&gt;
be N/A if there are no publicly &amp;lt;br /&amp;gt;&lt;br /&gt;
accessible systems within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. During an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, an assessment objective &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as N/A is equivalent to the &amp;lt;br /&amp;gt;&lt;br /&gt;
same assessment objective being &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Scoring. &#039;&#039;At each CMMC Level, &lt;br /&gt;
&lt;br /&gt;
security requirements are scored as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;CMMC Level 1. &#039;&#039;All CMMC Level &lt;br /&gt;
&lt;br /&gt;
1 security requirements must be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented to be considered MET. No &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is permitted for CMMC Level 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
and self-assessment results are scored as &amp;lt;br /&amp;gt;&lt;br /&gt;
MET or NOT MET in their entirety. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;CMMC Level 2 Scoring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Methodology. &#039;&#039;The maximum score &amp;lt;br /&amp;gt;&lt;br /&gt;
achievable for a Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
or Level 2 certification assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to the total number of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 security requirements. If all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are MET, OSAs are awarded the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score. For each requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET, the associated value of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is subtracted from &amp;lt;br /&amp;gt;&lt;br /&gt;
the maximum score, which may result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a negative score. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Procedures. &#039;&#039;(A) Scoring &lt;br /&gt;
&lt;br /&gt;
methodology for Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 2 certification assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on all CMMC Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement objectives, including those &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET. &lt;br /&gt;
&lt;br /&gt;
(B) In the CMMC Level 2 Scoring &lt;br /&gt;
&lt;br /&gt;
Methodology, each security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has a value (&#039;&#039;e.g., &#039;&#039;1, 3 or 5), which is &amp;lt;br /&amp;gt;&lt;br /&gt;
related to the designation by NIST as &amp;lt;br /&amp;gt;&lt;br /&gt;
basic or derived security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Per NIST SP 800–171 R2, the basic &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements are obtained from &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS PUB 200 Mar2006, which provides &amp;lt;br /&amp;gt;&lt;br /&gt;
the high-level and fundamental security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for Federal information &amp;lt;br /&amp;gt;&lt;br /&gt;
and systems. The derived security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, which supplement the &amp;lt;br /&amp;gt;&lt;br /&gt;
basic security requirements, are taken &amp;lt;br /&amp;gt;&lt;br /&gt;
from the security controls in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–53 R5. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;1&#039;&#039;) For NIST SP 800–171 R2 basic and &lt;br /&gt;
&lt;br /&gt;
derived security requirements that, if &amp;lt;br /&amp;gt;&lt;br /&gt;
not implemented, could lead to &amp;lt;br /&amp;gt;&lt;br /&gt;
significant exploitation of the network, &amp;lt;br /&amp;gt;&lt;br /&gt;
or exfiltration of CUI, five (5) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score. &amp;lt;br /&amp;gt;&lt;br /&gt;
The basic and derived security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements with a value of five (5) &amp;lt;br /&amp;gt;&lt;br /&gt;
points include: &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) &#039;&#039;Basic security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.1, AC.L2–3.1.2, AT.L2–3.2.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
AT.L2–3.2.2, AU.L2–3.3.1, CM.L2–3.4.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
CM.L2–3.4.2, IA–L2–3.5.1, IA–L2–3.5.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
IR.L2–3.6.1, IR.L2–3.6.2, MA.L2–3.7.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
MP.L2–3.8.3, PS.L2–3.9.2, PE.L2–3.10.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
PE.L2–3.10.2, CA.L2–3.12.1, CA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.12.3, SC.L2–3.13.1, SC.L2–3.13.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
SI.L2–3.14.1, SI.L2–3.14.2, and SI.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.14.3. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) &#039;&#039;Derived security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.12, AC.L2–3.1.13, AC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.1.16, AC.L2–3.1.17, AC.L2–3.1.18, &amp;lt;br /&amp;gt;&lt;br /&gt;
AU.L2–3.3.5, CM.L2–3.4.5, CM.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.4.6, CM.L2–3.4.7, CM.L2–3.4.8, IA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.5.10, MA.L2–3.7.5, MP.L2–3.8.7, &amp;lt;br /&amp;gt;&lt;br /&gt;
RA.L2–3.11.2, SC.L2–3.13.5, SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.6, SC.L2–3.13.15, SI.L2–3.14.4, and &amp;lt;br /&amp;gt;&lt;br /&gt;
SI.L2–3.14.6. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;2&#039;&#039;) For basic and derived security &lt;br /&gt;
&lt;br /&gt;
requirements that, if not implemented, &amp;lt;br /&amp;gt;&lt;br /&gt;
have a specific and confined effect on &amp;lt;br /&amp;gt;&lt;br /&gt;
the security of the network and its data, &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points are subtracted from the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score. The basic and derived &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements with a value of &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points include: &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) &#039;&#039;Basic security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AU.L2–3.3.2, MA.L2–3.7.1, MP.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.8.1, MP.L2–3.8.2, PS.L2–3.9.1, RA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.11.1, and CA.L2–3.12.2. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) &#039;&#039;Derived security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.5, AC.L2- 3.1.19, MA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.7.4, MP.L2–3.8.8, SC.L2–3.13.8, SI.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.14.5, and SI.L2–3.14.7. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;3&#039;&#039;) All remaining derived security &lt;br /&gt;
&lt;br /&gt;
requirements, other than the exceptions &amp;lt;br /&amp;gt;&lt;br /&gt;
noted, if not implemented, have a &amp;lt;br /&amp;gt;&lt;br /&gt;
limited or indirect effect on the security &amp;lt;br /&amp;gt;&lt;br /&gt;
of the network and its data. For these, &amp;lt;br /&amp;gt;&lt;br /&gt;
1 point is subtracted from the maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
score. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;4&#039;&#039;) Two derived security &lt;br /&gt;
&lt;br /&gt;
requirements, IA.L2–3.5.3 and SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.11, can be partially effective even &amp;lt;br /&amp;gt;&lt;br /&gt;
if not completely or properly &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, and the points deducted &amp;lt;br /&amp;gt;&lt;br /&gt;
may be adjusted depending on how the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is implemented. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) Multi-factor authentication (MFA) &lt;br /&gt;
&lt;br /&gt;
(CMMC Level 2 security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
IA.L2–3.5.3) is typically implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
first for remote and privileged users &amp;lt;br /&amp;gt;&lt;br /&gt;
(since these users are both limited in &amp;lt;br /&amp;gt;&lt;br /&gt;
number and more critical) and then for &amp;lt;br /&amp;gt;&lt;br /&gt;
the general user, so three (3) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score if &amp;lt;br /&amp;gt;&lt;br /&gt;
MFA is implemented only for remote &amp;lt;br /&amp;gt;&lt;br /&gt;
and privileged users. Five (5) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score if &amp;lt;br /&amp;gt;&lt;br /&gt;
MFA is not implemented for any users. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) FIPS-validated encryption (CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirement SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.11) is required to protect the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI. If encryption is &amp;lt;br /&amp;gt;&lt;br /&gt;
employed, but is not FIPS-validated, &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points are subtracted from the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score; if encryption is not &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00146&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83237 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
employed; five (5) points are subtracted &amp;lt;br /&amp;gt;&lt;br /&gt;
from the maximum score. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;5&#039;&#039;) OSAs must have a System Security &lt;br /&gt;
&lt;br /&gt;
Plan (SSP) (CMMC security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
CA.L2–3.12.4) in place at the time of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to describe each information &amp;lt;br /&amp;gt;&lt;br /&gt;
system within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. The absence of an up to date SSP &amp;lt;br /&amp;gt;&lt;br /&gt;
at the time of the assessment would &amp;lt;br /&amp;gt;&lt;br /&gt;
result in a finding that ‘&#039;&#039;an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
could not be completed due to &amp;lt;br /&amp;gt;&lt;br /&gt;
incomplete information and &amp;lt;br /&amp;gt;&lt;br /&gt;
noncompliance with 48 CFR 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012.&#039;&#039;’ &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;6&#039;&#039;) For each NOT MET security &lt;br /&gt;
&lt;br /&gt;
requirement the OSA must have a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M in place. A POA&amp;amp;amp;M addressing &lt;br /&gt;
&lt;br /&gt;
NOT MET security requirements is not &amp;lt;br /&amp;gt;&lt;br /&gt;
a substitute for a completed &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Security requirements not &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, whether described in a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M or not, is assessed as ‘NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET.’ &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;7&#039;&#039;) Specialized Assets must be &lt;br /&gt;
&lt;br /&gt;
evaluated for their asset category per the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC scoping guidance for the level in &amp;lt;br /&amp;gt;&lt;br /&gt;
question and handled accordingly as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.19. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;8&#039;&#039;) If an OSC previously received a &lt;br /&gt;
&lt;br /&gt;
favorable adjudication from the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO indicating that a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is not applicable or that an &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative security measure is equally &amp;lt;br /&amp;gt;&lt;br /&gt;
effective (in accordance with 48 CFR &lt;br /&gt;
&lt;br /&gt;
252.204–7008 or 48 CFR 252.204–7012), &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD CIO adjudication must be &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the system security plan to &amp;lt;br /&amp;gt;&lt;br /&gt;
receive consideration during an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. A security requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
which implemented security measures &amp;lt;br /&amp;gt;&lt;br /&gt;
have been adjudicated by the DoD CIO &amp;lt;br /&amp;gt;&lt;br /&gt;
as equally effective is assessed as MET &amp;lt;br /&amp;gt;&lt;br /&gt;
if there have been no changes in the &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;CMMC Level 2 Scoring Table. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 scoring has been &amp;lt;br /&amp;gt;&lt;br /&gt;
assigned based on the methodology set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in table 1 to this paragraph &amp;lt;br /&amp;gt;&lt;br /&gt;
(c)(2)(ii). &lt;br /&gt;
&lt;br /&gt;
TABLE 7 TO § 170.24(c)(2)(ii)—CMMC LEVEL 2 SCORING TABLE &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 requirement categories &lt;br /&gt;
&lt;br /&gt;
Point value &lt;br /&gt;
&lt;br /&gt;
subtracted from &lt;br /&gt;
&lt;br /&gt;
maximum score &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Basic Security Requirements: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If not implemented, could lead to significant exploitation of the network, or exfiltration of CUI ...........................................&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
If not implemented, has specific and confined effect on the security of the network and its data .......................................&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Derived Security Requirements: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If not implemented, could lead to significant exploitation of the network, or exfiltration of CUI ...........................................&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
If not completely or properly implemented, could be partially effective and points adjusted depending on how the secu-&lt;br /&gt;
&lt;br /&gt;
rity requirement is implemented: ........................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3 or 5 &lt;br /&gt;
&lt;br /&gt;
—Partially effective implementation—3 points. &amp;lt;br /&amp;gt;&lt;br /&gt;
—Non-effective (not implemented at all)—5 points. &lt;br /&gt;
&lt;br /&gt;
If not implemented, has specific and confined effect on the security of the network and its data .......................................&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
If not implemented, has a limited or indirect effect on the security of the network and its data ..........................................&lt;br /&gt;
&lt;br /&gt;
1 &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;CMMC Level 3 assessment scoring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;methodology. &#039;&#039;CMMC Level 3 scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
does not utilize varying values like the &amp;lt;br /&amp;gt;&lt;br /&gt;
scoring for CMMC Level 2. All CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 security requirements use a &amp;lt;br /&amp;gt;&lt;br /&gt;
value of one (1) point for each security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. As a result, the maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
score achievable for a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is equivalent to &amp;lt;br /&amp;gt;&lt;br /&gt;
the total number of the selected subset &amp;lt;br /&amp;gt;&lt;br /&gt;
of NIST SP 800–172 Feb2021 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CMMC Level 3, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4). The maximum score is &amp;lt;br /&amp;gt;&lt;br /&gt;
reduced by one (1) point for each &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement NOT MET. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 scoring methodology &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects the fact that all CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements must already be &amp;lt;br /&amp;gt;&lt;br /&gt;
MET (for the Level 3 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope). A maximum score on the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment is required to &amp;lt;br /&amp;gt;&lt;br /&gt;
be eligible to initiate a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. The Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment score is equal to &amp;lt;br /&amp;gt;&lt;br /&gt;
the number of CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are assessed as MET. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Appendix A to Part 170—Guidance &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Guidance documents include: &amp;lt;br /&amp;gt;&lt;br /&gt;
(a) ‘‘CMMC Model Overview’’ available at &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(b) ‘‘CMMC Assessment Guide—Level 1’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(c) ‘‘CMMC Assessment Guide—Level 2’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(d) ‘‘CMMC Assessment Guide—Level 3’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(e) ‘‘CMMC Scoping Guide—Level 1’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(f) ‘‘CMMC Scoping Guide—Level 2’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(g) ‘‘CMMC Scoping Guide—Level 3’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(h) ‘‘CMMC Hashing Guide’’ available at &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/CMMC/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
Dated: September 30, 2024. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Patricia L. Toppings, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;OSD Federal Register Liaison Officer, &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[FR Doc. 2024–22905 Filed 10–11–24; 8:45 am] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BILLING CODE 6001–FR–P &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00147&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 9990&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Original source: https://www.govinfo.gov/content/pkg/FR-2024-10-15/pdf/2024-22905.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=668</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=668"/>
		<updated>2025-02-24T03:43:57Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;This website contains information about the Cybersecurity Maturity Model Certification (CMMC) program of the U.S. Department of Defense (DoD).&lt;br /&gt;
&lt;br /&gt;
The wiki aims to provide educational references for those who are interested in learning more about the framework.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Primary Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Home Page] from the Department of Defense Chief Information Officer (DoD CIO).&lt;br /&gt;
&lt;br /&gt;
Additional References: The [https://dodcio.defense.gov/cmmc/Resources-Documentation/ CMMC Resources] page contains a variety of external links to CMMC resources throughout the DoD.&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== CMMC Information ==&lt;br /&gt;
=== [[Model_Overview|Model Overview]] ===&lt;br /&gt;
=== [[Model_Glossary|Model Glossary]] ===&lt;br /&gt;
=== [[Acronyms_and_Abbreviations|Acronyms and Abbreviations]] ===&lt;br /&gt;
=== [[32_CFR_Part_170_CMMC_Rule|32 CFR Part 170 CMMC Rule]] ===&lt;br /&gt;
&lt;br /&gt;
== Scoping and Assessment Guides ==&lt;br /&gt;
=== [[Level_1_Scoping_Guidance|Level 1 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_1_Self-Assessment_Guide|Level 1 Self-Assessment Guide]] ===&lt;br /&gt;
=== [[Level_2_Scoping_Guidance|Level 2 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_2_Assessment_Guide|Level 2 Assessment Guide]] ===&lt;br /&gt;
=== [[Level_3_Scoping_Guidance|Level 3 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_3_Assessment_Guide|Level 3 Assessment Guide]] ===&lt;br /&gt;
=== [[CMMC_Assessment_Process|CMMC Assessment Process (CAP)]] ===&lt;br /&gt;
&lt;br /&gt;
== CMMC Tool Guides ==&lt;br /&gt;
=== [[Artifact_Hashing_Tool|Artifact Hashing Tool User Guide]] ===&lt;br /&gt;
=== [[DoD_Assessment_Methodology|NIST SP 800-171 DoD Assessment Methodology]] ===&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
=== [[External References | Various External References]] ===&lt;br /&gt;
=== [[CCP Blueprint | Certified CMMC Professional (CCP) Test Blueprint]] ===&lt;br /&gt;
=== [[CCA Blueprint | Certified CMMC Assessor (CCA) Test Blueprint]] ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=MediaWiki:Sidebar&amp;diff=667</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=MediaWiki:Sidebar&amp;diff=667"/>
		<updated>2025-02-24T03:43:42Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* CMMC Information&lt;br /&gt;
** Model_Overview|Model Overview&lt;br /&gt;
** Model_Glossary|Model Glossary&lt;br /&gt;
** Acronyms_and_Abbreviations|Acronyms and Abbreviations&lt;br /&gt;
** 32_CFR_Part_170_CMMC_Rule|32 CFR Part 170 CMMC Rule&lt;br /&gt;
* Scoping and Assessment Guides&lt;br /&gt;
** Level_1_Scoping_Guidance|Level 1 Scoping Guidance&lt;br /&gt;
** Level_1_Self-Assessment_Guide|Level 1 Self-Assessment Guide&lt;br /&gt;
** Level_2_Scoping_Guidance|Level 2 Scoping Guidance&lt;br /&gt;
** Level_2_Assessment_Guide|Level 2 Assessment Guide&lt;br /&gt;
** Level_3_Scoping_Guidance|Level 3 Scoping Guidance&lt;br /&gt;
** Level_3_Assessment_Guide|Level 3 Assessment Guide&lt;br /&gt;
** CMMC_Assessment_Process|CMMC Assessment Process (CAP)&lt;br /&gt;
* CMMC Tool Guides&lt;br /&gt;
** Artifact_Hashing_Tool|Artifact Hashing Tool&lt;br /&gt;
** DoD_Assessment_Methodology|NIST SP 800-171 DoD Assessment Methodology&lt;br /&gt;
* Other Resources&lt;br /&gt;
** External_References|External References&lt;br /&gt;
** CCP_Blueprint|CCP Test Blueprint&lt;br /&gt;
** CCA_Blueprint|CCA Test Blueprint&lt;br /&gt;
* Cybersecurity Framework Information (CSF)&lt;br /&gt;
** CSF Identifiers|CSF Identifiers&lt;br /&gt;
** CSF Framework Core|Framework Core&lt;br /&gt;
** CSF Glossary|CSF Glossary&lt;br /&gt;
** CSF Acronyms|CSF Acronyms&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Assessment_Guide&amp;diff=666</id>
		<title>Level 3 Assessment Guide</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Assessment_Guide&amp;diff=666"/>
		<updated>2025-02-24T03:35:44Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/CMMC/Resources-Documentation/ CMMC Level 3 Assessment Guide] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies.&lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides guidance in the preparation for and conduct of a Level 3 certification assessment under the Cybersecurity Maturity Model Certification (CMMC) Program as set forth in section 170.18 of title 32, Code of Federal Regulations (CFR). Certification at each CMMC level occurs independently. Guidance for conducting a Level 1 self-assessment can be found in &#039;&#039;CMMC Assessment Guide  –  Level 1&#039;&#039;. Guidance for conducting both a Level 2 self-assessment and Level 2 certification assessment, can be found in &#039;&#039;CMMC Assessment Guide – Level 2&#039;&#039;. More details on the model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
An &#039;&#039;Assessment&#039;&#039; as defined in 32 CFR § 170.4 means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system, or organization as defined in 32 CFR § 170.15 to 32 CFR § 170.18&#039;&#039;. A &#039;&#039;Level 3  certification  assessment&#039;&#039; as defined in 32 CFR § 170.4  is &#039;&#039;the activity performed by the Department of Defense (DoD) to evaluate the CMMC level of an Organization Seeking Certification (OSC)&#039;&#039;. For Level 3, assessments are conducted exclusively by the DCMA DIBCAC.&lt;br /&gt;
&lt;br /&gt;
An OSC seeking a Level 3 certification assessment must have first achieved a CMMC Status of Final Level 2 (C3PAO), as set forth in 32 CFR § 170.18(a), for all applicable information systems within the CMMC Assessment Scope, and the OSC must implement the Level 3 requirements specified in 32 CFR § 170.14(c)(4). This is followed by the Level 3 certification assessment conducted by the DCMA DIBCAC.&lt;br /&gt;
&lt;br /&gt;
OSCs  may also use this guide to perform Level  3  self-assessments  (for example, in &lt;br /&gt;
&lt;br /&gt;
preparation for an annual affirmation); however, they are not eligible to submit results from &lt;br /&gt;
&lt;br /&gt;
a self-assessment in support of a Level 3 certification assessment. Only the results from an &lt;br /&gt;
&lt;br /&gt;
assessment by DCMA DIBCAC are considered for award of the CMMC Statuses Conditional &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) or Final Level 3 (DIBCAC). Level 3 reporting and affirmation requirements &lt;br /&gt;
&lt;br /&gt;
can be found in 32 CFR § 170.18 and 32 CFR § 170.22. &lt;br /&gt;
&lt;br /&gt;
Level 3 Description &lt;br /&gt;
&lt;br /&gt;
Level  3  consists of selected  security requirements derived from  National Institute of &lt;br /&gt;
&lt;br /&gt;
Standards and Technology (NIST) Special Publication (SP) 800-172,  &#039;&#039;Enhanced Security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Requirements for Protecting Controlled Unclassified Information: A Supplement to NIST &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Special Publication 800-171&#039;&#039;, with DoD-approved parameters where applicable. Level 3 only &lt;br /&gt;
&lt;br /&gt;
applies to systems that have already achieved a Final Level 2 (C3PAO) CMMC Status. Level 2 &lt;br /&gt;
&lt;br /&gt;
consists of the security requirements specified in NIST SP 800-171, &#039;&#039;Protecting Controlled &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Unclassified Information in Nonfederal Systems and Organizations&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Like Level 2, Level 3 addresses the protection of Controlled Unclassified Information (CUI), as &lt;br /&gt;
&lt;br /&gt;
defined in 32 CFR § 2002.4(h): &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Information the Government creates or possesses, or that an entity creates or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;possesses for or on behalf of the Government, that a law, regulation, or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Government-wide policy requires or permits an agency to handle using &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;safeguarding or dissemination controls. However, CUI does not include classified &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;information (see paragraph (e) of this section) or information a non-executive &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;branch entity possesses and maintains in its own systems that did not come from, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or was not created or possessed by or for, an executive branch agency or an entity &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;acting for an agency. Law, regulation, or Government-wide policy may require &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or permit safeguarding or dissemination controls in three ways: Requiring or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;permitting agencies to control or protect the information but providing no &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;specific controls, which makes the information CUI Basic; requiring or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;permitting agencies to control or protect the information and providing specific &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;controls for doing so, which makes the information CUI Specified; or requiring or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;permitting agencies to control the information and specifying only some of those &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;controls, which makes the information CUI Specified, but with CUI Basic controls &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;where the authority does not specify. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Level  3  provides  additional protections against advanced persistent threats  (APTs),  and &lt;br /&gt;
&lt;br /&gt;
increased  assurance  to the DoD that an  OSC  can adequately protect CUI at a level &lt;br /&gt;
&lt;br /&gt;
commensurate with the adversarial risk, to include protecting information flow with the &lt;br /&gt;
&lt;br /&gt;
government and with subcontractors in a multitier supply chain. &lt;br /&gt;
&lt;br /&gt;
Purpose and Audience &lt;br /&gt;
&lt;br /&gt;
This guide is intended for assessors, OSCs, cybersecurity professionals, and individuals and &lt;br /&gt;
&lt;br /&gt;
companies that support CMMC efforts. This document can be used as part of preparation for &lt;br /&gt;
&lt;br /&gt;
and conducting a Level 3 certification assessment. &lt;br /&gt;
&lt;br /&gt;
Document Organization &lt;br /&gt;
&lt;br /&gt;
This document is organized into the following sections: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment and Certification:&#039;&#039;  &#039;&#039;&#039;&#039;&#039;provides an overview of the Level 3  assessment &lt;br /&gt;
&lt;br /&gt;
processes  set forth in 32 CFR § 170.18.  It provides guidance regarding  the scope &lt;br /&gt;
&lt;br /&gt;
requirements set forth in 32 CFR § 170.19(d). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;CMMC-Custom Terms:&#039;&#039;&#039;  incorporates definitions from 32 CFR  §  170.4, definitions &lt;br /&gt;
&lt;br /&gt;
included by reference from 32 CFR § 170.2, and provides clarification of the intent and &lt;br /&gt;
&lt;br /&gt;
scope of specific terms as used in the context of CMMC. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment Criteria and Methodology:  &#039;&#039;&#039;provides guidance on the criteria and &lt;br /&gt;
&lt;br /&gt;
methodology (i.e., &#039;&#039;interview&#039;&#039;,  &#039;&#039;examine&#039;&#039;, and &#039;&#039;test&#039;&#039;)  to be employed  during a Level 3 &lt;br /&gt;
&lt;br /&gt;
assessment, as well as on assessment findings. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Requirement Descriptions: &#039;&#039;&#039;Provides  guidance  specific to  each  Level  3  security &lt;br /&gt;
&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment and Certification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
The DCMA DIBCAC will use the assessment methods defined in NIST SP 800-172A[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|1, ]]&#039;&#039;Assessing &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enhanced Security Requirements for Controlled Unclassified Information&#039;&#039;,  along with the &lt;br /&gt;
&lt;br /&gt;
supplemental information in this guide to conduct Level 3  certification  assessments. &lt;br /&gt;
&lt;br /&gt;
Assessors  will review information and evidence to  verify that an  OSC  meets  the stated &lt;br /&gt;
&lt;br /&gt;
assessment objectives for all of the requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC can obtain a Level 3 certification assessment for an entire enterprise network or for &lt;br /&gt;
&lt;br /&gt;
specific enclave(s), depending on how the CMMC Assessment Scope is defined in accordance &lt;br /&gt;
&lt;br /&gt;
with 32 CFR § 170.19(d). &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
Prior to conducting a CMMC Level 3 certification assessment, the Level 3 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope must be defined as addressed in 32 CFR § 170.19(d) and the &#039;&#039;CMMC Scoping Guide – &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level  3  &#039;&#039;document[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|2]]. The CMMC Assessment Scope informs which assets within the OSC’s &lt;br /&gt;
&lt;br /&gt;
environment will be assessed and the details of the assessment. The OSC must have achieved &lt;br /&gt;
&lt;br /&gt;
a CMMC Status of Final Level 2 (C3PAO) of all systems included within the Level 3 CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope prior to requesting the Level 3 assessment, as set forth in 32 CFR § 170.18. &lt;br /&gt;
&lt;br /&gt;
The Level 3 assessment scoping is based on the requirements defined in 32 CFR § 170.19(d) &lt;br /&gt;
&lt;br /&gt;
and supported by the &#039;&#039;CMMC Scoping Guide – Level 3 &#039;&#039;document. The &#039;&#039;CMMC Scoping Guide – &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level  3  &#039;&#039;document is available on the official CMMC documentation site at &lt;br /&gt;
&lt;br /&gt;
https://dodcio.defense.gov/CMMC/Documentation/.  If a Final  Level 2  (C3PAO) CMMC &lt;br /&gt;
&lt;br /&gt;
Status has not already been achieved for the desired CMMC Assessment Scope, the OSC may &lt;br /&gt;
&lt;br /&gt;
not proceed with the Level 3 assessment. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 NIST SP800-172A, March 2022 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 Note that an OSC ought to be mindful of their full Level 3 scoping in their request for a Level 2 assessment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program has custom terms that align with program requirements. Although some &lt;br /&gt;
&lt;br /&gt;
terms may have other definitions in open forums, it is important to understand these terms &lt;br /&gt;
&lt;br /&gt;
as they apply to the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
The custom terms associated with Level 3 are: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment:  &#039;&#039;&#039;As defined 32  CFR&#039;&#039;&#039;  &#039;&#039;&#039;§ 170.4  means  the testing or evaluation of security &lt;br /&gt;
&lt;br /&gt;
controls to determine the extent to which the controls are implemented correctly, &lt;br /&gt;
&lt;br /&gt;
operating as intended, and producing the desired outcome with respect to meeting the &lt;br /&gt;
&lt;br /&gt;
security requirements for an information system or organization defined in 32 CFR § &lt;br /&gt;
&lt;br /&gt;
170.15 to 32 CFR § 170.18.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;o  Level 3 certification assessment is the term for the activity performed by the DCMA &lt;br /&gt;
&lt;br /&gt;
DIBCAC to evaluate the information system of an OSC when seeking a CMMC Status of &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
o  POA&amp;amp;amp;M closeout certification assessment is the term for the activity performed by a &lt;br /&gt;
&lt;br /&gt;
C3PAO or DCMA DIBCAC to evaluate only the NOT MET requirements that were &lt;br /&gt;
&lt;br /&gt;
identified with POA&amp;amp;amp;M during the initial assessment, when seeking a CMMC Status of &lt;br /&gt;
&lt;br /&gt;
Final Level 2 (C3PAO) or Final Level 3 (DIBCAC) respectively. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment Objective:&#039;&#039;&#039; Means a set of determination statements that, taken together, &lt;br /&gt;
&lt;br /&gt;
expresses the desired outcome for the assessment of a security requirement. Successful &lt;br /&gt;
&lt;br /&gt;
implementation of the corresponding CMMC security requirement requires meeting all &lt;br /&gt;
&lt;br /&gt;
applicable assessment objectives defined in NIST SP 800–171A or NIST SP 800-172A. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Asset:&#039;&#039;&#039; Means an item of value to stakeholders. An asset may be tangible (e.g., a physical &lt;br /&gt;
&lt;br /&gt;
item such as hardware, firmware, computing platform, network device, or other &lt;br /&gt;
&lt;br /&gt;
technology component) or intangible (e.g., humans, data, information, software, &lt;br /&gt;
&lt;br /&gt;
capability, function, service, trademark, copyright, patent, intellectual property, image, &lt;br /&gt;
&lt;br /&gt;
or reputation). The value of an asset is determined by stakeholders in consideration of &lt;br /&gt;
&lt;br /&gt;
loss concerns across the entire system life cycle. Such concerns include but are not &lt;br /&gt;
&lt;br /&gt;
limited to business or mission concerns. Understanding &#039;&#039;assets&#039;&#039; is critical to identifying the &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment Scope&#039;&#039;; for more information see &#039;&#039;CMMC Scoping Guide – Level 3&#039;&#039;.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;CMMC Assessment Scope: &#039;&#039;&#039;As defined in 32 CFR&#039;&#039;&#039; &#039;&#039;&#039;§ 170.4 means the set of all &#039;&#039;assets&#039;&#039; in the &lt;br /&gt;
&lt;br /&gt;
OSC’s environment that will be assessed against CMMC security requirements. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;CMMC Status:&#039;&#039;&#039; The result of meeting or exceeding the minimum required score for the &lt;br /&gt;
&lt;br /&gt;
corresponding assessment. The CMMC Status of an OSA information system is officially &lt;br /&gt;
&lt;br /&gt;
stored in SPRS and additionally presented on a Certificate of CMMC Status, if the &lt;br /&gt;
&lt;br /&gt;
assessment was conducted by a C3PAO or DCMA DIBCAC. &amp;lt;br /&amp;gt;&lt;br /&gt;
o  &#039;&#039;&#039;Conditional Level 3 (DIBCAC):&#039;&#039;&#039;&#039;&#039; &#039;&#039;Defined in 32 CFR § 170.18(a)(1)(ii). The OSC will &lt;br /&gt;
&lt;br /&gt;
achieve  CMMC Status of  Conditional Level 3 (DIBCAC)  if a  POA&amp;amp;amp;M exists upon &lt;br /&gt;
&lt;br /&gt;
completion of the assessment and the POA&amp;amp;amp;M meets all Level 3 POA&amp;amp;amp;M requirements &lt;br /&gt;
&lt;br /&gt;
listed in 32 CFR § 170.21(a)(3). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Final Level 3 (DIBCAC): &#039;&#039;&#039;Defined in&#039;&#039;&#039; &#039;&#039;&#039;32&#039;&#039;&#039; &#039;&#039;&#039;CFR § 170.18(a)(1)(iii).&#039;&#039; &#039;&#039;The OSC will achieve &lt;br /&gt;
&lt;br /&gt;
Final Level 3 (DIBCAC) CMMC Status for the information systems within the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope upon implementation of all security requirements and, if &lt;br /&gt;
&lt;br /&gt;
applicable a POA&amp;amp;amp;M closeout assessment within 180 days. Additional guidance can &lt;br /&gt;
&lt;br /&gt;
be found in 32 CFR §170.21. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Enduring Exception:&#039;&#039;&#039; As defined 32 CFR § 170.4 means a special circumstance or &lt;br /&gt;
&lt;br /&gt;
system where remediation and full compliance with CMMC &#039;&#039;s&#039;&#039;ecurity &#039;&#039;r&#039;&#039;equirements is not &lt;br /&gt;
&lt;br /&gt;
feasible. Examples include systems required to replicate the configuration of ‘fielded’ &lt;br /&gt;
&lt;br /&gt;
systems, medical devices, test equipment, OT, and IoT. No operational plan of action is &lt;br /&gt;
&lt;br /&gt;
required but the circumstance must be documented within a system security plan. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets and Government Furnished Equipment (GFE) may be Enduring &lt;br /&gt;
&lt;br /&gt;
Exceptions. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Event: &#039;&#039;&#039;Any observable occurrence in a system[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|3]]. As described in NIST SP 800-171A[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|4]], the &lt;br /&gt;
&lt;br /&gt;
terms “information system” and “system” can be used interchangeably. &#039;&#039;Events&#039;&#039; sometimes &lt;br /&gt;
&lt;br /&gt;
provide indication that an &#039;&#039;incident&#039;&#039; is occurring.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Incident:  &#039;&#039;&#039;An  occurrence that actually or potentially jeopardizes the confidentiality, &lt;br /&gt;
&lt;br /&gt;
integrity, or availability of a system or the information the system processes, stores, or &lt;br /&gt;
&lt;br /&gt;
transmits or that constitutes a violation or imminent threat of violation of security &lt;br /&gt;
&lt;br /&gt;
policies, security procedures, or acceptable use policies.[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|5 ]]&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Monitoring:  &#039;&#039;&#039;The act of continually checking, supervising, critically observing, or &lt;br /&gt;
&lt;br /&gt;
determining the status in order to identify change from the performance level required &lt;br /&gt;
&lt;br /&gt;
or expected at an &#039;&#039;organization-defined&#039;&#039; frequency and rate.[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|6&#039;&#039;&#039; &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational plan of action: &#039;&#039;&#039;As used in security requirement CA.L2-3.12.2, means the &lt;br /&gt;
&lt;br /&gt;
formal artifact which identifies temporary vulnerabilities and temporary deficiencies in &lt;br /&gt;
&lt;br /&gt;
implementation of requirements and documents how and when they will be mitigated, &lt;br /&gt;
&lt;br /&gt;
corrected, or eliminated.  The OSA defines the format (e.g., document, spreadsheet, &lt;br /&gt;
&lt;br /&gt;
database) and specific content of its operational plan of action. An operational plan of &lt;br /&gt;
&lt;br /&gt;
action is not the same as a POA&amp;amp;amp;M associated with an assessment.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Organization-defined: &#039;&#039;&#039;As determined by the OSC being assessed except as defined in &lt;br /&gt;
&lt;br /&gt;
the case of Organization-Defined Parameter (ODP). This can be applied to a frequency or &lt;br /&gt;
&lt;br /&gt;
rate at which something occurs within a given time period, or it could be associated with &lt;br /&gt;
&lt;br /&gt;
describing the configuration of a OSC’s solution. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Organization-Defined Parameters (ODPs): &#039;&#039;&#039;Selected enhanced security requirements &lt;br /&gt;
&lt;br /&gt;
contain selection and assignment operations to give organizations[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|7 ]]flexibility in defining &lt;br /&gt;
&lt;br /&gt;
variable parts of those requirements, as defined in NIST SP 800-172A. ODPs are used in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800-172 and NIST SP 800-172A to allow Federal agencies, in this case the DoD, &lt;br /&gt;
&lt;br /&gt;
to customize security requirements. Once specified, the values for the assignment and &lt;br /&gt;
&lt;br /&gt;
selection operations become part of the requirement and objectives, where applicable. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
3&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-53 Rev. 5, p. 402 &lt;br /&gt;
&lt;br /&gt;
4&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-171A, June 2018, p. v &lt;br /&gt;
&lt;br /&gt;
5&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-171 Rev. 2, Appendix B, p. 54 (adapted) &lt;br /&gt;
&lt;br /&gt;
6&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-160 Vol. 1 R1, Engineering Trustworthy Secure Systems, 2022, Appendix B., p. 55 &lt;br /&gt;
&lt;br /&gt;
7&lt;br /&gt;
&lt;br /&gt;
 The organization defining the parameters is the DoD. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
7 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The assignments and selections chosen for Level 3 are underlined in the requirement &lt;br /&gt;
&lt;br /&gt;
statement and objectives. In some cases, further specificity of the assignment or selection &lt;br /&gt;
&lt;br /&gt;
will need to be made by the OSC. In those cases, the term and abbreviation ODPs is used &lt;br /&gt;
&lt;br /&gt;
in the assessment objectives to denote where additional definition is required. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Periodically: &#039;&#039;&#039;Means occurring at a regular interval as determined by the OSA that may &lt;br /&gt;
&lt;br /&gt;
not exceed one year. As used in many requirements within CMMC, the interval length is &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;organization-defined&#039;&#039; to provide OSC flexibility, with an interval length of no more than &lt;br /&gt;
&lt;br /&gt;
one year.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Security Protection Data: &#039;&#039;&#039;As defined 32 CFR § 170.4&#039;&#039;&#039; &#039;&#039;&#039;means data stored or processed by &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets (SPA) that are used to protect an OSC&#039;s assessed environment. &lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security relevant information and includes, but is not limited &lt;br /&gt;
&lt;br /&gt;
to: configuration data required to operate an SPA, log files generated by or ingested by &lt;br /&gt;
&lt;br /&gt;
an SPA, data related to the configuration or vulnerability status of in-scope assets, and &lt;br /&gt;
&lt;br /&gt;
passwords that grant access to the in-scope environment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;System Security Plan (SSP):&#039;&#039;&#039; Means the formal document that provides an overview of &lt;br /&gt;
&lt;br /&gt;
the security requirements for an information system or an information security program &lt;br /&gt;
&lt;br /&gt;
and describes the security controls in place or planned for meeting those requirements. &lt;br /&gt;
&lt;br /&gt;
The system security plan describes the system components that are included within the &lt;br /&gt;
&lt;br /&gt;
system, the environment in which the system operates, how the security requirements &lt;br /&gt;
&lt;br /&gt;
are implemented, and the relationships with or connections to other systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Temporary deficiency: &#039;&#039;&#039;As defined 32 CFR&#039;&#039;&#039; &#039;&#039;&#039;§ 170.4 means a condition where &lt;br /&gt;
&lt;br /&gt;
remediation of a discovered deficiency is feasible and a known fix is available or is in &lt;br /&gt;
&lt;br /&gt;
process. The deficiency must be documented in an operational plan of action. A &lt;br /&gt;
&lt;br /&gt;
temporary deficiency is not based on an ‘in progress’ initial implementation of a CMMC &lt;br /&gt;
&lt;br /&gt;
security requirement but arises after implementation. A temporary deficiency may &lt;br /&gt;
&lt;br /&gt;
apply during the initial implementation of a security requirement if, during roll-out, &lt;br /&gt;
&lt;br /&gt;
specific issues with a very limited subset of equipment is discovered that must be &lt;br /&gt;
&lt;br /&gt;
separately addressed. There is no standard duration for which a temporary deficiency &lt;br /&gt;
&lt;br /&gt;
may be active. For example, FIPS-validated cryptography that requires a patch and the &lt;br /&gt;
&lt;br /&gt;
patched version is no longer the validated version may be a temporary deficiency. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
8 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &amp;lt;br /&amp;gt;&lt;br /&gt;
The  &#039;&#039;CMMC Assessment Guide  –  Level  3&#039;&#039;  leverages the assessment procedure described in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800-172A Section 2.1: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;An assessment procedure consists of an assessment objective and a set of &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;potential assessment methods and objects that can be used to conduct the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. Each assessment objective includes a set of determination &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;statements related to the CUI enhanced security requirement that is the subject &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of the assessment. Organization-defined parameters (ODP) that are part of &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;selected enhanced security requirements are included in the initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determination statements for the assessment procedure. ODPs are included since &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the specified parameter values are used in subsequent determination &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;statements. ODPs are numbered sequentially and noted in bold italics. &amp;lt;br /&amp;gt;&lt;br /&gt;
Determination statements reflect the content of the enhanced security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements to ensure traceability of the assessment results to the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. The application of an assessment procedure to an enhanced &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;security requirement produces assessment findings. The findings are used to &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine if the enhanced security requirement has been satisfied. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment objects are associated with the specific items being assessed. These &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;objects can include specifications, mechanisms, activities, and individuals. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Specifications are the document-based artifacts (e.g., policies, procedures, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;security plans, security requirements, functional specifications, architectural &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;designs) associated with a system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Mechanisms are the specific hardware, software, or firmware safeguards &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;employed within a system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Activities are the protection-related actions supporting a system that involve &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;people (e.g., conducting system backup operations, exercising a contingency &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;plan, and monitoring network traffic). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Individuals, or groups of individuals, are people applying the specifications, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;mechanisms, or activities described above. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment methods define the nature and the extent of the assessor’s actions. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The methods include examine, interview, and test. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;The  examine  method is the process of reviewing, inspecting, observing, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;studying, or analyzing assessment objects (i.e., specifications, mechanisms, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;activities). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;The interview method is the process of holding discussions with individuals &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or groups of individuals to facilitate understanding, achieve clarification, or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;obtain evidence. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;The test method is the process of exercising assessment objects (i.e., activities, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;mechanisms) under specified conditions to compare actual with expected &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;behavior. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The purpose of the assessment methods is to facilitate understanding, achieve &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;clarification, and obtain evidence. The results obtained from applying the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;methods are used for making the specific determinations called for in the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determination statements and thereby achieving the objectives for the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment procedure. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Criteria &lt;br /&gt;
&lt;br /&gt;
Assessment objectives are provided for each requirement and are based on existing criteria &lt;br /&gt;
&lt;br /&gt;
from NIST SP 800-172A. The criteria are authoritative and provide a basis for the assessor &lt;br /&gt;
&lt;br /&gt;
to conduct an assessment of a requirement. &lt;br /&gt;
&lt;br /&gt;
Methodology &lt;br /&gt;
&lt;br /&gt;
During the CMMC certification assessment, the assessor will verify and validate that the OSC &lt;br /&gt;
&lt;br /&gt;
has met the requirements. Because an OSC can meet the assessment objectives in different &lt;br /&gt;
&lt;br /&gt;
ways (e.g., through documentation, computer configuration, network configuration, or &lt;br /&gt;
&lt;br /&gt;
training), the assessor may use a variety of techniques, including one or more of the three &lt;br /&gt;
&lt;br /&gt;
assessment methods described above from NIST SP 800-172A, to determine if the OSC meets &lt;br /&gt;
&lt;br /&gt;
the intent of the requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The assessor  will follow the guidance in NIST  SP  800-172A when determining which &lt;br /&gt;
&lt;br /&gt;
assessment methods to use: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organizations [DoD] are not expected to use all of the assessment methods and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;objects contained within the assessment procedures identified in this &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;publication. Rather, organizations have the flexibility to establish the level of &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;effort needed and the assurance required for an assessment (e.g., which &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment methods and objects are deemed to be the most useful in obtaining &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the desired results). The decision on level of effort is made based on how the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;organization can accomplish the assessment objectives in the most cost-effective &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;and efficient manner and with sufficient confidence to support the determination &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;that the CUI enhanced security requirements have been satisfied. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The primary deliverable of an assessment is a compliance score and accompanying report &lt;br /&gt;
&lt;br /&gt;
that contains the findings associated with each requirement. For more detailed information &lt;br /&gt;
&lt;br /&gt;
on assessment methods, see Appendix C of NIST SP 800-172A. &amp;lt;br /&amp;gt;&lt;br /&gt;
Figure 1 illustrates an example of an assessment procedure for requirement AC.L3-3.1.3e. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Who Is Interviewed &lt;br /&gt;
&lt;br /&gt;
The assessor  has discussions with OSC  staff to understand if a requirement has been &lt;br /&gt;
&lt;br /&gt;
addressed. Interviews with  applicable staff (possibly at different organizational levels) &lt;br /&gt;
&lt;br /&gt;
determine if CMMC security  requirements are implemented and  if adequate resourcing, &lt;br /&gt;
&lt;br /&gt;
training, and planning have occurred for individuals to perform the requirements. &lt;br /&gt;
&lt;br /&gt;
What Is Examined &lt;br /&gt;
&lt;br /&gt;
Examination includes reviewing, inspecting, observing, studying, or analyzing assessment &lt;br /&gt;
&lt;br /&gt;
objects. The objects can be documents, mechanisms, or activities. The primary focus will be &lt;br /&gt;
&lt;br /&gt;
to examine through demonstrations during interviews. &amp;lt;br /&amp;gt;&lt;br /&gt;
For some requirements, the assessor reviews documentation to determine if assessment &lt;br /&gt;
&lt;br /&gt;
objectives are met. Interviews with OSC staff may identify the documents uses. Documents &lt;br /&gt;
&lt;br /&gt;
need to be in their final forms; working papers (e.g., drafts) of documentation are not eligible &lt;br /&gt;
&lt;br /&gt;
to be submitted as evidence because they are not yet official and are still subject to change. &lt;br /&gt;
&lt;br /&gt;
Common types of documents that can be used as evidence include: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  policy, process, and procedure documents; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  training materials; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  plans and planning documents; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  system-level, network, and data flow diagrams. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This list of documents is not exhaustive or prescriptive. An OSC may not have these specific &lt;br /&gt;
&lt;br /&gt;
documents, and other documents may be used to provide evidence of compliance. &amp;lt;br /&amp;gt;&lt;br /&gt;
In other cases, the requirement is best assessed by observing that safeguards are in place by &lt;br /&gt;
&lt;br /&gt;
viewing  hardware or associated configuration information or observe  staff  exercising  a &lt;br /&gt;
&lt;br /&gt;
process. &lt;br /&gt;
&lt;br /&gt;
What Is Tested &lt;br /&gt;
&lt;br /&gt;
Testing is an important part of the assessment process. Interviews tell the assessor what the &lt;br /&gt;
&lt;br /&gt;
OSC staff believe to be true, documentation provides evidence of intent, and testing &lt;br /&gt;
&lt;br /&gt;
demonstrates what has or has not been done and is the preferred assessment method when &lt;br /&gt;
&lt;br /&gt;
possible. For example, staff may talk about how users are identified and documentation may &lt;br /&gt;
&lt;br /&gt;
provide details on how users are identified, but seeing a demonstration of user identification &lt;br /&gt;
&lt;br /&gt;
provides evidence that the requirement is met. The assessor will determine which &lt;br /&gt;
&lt;br /&gt;
requirements or objectives within a requirement need demonstration or testing. Most &lt;br /&gt;
&lt;br /&gt;
objectives will require testing. &lt;br /&gt;
&lt;br /&gt;
Assessment Findings &lt;br /&gt;
&lt;br /&gt;
The assessment of a CMMC security requirement results in one of three possible findings: &lt;br /&gt;
&lt;br /&gt;
MET, NOT MET, or NOT APPLICABLE as defined in 32 CFR § 170.24. To achieve CMMC Status &lt;br /&gt;
&lt;br /&gt;
of Final Level 3 (DIBCAC) as described in 32 CFR § 170.18, the OSC will need a finding of MET &lt;br /&gt;
&lt;br /&gt;
or NOT APPLICABLE on all Level 3 security requirements.  &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;MET:&#039;&#039;&#039;  All applicable  assessment  objectives  for the security requirement are  satisfied &lt;br /&gt;
&lt;br /&gt;
based on evidence. All evidence must be in final form and a not draft. Unacceptable forms &lt;br /&gt;
&lt;br /&gt;
of evidence include working papers, drafts, and unofficial or unapproved policies. For &lt;br /&gt;
&lt;br /&gt;
each security requirement marked MET, it is best practice to record statements that &lt;br /&gt;
&lt;br /&gt;
indicate the response conforms to all objectives and document the appropriate evidence &lt;br /&gt;
&lt;br /&gt;
to support the response. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Enduring Exceptions when described, along with any mitigations, in the system &lt;br /&gt;
&lt;br /&gt;
security plan shall be assessed as MET. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Temporary deficiencies that are appropriately addressed in operational plans of &lt;br /&gt;
&lt;br /&gt;
action (i.e., include deficiency reviews, milestones, and show progress towards &lt;br /&gt;
&lt;br /&gt;
the implementation of corrections to reduce or eliminate identified &lt;br /&gt;
&lt;br /&gt;
vulnerabilities) shall be assessed as MET. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;NOT MET: &#039;&#039;&#039;One or more objectives for the security requirement is not satisfied. During a &lt;br /&gt;
&lt;br /&gt;
Level 3 certification assessment, for each requirement objective marked NOT MET, the &lt;br /&gt;
&lt;br /&gt;
assessor will document why the evidence provided by the OSC does not conform. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;NOT APPLICABLE (N/A): &#039;&#039;&#039;A security requirement and/or objective does not apply at the &lt;br /&gt;
&lt;br /&gt;
time of the assessment. For example, SI.L3-3.14.3e might be N/A if there are no Internet of &lt;br /&gt;
&lt;br /&gt;
Things (IoT),  Industrial Internet of Things (IIoT),  Operational Technology (OT), &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
12 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Government Furnished Equipment (GFE), Restricted Information Systems, or  test &lt;br /&gt;
&lt;br /&gt;
equipment included in the Level 3 CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
If an OSC previously received a favorable adjudication from the DoD CIO indicating that &lt;br /&gt;
&lt;br /&gt;
a requirement is not applicable or that an alternative security measure is equally &lt;br /&gt;
&lt;br /&gt;
effective, the DoD CIO  adjudication must be included in the system security plan to &lt;br /&gt;
&lt;br /&gt;
receive consideration during an assessment. Implemented security measures &lt;br /&gt;
&lt;br /&gt;
adjudicated by the DoD CIO as equally effective are assessed as MET if there have been &lt;br /&gt;
&lt;br /&gt;
no changes in the environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Each assessment  objective in NIST SP 800-171A  and NIST SP 800-172A  must yield a &lt;br /&gt;
&lt;br /&gt;
finding of MET or NOT APPLICABLE in order for the overall security requirement to be &lt;br /&gt;
&lt;br /&gt;
scored as MET. Assessors exercise judgment in determining when sufficient and &lt;br /&gt;
&lt;br /&gt;
adequate evidence has been presented to make an assessment finding. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC  certification  assessments are conducted and results are captured at the &lt;br /&gt;
&lt;br /&gt;
assessment objective level. One NOT MET assessment objective results in a failure of the &lt;br /&gt;
&lt;br /&gt;
entire security requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
A security requirement can be applicable even when assessment objectives included in &lt;br /&gt;
&lt;br /&gt;
the security requirements are scored as N/A. The security requirement is NOT MET when &lt;br /&gt;
&lt;br /&gt;
one or more applicable assessment objectives is NOT MET. &amp;lt;br /&amp;gt;&lt;br /&gt;
Satisfaction of security requirements may be accomplished by other parts of the enterprise &lt;br /&gt;
&lt;br /&gt;
or an External Service Provider (ESP), as defined in 32 CFR § 170.4. A security requirement &lt;br /&gt;
&lt;br /&gt;
is considered MET if adequate evidence is provided that the enterprise or ESP, implements &lt;br /&gt;
&lt;br /&gt;
the requirement objectives. An ESP may be external people, technology, or facilities that &lt;br /&gt;
&lt;br /&gt;
the  OSC  uses, including cloud service providers, managed service providers, managed &lt;br /&gt;
&lt;br /&gt;
security service providers, or cybersecurity-as-a-service providers. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Requirement Descriptions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
13 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Requirement Descriptions &amp;lt;br /&amp;gt;&lt;br /&gt;
This section provides detailed information and guidance for assessing each Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirement. The section is organized first  by domain and  then  by individual security &lt;br /&gt;
&lt;br /&gt;
requirement. Each security  requirement description contains the following elements  as &lt;br /&gt;
&lt;br /&gt;
described in 32 CFR § 170.14(c): &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Requirement Number, Name, and Statement:&#039;&#039;&#039; Headed by the requirement identification &lt;br /&gt;
&lt;br /&gt;
number in the format DD.L#-REQ (e.g., AC.L3-3.1.2e); followed by the requirement short &lt;br /&gt;
&lt;br /&gt;
name identifier, meant to be used for quick reference only; and finally followed by the &lt;br /&gt;
&lt;br /&gt;
complete CMMC security requirement statement. In the case where the original NIST SP &lt;br /&gt;
&lt;br /&gt;
800-172 requirement requires  an assignment and/or selection statement, the Level 3 &lt;br /&gt;
&lt;br /&gt;
assignment (and any necessary selection)  text  is  emphasized  using  underlining.  See &lt;br /&gt;
&lt;br /&gt;
Section 2.2 in NIST SP 800-172 for the discussion on assignments and selections. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment Objectives [NIST SP 800-172A]: &#039;&#039;&#039;Identifies the specific list of objectives &lt;br /&gt;
&lt;br /&gt;
that must be met to receive MET for the requirement as defined in NIST SP 800-172A and &lt;br /&gt;
&lt;br /&gt;
includes the Level 3 assignment/selection text (as appropriate). In cases where a Level 3 &lt;br /&gt;
&lt;br /&gt;
assignment  fully satisfies the definition(s)  required in an  organization-defined &lt;br /&gt;
&lt;br /&gt;
parameter (ODP) in NIST SP 800-172A, the ODP statement is not included as an objective, &lt;br /&gt;
&lt;br /&gt;
since that objective has been met by the assignment itself.  However, when the &lt;br /&gt;
&lt;br /&gt;
assignment does not fully contain all required aspects of a NIST SP 800-172A ODP, the &lt;br /&gt;
&lt;br /&gt;
ODP is included as its own objective, using the original NIST SP 800-172A ODP number &lt;br /&gt;
&lt;br /&gt;
(e.g., “[ODP4]”). See the breakout box &#039;&#039;ORGANIZATION-DEFINED PARAMETERS&#039;&#039; in Section &lt;br /&gt;
&lt;br /&gt;
2.1 of NIST  SP  800-172A for additional details on an  ODP.  In all cases where an &lt;br /&gt;
&lt;br /&gt;
assignment is used within an objective, it also emphasized using underlining. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Potential Assessment Methods and Objects [NIST SP 800-172A]: &#039;&#039;&#039;Defines the nature &lt;br /&gt;
&lt;br /&gt;
and extent of the assessor’s actions. Potential assessment methods and objects are as &lt;br /&gt;
&lt;br /&gt;
defined in NIST  SP  800-172A. The methods include &#039;&#039;examine&#039;&#039;,  &#039;&#039;interview&#039;&#039;, and &#039;&#039;test&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Assessment objects identify the items being assessed and can include specifications, &lt;br /&gt;
&lt;br /&gt;
mechanisms, activities, and individuals. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Discussion [NIST SP 800-172]: &#039;&#039;&#039;Contains discussion from the associated NIST SP 800-172 &lt;br /&gt;
&lt;br /&gt;
security requirement. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Further Discussion: &#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Expands upon the NIST content to provide supplemental information on the &lt;br /&gt;
&lt;br /&gt;
requirement intent. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Contains examples illustrating how the OSC might apply the requirement. These &lt;br /&gt;
&lt;br /&gt;
examples provide insight but are not intended to be prescriptive of how the &lt;br /&gt;
&lt;br /&gt;
requirement must be implemented, nor comprehensive of all assessment &lt;br /&gt;
&lt;br /&gt;
objectives necessary to achieve the requirement. The assessment objectives met &lt;br /&gt;
&lt;br /&gt;
within the example are referenced by letter in brackets (e.g., [a,d] for objectives &lt;br /&gt;
&lt;br /&gt;
“a” and “d”) within the text. Note that some of the examples contain company &lt;br /&gt;
&lt;br /&gt;
names; all company names used in this document are fictitious. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Requirement Descriptions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
14 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Provides potential assessment considerations. These may include common &lt;br /&gt;
&lt;br /&gt;
considerations for assessing the requirement and potential questions the assessor &lt;br /&gt;
&lt;br /&gt;
may ask when assessing the objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Key References: &#039;&#039;&#039;Lists the security requirement from NIST SP 800-172. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.2e – Organizationally Controlled Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
15 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Access Control (AC) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;AC.L3-3.1.2E – ORGANIZATIONALLY CONTROLLED ASSETS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Restrict access to systems and system components to only those information resources that &lt;br /&gt;
&lt;br /&gt;
are owned, provisioned, or issued by the organization. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Information resources that are owned, provisioned, or issued by the organization are &lt;br /&gt;
&lt;br /&gt;
identified; and &lt;br /&gt;
&lt;br /&gt;
[b] Access to systems and system components is restricted to only those information &lt;br /&gt;
&lt;br /&gt;
resources that are owned, provisioned, or issued by the organization. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Access control policy; procedures addressing the use of external systems; &lt;br /&gt;
&lt;br /&gt;
list of information resources owned, provisioned, or issued by the organization; security &lt;br /&gt;
&lt;br /&gt;
plan; system design documentation; system configuration settings and associated &lt;br /&gt;
&lt;br /&gt;
documentation; system connection or processing agreements; system audit records; account &lt;br /&gt;
&lt;br /&gt;
management documents; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for restricting or prohibiting the use &lt;br /&gt;
&lt;br /&gt;
of non-organizationally owned systems, system components, or devices; system and &lt;br /&gt;
&lt;br /&gt;
network administrators; organizational personnel responsible for system security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing restrictions on the use of non-organizationally &lt;br /&gt;
&lt;br /&gt;
owned systems, components, or devices]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Information resources that are not owned, provisioned, or issued by the organization include &lt;br /&gt;
&lt;br /&gt;
systems or system components owned by other organizations and personally owned &lt;br /&gt;
&lt;br /&gt;
devices. Non-organizational information resources present significant risks to the &lt;br /&gt;
&lt;br /&gt;
organization and complicate the ability to employ a “comply-to-connect” policy or &lt;br /&gt;
&lt;br /&gt;
implement component or device attestation techniques to ensure the integrity of the &lt;br /&gt;
&lt;br /&gt;
organizational system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.2e – Organizationally Controlled Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
16 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Implementing this requirement ensures that an organization has control over the systems &lt;br /&gt;
&lt;br /&gt;
that can connect to organizational assets. This control will allow more effective and efficient &lt;br /&gt;
&lt;br /&gt;
application of security policy. The terms “has control over” provides policy for systems that &lt;br /&gt;
&lt;br /&gt;
are not owned outright by the organization.  Control includes policies, regulations or &lt;br /&gt;
&lt;br /&gt;
standards that are enforced on the resource accessing contractor systems. Control may also &lt;br /&gt;
&lt;br /&gt;
be exercised through contracts or agreements with the external party. Provisioned includes &lt;br /&gt;
&lt;br /&gt;
setting configuration, whether through direct technical means or by policy or agreement. For &lt;br /&gt;
&lt;br /&gt;
purposes of this requirement, GFE can be considered provisioned by the OSA. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the chief network architect for your company.  Company policy states  that all &lt;br /&gt;
&lt;br /&gt;
company-owned assets  must  be separated from all non-company-owned  (i.e.,  guest or &lt;br /&gt;
&lt;br /&gt;
employee) assets. You decide the best way forward is to modify the corporate wired and &lt;br /&gt;
&lt;br /&gt;
wireless networks to only allow company-owned devices to connect [b]. All other devices &lt;br /&gt;
&lt;br /&gt;
are connected to a second (untrusted) network that non-corporate devices may use to access &lt;br /&gt;
&lt;br /&gt;
the internet.  The two environments are physically separated and are not allowed to be &lt;br /&gt;
&lt;br /&gt;
connected.  You also decide to limit the virtual private network (VPN)  services of the &lt;br /&gt;
&lt;br /&gt;
company to devices owned by the corporation by installing certificate keys and have the VPN &lt;br /&gt;
&lt;br /&gt;
validate the configuration of connecting devices before they are allowed in [b]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are a small company that uses an External Service Provider (ESP) to provide your audit &lt;br /&gt;
&lt;br /&gt;
logging.  Access between the ESP and the organization is controlled by the agreement &lt;br /&gt;
&lt;br /&gt;
between the organization and the ESP. That agreement will include the policies, standards, &lt;br /&gt;
&lt;br /&gt;
and configuration for the required access. Technical controls should be documented and in &lt;br /&gt;
&lt;br /&gt;
place which limit the ESP’s access to the minimum required to perform the logging service. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Can the organization demonstrate a non-company-owned device failing to access &lt;br /&gt;
&lt;br /&gt;
information resources owned by the company [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  How is this requirement met for organizational devices that are specialized assets (GFE, &lt;br /&gt;
&lt;br /&gt;
restricted information systems) [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the company allow employees to charge personal cell phones on organizational &lt;br /&gt;
&lt;br /&gt;
systems [b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.1.2e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.3e – Secured Information Transfer &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
17 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AC.L3-3.1.3E – SECURED INFORMATION TRANSFER &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ secure information transfer solutions to control information flows between security &lt;br /&gt;
&lt;br /&gt;
domains on connected systems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Secure information transfer solutions are defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Information flows between security domains on connected systems are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Secure information transfer solutions  are employed to control information flows &lt;br /&gt;
&lt;br /&gt;
between security domains on connected systems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Access control policy; information flow control policies; procedures &lt;br /&gt;
&lt;br /&gt;
addressing information flow enforcement; system design documentation; security plan; &lt;br /&gt;
&lt;br /&gt;
system configuration settings and associated documentation; system audit records; system &lt;br /&gt;
&lt;br /&gt;
baseline configuration; list of information flow authorizations; other relevant documents or &lt;br /&gt;
&lt;br /&gt;
records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and network administrators; organizational personnel responsible &lt;br /&gt;
&lt;br /&gt;
for information security; system developers]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing information flow enforcement policy; &lt;br /&gt;
&lt;br /&gt;
mechanisms implementing secure information transfer solutions]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations employ information flow control policies and enforcement mechanisms to &lt;br /&gt;
&lt;br /&gt;
control the flow of information between designated sources and destinations within systems &lt;br /&gt;
&lt;br /&gt;
and between connected systems. Flow control is based on the characteristics of the &lt;br /&gt;
&lt;br /&gt;
information and/or the information path. Enforcement occurs, for example, in boundary &lt;br /&gt;
&lt;br /&gt;
protection devices that employ rule sets or establish configuration settings that restrict &lt;br /&gt;
&lt;br /&gt;
system services, provide a packet-filtering capability  based on header information, or &lt;br /&gt;
&lt;br /&gt;
provide a message-filtering capability based on message content. Organizations also &lt;br /&gt;
&lt;br /&gt;
consider the trustworthiness of filtering and inspection mechanisms (i.e., hardware, &lt;br /&gt;
&lt;br /&gt;
firmware, and software components) that are critical to information flow enforcement. &amp;lt;br /&amp;gt;&lt;br /&gt;
Transferring information between systems in different security domains with different &lt;br /&gt;
&lt;br /&gt;
security policies introduces the risk that the transfers violate one or more domain security &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.3e – Secured Information Transfer &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
18 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
policies. In such situations, information owners or information stewards provide guidance &lt;br /&gt;
&lt;br /&gt;
at designated policy enforcement points between connected systems. Organizations &lt;br /&gt;
&lt;br /&gt;
mandate specific architectural solutions when required to enforce logical or physical &lt;br /&gt;
&lt;br /&gt;
separation between systems in different security domains. Enforcement includes prohibiting &lt;br /&gt;
&lt;br /&gt;
information transfers between connected systems, employing hardware mechanisms to &lt;br /&gt;
&lt;br /&gt;
enforce one-way information flows, verifying write permissions before accepting &lt;br /&gt;
&lt;br /&gt;
information from another security domain or connected system, and implementing &lt;br /&gt;
&lt;br /&gt;
trustworthy regrading mechanisms to reassign security attributes and labels. &amp;lt;br /&amp;gt;&lt;br /&gt;
Secure information transfer solutions often include one or more of the following properties: &lt;br /&gt;
&lt;br /&gt;
use of cross-domain solutions when traversing security domains, mutual authentication of &lt;br /&gt;
&lt;br /&gt;
the sender and recipient (using hardware-based cryptography), encryption of data in transit &lt;br /&gt;
&lt;br /&gt;
and at rest, isolation from other domains, and logging of information transfers (e.g., title of &lt;br /&gt;
&lt;br /&gt;
file, file size, cryptographic hash of file, sender, recipient, transfer time and Internet Protocol &lt;br /&gt;
&lt;br /&gt;
[IP] address, receipt time, and IP address). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The organization implementing this requirement must decide on the secure information &lt;br /&gt;
&lt;br /&gt;
transfer solutions they will use. The solutions must be configured to have strong protection &lt;br /&gt;
&lt;br /&gt;
mechanisms for information flow between security domains. Secure information transfer &lt;br /&gt;
&lt;br /&gt;
solutions control information flow between a Level 3 enclave and other CMMC or non-CMMC &lt;br /&gt;
&lt;br /&gt;
enclaves. If CUI requiring Level 3 protection resides in one area of the environment or within &lt;br /&gt;
&lt;br /&gt;
a given enclave outside of the normal working environment, protection to prevent &lt;br /&gt;
&lt;br /&gt;
unauthorized personnel from accessing, disseminating,  and sharing the protected &lt;br /&gt;
&lt;br /&gt;
information is required. Physical and virtual methods can be employed to implement secure &lt;br /&gt;
&lt;br /&gt;
information transfer solutions. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the administrator for an enterprise that stores and processes CUI requiring Level 3 &lt;br /&gt;
&lt;br /&gt;
protection. The files containing CUI information are tagged by the company as CUI. To ensure &lt;br /&gt;
&lt;br /&gt;
secure information transfer, you use an intermediary device to check the transfer of any CUI &lt;br /&gt;
&lt;br /&gt;
files. The device sits at the boundary of the CUI enclave, is aware of all other CUI domains in &lt;br /&gt;
&lt;br /&gt;
the enterprise, and has the ability to examine the metadata in the encrypted payload. The &lt;br /&gt;
&lt;br /&gt;
tool checks all outbound communications paths. It first checks the metadata for all data being &lt;br /&gt;
&lt;br /&gt;
transferred. If that data is identified as CUI, the device checks the destination to see if the &lt;br /&gt;
&lt;br /&gt;
transfer is to another, sufficiently certified CUI domain. If the destination is not a sufficient &lt;br /&gt;
&lt;br /&gt;
CUI domain, the tool blocks the communication path and does not allow the transfer to take &lt;br /&gt;
&lt;br /&gt;
place. If the destination is a sufficient CUI domain, the transfer is allowed. The intermediary &lt;br /&gt;
&lt;br /&gt;
device logs all blocks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined the secure information transfer solutions it is using [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined domains, boundaries, and flows between those domains &lt;br /&gt;
&lt;br /&gt;
that need to be controlled [a]? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.3e – Secured Information Transfer &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
19 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined attributes to be associated with the CUI, and both source &lt;br /&gt;
&lt;br /&gt;
and destination objects [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined metadata or some other tagging mechanism to be used as a &lt;br /&gt;
&lt;br /&gt;
means of enforcing CUI flow control [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined filters to be used as a basis for enforcing flow control &lt;br /&gt;
&lt;br /&gt;
decisions [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization identified  CUI  flows for which flow control decisions are to be &lt;br /&gt;
&lt;br /&gt;
applied and enforced [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.1.3e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.1e – Advanced Threat Awareness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Awareness and Training (AT) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;AT.L3-3.2.1E – ADVANCED THREAT AWARENESS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Provide awareness training upon initial hire, following a significant cyber event, and at least &lt;br /&gt;
&lt;br /&gt;
annually, focused on recognizing and responding to threats from social engineering, &lt;br /&gt;
&lt;br /&gt;
advanced persistent threat actors, breaches, and suspicious behaviors; update the training &lt;br /&gt;
&lt;br /&gt;
at least annually or when there are significant changes to the threat. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Threats from social engineering, advanced persistent threat actors, breaches, and &lt;br /&gt;
&lt;br /&gt;
suspicious behaviors are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Awareness training focused on recognizing and responding to threats from social &lt;br /&gt;
&lt;br /&gt;
engineering, advanced persistent threat actors, breaches, and suspicious behaviors is &lt;br /&gt;
&lt;br /&gt;
provided upon initial hire, following a significant cyber event, and at least annually; &lt;br /&gt;
&lt;br /&gt;
[c] Significant changes to the threats from social engineering, advanced persistent threat &lt;br /&gt;
&lt;br /&gt;
actors, breaches, and suspicious behaviors are identified; and &lt;br /&gt;
&lt;br /&gt;
[d] Awareness training is updated at least annually or when there are significant changes to &lt;br /&gt;
&lt;br /&gt;
the threat. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Awareness training policy; procedures addressing awareness training &lt;br /&gt;
&lt;br /&gt;
implementation; appropriate codes of federal regulations; awareness training curriculum; &lt;br /&gt;
&lt;br /&gt;
awareness training materials; security plan; training records; threat information on social &lt;br /&gt;
&lt;br /&gt;
engineering, advanced persistent threat actors, suspicious behaviors, and breaches; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for awareness training; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for information security; organizational personnel &lt;br /&gt;
&lt;br /&gt;
comprising the general system user community]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms managing awareness training; mechanisms managing threat &lt;br /&gt;
&lt;br /&gt;
information]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.1e – Advanced Threat Awareness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
21 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An effective method to detect APT activities and reduce the effectiveness of those activities &lt;br /&gt;
&lt;br /&gt;
is to provide specific awareness training for individuals. A well-trained and security-aware &lt;br /&gt;
&lt;br /&gt;
workforce provides another organizational safeguard that can be employed as part of a &lt;br /&gt;
&lt;br /&gt;
defense-in-depth strategy to protect organizations against malicious code injections via &lt;br /&gt;
&lt;br /&gt;
email or web applications. Threat awareness training includes educating individuals on the &lt;br /&gt;
&lt;br /&gt;
various ways that APTs can infiltrate organizations, including through websites, emails, &lt;br /&gt;
&lt;br /&gt;
advertisement pop-ups, articles, and social engineering. Training can include techniques for &lt;br /&gt;
&lt;br /&gt;
recognizing suspicious emails, the use of removable systems in non-secure settings, and the &lt;br /&gt;
&lt;br /&gt;
potential targeting of individuals by adversaries outside the workplace. Awareness training &lt;br /&gt;
&lt;br /&gt;
is assessed and updated periodically to ensure that the training is relevant and effective, &lt;br /&gt;
&lt;br /&gt;
particularly with respect to the threat since it is constantly, and often rapidly, evolving. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-50] provides guidance on security awareness and training programs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All organizations, regardless of size,  should have a cyber training program that helps &lt;br /&gt;
&lt;br /&gt;
employees understand threats they will face on a daily basis. This training must include &lt;br /&gt;
&lt;br /&gt;
knowledge about APT actors, breaches, and suspicious behaviors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the cyber training coordinator for a small business with eight employees. You do not &lt;br /&gt;
&lt;br /&gt;
have your own in-house cyber training program. Instead, you use a third-party company to &lt;br /&gt;
&lt;br /&gt;
provide cyber training.  New hires take the course when they start,  and all current staff &lt;br /&gt;
&lt;br /&gt;
members receive refresher training at least once a year [b]. When significant changes to the &lt;br /&gt;
&lt;br /&gt;
threat landscape take place, the company contacts you and informs you that an update to the &lt;br /&gt;
&lt;br /&gt;
training has been completed [c,d] and everyone will need to receive training [b]. You keep a &lt;br /&gt;
&lt;br /&gt;
log of all employees who have gone through the cyber training program and the dates of &lt;br /&gt;
&lt;br /&gt;
training. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have evidence that employees participate in cyber awareness &lt;br /&gt;
&lt;br /&gt;
training at initial hire and at least annually thereafter or when there have been significant &lt;br /&gt;
&lt;br /&gt;
changes to the threat [b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.2.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.2e – Practical Training Exercises &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
22 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AT.L3-3.2.2E – PRACTICAL TRAINING EXERCISES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Include practical exercises in awareness training for all users, tailored by roles, to include &lt;br /&gt;
&lt;br /&gt;
general users, users with specialized roles, and privileged users,  that are aligned with &lt;br /&gt;
&lt;br /&gt;
current threat scenarios and provide feedback to individuals involved in the training and &lt;br /&gt;
&lt;br /&gt;
their supervisors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Practical exercises are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Current threat scenarios are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Individuals involved in training and their supervisors are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] Practical exercises that are aligned with current threat scenarios are included in &lt;br /&gt;
&lt;br /&gt;
awareness training for all users, tailored by roles, to include general users, users with &lt;br /&gt;
&lt;br /&gt;
specialized roles, and privileged users; and &lt;br /&gt;
&lt;br /&gt;
[e] Feedback is provided to individuals involved in the training and their supervisors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Awareness training policy; procedures addressing awareness training &lt;br /&gt;
&lt;br /&gt;
implementation; appropriate codes of federal regulations; awareness training curriculum; &lt;br /&gt;
&lt;br /&gt;
awareness training materials; security plan; training records; threat information on social &lt;br /&gt;
&lt;br /&gt;
engineering, advanced persistent threat actors, suspicious behaviors, breaches, or other &lt;br /&gt;
&lt;br /&gt;
relevant adversary tactics, techniques, or procedures; feedback on practical exercises and &lt;br /&gt;
&lt;br /&gt;
awareness training; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for awareness training; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for information security; organizational personnel with roles identified &lt;br /&gt;
&lt;br /&gt;
for practical exercises; supervisors of personnel with roles identified for practical exercises].  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms managing awareness training; mechanisms managing threat &lt;br /&gt;
&lt;br /&gt;
information]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.2e – Practical Training Exercises &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
23 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Awareness training is most effective when it is complemented by practical exercises tailored &lt;br /&gt;
&lt;br /&gt;
to the tactics, techniques, and procedures (TTP) of the threat. Examples of practical exercises &lt;br /&gt;
&lt;br /&gt;
include unannounced social engineering attempts to gain unauthorized access, collect &lt;br /&gt;
&lt;br /&gt;
information, or simulate the adverse impact of opening malicious email attachments or &lt;br /&gt;
&lt;br /&gt;
invoking, via spear phishing attacks, malicious web links. Rapid feedback is essential to &lt;br /&gt;
&lt;br /&gt;
reinforce desired user behavior. Training results, especially failures of personnel in critical &lt;br /&gt;
&lt;br /&gt;
roles, can be indicative of a potentially serious problem. It is important that senior &lt;br /&gt;
&lt;br /&gt;
management are made aware of such situations so that they can take appropriate &lt;br /&gt;
&lt;br /&gt;
remediating actions.  &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-181] provides guidance on role-based security training, including a lexicon and &lt;br /&gt;
&lt;br /&gt;
taxonomy that describes cybersecurity work via work roles. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This  requirement  can be performed by the organization or by a  third-party company. &lt;br /&gt;
&lt;br /&gt;
Training exercises (including unannounced exercises, such as phishing training) should be &lt;br /&gt;
&lt;br /&gt;
performed at various times throughout the year to encourage employee readiness. After &lt;br /&gt;
&lt;br /&gt;
each exercise session has been completed, the results should be recorded (date, time, what &lt;br /&gt;
&lt;br /&gt;
and who the training tested, and the percent of successful and unsuccessful responses). The &lt;br /&gt;
&lt;br /&gt;
purpose of training is to help employees in all roles act appropriately for any given training &lt;br /&gt;
&lt;br /&gt;
situation, which should reflect real-life scenarios.  Collected results will help identify &lt;br /&gt;
&lt;br /&gt;
shortcomings in the cyber training and/or whether additional instructional training may be &lt;br /&gt;
&lt;br /&gt;
needed. &amp;lt;br /&amp;gt;&lt;br /&gt;
General exercises can be included for all users, but exercises tailored for specific roles are &lt;br /&gt;
&lt;br /&gt;
important, too. Training tailored for specific roles helps make sure individuals are ready for &lt;br /&gt;
&lt;br /&gt;
actions and events specific to their positions in a company. Privileged users receive training &lt;br /&gt;
&lt;br /&gt;
that emphasizes what permissions their privileged account has in a given environment and &lt;br /&gt;
&lt;br /&gt;
what extra care is required when using their privileged account. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the cyber training coordinator for a medium-sized business. You and a coworker &lt;br /&gt;
&lt;br /&gt;
have developed a  specialized awareness training to increase  cybersecurity awareness &lt;br /&gt;
&lt;br /&gt;
around your organization. Your training includes social media campaigns, social engineering &lt;br /&gt;
&lt;br /&gt;
phone calls, and phishing emails with  disguised  links to staff to train them beyond the &lt;br /&gt;
&lt;br /&gt;
standard cybersecurity training [a,b]. &amp;lt;br /&amp;gt;&lt;br /&gt;
To send simulated  phishing emails to staff, you subscribe to  a  third-party  service  that &lt;br /&gt;
&lt;br /&gt;
specializes in this area [a]. The service sets up fictitious websites with disguised links to help &lt;br /&gt;
&lt;br /&gt;
train general staff against this TTP used by APTs [d]. The third-party company tracks the &lt;br /&gt;
&lt;br /&gt;
individuals who were sent phishing emails and whether they click on any of the of the links &lt;br /&gt;
&lt;br /&gt;
within the emails. After the training action is completed, you receive a report from the third-&lt;br /&gt;
&lt;br /&gt;
party company. The results show that 20% of the staff clicked on one or more phishing email &lt;br /&gt;
&lt;br /&gt;
links, demonstrating a significant risk to your company. As the cyber training coordinator, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.2e – Practical Training Exercises &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
24 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
you notify the individuals, informing them they failed the training and identifying the area(s) &lt;br /&gt;
&lt;br /&gt;
of concern  [e].  You send an email to the  supervisors informing them who in their &lt;br /&gt;
&lt;br /&gt;
organization  has received training. You also send an email out to the entire company &lt;br /&gt;
&lt;br /&gt;
explaining the training that just took place and the overall results [e]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Are the individuals being trained and the results recorded [e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Are the training exercises performed [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Are the exercises set up for all users? Are there tailored exercises based on roles within &lt;br /&gt;
&lt;br /&gt;
the organization (general users, users with specialized roles, and privileged users) [d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have documentation recording the training exercises, who &lt;br /&gt;
&lt;br /&gt;
participated, and feedback provided to those who participated in a training session [c,e]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.2.2e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.1e – Authoritative Repository &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
25 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Configuration Management (CM) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CM.L3-3.4.1E – AUTHORITATIVE REPOSITORY &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Establish and maintain an authoritative source and repository to provide a trusted source &lt;br /&gt;
&lt;br /&gt;
and accountability for approved and implemented system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Approved system components are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Implemented system components are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] An authoritative source and repository are established to provide a trusted source and &lt;br /&gt;
&lt;br /&gt;
accountability for approved and implemented system components; and &lt;br /&gt;
&lt;br /&gt;
[d] An authoritative source and repository are maintained to provide a trusted source and &lt;br /&gt;
&lt;br /&gt;
accountability for approved and implemented system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; procedures addressing the baseline &lt;br /&gt;
&lt;br /&gt;
configuration of the system; configuration management plan; enterprise architecture &lt;br /&gt;
&lt;br /&gt;
documentation; system design documentation; system architecture and configuration &lt;br /&gt;
&lt;br /&gt;
documentation; system configuration settings and associated documentation; change &lt;br /&gt;
&lt;br /&gt;
control records; system and system component inventory records; inventory reviews and &lt;br /&gt;
&lt;br /&gt;
update records; security plan; system audit records; change control audit and review &lt;br /&gt;
&lt;br /&gt;
reports; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for configuration management; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for system component inventory; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for configuration change control; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for information security; system/network administrators; members of a change &lt;br /&gt;
&lt;br /&gt;
control board or similar]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms that implement configuration change control; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting configuration control of the baseline configuration; mechanisms supporting &lt;br /&gt;
&lt;br /&gt;
and/or implementing the system component inventory]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.1e – Authoritative Repository &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
26 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The establishment and maintenance of an authoritative source and repository includes a &lt;br /&gt;
&lt;br /&gt;
system component inventory of approved hardware, software, and firmware; approved &lt;br /&gt;
&lt;br /&gt;
system baseline configurations and configuration changes; and verified system software and &lt;br /&gt;
&lt;br /&gt;
firmware, as well as images and/or scripts. The authoritative source implements integrity &lt;br /&gt;
&lt;br /&gt;
controls to log changes or attempts to change software, configurations, or data in the &lt;br /&gt;
&lt;br /&gt;
repository. Additionally, changes to the repository are subject to change management &lt;br /&gt;
&lt;br /&gt;
procedures and require authentication of the user requesting the change. In certain &lt;br /&gt;
&lt;br /&gt;
situations, organizations may also require dual authorization for such changes. Software &lt;br /&gt;
&lt;br /&gt;
changes are routinely checked for integrity and authenticity to ensure that the changes are &lt;br /&gt;
&lt;br /&gt;
legitimate when updating the repository and when refreshing a system from the known, &lt;br /&gt;
&lt;br /&gt;
trusted source. The information in the repository is used to demonstrate adherence to or &lt;br /&gt;
&lt;br /&gt;
identify deviation from the established configuration baselines and to restore system &lt;br /&gt;
&lt;br /&gt;
components from a trusted source. From an automated assessment perspective, the system &lt;br /&gt;
&lt;br /&gt;
description provided by the authoritative source is referred to as the desired state. The &lt;br /&gt;
&lt;br /&gt;
desired state is compared to the actual state to check for compliance or deviations. [NIST SP &lt;br /&gt;
&lt;br /&gt;
800-128] provides guidance on security configuration management, including security &lt;br /&gt;
&lt;br /&gt;
configuration settings and configuration change control. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST IR 8011-1] provides guidance on automation support to assess system and system &lt;br /&gt;
&lt;br /&gt;
component configurations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Trusted software, whether securely developed in house or obtained from a trusted source, &lt;br /&gt;
&lt;br /&gt;
should have baseline data integrity established when first created or obtained, such as by &lt;br /&gt;
&lt;br /&gt;
using hash algorithms to obtain a hash value that would be used to validate the source prior &lt;br /&gt;
&lt;br /&gt;
to use of the software in a given system. Hardware in the repository should be stored in boxes &lt;br /&gt;
&lt;br /&gt;
or containers with tamper-evident seals. Hashes and seals should be checked on a regular &lt;br /&gt;
&lt;br /&gt;
basis employing the principle of separation of duties. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the primary system build technician at a medium-sized company. You have been put &lt;br /&gt;
&lt;br /&gt;
in charge of creating, documenting, and implementing a baseline configuration for all user &lt;br /&gt;
&lt;br /&gt;
systems [c]. You have identified a minimum set of software that is needed by all employees &lt;br /&gt;
&lt;br /&gt;
to complete their work (e.g., office automation software). You acquire trusted versions of the &lt;br /&gt;
&lt;br /&gt;
software and build one or more baselines of all system software, firmware, and applications &lt;br /&gt;
&lt;br /&gt;
required by the organization. The gold version of each baseline is stored in a secure &lt;br /&gt;
&lt;br /&gt;
configuration management system repository and updated as required to maintain integrity &lt;br /&gt;
&lt;br /&gt;
and security. Access to the build repository for updates and use is carefully controlled using &lt;br /&gt;
&lt;br /&gt;
access control mechanisms that limit access to you and your staff. All interactions with the &lt;br /&gt;
&lt;br /&gt;
repository are logged. Using an automated build tool, your team builds each organizational &lt;br /&gt;
&lt;br /&gt;
system using the standard baseline &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.1e – Authoritative Repository &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
27 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does an  authoritative  source  and repository exist  to provide a trusted source and &lt;br /&gt;
&lt;br /&gt;
accountability for approved and implemented system components [c,d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.4.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.2e – Automated Detection &amp;amp;amp; Remediation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
28 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CM.L3-3.4.2E – AUTOMATED DETECTION &amp;amp;amp; REMEDIATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ automated mechanisms to detect misconfigured or unauthorized system &lt;br /&gt;
&lt;br /&gt;
components; after detection, remove the components or place the components in a &lt;br /&gt;
&lt;br /&gt;
quarantine or remediation network  to facilitate patching, re-configuration, or other &lt;br /&gt;
&lt;br /&gt;
mitigations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Automated mechanisms to detect misconfigured or unauthorized system components &lt;br /&gt;
&lt;br /&gt;
are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Automated mechanisms are employed to detect misconfigured or unauthorized system &lt;br /&gt;
&lt;br /&gt;
components; &lt;br /&gt;
&lt;br /&gt;
[c] Misconfigured or unauthorized system components are detected; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] After detection, system components are removed  or placed  in a quarantine or &lt;br /&gt;
&lt;br /&gt;
remediation network to facilitate patching, re-configuration, or other mitigations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; procedures addressing the baseline &lt;br /&gt;
&lt;br /&gt;
configuration of the system; configuration management plan; authoritative source or &lt;br /&gt;
&lt;br /&gt;
repository; enterprise architecture documentation; system design documentation; system &lt;br /&gt;
&lt;br /&gt;
architecture and configuration documentation; system procedures addressing system &lt;br /&gt;
&lt;br /&gt;
configuration change control; configuration settings and associated documentation; change &lt;br /&gt;
&lt;br /&gt;
control records; change control audit and review reports; agenda/minutes from &lt;br /&gt;
&lt;br /&gt;
configuration change control oversight meetings; alerts/notifications of unauthorized &lt;br /&gt;
&lt;br /&gt;
baseline configuration changes; security plan; system audit records; other relevant &lt;br /&gt;
&lt;br /&gt;
documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for configuration management; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for information security; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for configuration change control; system developers; system/network &lt;br /&gt;
&lt;br /&gt;
administrators; members of a change control board or similar roles]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting configuration control of the baseline &lt;br /&gt;
&lt;br /&gt;
configuration; automated mechanisms that implement security responses to changes to the &lt;br /&gt;
&lt;br /&gt;
baseline configurations; automated mechanisms that implement configuration change &lt;br /&gt;
&lt;br /&gt;
control; automated mechanisms that detect misconfigured or unauthorized system &lt;br /&gt;
&lt;br /&gt;
components]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.2e – Automated Detection &amp;amp;amp; Remediation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
29 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System components used to process, store, transmit, or protect CUI are monitored and &lt;br /&gt;
&lt;br /&gt;
checked against the authoritative source (i.e., hardware and software inventory and &lt;br /&gt;
&lt;br /&gt;
associated baseline configurations). From an automated assessment perspective, the system &lt;br /&gt;
&lt;br /&gt;
description provided by the authoritative source is referred to as the desired state. Using &lt;br /&gt;
&lt;br /&gt;
automated tools, the desired state is compared to the actual state to check for compliance or &lt;br /&gt;
&lt;br /&gt;
deviations. Security responses to system components that are unknown or that deviate from &lt;br /&gt;
&lt;br /&gt;
approved configurations can include removing the components; halting system functions or &lt;br /&gt;
&lt;br /&gt;
processing; placing the system components in a quarantine or remediation network that &lt;br /&gt;
&lt;br /&gt;
facilitates patching, re-configuration, or other mitigations; or issuing alerts and/or &lt;br /&gt;
&lt;br /&gt;
notifications to personnel when there is an unauthorized modification of an organization-&lt;br /&gt;
&lt;br /&gt;
defined configuration item. Responses can be automated, manual, or procedural. &lt;br /&gt;
&lt;br /&gt;
Components that are removed from the system are rebuilt from the trusted configuration &lt;br /&gt;
&lt;br /&gt;
baseline established by the authoritative source. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST  IR 8011-1] provides guidance on using automation support to assess system &lt;br /&gt;
&lt;br /&gt;
configurations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For this requirement, the organization is required to implement automated tools to help &lt;br /&gt;
&lt;br /&gt;
identify misconfigured components. Once under an attacker’s control, the system may be &lt;br /&gt;
&lt;br /&gt;
modified in some manner and the automated tool should detect this. Or, if a user performs a &lt;br /&gt;
&lt;br /&gt;
manual configuration adjustment, the system will be viewed as misconfigured, and that &lt;br /&gt;
&lt;br /&gt;
change should be detected. Another common example is if a component has been offline and &lt;br /&gt;
&lt;br /&gt;
not updated, the tool should detect the incorrect configuration. If any of these scenarios &lt;br /&gt;
&lt;br /&gt;
occurs, the automated configuration management system (ACMS) will notice a change and &lt;br /&gt;
&lt;br /&gt;
can take the system offline, quarantine the system, or send an alert so the component(s) can &lt;br /&gt;
&lt;br /&gt;
be manually removed. Quarantining a misconfigured component does not require it to be &lt;br /&gt;
&lt;br /&gt;
removed from the network. Quarantining only requires that a temporary limitation be put &lt;br /&gt;
&lt;br /&gt;
in place eliminating the component’s  ability to process, store, or transmit CUI until it is &lt;br /&gt;
&lt;br /&gt;
properly configured. If a component has the potential of disrupting business operations then &lt;br /&gt;
&lt;br /&gt;
the OSC should take extra care to ensure configuration updates are properly tested and that &lt;br /&gt;
&lt;br /&gt;
components are properly configured and tested before being added to the network. Once &lt;br /&gt;
&lt;br /&gt;
one of these actions is accomplished, a system technician may need to manually inspect the &lt;br /&gt;
&lt;br /&gt;
system or rebuild it using the baseline configuration. Another option is for an ACMS to make &lt;br /&gt;
&lt;br /&gt;
adjustments while the system is running rather than performing an entire rebuild. These &lt;br /&gt;
&lt;br /&gt;
adjustments can include replacing configuration files, executable files, scripts, or library files &lt;br /&gt;
&lt;br /&gt;
on the fly. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;As the system administrator,  you implement company policy stating that every system &lt;br /&gt;
&lt;br /&gt;
connecting to the company network via VPN will be checked for specific configuration &lt;br /&gt;
&lt;br /&gt;
settings and software versioning before it is allowed to connect to the network, after it passes &lt;br /&gt;
&lt;br /&gt;
authentication  [a,b].  If any deviations from the authoritative baseline  are  identified, the &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.2e – Automated Detection &amp;amp;amp; Remediation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
30 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
system is placed in a VPN quarantine zone (remediation network) using a virtual local area &lt;br /&gt;
&lt;br /&gt;
network (VLAN) [b,c,d]. This VLAN is set up for system analysis, configuration changes, and &lt;br /&gt;
&lt;br /&gt;
rebuilding after forensic information is pulled from the system. Once the system updates are &lt;br /&gt;
&lt;br /&gt;
complete, the system will be removed from the quarantine zone and placed on the network &lt;br /&gt;
&lt;br /&gt;
through the VPN connection. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;As the system administrator, you have chosen to use a network access control (NAC) solution &lt;br /&gt;
&lt;br /&gt;
to validate system configurations before they are allowed to connect to the corporate &lt;br /&gt;
&lt;br /&gt;
network [a]. When a system plugs into or connects to a local network port or the VPN, the &lt;br /&gt;
&lt;br /&gt;
NAC solution checks the hash of installed system software [b,c]. If the system does not pass &lt;br /&gt;
&lt;br /&gt;
the configuration check, it is put in quarantine until an administrator can examine it or the &lt;br /&gt;
&lt;br /&gt;
ACMS updates the system to pass the system checks [d]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Can the organization explain  the automated process  that  identifies, quarantines, and &lt;br /&gt;
&lt;br /&gt;
remediates a system when a misconfiguration or unauthorized system component is &lt;br /&gt;
&lt;br /&gt;
identified [a,b,c,d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a patching and rebuild process for all assets that may be taken &lt;br /&gt;
&lt;br /&gt;
offline [d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.4.2e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.3e – Automated Inventory &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
31 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CM.L3-3.4.3E – AUTOMATED INVENTORY &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ automated discovery and management tools to maintain an up-to-date, complete, &lt;br /&gt;
&lt;br /&gt;
accurate, and readily available inventory of system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Automated discovery and management tools for the inventory of system components are &lt;br /&gt;
&lt;br /&gt;
identified; &lt;br /&gt;
&lt;br /&gt;
[b] An up-to-date, complete, accurate, and readily available inventory of system components &lt;br /&gt;
&lt;br /&gt;
exists; and &lt;br /&gt;
&lt;br /&gt;
[c] Automated discovery and management tools are employed to maintain an up-to-date, &lt;br /&gt;
&lt;br /&gt;
complete, accurate, and readily available inventory of system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; configuration management plan; &lt;br /&gt;
&lt;br /&gt;
procedures addressing system component inventory; procedures addressing the baseline &lt;br /&gt;
&lt;br /&gt;
configuration of the system; configuration management plan; system design documentation; &lt;br /&gt;
&lt;br /&gt;
system architecture and configuration documentation; security plan; system configuration &lt;br /&gt;
&lt;br /&gt;
settings and associated documentation; configuration change control records; system &lt;br /&gt;
&lt;br /&gt;
inventory records; change control records; system maintenance records; system audit &lt;br /&gt;
&lt;br /&gt;
records; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for configuration management; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for managing the automated mechanisms implementing the system &lt;br /&gt;
&lt;br /&gt;
component inventory; system developers; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms implementing baseline configuration maintenance; &lt;br /&gt;
&lt;br /&gt;
automated mechanisms implementing the system component inventory]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The system component inventory includes system-specific information required for &lt;br /&gt;
&lt;br /&gt;
component accountability and to provide support to identify, control, monitor, and verify &lt;br /&gt;
&lt;br /&gt;
configuration items in accordance with the authoritative source. The information necessary &lt;br /&gt;
&lt;br /&gt;
for effective accountability of system components includes the system name, hardware and &lt;br /&gt;
&lt;br /&gt;
software component owners, hardware inventory specifications, software license &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.3e – Automated Inventory &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
32 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
information, software version numbers, and—  for networked components—the machine &lt;br /&gt;
&lt;br /&gt;
names and network addresses. Inventory specifications include the manufacturer, supplier &lt;br /&gt;
&lt;br /&gt;
information, component type, date of receipt, cost, model, serial number, and physical &lt;br /&gt;
&lt;br /&gt;
location. Organizations also use automated mechanisms to implement and maintain &lt;br /&gt;
&lt;br /&gt;
authoritative (i.e., up-to-date, complete, accurate, and available) baseline configurations for &lt;br /&gt;
&lt;br /&gt;
systems that include hardware and software inventory tools, configuration management &lt;br /&gt;
&lt;br /&gt;
tools, and network management tools. Tools can be used to track version numbers on &lt;br /&gt;
&lt;br /&gt;
operating systems, applications, types of software installed, and current patch levels. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations  use  an  automated  capability to discover components connected to the &lt;br /&gt;
&lt;br /&gt;
network  and  system software  installed.  The  automated capability  must also be able to &lt;br /&gt;
&lt;br /&gt;
identify attributes associated with those components. For systems that have already been &lt;br /&gt;
&lt;br /&gt;
coupled to the environment, they should allow remote access for inspection of the system &lt;br /&gt;
&lt;br /&gt;
software configuration and components. Another option is to place an agent on systems that &lt;br /&gt;
&lt;br /&gt;
performs internal system checks to identify system software configuration and components. &lt;br /&gt;
&lt;br /&gt;
Collection of switch and router data can also be used to identify systems on networks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Within your organization, you are in charge of implementing an authoritative inventory of &lt;br /&gt;
&lt;br /&gt;
system components. You first create a list of the automated technologies you will use and &lt;br /&gt;
&lt;br /&gt;
what each technology will be responsible for identifying  [a].  This includes  gathering &lt;br /&gt;
&lt;br /&gt;
information from switches, routers, access points, primary domain controllers, and all &lt;br /&gt;
&lt;br /&gt;
connected systems or devices, whether wired or wireless (printers, IoT, IIoT, OT, IT, etc.) [b]. &lt;br /&gt;
&lt;br /&gt;
To keep the data up-to-date,  you set a very short search  frequency for identifying new &lt;br /&gt;
&lt;br /&gt;
components. To maximize availability of this data, all information will be placed in a central &lt;br /&gt;
&lt;br /&gt;
inventory/configuration management system, and automated reporting is performed every &lt;br /&gt;
&lt;br /&gt;
day [c]. A user dashboard is set up that allows you and other administrators to run reports &lt;br /&gt;
&lt;br /&gt;
at any time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Can the organization explain the process by which current  inventory  information is &lt;br /&gt;
&lt;br /&gt;
acquired [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Is the organization able to produce an inventory of components on the network [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented  a valid  frequency  for  the component discovery &lt;br /&gt;
&lt;br /&gt;
solution [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization demonstrate that the inventory is current and accurate [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization developed a defined list of identifiable attributes for each &lt;br /&gt;
&lt;br /&gt;
component type, and is that list adequate to support component accountability [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Is the organization able to track, monitor, and verify configuration items in accordance &lt;br /&gt;
&lt;br /&gt;
with the organization’s authoritative list of components [b,c]? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.3e – Automated Inventory &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
33 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.4.3e &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.1e – Bidirectional Authentication &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
34 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identification and Authentication (IA) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;IA.L3-3.5.1E – BIDIRECTIONAL AUTHENTICATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identify and authenticate systems and system components, where possible,  before &lt;br /&gt;
&lt;br /&gt;
establishing a network connection using bidirectional authentication that is &lt;br /&gt;
&lt;br /&gt;
cryptographically based and replay resistant. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Systems and system components to identify and authenticate are defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Bidirectional authentication that is cryptographically-based is implemented; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Bidirectional authentication that is replay-resistant is implemented; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Systems and system components, where possible, are identified and authenticated before &lt;br /&gt;
&lt;br /&gt;
establishing a network connection using bidirectional authentication that is &lt;br /&gt;
&lt;br /&gt;
cryptographically-based and replay-resistant. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Identification and authentication policy; procedures addressing device &lt;br /&gt;
&lt;br /&gt;
identification and authentication; network connection policy; security plan; system &lt;br /&gt;
&lt;br /&gt;
configuration settings and associated documentation; system design documentation; list of &lt;br /&gt;
&lt;br /&gt;
devices requiring unique identification and authentication; device connection reports; &lt;br /&gt;
&lt;br /&gt;
system audit records; list of privileged system accounts; other relevant documents or &lt;br /&gt;
&lt;br /&gt;
records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for system operations; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for account management; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
device identification and authentication; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
information security; system/network administrators; system developers]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Cryptographically-based bidirectional authentication mechanisms; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing network connection policy; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting and/or implementing replay-resistant authentication mechanisms; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting and/or implementing an identification and authentication capability; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing a device identification and authentication &lt;br /&gt;
&lt;br /&gt;
capability]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.1e – Bidirectional Authentication &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
35 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cryptographically-based and replay-resistant authentication between systems, components, &lt;br /&gt;
&lt;br /&gt;
and devices addresses the risk of unauthorized access from spoofing (i.e., claiming a false &lt;br /&gt;
&lt;br /&gt;
identity). The requirement applies to client-server authentication, server-server &lt;br /&gt;
&lt;br /&gt;
authentication, and device authentication (including mobile devices). The cryptographic key &lt;br /&gt;
&lt;br /&gt;
for authentication transactions is stored in suitably secure storage available to the &lt;br /&gt;
&lt;br /&gt;
authenticator application (e.g., keychain storage, Trusted Platform Module [TPM], Trusted &lt;br /&gt;
&lt;br /&gt;
Execution Environment [TEE], or secure element). Mandating authentication requirements &lt;br /&gt;
&lt;br /&gt;
at every connection point may not be practical, and therefore, such requirements may only &lt;br /&gt;
&lt;br /&gt;
be applied periodically or at the initial point of network connection. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-63-3] provides guidance on identity and authenticator management. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The intent of this practice is to prevent unauthorized devices from connecting to one &lt;br /&gt;
&lt;br /&gt;
another. One example satisfying this requirement is a web server configured with transport &lt;br /&gt;
&lt;br /&gt;
layer security (TLS) using mutual authentication. At a lower level in the OSI stack, IPsec &lt;br /&gt;
&lt;br /&gt;
provides application-transparent mutual authentication. Another example would be &lt;br /&gt;
&lt;br /&gt;
implementing 802.1X technology to enforce port-based NAC. This is done by enabling 802.1X &lt;br /&gt;
&lt;br /&gt;
on switches, wireless access points, and VPN connections for a given network. 802.1X defines &lt;br /&gt;
&lt;br /&gt;
authentication controls for devices trying to access a given network. NAC controls &lt;br /&gt;
&lt;br /&gt;
authorization and policy management. For this to be implemented, bidirectional &lt;br /&gt;
&lt;br /&gt;
authentication must be turned on via 802.1X. Once successfully authenticated, the device &lt;br /&gt;
&lt;br /&gt;
may communicate on the network. A final example, at the application-server level, involves &lt;br /&gt;
&lt;br /&gt;
the use of Kerberos to control 1) which files a client can access and 2) the transmission of &lt;br /&gt;
&lt;br /&gt;
sensitive data from the client to the server. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the network engineer in charge of implementing this requirement. You have been &lt;br /&gt;
&lt;br /&gt;
instructed to  implement a technology that will provide mutual authentication for client &lt;br /&gt;
&lt;br /&gt;
server connections. You implement Kerberos. &amp;lt;br /&amp;gt;&lt;br /&gt;
On the server side, client authentication is implemented by having the client establish a local &lt;br /&gt;
&lt;br /&gt;
security context. This is initially accomplished by having the client present credentials which &lt;br /&gt;
&lt;br /&gt;
are confirmed by the Active Directory Domain Controller (DC). After that, the client may &lt;br /&gt;
&lt;br /&gt;
establish context via a session of a logged-in user. The service does not accept connections &lt;br /&gt;
&lt;br /&gt;
from any unauthenticated client. &amp;lt;br /&amp;gt;&lt;br /&gt;
On the client side, server authentication requires registration, using administrator &lt;br /&gt;
&lt;br /&gt;
privileges, of unique Service Provider Names (SPNs) for each service instance offered. The &lt;br /&gt;
&lt;br /&gt;
names are registered in the Active Directory Domain Controller. When a client requests a &lt;br /&gt;
&lt;br /&gt;
connection to a service, it composes an SPN for a service instance, using known data or data &lt;br /&gt;
&lt;br /&gt;
provided by the user. For authentication, the client presents its SPN to the Key Distribution &lt;br /&gt;
&lt;br /&gt;
Center (KDC), and the KDC searches for computers with the registered SPN before allowing &lt;br /&gt;
&lt;br /&gt;
a connection via an encrypted message passed to the client for forwarding to the server. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.1e – Bidirectional Authentication &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
36 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the network engineer in charge of implementing this requirement. You have been &lt;br /&gt;
&lt;br /&gt;
instructed to implement a technology that will provide authentication for each system prior &lt;br /&gt;
&lt;br /&gt;
to connecting to the environment. You implement the company-approved scheme that uses &lt;br /&gt;
&lt;br /&gt;
cryptographic keys installed on each system for it to authenticate to the environment, as well &lt;br /&gt;
&lt;br /&gt;
as user-based cryptographic keys that are used in combination with a user’s password for &lt;br /&gt;
&lt;br /&gt;
user-level authentication [a,c].  Your authentication implementation is finalized on each &lt;br /&gt;
&lt;br /&gt;
system using an ACM solution. When a system connects to the network, the system uses the &lt;br /&gt;
&lt;br /&gt;
system-level certificate to authenticate itself to the switch before the switch will allow it to &lt;br /&gt;
&lt;br /&gt;
access the corporate network [a,c]. This is accomplished using 802.1x technology on the &lt;br /&gt;
&lt;br /&gt;
switch and by authenticating with a RADIUS server that authenticates itself with the system &lt;br /&gt;
&lt;br /&gt;
via cryptographic keys. If either system fails to authenticate to the other, the trust is broken, &lt;br /&gt;
&lt;br /&gt;
and the system will not be able to connect to or communicate on the network. You also set &lt;br /&gt;
&lt;br /&gt;
up a similar implementation in your wireless access point.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the network engineer in charge of implementing the VPN solution used by the &lt;br /&gt;
&lt;br /&gt;
organization.  To meet this requirement,  you  use  a VPN gateway server and public key &lt;br /&gt;
&lt;br /&gt;
infrastructure (PKI) certificates via a certification authority (CA) and a chain of trust. When &lt;br /&gt;
&lt;br /&gt;
a client starts a VPN connection, the server presents its certificate to the client and if the &lt;br /&gt;
&lt;br /&gt;
certificate is trusted, the client then presents its certificate to the server [a]. If the server &lt;br /&gt;
&lt;br /&gt;
validates the client certificate,  an established communications channel is opened for the &lt;br /&gt;
&lt;br /&gt;
client to finish the authentication process and gain access to the network via the VPN &lt;br /&gt;
&lt;br /&gt;
gateway server [c]. If the client fails final authentication, fails the certification validation, or &lt;br /&gt;
&lt;br /&gt;
the VPN gateway fails the certificate check by the client, the communication channel will be &lt;br /&gt;
&lt;br /&gt;
denied. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Are cryptographic keys stored securely [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the requirement been implemented for any of the three use cases, where applicable: &lt;br /&gt;
&lt;br /&gt;
client-server authentication, server-server authentication, and device authentication &lt;br /&gt;
&lt;br /&gt;
[b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.5.1e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.3e – Block Untrusted Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
37 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IA.L3-3.5.3E – BLOCK UNTRUSTED ASSETS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ automated or manual/procedural mechanisms to prohibit system components from &lt;br /&gt;
&lt;br /&gt;
connecting to organizational systems unless the components are known, authenticated, in a &lt;br /&gt;
&lt;br /&gt;
properly configured state, or in a trust profile. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] System components that are known, authenticated, in a properly configured state, or in &lt;br /&gt;
&lt;br /&gt;
a trust profile are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Automated or manual/procedural mechanisms to prohibit system components from &lt;br /&gt;
&lt;br /&gt;
connecting to organizational systems are identified; and &lt;br /&gt;
&lt;br /&gt;
[c] Automated or manual/procedural mechanisms are employed to prohibit system &lt;br /&gt;
&lt;br /&gt;
components from connecting to organizational systems unless the components are &lt;br /&gt;
&lt;br /&gt;
known, authenticated, in a properly configured state, or in a trust profile. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; identification and authentication policy; &lt;br /&gt;
&lt;br /&gt;
system and information integrity policy; procedures addressing system component &lt;br /&gt;
&lt;br /&gt;
inventory; procedures addressing device identification and authentication; procedures &lt;br /&gt;
&lt;br /&gt;
addressing device configuration management; procedures addressing system monitoring &lt;br /&gt;
&lt;br /&gt;
tools and techniques; configuration management plan; security plan; system design &lt;br /&gt;
&lt;br /&gt;
documentation; system configuration settings and associated documentation; system &lt;br /&gt;
&lt;br /&gt;
inventory records; configuration management records; system monitoring records; &lt;br /&gt;
&lt;br /&gt;
alerts/notifications of unauthorized components within the system; change control records; &lt;br /&gt;
&lt;br /&gt;
system audit records; system monitoring tools and techniques documentation; documented &lt;br /&gt;
&lt;br /&gt;
authorization/approval of network services; notifications or alerts of unauthorized network &lt;br /&gt;
&lt;br /&gt;
services; system monitoring logs or records; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for managing the mechanisms &lt;br /&gt;
&lt;br /&gt;
implementing unauthorized system component detection; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for device identification and authentication; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for information security; organizational personnel responsible for installing, &lt;br /&gt;
&lt;br /&gt;
configuring, and/or maintaining the system; system/network administrators; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for monitoring the system; system developers]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.3e – Block Untrusted Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
38 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing the detection of unauthorized system &lt;br /&gt;
&lt;br /&gt;
components; mechanisms supporting and/or implementing a device identification and &lt;br /&gt;
&lt;br /&gt;
authentication capability; mechanisms for providing alerts; mechanisms supporting and/or &lt;br /&gt;
&lt;br /&gt;
implementing configuration management; cryptographic mechanisms supporting device &lt;br /&gt;
&lt;br /&gt;
attestation; mechanisms supporting and/or implementing a system monitoring capability; &lt;br /&gt;
&lt;br /&gt;
mechanisms for auditing network services]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identification and authentication of system components and component configurations can &lt;br /&gt;
&lt;br /&gt;
be determined, for example, via a cryptographic hash of the component. This is also known &lt;br /&gt;
&lt;br /&gt;
as device attestation and known operating state or trust profile. A trust profile based on &lt;br /&gt;
&lt;br /&gt;
factors such as the user, authentication method, device type, and physical location is used to &lt;br /&gt;
&lt;br /&gt;
make dynamic decisions on authorizations to data of varying types. If device attestation is &lt;br /&gt;
&lt;br /&gt;
the means of identification and authentication, then it is important that patches and updates &lt;br /&gt;
&lt;br /&gt;
to the device are handled via a configuration management process such that the patches and &lt;br /&gt;
&lt;br /&gt;
updates are done securely and do not disrupt the identification and authentication of other &lt;br /&gt;
&lt;br /&gt;
devices. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST  IR 8011-1] provides guidance on using automation support to assess system &lt;br /&gt;
&lt;br /&gt;
configurations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This  requirement  can be achieved  in  several  ways, such as blocking based on posture &lt;br /&gt;
&lt;br /&gt;
assessments, conditional access, or trust profiles. A posture assessment can be used to assess &lt;br /&gt;
&lt;br /&gt;
a given system’s posture to validate that it meets the standards set by the organization before &lt;br /&gt;
&lt;br /&gt;
allowing it to connect. Conditional access is the set of policies and configurations that control &lt;br /&gt;
&lt;br /&gt;
devices receiving access to services and data sources. Conditional access helps an organization &lt;br /&gt;
&lt;br /&gt;
build rules that manage security controls, perform blocking, and restrict components. A trust &lt;br /&gt;
&lt;br /&gt;
profile is a set of factors that are checked to inform a device that a system can be trusted. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;In a Windows environment,  you authorize devices to connect to systems by defining &lt;br /&gt;
&lt;br /&gt;
configuration rules in one or more Group Policy Objects (GPO) that can be automatically &lt;br /&gt;
&lt;br /&gt;
applied to all relevant devices in a domain [a]. This provides you with a mechanism to apply &lt;br /&gt;
&lt;br /&gt;
rules for which devices are authorized to connect to any given system and prevent devices &lt;br /&gt;
&lt;br /&gt;
that are not within the defined list from connecting [b,c]. For instance, universal serial bus &lt;br /&gt;
&lt;br /&gt;
(USB) device rules for authorization can be defined by using a USB device’s serial number, &lt;br /&gt;
&lt;br /&gt;
model number, and manufacturer information. This information can be used to build a trust &lt;br /&gt;
&lt;br /&gt;
profile for a device and authorize it for use by a given system. You use security policies to &lt;br /&gt;
&lt;br /&gt;
prevent unauthorized components from connecting to systems [c]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.3e – Block Untrusted Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
39 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You have been assigned to build trust profiles for all devices allowed to connect to your &lt;br /&gt;
&lt;br /&gt;
organization’s systems. You want to test the capability starting with printers. You talk to your &lt;br /&gt;
&lt;br /&gt;
purchasing department, and they tell you that policy states every printer must be from a &lt;br /&gt;
&lt;br /&gt;
specific manufacturer; they only purchase four different models. They also collect all serial &lt;br /&gt;
&lt;br /&gt;
numbers from purchased printers. You gather this information and build trust profiles for &lt;br /&gt;
&lt;br /&gt;
each device [a,b]. Because your organization shares printers, you push the trust profiles out &lt;br /&gt;
&lt;br /&gt;
to organizational systems. Now, the systems are not allowed to connect to a network printer &lt;br /&gt;
&lt;br /&gt;
unless they are within the trust profiles you have provided [b,c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Your organization has implemented a network access control solution (NAC) to help ensure &lt;br /&gt;
&lt;br /&gt;
that only properly configured computers are allowed to connect to the corporate network &lt;br /&gt;
&lt;br /&gt;
[a,b]. The solution first checks for the presence of a certificate to indicate that the device is &lt;br /&gt;
&lt;br /&gt;
company-owned. It next reviews the patch state of the computer and forces the installation &lt;br /&gt;
&lt;br /&gt;
of any patches that are required by the organization. Finally, it reviews the computer’s &lt;br /&gt;
&lt;br /&gt;
configuration to ensure that the firewall is active and that the appropriate security policies &lt;br /&gt;
&lt;br /&gt;
have been applied. Once the computer has passed all of these requirements, it is allowed &lt;br /&gt;
&lt;br /&gt;
access to network resources and defined as a trusted asset for the length of its session [a]. &lt;br /&gt;
&lt;br /&gt;
Devices that do not meet all of the requirements are automatically blocked from connecting &lt;br /&gt;
&lt;br /&gt;
to the network [c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  If the organization is using a manual method, is the method outlined in detail so any user &lt;br /&gt;
&lt;br /&gt;
will be able to follow it without making an error [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  If the organization is using an automated method, can the organization explain how the &lt;br /&gt;
&lt;br /&gt;
technology performs the task? Can they explain the steps needed to implement [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can  the organization provide evidence showing they have trust profiles for specific &lt;br /&gt;
&lt;br /&gt;
devices [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization explain how their system components authenticate to a system if &lt;br /&gt;
&lt;br /&gt;
they are not using trust profiles [b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.5.3e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.1e – Security Operations Center &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
40 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Incident Response (IR) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;IR.L3-3.6.1E – SECURITY OPERATIONS CENTER &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a security operations center capability that operates 24/7, with &lt;br /&gt;
&lt;br /&gt;
allowance for remote/on-call staff. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] A security operations center capability is established; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The security operations center capability operates 24/7, with allowance for remote/on-&lt;br /&gt;
&lt;br /&gt;
call staff; and &lt;br /&gt;
&lt;br /&gt;
[c] The security operations center capability is maintained. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Incident response policy; contingency planning policy; procedures &lt;br /&gt;
&lt;br /&gt;
addressing incident handling; procedures addressing the security operations center &lt;br /&gt;
&lt;br /&gt;
operations; mechanisms supporting dynamic response capabilities; incident response plan; &lt;br /&gt;
&lt;br /&gt;
contingency plan; security plan; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for incident handling; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for contingency planning; security operations center personnel; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for information security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms that support and/or implement the security operations center &lt;br /&gt;
&lt;br /&gt;
capability; mechanisms that support and/or implement the incident handling process]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A security operations center (SOC) is the focal point for security operations and computer &lt;br /&gt;
&lt;br /&gt;
network defense for an organization. The purpose of the SOC is to defend and monitor an &lt;br /&gt;
&lt;br /&gt;
organization’s systems and networks (i.e., cyber infrastructure) on an ongoing basis. The SOC &lt;br /&gt;
&lt;br /&gt;
is also responsible for detecting, analyzing, and responding to cybersecurity incidents in a &lt;br /&gt;
&lt;br /&gt;
timely manner. The SOC is staffed with skilled technical and operational personnel (e.g., &lt;br /&gt;
&lt;br /&gt;
security analysts, incident response personnel, systems security engineers);  in some &lt;br /&gt;
&lt;br /&gt;
instances operates 24 hours per day, seven days per week; and implements technical, &lt;br /&gt;
&lt;br /&gt;
management, and operational controls (e.g., monitoring, scanning, and forensics tools) to &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.1e – Security Operations Center &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
41 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
monitor, fuse, correlate, analyze, and respond to security-relevant event data from multiple &lt;br /&gt;
&lt;br /&gt;
sources. Sources of event data include perimeter defenses, network devices (e.g., gateways, &lt;br /&gt;
&lt;br /&gt;
routers, and switches), and endpoint agent data feeds. The SOC provides a holistic situational &lt;br /&gt;
&lt;br /&gt;
awareness capability to help organizations determine the security posture of the system and &lt;br /&gt;
&lt;br /&gt;
organization. An SOC capability can be obtained in many ways. Larger organizations may &lt;br /&gt;
&lt;br /&gt;
implement a dedicated SOC while smaller organizations may employ third-party &lt;br /&gt;
&lt;br /&gt;
organizations to provide such a capability. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-61] provides guidance on incident handling. [NIST SP 800-86] and [NIST SP &lt;br /&gt;
&lt;br /&gt;
800-101] provide guidance on integrating forensic techniques into incident response. [NIST &lt;br /&gt;
&lt;br /&gt;
SP  800-150] provides guidance on cyber threat information sharing. [NIST SP  800-184] &lt;br /&gt;
&lt;br /&gt;
provides guidance on cybersecurity event recovery. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Security operations  centers are created to monitor and respond to suspicious activities &lt;br /&gt;
&lt;br /&gt;
across an organization’s IT applications and infrastructure. A SOC may be implemented in a &lt;br /&gt;
&lt;br /&gt;
variety of physical, virtual, and geographic constructs. The organization may also opt to not &lt;br /&gt;
&lt;br /&gt;
hire their own staff but to engage a third-party external service provider to serve as their &lt;br /&gt;
&lt;br /&gt;
SOC. &amp;lt;br /&amp;gt;&lt;br /&gt;
The SOC is typically comprised of multiple levels of cybersecurity analysts.  Each tier of &lt;br /&gt;
&lt;br /&gt;
cybersecurity analysts works on increasingly complex aspects of Incident Response. The SOC &lt;br /&gt;
&lt;br /&gt;
may also have dedicated cybersecurity engineers to support configuration and management &lt;br /&gt;
&lt;br /&gt;
of defensive cyber tools. The SOC may work with staff in IT operations who provide support &lt;br /&gt;
&lt;br /&gt;
to the SOC. &amp;lt;br /&amp;gt;&lt;br /&gt;
SOC capabilities run 24/7, and while staff may not always be performing tasks for the SOC, &lt;br /&gt;
&lt;br /&gt;
the capability alerts staff members and directs them to go to a facility or perform SOC actions &lt;br /&gt;
&lt;br /&gt;
from a remote location. Staff members should be scheduled or on call to ensure they are &lt;br /&gt;
&lt;br /&gt;
available when needed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the Chief Information Security Officer (CISO) of a medium-sized organization. To &lt;br /&gt;
&lt;br /&gt;
meet the goal of 24/7 SOC operation, you have decided to adjust the current SOC, which &lt;br /&gt;
&lt;br /&gt;
operates five days a week for 12 hours a day, by minimizing active staff members and hiring &lt;br /&gt;
&lt;br /&gt;
trusted expert consultants to have on call at all times (i.e., seven days a week, 24 hours a day) &lt;br /&gt;
&lt;br /&gt;
[a,b].  You  design  your SOC to be remotely accessible so your experts can access your &lt;br /&gt;
&lt;br /&gt;
environment when needed. You also decide to set up a very strong automated capability that &lt;br /&gt;
&lt;br /&gt;
is good at identifying questionable activities and alerting the appropriate staff. You create a &lt;br /&gt;
&lt;br /&gt;
policy stating that after an alert goes out, two members of the SOC team must  remotely &lt;br /&gt;
&lt;br /&gt;
connect to the environment within 15 minutes to address the problem. All staff members &lt;br /&gt;
&lt;br /&gt;
also have regular working hours during which they perform other SOC activities, such as &lt;br /&gt;
&lt;br /&gt;
updating information to help the automated tool perform its functions [c]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.1e – Security Operations Center &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
42 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  How does the organization enable 24/7 SOC capabilities? Does the organization have &lt;br /&gt;
&lt;br /&gt;
people in seats 24/7 or on-call members?  If on-call members are used, what are the &lt;br /&gt;
&lt;br /&gt;
trigger and alerting mechanisms that allow for 24/7 coverage [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have sufficient trained full-time equivalent staff to enable 24/7 &lt;br /&gt;
&lt;br /&gt;
SOC services [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.6.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.2e – Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
43 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR.L3-3.6.2E – CYBER INCIDENT RESPONSE TEAM &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a cyber incident response team that can be deployed by the &lt;br /&gt;
&lt;br /&gt;
organization within 24 hours. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] A cyber incident response team is established; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The cyber incident response team can be deployed by the organization within 24 hours; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[c] The cyber incident response team is maintained. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Incident response policy; procedures addressing incident response; &lt;br /&gt;
&lt;br /&gt;
incident response plan; security plan; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for incident response; organizational &lt;br /&gt;
&lt;br /&gt;
personnel from the incident response team; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
information security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing incident response]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A cyber incident response team (CIRT) is a team of experts that assesses, documents, and &lt;br /&gt;
&lt;br /&gt;
responds to cyber incidents so that organizational systems can recover quickly and &lt;br /&gt;
&lt;br /&gt;
implement the necessary controls to avoid future incidents. CIRT personnel include, for &lt;br /&gt;
&lt;br /&gt;
example, forensic analysts, malicious code analysts, systems security engineers, and real-&lt;br /&gt;
&lt;br /&gt;
time operations personnel. The incident handling capability includes performing rapid &lt;br /&gt;
&lt;br /&gt;
forensic preservation of evidence and analysis of and response to intrusions. The team &lt;br /&gt;
&lt;br /&gt;
members may or may not be full-time but need to be available to respond in the time period &lt;br /&gt;
&lt;br /&gt;
required. The size and specialties of the team are based on known and anticipated threats. &lt;br /&gt;
&lt;br /&gt;
The team is typically pre-equipped with the software and hardware (e.g., forensic tools) &lt;br /&gt;
&lt;br /&gt;
necessary for rapid identification, quarantine, mitigation, and recovery and is familiar with &lt;br /&gt;
&lt;br /&gt;
how to preserve evidence and maintain chain of custody for law enforcement or &lt;br /&gt;
&lt;br /&gt;
counterintelligence uses. For some organizations, the CIRT can be implemented as a cross &lt;br /&gt;
&lt;br /&gt;
organizational entity or as part of the Security Operations Center (SOC). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.2e – Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
44 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[NIST SP 800-61] provides guidance on incident handling. [NIST SP 800-86] and [NIST SP &lt;br /&gt;
&lt;br /&gt;
800-101] provide guidance on integrating forensic techniques into incident response. [NIST &lt;br /&gt;
&lt;br /&gt;
SP  800-150] provides guidance on cyber threat information sharing. [NIST SP  800-184] &lt;br /&gt;
&lt;br /&gt;
provides guidance on cybersecurity event recovery. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The CIRT’s primary function is to handle information security incident management and &lt;br /&gt;
&lt;br /&gt;
response for the environments the SOC oversees. The primary goals of the CIRT are triage &lt;br /&gt;
&lt;br /&gt;
and initial response to an incident. They also communicate with all the proper people to &lt;br /&gt;
&lt;br /&gt;
ensure understanding of an incident and the response actions, including  collection of &lt;br /&gt;
&lt;br /&gt;
forensic evidence, have been conveyed. &amp;lt;br /&amp;gt;&lt;br /&gt;
If and when an incident is detected by the organization’s SOC, the IR team is responsible for &lt;br /&gt;
&lt;br /&gt;
handling the incident and communicating  what has happened to the appropriate people &lt;br /&gt;
&lt;br /&gt;
within the organization, as well to the authorities (as needed). &amp;lt;br /&amp;gt;&lt;br /&gt;
The deployment of a team does not necessarily mean they are “physically deployed.” &lt;br /&gt;
&lt;br /&gt;
Deployment may simply mean connecting to a remote system in a manner that is equivalent &lt;br /&gt;
&lt;br /&gt;
to being on the system’s keyboard. Remote access can provide just as much capability as local &lt;br /&gt;
&lt;br /&gt;
access in many cases. &amp;lt;br /&amp;gt;&lt;br /&gt;
Some situations require physical access.  For instance, if the company has a physically &lt;br /&gt;
&lt;br /&gt;
isolated environment located at a remote location, a team must be physically present at the &lt;br /&gt;
&lt;br /&gt;
remote facility to perform the duties required. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the lead for an IR team within your organization. Your manager is the SOC lead, and &lt;br /&gt;
&lt;br /&gt;
she reports to the chief information officer (CIO). As the SOC is alerted and/or identifies &lt;br /&gt;
&lt;br /&gt;
incidents within the organization’s environments, you lead and deploy teams to resolve the &lt;br /&gt;
&lt;br /&gt;
issues, including incidents involving cloud-based systems. You use a custom dashboard that &lt;br /&gt;
&lt;br /&gt;
was created for your team members  to  view and manage  incidents, perform response &lt;br /&gt;
&lt;br /&gt;
actions, and record actions and notes for each case. You also have your team create an after &lt;br /&gt;
&lt;br /&gt;
action report for all incidents to which they respond; this information is used to determine &lt;br /&gt;
&lt;br /&gt;
if a given incident requires additional action and reporting [a]. &amp;lt;br /&amp;gt;&lt;br /&gt;
One  day,  you receive a message from the SOC that your website has become corrupted. &lt;br /&gt;
&lt;br /&gt;
Within  minutes,  you have a team on the system inspecting logs, analyzing applications, &lt;br /&gt;
&lt;br /&gt;
preserving key information, and looking for evidence of tampering/attack [b]. Your team &lt;br /&gt;
&lt;br /&gt;
runs through a procedure  set for this specific incident type  based on a handbook the &lt;br /&gt;
&lt;br /&gt;
organization has created  and maintains [c].  It is found that a cyberattack caused the &lt;br /&gt;
&lt;br /&gt;
corruption, but the corruption caused a crash, which prevented the attack from continuing. &lt;br /&gt;
&lt;br /&gt;
Your team takes note of all actions they perform, and at the end of the incident analysis, you &lt;br /&gt;
&lt;br /&gt;
send a message to the website lead to inform them of the issue, case number, and notes &lt;br /&gt;
&lt;br /&gt;
created by the team. The website lead has their team rebuild the system and validate that &lt;br /&gt;
&lt;br /&gt;
the attack no longer works. At the end of the incident, the CISO and CIO are informed of the &lt;br /&gt;
&lt;br /&gt;
issue. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.2e – Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
45 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a response capability that has remote  access to the &lt;br /&gt;
&lt;br /&gt;
organization’s systems and system components within 24 hours in place of physical &lt;br /&gt;
&lt;br /&gt;
access [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.6.2e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
PS.L3-3.9.2e – Adverse Information &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
46 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Personnel Security (PS) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;PS.L3-3.9.2E – ADVERSE INFORMATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ensure that organizational systems are protected if adverse information develops or is &lt;br /&gt;
&lt;br /&gt;
obtained about individuals with access to CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Individuals with access to CUI are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Adverse information about individuals with access to CUI is defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Organizational systems to which individuals have access are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] Mechanisms are in place to protect organizational systems if adverse information &lt;br /&gt;
&lt;br /&gt;
develops or is obtained about individuals with access to CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Personnel security policy; system and services acquisition policy; &lt;br /&gt;
&lt;br /&gt;
procedures addressing personnel screening; records of screened personnel; enterprise &lt;br /&gt;
&lt;br /&gt;
architecture documentation; system design documentation; system architecture and &lt;br /&gt;
&lt;br /&gt;
configuration documentation; security plan; list of individuals who have been identified as &lt;br /&gt;
&lt;br /&gt;
posing an increased level of risk; list of appropriate access authorizations required for &lt;br /&gt;
&lt;br /&gt;
system personnel; personnel screening criteria and associated documentation; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for personnel security; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for information security; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
system and services acquisition; organizational personnel responsible for personnel &lt;br /&gt;
&lt;br /&gt;
screening]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational processes for personnel screening; mechanisms supporting &lt;br /&gt;
&lt;br /&gt;
personnel screening]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
PS.L3-3.9.2e – Adverse Information &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
47 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If adverse information develops or is obtained about an individual with access to CUI which &lt;br /&gt;
&lt;br /&gt;
calls into question whether the individual should have continued access to systems &lt;br /&gt;
&lt;br /&gt;
containing CUI, actions are taken (e.g., preclude or limit further access by the individual, &lt;br /&gt;
&lt;br /&gt;
audit actions taken by the individual) to protect the CUI while the adverse information is &lt;br /&gt;
&lt;br /&gt;
resolved. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
According to Defense Counterintelligence and Security Agency, or DCSA (Industrial Security &lt;br /&gt;
&lt;br /&gt;
Letter ISL 2011-04, revised July 15, 2020), adverse information consists of any information &lt;br /&gt;
&lt;br /&gt;
that negatively reflects the integrity or character of an  individual.  This pertains to an &lt;br /&gt;
&lt;br /&gt;
individual’s ability to safeguard sensitive information, such as CUI. Adverse information may &lt;br /&gt;
&lt;br /&gt;
simply be a report showing someone has sent sensitive information outside the organization &lt;br /&gt;
&lt;br /&gt;
or used unapproved software, against company policy. An organization may receive adverse &lt;br /&gt;
&lt;br /&gt;
information about an individual  through  police reports, reported  violations  of company &lt;br /&gt;
&lt;br /&gt;
policies (including social media posts that directly violate company policies), and revocation &lt;br /&gt;
&lt;br /&gt;
or suspension of DoD clearance. &amp;lt;br /&amp;gt;&lt;br /&gt;
When adverse information is identified about a given individual, the organization should &lt;br /&gt;
&lt;br /&gt;
take action to validate that information resources accessible by the individual have been &lt;br /&gt;
&lt;br /&gt;
identified and appropriate protection mechanisms are in place to safeguard information and &lt;br /&gt;
&lt;br /&gt;
system configurations. Based on organizational policy, an individual’s access to resources &lt;br /&gt;
&lt;br /&gt;
may be more closely monitored or restricted until further review. Logs should be examined &lt;br /&gt;
&lt;br /&gt;
to identify any attempt to perform unauthorized actions. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You learn that one of your employees has been convicted on shoplifting charges. Based on &lt;br /&gt;
&lt;br /&gt;
organizational policy, you report this information to human resources (HR), which verifies &lt;br /&gt;
&lt;br /&gt;
the information with a criminal background check [a,b,c].  Per policy, you increase the &lt;br /&gt;
&lt;br /&gt;
monitoring of the employee’s access to ensure that the employee does not exhibit patterns &lt;br /&gt;
&lt;br /&gt;
of behavior consistent with an insider threat [d]. You maintain contact with HR as they &lt;br /&gt;
&lt;br /&gt;
investigate the adverse information so that you can take stronger actions if required, such as &lt;br /&gt;
&lt;br /&gt;
removing access to organizational systems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization define the protection mechanisms for organizational systems if &lt;br /&gt;
&lt;br /&gt;
adverse information develops or is obtained about an individual with access to CUI [d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.9.2e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.1e – Threat-Informed Risk Assessment &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
48 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Risk Assessment (RA) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.1E – THREAT-INFORMED RISK ASSESSMENT &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ threat intelligence, at a minimum from open or commercial sources, and any DoD-&lt;br /&gt;
&lt;br /&gt;
provided sources,  as part of a risk assessment to guide and inform the development of &lt;br /&gt;
&lt;br /&gt;
organizational systems, security architectures, selection of security solutions, monitoring, &lt;br /&gt;
&lt;br /&gt;
threat hunting, and response and recovery activities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Sources of threat intelligence are defined;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[a] A risk assessment methodology is identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform the &lt;br /&gt;
&lt;br /&gt;
development of organizational systems and security architectures; &lt;br /&gt;
&lt;br /&gt;
[c] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform the &lt;br /&gt;
&lt;br /&gt;
selection of security solutions; &lt;br /&gt;
&lt;br /&gt;
[d] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform &lt;br /&gt;
&lt;br /&gt;
system monitoring activities; &lt;br /&gt;
&lt;br /&gt;
[e] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform &lt;br /&gt;
&lt;br /&gt;
threat hunting activities; and &lt;br /&gt;
&lt;br /&gt;
[f]  Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform &lt;br /&gt;
&lt;br /&gt;
response and recovery activities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Information security program  plan; risk assessment policy; threat &lt;br /&gt;
&lt;br /&gt;
awareness program documentation; procedures for the threat awareness program; security &lt;br /&gt;
&lt;br /&gt;
planning policy and procedures; procedures addressing organizational assessments of risk; &lt;br /&gt;
&lt;br /&gt;
threat hunting program documentation; procedures for the threat hunting program; risk &lt;br /&gt;
&lt;br /&gt;
assessment results relevant to threat awareness; threat hunting results; list or other &lt;br /&gt;
&lt;br /&gt;
documentation on the cross-organization, information-sharing capability; security plan; risk &lt;br /&gt;
&lt;br /&gt;
assessment; risk assessment results; risk assessment reviews; risk assessment updates; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.1e – Threat-Informed Risk Assessment &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
49 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
contingency planning policy; contingency plan; incident response policy; incident response &lt;br /&gt;
&lt;br /&gt;
plan; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security program &lt;br /&gt;
&lt;br /&gt;
planning and plan implementation; organizational personnel responsible for the threat &lt;br /&gt;
&lt;br /&gt;
awareness and threat hunting programs; organizational personnel responsible for risk &lt;br /&gt;
&lt;br /&gt;
assessments; organizational personnel responsible for the cross-organization, information-&lt;br /&gt;
&lt;br /&gt;
sharing capability; organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for contingency planning; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for incident response; personnel with whom threat awareness information is &lt;br /&gt;
&lt;br /&gt;
shared by the organization]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing the threat awareness &lt;br /&gt;
&lt;br /&gt;
program; mechanisms supporting and/or implementing the cross-organization, &lt;br /&gt;
&lt;br /&gt;
information-sharing capability; mechanisms supporting and/or implementing the threat &lt;br /&gt;
&lt;br /&gt;
hunting program; mechanisms for conducting, documenting, reviewing, disseminating, and &lt;br /&gt;
&lt;br /&gt;
updating risk assessments; mechanisms supporting and/or implementing contingency &lt;br /&gt;
&lt;br /&gt;
plans; mechanisms supporting and/or implementing incident response plans]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The constant evolution and increased sophistication of adversaries, especially the APT, &lt;br /&gt;
&lt;br /&gt;
makes it more likely that adversaries can successfully compromise or breach organizational &lt;br /&gt;
&lt;br /&gt;
systems. Accordingly, threat intelligence can be integrated into each step of the risk &lt;br /&gt;
&lt;br /&gt;
management process throughout the system development life cycle. This risk management &lt;br /&gt;
&lt;br /&gt;
process includes defining system security requirements, developing system and security &lt;br /&gt;
&lt;br /&gt;
architectures, selecting security solutions, monitoring (including threat hunting), and &lt;br /&gt;
&lt;br /&gt;
remediation efforts. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-30] provides guidance on risk assessments. [NIST SP  800-39] provides &lt;br /&gt;
&lt;br /&gt;
guidance on the risk management process. [NIST SP  800-160-1] provides guidance on &lt;br /&gt;
&lt;br /&gt;
security architectures and systems security engineering. [NIST SP  800-150] provides &lt;br /&gt;
&lt;br /&gt;
guidance on cyber threat information sharing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An organization consumes threat intelligence and improves their security posture based on &lt;br /&gt;
&lt;br /&gt;
the intelligence relevant to that  organization and/or a  system(s).  The organization can &lt;br /&gt;
&lt;br /&gt;
obtain threat intelligence from open or commercial sources  but must also use  any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources. Threat information can be received in high volumes from various &lt;br /&gt;
&lt;br /&gt;
providers and must be processed and analyzed by the organization. It is the responsibility of &lt;br /&gt;
&lt;br /&gt;
the organization to process the threat information in a manner that is useful and actionable &lt;br /&gt;
&lt;br /&gt;
to their needs. Processing, analyzing, and extracting the intelligence from the threat feeds &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.1e – Threat-Informed Risk Assessment &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
50 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
and applying it to all organizational security engineering needs is the primary benefit of this &lt;br /&gt;
&lt;br /&gt;
requirement. Note that more than one source is required to meet assessment objectives. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Your organization receives a commercial threat  intelligence feed from  FIRST and &lt;br /&gt;
&lt;br /&gt;
government threat intelligence feeds from both USCERT and DoD/DC3 to help learn about &lt;br /&gt;
&lt;br /&gt;
recent threats and any additional information the threat feeds provide  [b,c,d,e,f].  Your &lt;br /&gt;
&lt;br /&gt;
organization uses the threat intelligence for multiple purposes: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To perform up-to-date risk assessments for the organization [a]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To add rules to the automated system put in place to identify threats (indicators of &lt;br /&gt;
&lt;br /&gt;
compromise, or IOCs) on the organization’s network [e]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To guide the organization in making informed selections of security solutions [c]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To shape the way the organization performs system monitoring activities [d]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To manage the escalation process for identified incidents, handling specific events, and &lt;br /&gt;
&lt;br /&gt;
performing recovery actions [f]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To provide additional information to the hunt team to identify threat activities [e]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To inform  the development and design decisions for organizational systems and the &lt;br /&gt;
&lt;br /&gt;
overall security architecture, as well as the network architecture [b,c]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To assist in decision-making regarding systems that are part of the primary network and &lt;br /&gt;
&lt;br /&gt;
systems that are placed in special enclaves for additional protections [b]; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To determine additional security measures based on current threat activities taking place &lt;br /&gt;
&lt;br /&gt;
in similar industry networks [c,d,e,f]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization detail how threat feed information is to be ingested, analyzed, and &lt;br /&gt;
&lt;br /&gt;
used [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization’s SOC or hunt teams discuss how they use the threat feed &lt;br /&gt;
&lt;br /&gt;
information after it is processed [e,f]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – Threat Hunting &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
51 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.2E – THREAT HUNTING &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conduct cyber threat hunting activities on an on-going aperiodic basis or when indications &lt;br /&gt;
&lt;br /&gt;
warrant, to search for indicators of compromise in organizational systems and detect, track, &lt;br /&gt;
&lt;br /&gt;
and disrupt threats that evade existing controls. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP4] Organizational systems to search for indicators of compromise are defined;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[a] Indicators of compromise are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Cyber threat hunting activities are conducted on an on-going aperiodic basis or when &lt;br /&gt;
&lt;br /&gt;
indications warrant, to search for indicators of compromise in organizational systems; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[c] Cyber threat hunting activities are conducted on an on-going aperiodic basis or when &lt;br /&gt;
&lt;br /&gt;
indications warrant, to detect, track, and disrupt threats that evade existing controls. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; policy and procedures addressing &lt;br /&gt;
&lt;br /&gt;
system monitoring; threat hunting program documentation; procedures for the threat &lt;br /&gt;
&lt;br /&gt;
hunting program; threat hunting results; system design documentation; security plan; &lt;br /&gt;
&lt;br /&gt;
system monitoring tools and techniques documentation; security planning policy and &lt;br /&gt;
&lt;br /&gt;
procedures; system configuration settings and associated documentation; system &lt;br /&gt;
&lt;br /&gt;
monitoring logs or records; system audit records; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for threat hunting program; &lt;br /&gt;
&lt;br /&gt;
system/network administrators; organizational personnel responsible for information &lt;br /&gt;
&lt;br /&gt;
security; system developers; organizational personnel installing, configuring, and/or &lt;br /&gt;
&lt;br /&gt;
maintaining the system; organizational personnel responsible for monitoring the system &lt;br /&gt;
&lt;br /&gt;
and/or network]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing a threat hunting program; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing a system monitoring capability; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting and/or supporting and/or implementing incident response plans]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Threat hunting is an active means of defense that contrasts with traditional protection &lt;br /&gt;
&lt;br /&gt;
measures, such as firewalls, intrusion detection and prevention systems, quarantining &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – Threat Hunting &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
52 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
malicious code in sandboxes, and Security Information and Event Management (SIEM) &lt;br /&gt;
&lt;br /&gt;
technologies and systems. Cyber threat hunting involves proactively searching &lt;br /&gt;
&lt;br /&gt;
organizational systems, networks, and infrastructure for advanced threats. The objective is &lt;br /&gt;
&lt;br /&gt;
to track and disrupt cyber adversaries as early as possible in the attack sequence and to &lt;br /&gt;
&lt;br /&gt;
measurably improve the speed and accuracy of organizational responses. Indicators of &lt;br /&gt;
&lt;br /&gt;
compromise are forensic artifacts from intrusions that are identified on organizational &lt;br /&gt;
&lt;br /&gt;
systems at the host or network level and can include unusual network traffic, unusual file &lt;br /&gt;
&lt;br /&gt;
changes, and the presence of malicious code. &amp;lt;br /&amp;gt;&lt;br /&gt;
Threat hunting teams use existing threat intelligence and may create new threat information, &lt;br /&gt;
&lt;br /&gt;
which may be shared with peer organizations, Information Sharing and Analysis &lt;br /&gt;
&lt;br /&gt;
Organizations (ISAO), Information Sharing and Analysis Centers (ISAC), and relevant &lt;br /&gt;
&lt;br /&gt;
government departments  and agencies. Threat indicators, signatures, tactics, techniques, &lt;br /&gt;
&lt;br /&gt;
procedures, and other indicators of compromise may be available via government and non-&lt;br /&gt;
&lt;br /&gt;
government cooperatives, including Forum of Incident Response and Security Teams, United &lt;br /&gt;
&lt;br /&gt;
States Computer Emergency Response Team, Defense Industrial Base Cybersecurity &lt;br /&gt;
&lt;br /&gt;
Information Sharing Program, and CERT Coordination Center. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-30] provides guidance on threat and risk assessments, risk analyses, and risk &lt;br /&gt;
&lt;br /&gt;
modeling.  [NIST SP  800-160-2] provides guidance on systems security engineering and &lt;br /&gt;
&lt;br /&gt;
cyber resiliency. [NIST SP 800-150] provides guidance on cyber threat information sharing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For this requirement, threat hunting is conducted on an on-going aperiodic basis. On-going &lt;br /&gt;
&lt;br /&gt;
aperiodic refers to activities that happen over and over but without an identifiable repeating &lt;br /&gt;
&lt;br /&gt;
pattern over time. For threat hunting, on-going activities take place in an automated manner &lt;br /&gt;
&lt;br /&gt;
(e.g.,  collecting logs, automated analysis,  and  alerts).  Aperiodicity  includes humans &lt;br /&gt;
&lt;br /&gt;
performing the hunt activities, which take place on an as-needed or as-planned basis. &amp;lt;br /&amp;gt;&lt;br /&gt;
APTs can penetrate an environment by means that defeat or avoid conventional monitoring &lt;br /&gt;
&lt;br /&gt;
methods  and  alert triggers—for example,  by using zero-day attacks.  Zero-day attacks &lt;br /&gt;
&lt;br /&gt;
become known only after the attack has happened and alerts are sent via threat intelligence &lt;br /&gt;
&lt;br /&gt;
feeds based on expert analysis. Because of the nature of zero-day attacks, automated alerts &lt;br /&gt;
&lt;br /&gt;
do not generally trigger when the event occurs but the activity is captured in system logs and &lt;br /&gt;
&lt;br /&gt;
forwarded for analysis and retention by the SIEM. Threat intelligence information is typically &lt;br /&gt;
&lt;br /&gt;
used by hunt teams to search SIEM systems, system event  and security logs, and other &lt;br /&gt;
&lt;br /&gt;
components to identify activity that has already taken place on an environment. The hunt &lt;br /&gt;
&lt;br /&gt;
team will identify systems related to the event(s) and pass the case to Incident Response &lt;br /&gt;
&lt;br /&gt;
team for action on the event(s). The hunt team will also use indicators to identify smaller &lt;br /&gt;
&lt;br /&gt;
components of an attack and search for that activity, which may help uncover a broader &lt;br /&gt;
&lt;br /&gt;
attack on the environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Threat hunting can also look for anomalous behavior or activity based on an organization’s &lt;br /&gt;
&lt;br /&gt;
normal pattern of activity.  Understanding  the roles and information flows within an &lt;br /&gt;
&lt;br /&gt;
organization can help identify activity that might be indicative of adversary behavior before &lt;br /&gt;
&lt;br /&gt;
the adversary completes their attack or mission. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – Threat Hunting &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
53 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the lead for your organization’s cyber threat hunting team.  You have local and &lt;br /&gt;
&lt;br /&gt;
remote staff on the team to process threat intelligence. Your team is tied closely with the SOC &lt;br /&gt;
&lt;br /&gt;
and IR teams. Through a DoD (DC3) intelligence feed, you receive knowledge of a recent &lt;br /&gt;
&lt;br /&gt;
APT’s attacks  on  defense  contractors.  The intelligence feed provided the indicators of &lt;br /&gt;
&lt;br /&gt;
compromise for a zero-day attack that most likely started within the past month.  After &lt;br /&gt;
&lt;br /&gt;
receiving the IOCs, you use a template for your organization to place the information in a &lt;br /&gt;
&lt;br /&gt;
standard format your team understands.  You  then  email the information to your team &lt;br /&gt;
&lt;br /&gt;
members and place the information in your hunt team’s dashboard, which tracks all IOCs [a]. &amp;lt;br /&amp;gt;&lt;br /&gt;
Your team starts by using the information to hunt for IOCs on the environment [b]. One of &lt;br /&gt;
&lt;br /&gt;
your team members quickly responds,  providing information  from the SIEM that an HR &lt;br /&gt;
&lt;br /&gt;
system’s logs show evidence that IOCs related to this threat occurred three days ago. The &lt;br /&gt;
&lt;br /&gt;
team contacts the owner of the system as they take the system offline into a quarantined &lt;br /&gt;
&lt;br /&gt;
environment. Your team pulls all logs from the system and clones the storage on the system. &lt;br /&gt;
&lt;br /&gt;
Members go through the logs to look for other systems that may be part of the APT’s attack &lt;br /&gt;
&lt;br /&gt;
[c]. While the team is cloning the storage system for evidence, you alert the IR team about &lt;br /&gt;
&lt;br /&gt;
the issue. After full forensics of the system, your team has verified your company has been &lt;br /&gt;
&lt;br /&gt;
hit by the APT, but nothing was taken and no additional attacks happened. You also alert DoD &lt;br /&gt;
&lt;br /&gt;
(DC3) about the finding and discuss the matter with them. There is an after action report and &lt;br /&gt;
&lt;br /&gt;
a briefing given to management to make them aware of the issue. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a methodology for performing cyber threat hunting actions &lt;br /&gt;
&lt;br /&gt;
[b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined all organizational  systems within scope of cyber threat &lt;br /&gt;
&lt;br /&gt;
hunting, including valid and approved documentation for any organization systems that &lt;br /&gt;
&lt;br /&gt;
are not within scope [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has  the organization identified a specific set of  individuals  to perform cyber threat &lt;br /&gt;
&lt;br /&gt;
hunting [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the threat hunting team have qualified staff members using the threat feed &lt;br /&gt;
&lt;br /&gt;
information [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the threat hunting team use  combinations of events to determine suspicious &lt;br /&gt;
&lt;br /&gt;
behaviors [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a documented list of trusted threat feeds that are used by &lt;br /&gt;
&lt;br /&gt;
their cyber hunt teams as the latest indicators of compromise during their efforts [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a clear methodology for processing threat feed information &lt;br /&gt;
&lt;br /&gt;
and turning it into actionable information they can use for their threat hunting approach &lt;br /&gt;
&lt;br /&gt;
[a]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.2e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.3e – Advanced Risk Identification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
54 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.3E – ADVANCED RISK IDENTIFICATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ advanced automation and analytics capabilities in support of analysts to predict and &lt;br /&gt;
&lt;br /&gt;
identify risks to organizations, systems, and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Advanced automation and analytics capabilities to predict and identify risks to &lt;br /&gt;
&lt;br /&gt;
organizations, systems, and system components are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Analysts to predict and identify risks to organizations, systems, and system components &lt;br /&gt;
&lt;br /&gt;
are identified; and &lt;br /&gt;
&lt;br /&gt;
[c] Advanced automation and analytics capabilities are employed in support of analysts to &lt;br /&gt;
&lt;br /&gt;
predict and identify risks to organizations, systems, and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; risk assessment policy; security &lt;br /&gt;
&lt;br /&gt;
planning policy and procedures; procedures addressing organizational assessments of risk; &lt;br /&gt;
&lt;br /&gt;
procedures addressing system monitoring; enterprise architecture documentation; system &lt;br /&gt;
&lt;br /&gt;
design documentation; system architecture and configuration documentation; system &lt;br /&gt;
&lt;br /&gt;
monitoring tools and techniques documentation; system configuration settings and &lt;br /&gt;
&lt;br /&gt;
associated documentation; system monitoring logs or records; system audit records; &lt;br /&gt;
&lt;br /&gt;
security plan; risk assessment artifacts; risk assessment results; risk assessment reviews; &lt;br /&gt;
&lt;br /&gt;
risk assessment updates; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; risk analysts; system developers; &lt;br /&gt;
&lt;br /&gt;
organizational personnel installing, configuring, and/or maintaining the system; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for monitoring; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting and/or implementing risk analytics &lt;br /&gt;
&lt;br /&gt;
capabilities; automated mechanisms supporting and/or implementing system monitoring &lt;br /&gt;
&lt;br /&gt;
capability; automated mechanisms supporting and/or implementing the discovery, &lt;br /&gt;
&lt;br /&gt;
collection, distribution, and use of indicators of compromise; automated mechanisms for &lt;br /&gt;
&lt;br /&gt;
conducting, documenting, reviewing, disseminating, and updating risk assessments]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.3e – Advanced Risk Identification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
55 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A properly resourced Security Operations Center (SOC) or Computer Incident Response &lt;br /&gt;
&lt;br /&gt;
Team (CIRT) may be overwhelmed by the volume of information generated by the &lt;br /&gt;
&lt;br /&gt;
proliferation of security tools and appliances unless it employs advanced automation and &lt;br /&gt;
&lt;br /&gt;
analytics to analyze the data. Advanced automation and predictive analytics capabilities are &lt;br /&gt;
&lt;br /&gt;
typically supported by artificial intelligence concepts and machine learning. Examples &lt;br /&gt;
&lt;br /&gt;
include Automated Workflow Operations, Automated Threat Discovery and Response &lt;br /&gt;
&lt;br /&gt;
(which includes broad-based collection, context-based analysis, and adaptive response &lt;br /&gt;
&lt;br /&gt;
capabilities), and machine-assisted decision tools. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-30] provides guidance on risk assessments and risk analyses. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Advanced automation includes tools to correlate and reduce the cyber data overload created &lt;br /&gt;
&lt;br /&gt;
by defensive tools, making the data understandable to the analyst. Automation also allows &lt;br /&gt;
&lt;br /&gt;
the defensive mechanisms to respond rapidly when adversary events are identified. &lt;br /&gt;
&lt;br /&gt;
Examples of such capabilities are SIEM; Security Orchestration, Automation, and Response &lt;br /&gt;
&lt;br /&gt;
(SOAR); and Extended Detection and Response (XDR) tools. An example of an automated &lt;br /&gt;
&lt;br /&gt;
rapid response action is a security alert being pushed to the SIEM while the organization’s &lt;br /&gt;
&lt;br /&gt;
SOAR solution communicates to the network firewall to block communications to the remote &lt;br /&gt;
&lt;br /&gt;
system identified in the security alert. &amp;lt;br /&amp;gt;&lt;br /&gt;
SIEM is  primarily a log collection tool intended to support data storage and analysis. It &lt;br /&gt;
&lt;br /&gt;
collects and sends alerts to security personnel for further investigation. SOAR is a software &lt;br /&gt;
&lt;br /&gt;
stack that enables an organization to collect data about security threats and respond to &lt;br /&gt;
&lt;br /&gt;
security events without human assistance in order to improve security operations. &lt;br /&gt;
&lt;br /&gt;
Orchestration connects and integrates disparate internal and external tools. Automation, fed &lt;br /&gt;
&lt;br /&gt;
by the data and alerts collected from security orchestration, ingests and analyzes data and &lt;br /&gt;
&lt;br /&gt;
creates repeated, automated responses. SOAR incorporates these capabilities based on the &lt;br /&gt;
&lt;br /&gt;
SIEM data and enables disparate security tools to coordinate with one another. SOAR can use &lt;br /&gt;
&lt;br /&gt;
artificial intelligence to predict and respond to similar future threats,  if such tools are &lt;br /&gt;
&lt;br /&gt;
employed. &amp;lt;br /&amp;gt;&lt;br /&gt;
XDR streamlines security data ingestion, analysis, prevention, and remediation workflows &lt;br /&gt;
&lt;br /&gt;
across an organization’s entire security stack, providing a single console to view and act on &lt;br /&gt;
&lt;br /&gt;
threat data. However, the presence of these tools by themselves does not necessarily provide &lt;br /&gt;
&lt;br /&gt;
an advanced capability.  It is essential that the security team employ  critical thinking in &lt;br /&gt;
&lt;br /&gt;
support of the intrusion detection and threat hunting processes. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. The organization holds &lt;br /&gt;
&lt;br /&gt;
and processes CUI in an enterprise. To protect that data, you want to minimize phishing &lt;br /&gt;
&lt;br /&gt;
attacks through the use of Security Orchestration and Automated Response (SOAR). Rather &lt;br /&gt;
&lt;br /&gt;
than relying on analysts to manually inspect each inbound item, emails containing links &lt;br /&gt;
&lt;br /&gt;
and/or attachments are processed by your automation playbook. Implementation of these &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.3e – Advanced Risk Identification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
56 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
processes involves sending all email links and attachments to detonation chambers or &lt;br /&gt;
&lt;br /&gt;
sandboxes prior to delivery to the recipient. When the email is received, SOAR extracts all &lt;br /&gt;
&lt;br /&gt;
URL links and attachments from the content and sends them for analysis and testing [a]. The &lt;br /&gt;
&lt;br /&gt;
domains in the URLs and the full URLs are processed against bad domain and URL lists. Next, &lt;br /&gt;
&lt;br /&gt;
a browser in a sandbox downloads the URLs for malware testing. Lastly, any attachments are &lt;br /&gt;
&lt;br /&gt;
sent to detonation chambers to identify if they attempt malicious activities. The hash of the &lt;br /&gt;
&lt;br /&gt;
attachments is sent to services to identify if it is known malware [b]. If any one of the items &lt;br /&gt;
&lt;br /&gt;
triggers a malware warning from the sandbox, detonation chamber, domain/URL validation &lt;br /&gt;
&lt;br /&gt;
service, attachment hash check services, or AV software, an alert about the original email is &lt;br /&gt;
&lt;br /&gt;
sent to team members with the recommendation to quarantine it. The team is given the &lt;br /&gt;
&lt;br /&gt;
opportunity to select a  “take action” button,  which would have the SOAR solution take &lt;br /&gt;
&lt;br /&gt;
actions to block that email and similar emails from being received by the organization [c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented a security information and event management system &lt;br /&gt;
&lt;br /&gt;
[a,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented security orchestration, automation,  and response &lt;br /&gt;
&lt;br /&gt;
tools [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use automated  processing  integrated with the  SIEM system  to &lt;br /&gt;
&lt;br /&gt;
perform analytics [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization demonstrate use  of relevant threat data to inform detection &lt;br /&gt;
&lt;br /&gt;
methods that in turn provide automated alerts/recommendations [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented an extended detection capability [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have the ability to merge traditional cyber data, such as network &lt;br /&gt;
&lt;br /&gt;
packet captures (e.g., PCAP), or process logs with enrichment data, such as reputation or &lt;br /&gt;
&lt;br /&gt;
categorization data [c]?  &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization provide examples of both basic and emerging  analytics used to &lt;br /&gt;
&lt;br /&gt;
analyze alert anomalies, e.g., both simple queries and unsupervised machine learning &lt;br /&gt;
&lt;br /&gt;
algorithms  that  both improve their effectiveness and automatically filter, reduce, or &lt;br /&gt;
&lt;br /&gt;
enrich alerting capabilities [c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.3e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.4e – Security Solution Rationale &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
57 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.4E – SECURITY SOLUTION RATIONALE &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Document or reference in the system security plan the security solution selected, the &lt;br /&gt;
&lt;br /&gt;
rationale for the security solution, and the risk determination. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] The system security plan documents or references the security solution selected; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The system security plan documents or references the rationale for the security solution; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[c] The system security plan documents or references the risk determination.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: system security plan; records of security plan reviews and updates; system &lt;br /&gt;
&lt;br /&gt;
design documentation; security planning policy; procedures addressing security plan &lt;br /&gt;
&lt;br /&gt;
development; procedures addressing security plan reviews and updates; enterprise &lt;br /&gt;
&lt;br /&gt;
architecture documentation; enterprise  security architecture documentation; system &lt;br /&gt;
&lt;br /&gt;
interconnection security agreements and other information exchange agreements; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for developing, implementing, or approving system &lt;br /&gt;
&lt;br /&gt;
interconnection and information exchange agreements; personnel managing the systems to &lt;br /&gt;
&lt;br /&gt;
which the Interconnection Security Agreement/Information Exchange Agreement applies; &lt;br /&gt;
&lt;br /&gt;
system developers; organizational personnel responsible for security planning and plan &lt;br /&gt;
&lt;br /&gt;
implementation; organizational personnel responsible for boundary protection; system &lt;br /&gt;
&lt;br /&gt;
developers; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational processes for security plan development, review, update, &lt;br /&gt;
&lt;br /&gt;
and approval]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System security plans relate security requirements to a set of security controls and solutions. &lt;br /&gt;
&lt;br /&gt;
The plans describe how the controls and solutions meet the security requirements. For the &lt;br /&gt;
&lt;br /&gt;
enhanced security requirements selected when the APT is a concern,  the security plan &lt;br /&gt;
&lt;br /&gt;
provides traceability between threat and risk assessments and the risk-based selection of a &lt;br /&gt;
&lt;br /&gt;
security solution, including discussion of relevant analyses of alternatives and rationale for &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.4e – Security Solution Rationale &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
58 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
key security-relevant architectural and design decisions. This level of detail is important as &lt;br /&gt;
&lt;br /&gt;
the threat changes, requiring reassessment of the risk and the basis for previous security &lt;br /&gt;
&lt;br /&gt;
decisions. &amp;lt;br /&amp;gt;&lt;br /&gt;
When incorporating external service providers into the system security plan, organizations &lt;br /&gt;
&lt;br /&gt;
state the type of service provided (e.g., software as a service, platform as a service), the point &lt;br /&gt;
&lt;br /&gt;
and type of connections  (including ports and protocols), the nature and type of the &lt;br /&gt;
&lt;br /&gt;
information flows to and from the service provider, and the security controls implemented &lt;br /&gt;
&lt;br /&gt;
by the service provider. For safety critical systems, organizations document situations for &lt;br /&gt;
&lt;br /&gt;
which safety is the primary reason for not implementing a security solution (i.e., the solution &lt;br /&gt;
&lt;br /&gt;
is appropriate to address the threat but causes a safety concern). &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-18] provides guidance on the development of system security plans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The System Security Plan (SSP) is a fundamental component of an organization’s security &lt;br /&gt;
&lt;br /&gt;
posture. When solutions for implementing a requirement have differing levels of capabilities &lt;br /&gt;
&lt;br /&gt;
associated with their implementation, it is essential that the plan specifically document the &lt;br /&gt;
&lt;br /&gt;
rationale for the selected solution and what was acquired for the implementation.  This &lt;br /&gt;
&lt;br /&gt;
information allows the organization to monitor the environment for threat changes and &lt;br /&gt;
&lt;br /&gt;
identify which solutions may no longer be applicable. While not required, it may also be &lt;br /&gt;
&lt;br /&gt;
useful to document alternative solutions reviewed and differing levels of risk associated with &lt;br /&gt;
&lt;br /&gt;
each alternative, as that information may facilitate future analyses when the threat changes. &lt;br /&gt;
&lt;br /&gt;
In addition to the implementations required for Level 2 certification, which may not be risk &lt;br /&gt;
&lt;br /&gt;
based, at Level 3, the SSP must carefully document the link between the assessed threat and &lt;br /&gt;
&lt;br /&gt;
the risk-based selection of a security solution for the enhanced security requirements (i.e., &lt;br /&gt;
&lt;br /&gt;
all CMMC L3 requirements derived from NIST SP 800-172). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. Following CMMC &lt;br /&gt;
&lt;br /&gt;
requirement  RA.L3-3.11.1e  –  &#039;&#039;Threat Informed Risk Assessment&#039;&#039;,  your team uses threat &lt;br /&gt;
&lt;br /&gt;
intelligence to complete a risk assessment and make a risk determination for all elements of &lt;br /&gt;
&lt;br /&gt;
your enterprise.  Based on that view of risk, your team decides that requirement &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – &#039;&#039;Threat Hunting&#039;&#039; is a requirement that is very important in protecting your &lt;br /&gt;
&lt;br /&gt;
organization’s use of CUI, and you have determined the solution selected could potentially &lt;br /&gt;
&lt;br /&gt;
add risk. You want to detect an adversary as soon as possible when they breach the network &lt;br /&gt;
&lt;br /&gt;
before any CUI can be exfiltrated. However, there are multiple threat hunting solutions, and &lt;br /&gt;
&lt;br /&gt;
each solution has a different set of features that will provide different success rates in &lt;br /&gt;
&lt;br /&gt;
identifying IOCs. &amp;lt;br /&amp;gt;&lt;br /&gt;
As a result, some solutions increase the risk to the organization by being less capable in &lt;br /&gt;
&lt;br /&gt;
detecting and tracking an adversary in your networks. To reduce risk, you evaluate five &lt;br /&gt;
&lt;br /&gt;
threat hunting solutions and in each case determine the number of IOCs for which there is a &lt;br /&gt;
&lt;br /&gt;
monitoring mechanism. You pick the solution that is cost effective, easy to operate, and &lt;br /&gt;
&lt;br /&gt;
optimizes IOC detection for your enterprise; purchase, install, and train SOC personnel on its &lt;br /&gt;
&lt;br /&gt;
use; and document the risk-based analysis  of  alternatives in the SSP. In creating that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.4e – Security Solution Rationale &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
59 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
documentation in the SSP, you follow the guidance found in NIST  SP 800-18,  &#039;&#039;Guide for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Developing Security Plans for Federal Information Systems&#039;&#039; [a,b,c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization completed a risk assessment and made a risk determinations for &lt;br /&gt;
&lt;br /&gt;
enterprise components that need to be protected [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization identify what is being protected and explain why specific protection &lt;br /&gt;
&lt;br /&gt;
solutions were selected [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Have all the decisions been documented in the SSP [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.4e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.5e – Security Solution Effectiveness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
60 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.5E – SECURITY SOLUTION EFFECTIVENESS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assess the effectiveness of security solutions at least annually or upon receipt of relevant &lt;br /&gt;
&lt;br /&gt;
cyber threat information, or in response to a relevant cyber incident, to address anticipated &lt;br /&gt;
&lt;br /&gt;
risk to organizational systems and the organization based on current and accumulated threat &lt;br /&gt;
&lt;br /&gt;
intelligence. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Security solutions are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Current and accumulated threat intelligence is identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Anticipated risk to organizational systems and the organization based on current and &lt;br /&gt;
&lt;br /&gt;
accumulated threat intelligence is identified; and &lt;br /&gt;
&lt;br /&gt;
[d] The effectiveness of security solutions is assessed at least annually or upon receipt of &lt;br /&gt;
&lt;br /&gt;
relevant cyber threat information, or in response to a relevant cyber incident, to address &lt;br /&gt;
&lt;br /&gt;
anticipated risk to organizational systems and the organization based on current and &lt;br /&gt;
&lt;br /&gt;
accumulated threat intelligence. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Risk assessment policy; security planning policy and procedures; security &lt;br /&gt;
&lt;br /&gt;
assessment policy and procedures; security assessment plans; security assessment results; &lt;br /&gt;
&lt;br /&gt;
procedures addressing organizational assessments of risk; security plan; risk assessment; &lt;br /&gt;
&lt;br /&gt;
risk assessment results; risk assessment reviews; risk assessment updates; threat &lt;br /&gt;
&lt;br /&gt;
intelligence information; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for security assessments; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for threat analysis; organizational personnel responsible for information &lt;br /&gt;
&lt;br /&gt;
security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting, conducting, documenting, reviewing, &lt;br /&gt;
&lt;br /&gt;
disseminating, and updating risk assessments; mechanisms supporting and/or &lt;br /&gt;
&lt;br /&gt;
implementing security assessments]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.5e – Security Solution Effectiveness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
61 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Threat awareness and risk assessment of the organization are dynamic, continuous, and &lt;br /&gt;
&lt;br /&gt;
inform system operations, security requirements for the system, and the security solutions &lt;br /&gt;
&lt;br /&gt;
employed to meet those requirements. Threat intelligence (i.e., threat information that has &lt;br /&gt;
&lt;br /&gt;
been aggregated, transformed, analyzed, interpreted, or enriched to help provide the &lt;br /&gt;
&lt;br /&gt;
necessary context for decision making) is infused into the risk assessment processes and &lt;br /&gt;
&lt;br /&gt;
information security operations of the organization to identify any changes required to &lt;br /&gt;
&lt;br /&gt;
address the dynamic threat environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-30] provides guidance on risk assessments, threat assessments, and risk &lt;br /&gt;
&lt;br /&gt;
analyses. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This requirement requires the organization to analyze threat intelligence and consider the &lt;br /&gt;
&lt;br /&gt;
effectiveness of currently deployed cybersecurity solutions against existing, new, and &lt;br /&gt;
&lt;br /&gt;
emerging threats. The goal is to understand the risk to the systems and the organization &lt;br /&gt;
&lt;br /&gt;
based on threat intelligence and to make adjustments to security solutions to reduce the risk &lt;br /&gt;
&lt;br /&gt;
to an acceptable level. Analysis of solutions should include analysis of operational system &lt;br /&gt;
&lt;br /&gt;
settings of the deployed systems and not be solely a conceptual capability analysis. This &lt;br /&gt;
&lt;br /&gt;
analysis includes verifying configuration settings are configured as desired by the &lt;br /&gt;
&lt;br /&gt;
organization and have not been changed over time. &amp;lt;br /&amp;gt;&lt;br /&gt;
Threat information can be thought of as raw data that may be limited in terms of evaluating &lt;br /&gt;
&lt;br /&gt;
the effectiveness of controls across the enterprise. For example, knowledge of a threat that &lt;br /&gt;
&lt;br /&gt;
has not been correlated with other threats may result in evaluation of an implementation &lt;br /&gt;
&lt;br /&gt;
that only provides partial protection for one set of systems when, in fact, the emerging threat &lt;br /&gt;
&lt;br /&gt;
is applicable to the entire enterprise. Large organizations may also have the resources to &lt;br /&gt;
&lt;br /&gt;
aggregate, transform, analyze, correlate, interpret, and enrich information to support &lt;br /&gt;
&lt;br /&gt;
decision-making about adequacy of existing security mechanisms and methods. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization, which holds and &lt;br /&gt;
&lt;br /&gt;
processes CUI. The organization subscribes to multiple threat intelligence sources [b]. In &lt;br /&gt;
&lt;br /&gt;
order to assess the effectiveness of current security solutions, the security team analyzes any &lt;br /&gt;
&lt;br /&gt;
new incidents reported in the threat feed. They identify weaknesses that were leveraged by &lt;br /&gt;
&lt;br /&gt;
malicious actors and subsequently look for similar weaknesses in their own security &lt;br /&gt;
&lt;br /&gt;
architecture[a,c]. This analysis is passed to the architecture team for engineering change &lt;br /&gt;
&lt;br /&gt;
recommendations, including system patching guidance, new sensors, and associated alerts &lt;br /&gt;
&lt;br /&gt;
that should be generated, and to identify ways to mitigate, transfer, or accept the risk &lt;br /&gt;
&lt;br /&gt;
necessary to respond to events if they occur within their own organization [d]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.5e – Security Solution Effectiveness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
62 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization make adjustments during an incident or operational &lt;br /&gt;
&lt;br /&gt;
improvements after an incident has occurred [d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented an analytical process to assess the effectiveness of &lt;br /&gt;
&lt;br /&gt;
security solutions against new or compiled threat intelligence [b,c,d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented  a process to identify if an operational security &lt;br /&gt;
&lt;br /&gt;
solution fails to contribute to the protections needed against specific adversarial actions &lt;br /&gt;
&lt;br /&gt;
based on new threat intelligence [a,b,c,d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.5e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.6e – Supply Chain Risk Response &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
63 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.6E – SUPPLY CHAIN RISK RESPONSE &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assess, respond to, and monitor supply chain risks associated with organizational systems &lt;br /&gt;
&lt;br /&gt;
and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
identified; &lt;br /&gt;
&lt;br /&gt;
[b] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
assessed; &lt;br /&gt;
&lt;br /&gt;
[c] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
responded to; and &lt;br /&gt;
&lt;br /&gt;
[d] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
monitored. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Risk assessment policy; procedures addressing organizational assessments &lt;br /&gt;
&lt;br /&gt;
of risk; security planning policy and procedures; supply chain risk management plan; &lt;br /&gt;
&lt;br /&gt;
security plan; risk assessment; risk assessment results; risk assessment reviews; risk &lt;br /&gt;
&lt;br /&gt;
assessment updates; threat intelligence information; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for supply chain risk management]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting, conducting, documenting, reviewing, &lt;br /&gt;
&lt;br /&gt;
disseminating, and updating risk assessments]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Supply chain events include disruption, use of defective components, insertion of &lt;br /&gt;
&lt;br /&gt;
counterfeits, theft, malicious development practices, improper delivery practices, and &lt;br /&gt;
&lt;br /&gt;
insertion of malicious code. These events can have a significant impact on a system and its &lt;br /&gt;
&lt;br /&gt;
information and, therefore, can also adversely impact organizational operations (i.e., &lt;br /&gt;
&lt;br /&gt;
mission, functions, image, or reputation), organizational assets, individuals, other &lt;br /&gt;
&lt;br /&gt;
organizations, and the Nation. The supply chain-related events may be unintentional or &lt;br /&gt;
&lt;br /&gt;
malicious and can occur at any point during the system life cycle. An analysis of supply chain &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.6e – Supply Chain Risk Response &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
64 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
risk can help an organization identify systems or components for which additional supply &lt;br /&gt;
&lt;br /&gt;
chain risk mitigations are required. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-30] provides guidance on risk assessments, threat assessments, and risk &lt;br /&gt;
&lt;br /&gt;
analyses. [NIST SP 800-161 Rev. 1] provides guidance on supply chain risk management. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations will have varying policies, definitions, and actions for this requirement. It is &lt;br /&gt;
&lt;br /&gt;
important for a single organization to be consistent and to build a process that makes sense &lt;br /&gt;
&lt;br /&gt;
for their organization, strategy, unique supply chain, and the technologies available to them. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
You are responsible for information security in your organization,  which holds and &lt;br /&gt;
&lt;br /&gt;
processes CUI. One of your responsibilities is to manage risk associated with your supply &lt;br /&gt;
&lt;br /&gt;
chain that may provide an entry point for the adversary. First, you acquire threat information &lt;br /&gt;
&lt;br /&gt;
by subscribing to reports that identify supply chain attacks in enough detail that you are able &lt;br /&gt;
&lt;br /&gt;
to identify the risk points in your organization’s supply chain [a]. You create an organization-&lt;br /&gt;
&lt;br /&gt;
defined prioritized list of risks the organization may encounter and determine the responses &lt;br /&gt;
&lt;br /&gt;
to be implemented to mitigate those risks [b,c]. &amp;lt;br /&amp;gt;&lt;br /&gt;
In addition to incident information, the intelligence provider also makes recommendations &lt;br /&gt;
&lt;br /&gt;
for monitoring and auditing your supply chain. You assess, integrate, correlate, and analyze &lt;br /&gt;
&lt;br /&gt;
this information so you can use it to acquire monitoring tools to help identify supply chain &lt;br /&gt;
&lt;br /&gt;
events that could be an indicator of an incident. This monitoring tool provides visibility of &lt;br /&gt;
&lt;br /&gt;
the entire attack surface, including your vendors’ security posture [d]. Second, you analyze &lt;br /&gt;
&lt;br /&gt;
the incident information in the intelligence report to help identify defensive tools that will &lt;br /&gt;
&lt;br /&gt;
help respond to each of those known supply chain attack techniques as soon as possible after &lt;br /&gt;
&lt;br /&gt;
such an incident is detected, thus mitigating risk associated with known techniques. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization prioritized risks to the supply chain [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have viable service-level agreements that describe and enable &lt;br /&gt;
&lt;br /&gt;
responses to supply chain incidents [c,d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.6e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.7e – Supply Chain Risk Plan &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
65 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.7E – SUPPLY CHAIN RISK PLAN &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Develop a plan for managing supply chain risks associated with organizational systems and &lt;br /&gt;
&lt;br /&gt;
system components; update the plan at least annually, and upon receipt of relevant cyber &lt;br /&gt;
&lt;br /&gt;
threat information, or in response to a relevant cyber incident. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
identified; &lt;br /&gt;
&lt;br /&gt;
[b] Organizational systems and system components to include in a supply chain risk &lt;br /&gt;
&lt;br /&gt;
management plan are identified; &lt;br /&gt;
&lt;br /&gt;
[c] A plan for managing supply chain risks associated with organizational systems and &lt;br /&gt;
&lt;br /&gt;
system components is developed; and &lt;br /&gt;
&lt;br /&gt;
[d] The plan for managing supply chain risks is updated at least annually, and upon receipt &lt;br /&gt;
&lt;br /&gt;
of relevant cyber threat information, or in response to a relevant cyber incident. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Risk assessment policy; supply chain risk management plan; security &lt;br /&gt;
&lt;br /&gt;
planning policy and procedures; procedures addressing organizational assessments of risk; &lt;br /&gt;
&lt;br /&gt;
security plan; risk assessment; risk assessment results; risk assessment reviews; risk &lt;br /&gt;
&lt;br /&gt;
assessment updates; threat intelligence information; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for supply chain risk management]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting, conducting, documenting, reviewing, &lt;br /&gt;
&lt;br /&gt;
disseminating, and updating risk assessments]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The growing dependence on products, systems, and services from external providers, along &lt;br /&gt;
&lt;br /&gt;
with the nature of the relationships with those providers, present an increasing level of risk &lt;br /&gt;
&lt;br /&gt;
to an organization. Threat actions that  may increase risk include the insertion or use of &lt;br /&gt;
&lt;br /&gt;
counterfeits, unauthorized production, tampering, theft, insertion of malicious software and &lt;br /&gt;
&lt;br /&gt;
hardware, and poor manufacturing and development practices in the supply chain. Supply &lt;br /&gt;
&lt;br /&gt;
chain risks can be endemic or systemic within a system element or component, a system, an &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.7e – Supply Chain Risk Plan &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
66 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
organization, a sector, or the Nation. Managing supply chain risk is a multifaceted &lt;br /&gt;
&lt;br /&gt;
undertaking that requires a coordinated effort across an organization to build trust &lt;br /&gt;
&lt;br /&gt;
relationships and communicate with both internal and external stakeholders. Supply chain &lt;br /&gt;
&lt;br /&gt;
risk management (SCRM) activities involve identifying and assessing risks, determining &lt;br /&gt;
&lt;br /&gt;
appropriate mitigating actions, developing SCRM plans to document selected mitigating &lt;br /&gt;
&lt;br /&gt;
actions, and monitoring performance against plans. SCRM plans address requirements for &lt;br /&gt;
&lt;br /&gt;
developing trustworthy, secure, and resilient systems and system components, including the &lt;br /&gt;
&lt;br /&gt;
application of the security design principles implemented as part of life cycle-based systems &lt;br /&gt;
&lt;br /&gt;
security engineering processes. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-161 Rev. 1] provides guidance on supply chain risk management. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An organization is required to have a supply chain risk management plan that assesses and &lt;br /&gt;
&lt;br /&gt;
responds to the identified risks from those organizations that provide IT products or &lt;br /&gt;
&lt;br /&gt;
services, including any cloud or other third-party services with a role in the operation of the &lt;br /&gt;
&lt;br /&gt;
system. The organization should be cognizant of services outside the scope of the system but &lt;br /&gt;
&lt;br /&gt;
required for the operation of the system as part of their plan. Since the cyber environment &lt;br /&gt;
&lt;br /&gt;
changes rapidly and continuously, it is equally important for the organization to update the &lt;br /&gt;
&lt;br /&gt;
plan in response to supply chain cyber incidents or emerging information. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization, and you have created a &lt;br /&gt;
&lt;br /&gt;
supply chain risk management plan [a,b,c]. One of the organization’s suppliers determines &lt;br /&gt;
&lt;br /&gt;
that it has been the victim of a cyberattack. Your security team meets with the supplier to &lt;br /&gt;
&lt;br /&gt;
determine the nature of the attack and to understand the adversary, the attack, the potential &lt;br /&gt;
&lt;br /&gt;
for corruption of delivered goods or services, and  current as well as future risks.  The &lt;br /&gt;
&lt;br /&gt;
understanding of the supply chain will help protect the local environment. Subsequently, you &lt;br /&gt;
&lt;br /&gt;
update the risk management plan to include a description of the necessary configuration &lt;br /&gt;
&lt;br /&gt;
changes or upgrades to monitoring tools to improve the ability to identify the new risks, and &lt;br /&gt;
&lt;br /&gt;
when  improved tools are available, you document the acquisition of defensive tools  and &lt;br /&gt;
&lt;br /&gt;
associated functionality to help mitigate any of the identified techniques [d]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization’s current supply chain risk management plan apply across the &lt;br /&gt;
&lt;br /&gt;
enterprise, or does it only apply to a limited portion of the supply chain [b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.7e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CA.L3-3.12.1e – Penetration Testing &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
67 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Security Assessment (CA) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CA.L3-3.12.1E – PENETRATION TESTING &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conduct penetration testing at least annually or when significant security changes are made &lt;br /&gt;
&lt;br /&gt;
to the system, leveraging automated scanning tools and ad hoc tests using subject matter &lt;br /&gt;
&lt;br /&gt;
experts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Automated scanning tools are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Ad hoc tests using subject matter experts are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Penetration testing is conducted at least annually or when significant security changes &lt;br /&gt;
&lt;br /&gt;
are made to the system,  leveraging automated scanning tools and ad hoc tests using &lt;br /&gt;
&lt;br /&gt;
subject matter experts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Security assessment policy; procedures addressing penetration testing; &lt;br /&gt;
&lt;br /&gt;
security plan; security assessment plan; penetration test report; security assessment report; &lt;br /&gt;
&lt;br /&gt;
security assessment evidence; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for security assessments; penetration &lt;br /&gt;
&lt;br /&gt;
testing team; system/network administrators; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
information security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting security assessments; automated &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting penetration testing]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Penetration testing is a specialized type of assessment conducted on systems or individual &lt;br /&gt;
&lt;br /&gt;
system components to identify vulnerabilities that could be exploited by adversaries. &lt;br /&gt;
&lt;br /&gt;
Penetration testing goes beyond automated vulnerability scanning. It is conducted by &lt;br /&gt;
&lt;br /&gt;
penetration testing agents and teams with particular skills and experience that include &lt;br /&gt;
&lt;br /&gt;
technical expertise in network, operating system, and application-level security. Penetration &lt;br /&gt;
&lt;br /&gt;
testing can be used to validate vulnerabilities or determine a system’s penetration resistance &lt;br /&gt;
&lt;br /&gt;
to adversaries within specified constraints. Such constraints include time, resources, and &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CA.L3-3.12.1e – Penetration Testing &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
68 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
skills. Organizations may also supplement penetration testing with red team exercises. Red &lt;br /&gt;
&lt;br /&gt;
teams attempt to duplicate the actions of adversaries in carrying out attacks against &lt;br /&gt;
&lt;br /&gt;
organizations and provide an in-depth analysis of security-related weaknesses or &lt;br /&gt;
&lt;br /&gt;
deficiencies. &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations can use the results of vulnerability analyses to support penetration testing &lt;br /&gt;
&lt;br /&gt;
activities. Penetration testing can be conducted internally or externally on the hardware, &lt;br /&gt;
&lt;br /&gt;
software, or firmware components of a system and can exercise both physical and technical &lt;br /&gt;
&lt;br /&gt;
controls. A standard method for penetration testing includes pretest analysis based on full &lt;br /&gt;
&lt;br /&gt;
knowledge of the system, pretest identification of potential vulnerabilities based on the &lt;br /&gt;
&lt;br /&gt;
pretest analysis, and testing designed to determine the exploitability of vulnerabilities. All &lt;br /&gt;
&lt;br /&gt;
parties agree to the specified rules of engagement before the commencement of penetration &lt;br /&gt;
&lt;br /&gt;
testing. Organizations correlate the rules of engagement for penetration tests and red &lt;br /&gt;
&lt;br /&gt;
teaming exercises (if used) with the tools, techniques, and procedures that they anticipate &lt;br /&gt;
&lt;br /&gt;
adversaries may employ. The penetration testing or red team exercises may be organization-&lt;br /&gt;
&lt;br /&gt;
based or external to the organization. In either case, it is important that the team possesses &lt;br /&gt;
&lt;br /&gt;
the necessary skills and resources to do the job and is objective in its assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-53A] provides guidance on conducting security assessments. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is important  that the organization has a repeatable penetration testing capability, &lt;br /&gt;
&lt;br /&gt;
regardless of who performs the penetration testing. This requirement entails performing &lt;br /&gt;
&lt;br /&gt;
tests against components of the organization’s architecture to identify cyber weaknesses and &lt;br /&gt;
&lt;br /&gt;
vulnerabilities. It does not mean everything in the architecture requires penetration testing. &lt;br /&gt;
&lt;br /&gt;
This requirement provides findings and mitigation strategies that benefit the organization &lt;br /&gt;
&lt;br /&gt;
and help create a stronger environment against adversary efforts. It may be beneficial for &lt;br /&gt;
&lt;br /&gt;
the organization to define the scope of penetration testing. The organization’s approach may &lt;br /&gt;
&lt;br /&gt;
involve  hiring an expert penetration testing team to perform testing on behalf of the &lt;br /&gt;
&lt;br /&gt;
organization. When an organization has penetration testing performed, either by an internal &lt;br /&gt;
&lt;br /&gt;
team or external firm, they should establish rules of engagement and impose limits on what &lt;br /&gt;
&lt;br /&gt;
can be performed by the penetration test team(s). &amp;lt;br /&amp;gt;&lt;br /&gt;
Ensuring the objectivity of the test team is important as well. Potential conflicts of interest, &lt;br /&gt;
&lt;br /&gt;
such as having internal testers report directly or indirectly to network defenders or an &lt;br /&gt;
&lt;br /&gt;
external test team contracted by network defense leadership, must be carefully managed by &lt;br /&gt;
&lt;br /&gt;
organizational leadership. &amp;lt;br /&amp;gt;&lt;br /&gt;
Reports on the findings should be used by the organization to determine where to focus &lt;br /&gt;
&lt;br /&gt;
funding, staffing, training, or technical improvements for future mitigation strategies. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CA.L3-3.12.1e – Penetration Testing &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
69 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. Leveraging  a contract &lt;br /&gt;
&lt;br /&gt;
managed by the CIO,  you hire  an external expert penetration team  annually  to test the &lt;br /&gt;
&lt;br /&gt;
security of the organization’s enclave that stores and processes CUI [a,c]. You hire the same &lt;br /&gt;
&lt;br /&gt;
firm annually or on an ad hoc basis when significant changes are made to the architecture or &lt;br /&gt;
&lt;br /&gt;
components that affect security [b,c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have internal team members who  possess the proper level of &lt;br /&gt;
&lt;br /&gt;
expertise to perform a valued penetration testing effort [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  If the penetration  testing  is  performed  by an internal team, are the individuals &lt;br /&gt;
&lt;br /&gt;
performing the testing objectively [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Is  a  penetration  testing final report  provided  to the internal  team  responsible for &lt;br /&gt;
&lt;br /&gt;
organizational defense? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  If previous penetration tests have been conducted, can the organization provide samples &lt;br /&gt;
&lt;br /&gt;
of penetration test plans, findings reports, and mitigation guidance based on the findings &lt;br /&gt;
&lt;br /&gt;
[a,b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.12.1e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SC.L3-3.13.4e – isolation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
70 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System and Communications Protection (SC) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;SC.L3-3.13.4E – ISOLATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ physical isolation techniques or logical isolation techniques or both in organizational &lt;br /&gt;
&lt;br /&gt;
systems and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] One or more of the following is/are selected: physical isolation techniques; &lt;br /&gt;
&lt;br /&gt;
logical isolation techniques; &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP2] Physical isolation techniques are defined (if selected); &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP3] Logical isolation techniques are defined (if selected); &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Physical isolation techniques or logical isolation techniques or both  are employed in &lt;br /&gt;
&lt;br /&gt;
organizational systems and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and communications protection policy; procedures addressing &lt;br /&gt;
&lt;br /&gt;
boundary protection; system design documentation; procedures addressing the use of thin &lt;br /&gt;
&lt;br /&gt;
nodes; list of key internal boundaries of the system; security plan; boundary protection &lt;br /&gt;
&lt;br /&gt;
hardware and software; system configuration settings and associated documentation; &lt;br /&gt;
&lt;br /&gt;
enterprise architecture documentation; system architecture; security architecture &lt;br /&gt;
&lt;br /&gt;
documentation; system audit records; system component inventory; list of security tools and &lt;br /&gt;
&lt;br /&gt;
support components to be isolated from other system components; other relevant &lt;br /&gt;
&lt;br /&gt;
documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
system/network administrators; system developers; organizational personnel responsible &lt;br /&gt;
&lt;br /&gt;
for boundary protection]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing the boundary protection capability; mechanisms &lt;br /&gt;
&lt;br /&gt;
implementing physical isolation techniques; mechanisms supporting and/or implementing &lt;br /&gt;
&lt;br /&gt;
the isolation of information security tools, mechanisms, and support components; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing the capability to separate system components &lt;br /&gt;
&lt;br /&gt;
supporting organizational missions and business functions; mechanisms implementing &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SC.L3-3.13.4e – isolation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
71 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
logical isolation techniques; mechanisms supporting or implementing separate network &lt;br /&gt;
&lt;br /&gt;
addresses/different subnets; mechanisms supporting and/or implementing thin nodes]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A mix of physical and logical isolation techniques (described below) implemented as part of &lt;br /&gt;
&lt;br /&gt;
the system architecture can limit the unauthorized flow of CUI, reduce the system attack &lt;br /&gt;
&lt;br /&gt;
surface, constrain the number of system components that must be secure, and impede the &lt;br /&gt;
&lt;br /&gt;
movement of an adversary. When implemented with a set of managed interfaces, physical &lt;br /&gt;
&lt;br /&gt;
and logical isolation techniques for organizational systems and components can isolate CUI &lt;br /&gt;
&lt;br /&gt;
into separate security domains where additional protections can be implemented. Any &lt;br /&gt;
&lt;br /&gt;
communications across the managed interfaces (i.e., across security domains), including for &lt;br /&gt;
&lt;br /&gt;
management or administrative purposes, constitutes remote access even if the &lt;br /&gt;
&lt;br /&gt;
communications remain within the organization. Separating system components with &lt;br /&gt;
&lt;br /&gt;
boundary protection mechanisms allows for the increased protection of individual &lt;br /&gt;
&lt;br /&gt;
components and more effective control of information flows between those components. &lt;br /&gt;
&lt;br /&gt;
This enhanced protection limits the potential harm from and susceptibility to hostile cyber-&lt;br /&gt;
&lt;br /&gt;
attacks and errors. The degree of isolation can vary depending on the boundary protection &lt;br /&gt;
&lt;br /&gt;
mechanisms selected. Boundary protection mechanisms include routers, gateways, and &lt;br /&gt;
&lt;br /&gt;
firewalls separating system components into physically separate networks or subnetworks; &lt;br /&gt;
&lt;br /&gt;
virtualization and micro-virtualization techniques; encrypting information flows among &lt;br /&gt;
&lt;br /&gt;
system components using distinct encryption keys; cross-domain devices separating &lt;br /&gt;
&lt;br /&gt;
subnetworks; and complete physical separation (i.e., air gaps). &amp;lt;br /&amp;gt;&lt;br /&gt;
System architectures include logical isolation, partial physical and logical isolation, or &lt;br /&gt;
&lt;br /&gt;
complete physical isolation between subsystems and at system boundaries between &lt;br /&gt;
&lt;br /&gt;
resources that store, process, transmit, or protect CUI and other resources. Examples &lt;br /&gt;
&lt;br /&gt;
include: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Logical isolation: Data tagging, digital rights  management (DRM), and data loss &lt;br /&gt;
&lt;br /&gt;
prevention (DLP) that tags, monitors, and restricts the flow of CUI; virtual machines or &lt;br /&gt;
&lt;br /&gt;
containers that separate CUI and other information on hosts; and virtual local area &lt;br /&gt;
&lt;br /&gt;
networks (VLAN) that keep CUI and other information separate on networks. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Partial physical and logical isolation: Physically or cryptographically isolated networks, &lt;br /&gt;
&lt;br /&gt;
dedicated hardware in data centers, and secure clients that (a) may not directly access &lt;br /&gt;
&lt;br /&gt;
resources outside of the domain (i.e., all applications with cross-enclave connectivity &lt;br /&gt;
&lt;br /&gt;
execute as remote virtual applications hosted in a demilitarized zone [DMZ] or internal &lt;br /&gt;
&lt;br /&gt;
and protected enclave), (b) access via remote virtualized applications or virtual desktop &lt;br /&gt;
&lt;br /&gt;
with no file transfer capability other than  with dual authorization, or (c) employ &lt;br /&gt;
&lt;br /&gt;
dedicated client hardware (e.g., a zero or thin client) or hardware approved for multi-&lt;br /&gt;
&lt;br /&gt;
level secure (MLS) usage. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Complete physical isolation: Dedicated (not shared) client and server hardware; &lt;br /&gt;
&lt;br /&gt;
physically isolated, stand-alone enclaves for clients and servers; and (a) logically &lt;br /&gt;
&lt;br /&gt;
separate network traffic (e.g., using a VLAN) with end-to-end encryption using Public Key &lt;br /&gt;
&lt;br /&gt;
Infrastructure (PKI)-based cryptography or (b) physical isolation from other networks. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SC.L3-3.13.4e – isolation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
72 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Isolation techniques are selected based on a risk management perspective that balances the &lt;br /&gt;
&lt;br /&gt;
threat, the information being protected, and the cost of the options for protection. &lt;br /&gt;
&lt;br /&gt;
Architectural and design decisions are guided and informed by the security requirements &lt;br /&gt;
&lt;br /&gt;
and selected solutions. Organizations consider the trustworthiness of the isolation &lt;br /&gt;
&lt;br /&gt;
techniques employed (e.g., the logical isolation relies on information technology that could &lt;br /&gt;
&lt;br /&gt;
be considered a high value target because of the function being performed), introducing its &lt;br /&gt;
&lt;br /&gt;
own set of vulnerabilities. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-160-1] provides guidance on developing trustworthy, secure, and cyber &lt;br /&gt;
&lt;br /&gt;
resilient systems using systems security engineering practices and security design concepts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For this requirement, organizations must identify the systems or enclaves that need to be &lt;br /&gt;
&lt;br /&gt;
isolated,  then design and implement the isolation.  The resulting isolation solutions are &lt;br /&gt;
&lt;br /&gt;
documented  or referenced in the SSP.  Documentation will be dependent on the design &lt;br /&gt;
&lt;br /&gt;
selected and may include a high-level diagram, but specific details that may change on some &lt;br /&gt;
&lt;br /&gt;
frequency would be omitted. During an assessment, providing details such as subnet and &lt;br /&gt;
&lt;br /&gt;
VLAN implementation identifiers, internal boundary protection hardware and software, &lt;br /&gt;
&lt;br /&gt;
interface device functionality, and system configuration and  Access Control List (ACL) &lt;br /&gt;
&lt;br /&gt;
settings will be useful. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization,  which holds and &lt;br /&gt;
&lt;br /&gt;
processes CUI. You have decided  to isolate the  systems processing  CUI  by limiting all &lt;br /&gt;
&lt;br /&gt;
communications in and out that enclave with cross-domain interface devices that implement &lt;br /&gt;
&lt;br /&gt;
access control [a]. Your security team has identified all the systems containing such CUI, &lt;br /&gt;
&lt;br /&gt;
documented network design details, developed network diagrams showing access control &lt;br /&gt;
&lt;br /&gt;
points, documented the logic for the access control enforcement decisions, described the &lt;br /&gt;
&lt;br /&gt;
interface and protocol to the identification and authentication mechanisms, and documented &lt;br /&gt;
&lt;br /&gt;
all details associated with the ACLs, including review, updates, and credential revocation &lt;br /&gt;
&lt;br /&gt;
procedures. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization clearly identified where they use physical, logical, or both isolation &lt;br /&gt;
&lt;br /&gt;
techniques [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization describe the isolation techniques they have employed [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization deployed subnetting, internal firewalls, and VLANs  to control &lt;br /&gt;
&lt;br /&gt;
packet flow between internal segments [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization employ metadata to inform isolation techniques [a]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.13.4e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
73 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System and Information Integrity (SI) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;SI.L3-3.14.1E – INTEGRITY VERIFICATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Verify the integrity of security critical and essential software using root of trust mechanisms &lt;br /&gt;
&lt;br /&gt;
or cryptographic signatures. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Security critical or essential software is defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Root of trust mechanisms or cryptographic signatures are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The integrity of security critical and essential software  is verified using root of trust &lt;br /&gt;
&lt;br /&gt;
mechanisms or cryptographic signatures. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; procedures addressing software, &lt;br /&gt;
&lt;br /&gt;
firmware, and information integrity; system design documentation; security plan; system &lt;br /&gt;
&lt;br /&gt;
configuration settings and associated documentation; system component inventory; &lt;br /&gt;
&lt;br /&gt;
integrity verification tools and associated documentation; records of integrity verification &lt;br /&gt;
&lt;br /&gt;
scans; system audit records; cryptographic mechanisms and associated documentation; &lt;br /&gt;
&lt;br /&gt;
records of detected unauthorized changes to software, firmware, and information; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT  FROM:  Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for software, firmware, and/or information integrity; &lt;br /&gt;
&lt;br /&gt;
system developers; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Software, firmware, and information integrity verification tools; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing integrity verification of the boot process; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing protection of the integrity of boot firmware; &lt;br /&gt;
&lt;br /&gt;
cryptographic mechanisms implementing software, firmware, and information integrity; &lt;br /&gt;
&lt;br /&gt;
safeguards implementing protection of the integrity of boot firmware]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
74 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Verifying the integrity of the organization’s security-critical or essential software is an &lt;br /&gt;
&lt;br /&gt;
important capability since corrupted software is the primary attack vector used by &lt;br /&gt;
&lt;br /&gt;
adversaries to undermine or disrupt the proper functioning of organizational systems. There &lt;br /&gt;
&lt;br /&gt;
are many ways to verify software integrity throughout the system development life cycle. &lt;br /&gt;
&lt;br /&gt;
Root of trust mechanisms (e.g., secure boot, trusted platform modules, Unified Extensible &lt;br /&gt;
&lt;br /&gt;
Firmware Interface [UEFI]), verify that only trusted code is executed during boot processes. &lt;br /&gt;
&lt;br /&gt;
This capability helps system components protect the integrity of boot firmware in &lt;br /&gt;
&lt;br /&gt;
organizational systems by verifying the integrity and authenticity of updates to the firmware &lt;br /&gt;
&lt;br /&gt;
prior to applying changes to the system component and preventing unauthorized processes &lt;br /&gt;
&lt;br /&gt;
from modifying the boot firmware. The employment of cryptographic signatures ensures the &lt;br /&gt;
&lt;br /&gt;
integrity and authenticity of critical and essential software that stores, processes, or &lt;br /&gt;
&lt;br /&gt;
transmits, CUI. Cryptographic signatures include digital signatures and the computation and &lt;br /&gt;
&lt;br /&gt;
application of signed hashes using asymmetric cryptography, protecting the confidentiality &lt;br /&gt;
&lt;br /&gt;
of the key used to generate the hash, and using the public key to verify the hash information. &lt;br /&gt;
&lt;br /&gt;
Hardware roots of trust are considered to be more secure. This requirement supports 3.4.1e &lt;br /&gt;
&lt;br /&gt;
and 3.4.3.e. &amp;lt;br /&amp;gt;&lt;br /&gt;
[FIPS 140-3] provides security requirements for cryptographic modules. [FIPS 180-4] and &lt;br /&gt;
&lt;br /&gt;
[FIPS 202] provide secure hash standards. [FIPS 186-4] provides a digital signature &lt;br /&gt;
&lt;br /&gt;
standard.  [NIST SP  800-147] provides BIOS protection guidance. [NIST TRUST] provides &lt;br /&gt;
&lt;br /&gt;
guidance on the roots of trust project. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations verify the integrity of security critical and essential software every time that &lt;br /&gt;
&lt;br /&gt;
software  is executed.  Secure boot mechanisms for firmware and a cryptographically &lt;br /&gt;
&lt;br /&gt;
protected boot chain ensure the integrity of the operating system (OS) and security critical &lt;br /&gt;
&lt;br /&gt;
software, and cryptographic techniques ensure  the  essential  software has not been &lt;br /&gt;
&lt;br /&gt;
tampered with after development prior to execution. If software is itself considered to be &lt;br /&gt;
&lt;br /&gt;
CUI or if it uses CUI, this requirement ensures it has not been compromised. &amp;lt;br /&amp;gt;&lt;br /&gt;
Software and information integrity verification tools can help check the integrity during the &lt;br /&gt;
&lt;br /&gt;
development process for those organizations developing software. As critical software is &lt;br /&gt;
&lt;br /&gt;
updated, the integrity of any configuration data and the software must result in updated &lt;br /&gt;
&lt;br /&gt;
signatures and an ongoing verification process. &amp;lt;br /&amp;gt;&lt;br /&gt;
Operating systems include mechanisms to validate digital signatures for installed software. &lt;br /&gt;
&lt;br /&gt;
Most software packages use signatures to prove the integrity of the provided software, and &lt;br /&gt;
&lt;br /&gt;
the organization should leverage these capabilities.  Similarly, most hardware appliance &lt;br /&gt;
&lt;br /&gt;
vendors have secure boot checks in place for their devices and built-in features that check &lt;br /&gt;
&lt;br /&gt;
the digital signature of an upgrade/update package before they allow an upgrade to take &lt;br /&gt;
&lt;br /&gt;
place. For locally developed software, the organization should sign the software to ensure its &lt;br /&gt;
&lt;br /&gt;
integrity. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
75 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. Your security team has &lt;br /&gt;
&lt;br /&gt;
identified the software used to process CUI, and the organization has decided it is mission-&lt;br /&gt;
&lt;br /&gt;
critical software that must be protected. You take three actions. First, you ensure all of the &lt;br /&gt;
&lt;br /&gt;
platform’s configuration information used at boot is hashed and stored in a TPM [a]. Second, &lt;br /&gt;
&lt;br /&gt;
you ensure that the platforms used to execute the software are started with a digitally signed &lt;br /&gt;
&lt;br /&gt;
software chain to a secure boot process using the TPM. Finally, you ensure the essential &lt;br /&gt;
&lt;br /&gt;
applications are cryptographically protected with a digital signature when stored and the &lt;br /&gt;
&lt;br /&gt;
signature is verified prior to execution [b]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Your organization has a software security team, and they are required to validate unsigned &lt;br /&gt;
&lt;br /&gt;
essential software provided to systems that do not have TPM modules. The organization has &lt;br /&gt;
&lt;br /&gt;
a policy stating no software can be executed on a system unless its hash value matches that &lt;br /&gt;
&lt;br /&gt;
of a hash stored in the approved software library kept by the software security team [a]. This &lt;br /&gt;
&lt;br /&gt;
action is performed by implementing software restriction policies on systems.  The team &lt;br /&gt;
&lt;br /&gt;
tests the software on a sandbox system,  and once it is proven safe, they run a hashing &lt;br /&gt;
&lt;br /&gt;
function on the software to create a hash value. This hash value is placed in a software library &lt;br /&gt;
&lt;br /&gt;
so the system will know it can execute the software [b]. Any changes to the software without &lt;br /&gt;
&lt;br /&gt;
the software security team’s approval will result in the software failing the security tests, &lt;br /&gt;
&lt;br /&gt;
and it will be prevented from executing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use cryptographic signatures to ensure the integrity and &lt;br /&gt;
&lt;br /&gt;
authenticity of critical and essential software and data [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization identified those devices that require integrity verification of the &lt;br /&gt;
&lt;br /&gt;
boot process [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use a TPM to store  hashes  of  pre-run time configuration &lt;br /&gt;
&lt;br /&gt;
parameters for those systems [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization leverage the TPM configuration hash to verify the hardware and &lt;br /&gt;
&lt;br /&gt;
software configuration is unchanged in order to determine that a system is trustworthy &lt;br /&gt;
&lt;br /&gt;
before running mission-essential applications [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use the TPM for remote attestation to determine to which extent &lt;br /&gt;
&lt;br /&gt;
information can be trusted from another system [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization identified devices requiring organization-defined security &lt;br /&gt;
&lt;br /&gt;
safeguards that must be implemented to protect the integrity of boot firmware [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined security safeguards that will be implemented to protect the &lt;br /&gt;
&lt;br /&gt;
integrity of boot firmware in mission-essential devices [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented organization-defined security safeguards to protect &lt;br /&gt;
&lt;br /&gt;
the integrity of boot firmware in organization-defined essential devices [b]? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
76 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.14.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.3e – Specialized Asset Security &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
77 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SI.L3-3.14.3E – SPECIALIZED ASSET SECURITY &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ensure that specialized assets including IoT, IIoT, OT, GFE, Restricted Information Systems &lt;br /&gt;
&lt;br /&gt;
and test equipment  are included in the scope of the specified enhanced security &lt;br /&gt;
&lt;br /&gt;
requirements or are segregated in purpose-specific networks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Specialized assets including IoT, IIoT, OT, GFE, Restricted Information Systems and test &lt;br /&gt;
&lt;br /&gt;
equipment are included in the scope of the specified enhanced security requirements; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[b] Systems and system components that are not included in specialized assets including IoT, &lt;br /&gt;
&lt;br /&gt;
IIoT, OT, GFE, Restricted Information Systems and test equipment  are segregated in &lt;br /&gt;
&lt;br /&gt;
purpose-specific networks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Access control policy; information flow control policies; system and services &lt;br /&gt;
&lt;br /&gt;
acquisition policy; system and communications protection policy; procedures addressing &lt;br /&gt;
&lt;br /&gt;
security function isolation; procedures addressing application partitioning; procedures &lt;br /&gt;
&lt;br /&gt;
addressing security engineering principles used in the specification, design, development, &lt;br /&gt;
&lt;br /&gt;
implementation, and modification of the system; procedures addressing information flow &lt;br /&gt;
&lt;br /&gt;
enforcement; procedures addressing access enforcement; system architecture; system &lt;br /&gt;
&lt;br /&gt;
design documentation; security plan; system component inventory; system configuration &lt;br /&gt;
&lt;br /&gt;
settings and associated documentation; system baseline configuration; list of security &lt;br /&gt;
&lt;br /&gt;
functions to be isolated from non-security functions; system audit records; security &lt;br /&gt;
&lt;br /&gt;
requirements and specifications for the system; list of approved authorizations (user &lt;br /&gt;
&lt;br /&gt;
privileges); list of information flow authorizations; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for access enforcement; &lt;br /&gt;
&lt;br /&gt;
system/network administrators; organizational personnel responsible for information &lt;br /&gt;
&lt;br /&gt;
security; system developers; system integrators; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
acquisition/contracting; organizational personnel responsible for determining system &lt;br /&gt;
&lt;br /&gt;
security requirements; system security architects; enterprise architects; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for system specification, design, development, implementation, and &lt;br /&gt;
&lt;br /&gt;
modification]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing the access control policy; mechanisms &lt;br /&gt;
&lt;br /&gt;
implementing the information flow enforcement policy; mechanisms supporting the &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.3e – Specialized Asset Security &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
78 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
application of security engineering principles in system specification, design, development, &lt;br /&gt;
&lt;br /&gt;
implementation, and modification]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations may have a variety of systems and system components in their inventory, &lt;br /&gt;
&lt;br /&gt;
including Information Technology (IT), Internet of Things (IoT), Operational Technology &lt;br /&gt;
&lt;br /&gt;
(OT), and Industrial Internet of Things (IIoT). The convergence of IT, OT, IoT, and IIoT &lt;br /&gt;
&lt;br /&gt;
significantly increases the attack surface of organizations and provides attack vectors that &lt;br /&gt;
&lt;br /&gt;
are challenging to address. Compromised IoT, OT, and IIoT system components can serve as &lt;br /&gt;
&lt;br /&gt;
launching points for attacks on organizational IT systems that handle CUI. Some IoT, OT, and &lt;br /&gt;
&lt;br /&gt;
IIoT system components can store, transmit, or process CUI (e.g., specifications or &lt;br /&gt;
&lt;br /&gt;
parameters for objects manufactured in support of critical programs). Most of the current &lt;br /&gt;
&lt;br /&gt;
generation of IoT, OT, and IIoT system components are not designed with security as a &lt;br /&gt;
&lt;br /&gt;
foundational property and may not be able to be configured to support security functionality. &lt;br /&gt;
&lt;br /&gt;
Connections to and from such system components are generally not encrypted, do not &lt;br /&gt;
&lt;br /&gt;
provide the necessary authentication, are not monitored, and are not logged. Therefore, &lt;br /&gt;
&lt;br /&gt;
these components pose a significant cyber threat. Gaps in IoT, OT, and IIoT security &lt;br /&gt;
&lt;br /&gt;
capabilities may be addressed by employing intermediary system components that can &lt;br /&gt;
&lt;br /&gt;
provide encryption, authentication, security scanning, and logging capabilities—thus, &lt;br /&gt;
&lt;br /&gt;
preventing the components from being accessible from the Internet. However, such &lt;br /&gt;
&lt;br /&gt;
mitigation options are not always available or practicable. The situation is further &lt;br /&gt;
&lt;br /&gt;
complicated because some of the IoT, OT, and IIoT devices may be needed for essential &lt;br /&gt;
&lt;br /&gt;
missions and business functions. In those instances, it is necessary for such devices to be &lt;br /&gt;
&lt;br /&gt;
isolated from the Internet to reduce the susceptibility to cyber-attacks.  &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-160-1] provides guidance on security engineering practices and security &lt;br /&gt;
&lt;br /&gt;
design concepts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are addressed in the scoping guidance, which should be overlaid on this &lt;br /&gt;
&lt;br /&gt;
requirement. The OSC must document Specialized Assets in the asset inventory; develop, &lt;br /&gt;
&lt;br /&gt;
document, and periodically update system security plans; and include Specialized Assets in &lt;br /&gt;
&lt;br /&gt;
the network diagram. The Specialized Asset section of the SSP should describe associated &lt;br /&gt;
&lt;br /&gt;
system boundaries, system environments of operation, how security requirements are &lt;br /&gt;
&lt;br /&gt;
implemented, and the relationships with or connections to other systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets within the Level  3  CMMC  assessment  scope  must  be  either  assessed &lt;br /&gt;
&lt;br /&gt;
against all CMMC security  requirements  or  separated  into purpose-specific networks. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets may have limitations on the application of certain security requirements. &lt;br /&gt;
&lt;br /&gt;
To accommodate such issues, the SSP should describe any mitigations. &amp;lt;br /&amp;gt;&lt;br /&gt;
Intermediary devices are permitted to mitigate an inability for the asset itself to implement &lt;br /&gt;
&lt;br /&gt;
one or more CMMC requirements. An example of an intermediary device used in conjunction &lt;br /&gt;
&lt;br /&gt;
with a specialized asset is a boundary device or a proxy. &amp;lt;br /&amp;gt;&lt;br /&gt;
The high-level list of Specialized Assets includes: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.3e – Specialized Asset Security &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
79 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Government Furnished Equipment; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  IoT and IIoT devices (physical or virtual) with sensing/actuation capability and &lt;br /&gt;
&lt;br /&gt;
programmability features; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OT  used  in manufacturing systems, industrial control systems (ICS), or supervisory &lt;br /&gt;
&lt;br /&gt;
control and data acquisition (SCADA) systems; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Restricted Information Systems, which can include systems and IT components that are &lt;br /&gt;
&lt;br /&gt;
configured based on government requirements; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Test equipment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization, which processes CUI on &lt;br /&gt;
&lt;br /&gt;
the network, and this same network includes GFE for which the configuration is mandated &lt;br /&gt;
&lt;br /&gt;
by the government. The GFE is needed to process CUI information [a]. Because the company &lt;br /&gt;
&lt;br /&gt;
cannot manage the configuration of the GFE, it has been augmented by placing a bastion host &lt;br /&gt;
&lt;br /&gt;
between it and the network. The bastion host meets the requirements that the GFE cannot, &lt;br /&gt;
&lt;br /&gt;
and is used to send CUI files to and from the GFE for processing. You and your security team &lt;br /&gt;
&lt;br /&gt;
document in the SSP all of the GFE to include GFE connectivity diagrams, a description of the &lt;br /&gt;
&lt;br /&gt;
isolation mechanism, and a description of how your organization manages risk associated &lt;br /&gt;
&lt;br /&gt;
with that GFE [a]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization documented all specialized assets in asset inventory [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization documented all specialized assets in the SSP to show how risk is &lt;br /&gt;
&lt;br /&gt;
managed [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization provided a network diagram for specialized assets [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.14.3e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.6e – Threat-Guided Intrusion Detection &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
80 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SI.L3-3.14.6E – THREAT-GUIDED INTRUSION DETECTION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Use threat indicator information and effective mitigations obtained from,  at a minimum, &lt;br /&gt;
&lt;br /&gt;
open or commercial sources, and any DoD-provided sources, to guide and inform intrusion &lt;br /&gt;
&lt;br /&gt;
detection and threat hunting. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] External organizations from which to obtain threat indicator information and &lt;br /&gt;
&lt;br /&gt;
effective mitigations are defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Threat indicator information is identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Effective mitigations are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Intrusion detection approaches are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] Threat hunting activities are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[e] Threat indicator information and effective mitigations obtained from,  at a minimum, &lt;br /&gt;
&lt;br /&gt;
open or commercial sources and any DoD-provided sources, are used to guide and inform &lt;br /&gt;
&lt;br /&gt;
intrusion detection and threat hunting. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; information security program plan; &lt;br /&gt;
&lt;br /&gt;
procedures addressing security alerts, advisories, and directives; threat awareness program &lt;br /&gt;
&lt;br /&gt;
documentation; procedures addressing system monitoring; procedures for the threat &lt;br /&gt;
&lt;br /&gt;
awareness program; risk assessment results relevant to threat awareness; records of &lt;br /&gt;
&lt;br /&gt;
security alerts and advisories; system design documentation; security plan; system &lt;br /&gt;
&lt;br /&gt;
monitoring tools and techniques documentation; system configuration settings and &lt;br /&gt;
&lt;br /&gt;
associated documentation; system monitoring logs or records; system audit records; &lt;br /&gt;
&lt;br /&gt;
documentation on the cross-organization information-sharing capability; other relevant &lt;br /&gt;
&lt;br /&gt;
documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security program &lt;br /&gt;
&lt;br /&gt;
planning and plan implementation; system/network administrators; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for the threat awareness program; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for the cross-organization information-sharing capability; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for information security; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
installing, configuring, and/or maintaining the system; organizational personnel  security &lt;br /&gt;
&lt;br /&gt;
alerts and advisories; organizational personnel responsible for  implementing, operating, &lt;br /&gt;
&lt;br /&gt;
maintaining, and using the system; organizational personnel, organizational elements, &lt;br /&gt;
&lt;br /&gt;
and/or external organizations to whom alerts, advisories, and directives are to be &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.6e – Threat-Guided Intrusion Detection &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
81 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
disseminated; personnel with whom threat awareness information is shared by the &lt;br /&gt;
&lt;br /&gt;
organization; system developers]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing the threat awareness &lt;br /&gt;
&lt;br /&gt;
program; mechanisms supporting and/or implementing the cross-organization information-&lt;br /&gt;
&lt;br /&gt;
sharing capability; mechanisms supporting and/or implementing the system monitoring &lt;br /&gt;
&lt;br /&gt;
capability; mechanisms supporting and/or implementing the definition, receipt, generation, &lt;br /&gt;
&lt;br /&gt;
and dissemination of security alerts, advisories, and directives; mechanisms supporting &lt;br /&gt;
&lt;br /&gt;
and/or implementing security  directives; mechanisms supporting and/or implementing &lt;br /&gt;
&lt;br /&gt;
threat hunting; mechanisms supporting and/or implementing intrusion detection; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing the discovery, collection, distribution, and use &lt;br /&gt;
&lt;br /&gt;
of indicators of compromise]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Threat information related to specific threat events (e.g., TTPs, targets) that organizations &lt;br /&gt;
&lt;br /&gt;
have experienced, threat mitigations that organizations have found to be effective against &lt;br /&gt;
&lt;br /&gt;
certain types of threats, and threat intelligence (i.e., indications and warnings about threats &lt;br /&gt;
&lt;br /&gt;
that can occur) are sourced from and shared with trusted organizations. This threat &lt;br /&gt;
&lt;br /&gt;
information can be used by organizational Security Operations Centers (SOC) and &lt;br /&gt;
&lt;br /&gt;
incorporated into monitoring capabilities. Threat information sharing includes threat &lt;br /&gt;
&lt;br /&gt;
indicators, signatures, and adversary TTPs from organizations participating in threat-&lt;br /&gt;
&lt;br /&gt;
sharing consortia, government-commercial cooperatives, and government-government &lt;br /&gt;
&lt;br /&gt;
cooperatives (e.g., CERTCC, CISA/US-CERT,  FIRST, ISAO, DIB CS Program). Unclassified &lt;br /&gt;
&lt;br /&gt;
indicators, based on classified information but which can be readily incorporated into &lt;br /&gt;
&lt;br /&gt;
organizational intrusion detection systems, are available to qualified nonfederal &lt;br /&gt;
&lt;br /&gt;
organizations from government sources. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One way to effectively leverage threat indicator information is to access human- or machine-&lt;br /&gt;
&lt;br /&gt;
readable threat intelligence feeds. Effectiveness may also require the organization to create &lt;br /&gt;
&lt;br /&gt;
TTPs in support of operational requirements, which will typically include defensive cyber &lt;br /&gt;
&lt;br /&gt;
tools supporting incident detection,  alerts, incident response, and threat hunting.  It is &lt;br /&gt;
&lt;br /&gt;
possible that this requirement  will be implemented by a  third-party managed service &lt;br /&gt;
&lt;br /&gt;
provider, and in that  case,  it  will  be necessary to carefully define the boundary and &lt;br /&gt;
&lt;br /&gt;
responsibilities between the OSC and the ESP to guarantee a robust implementation. It is also &lt;br /&gt;
&lt;br /&gt;
important that the OSC validate threat indicator integration into the defensive cyber toolset &lt;br /&gt;
&lt;br /&gt;
by  being able to (1)  implement  mitigations for sample industry relevant indicators  of &lt;br /&gt;
&lt;br /&gt;
compromise (e.g., IP address, file hash), (2) identify sample indicators of compromise across &lt;br /&gt;
&lt;br /&gt;
sample endpoints, and  (3) identify sample indicators  of compromise using analytical &lt;br /&gt;
&lt;br /&gt;
processes on a system data repository. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.6e – Threat-Guided Intrusion Detection &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
82 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. You have maintained an &lt;br /&gt;
&lt;br /&gt;
effective intrusion detection capability for some time, but now you decide to introduce a &lt;br /&gt;
&lt;br /&gt;
threat hunting capability informed by internal and external threat intelligence [a,c,d,e]. You &lt;br /&gt;
&lt;br /&gt;
install a SIEM system that leverages threat information to provide functionality to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  analyze logs, data sources, and alerts; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  query data to identify anomalies; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  identify variations from baseline threat levels; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide machine learning capabilities associated with the correlation of anomalous data &lt;br /&gt;
&lt;br /&gt;
characteristics across the enterprise; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  categorize data sets based on expected data values. &lt;br /&gt;
&lt;br /&gt;
Your team also manages an internal mitigation plan (playbook) for all known threats for your &lt;br /&gt;
&lt;br /&gt;
environment. This playbook is used to implement effective mitigation strategies across the &lt;br /&gt;
&lt;br /&gt;
environment [b]. Some of the mitigation strategies are developed by team members, and &lt;br /&gt;
&lt;br /&gt;
others are obtained by threat feed services. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Which external sources has the organization identified as threat information sources [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization understand the TTPs of key attackers [c,d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization deploy threat indicators to EDR systems, network  intrusion &lt;br /&gt;
&lt;br /&gt;
detection systems, or both [c,d,e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  What actions does the organization implement when a threat alert/indicator is signaled &lt;br /&gt;
&lt;br /&gt;
[c,d,e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use internal threat capabilities within their existing security tools &lt;br /&gt;
&lt;br /&gt;
[e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  How does the organization respond to a third-party notification of a threat indicator [e]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.14.6e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
83 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
AC &lt;br /&gt;
&lt;br /&gt;
Access Control &lt;br /&gt;
&lt;br /&gt;
ACL &lt;br /&gt;
&lt;br /&gt;
Access Control List &lt;br /&gt;
&lt;br /&gt;
ACM &lt;br /&gt;
&lt;br /&gt;
Automated Configuration Management &lt;br /&gt;
&lt;br /&gt;
ACMS &lt;br /&gt;
&lt;br /&gt;
Automated Configuration Management System &lt;br /&gt;
&lt;br /&gt;
APT &lt;br /&gt;
&lt;br /&gt;
Advanced Persistent Threat &lt;br /&gt;
&lt;br /&gt;
AT &lt;br /&gt;
&lt;br /&gt;
Awareness and Training &lt;br /&gt;
&lt;br /&gt;
C3PAO &lt;br /&gt;
&lt;br /&gt;
CMMC Third-Party Assessment Organization &lt;br /&gt;
&lt;br /&gt;
CA &lt;br /&gt;
&lt;br /&gt;
Certification Authority &lt;br /&gt;
&lt;br /&gt;
CA &lt;br /&gt;
&lt;br /&gt;
Security Assessment &lt;br /&gt;
&lt;br /&gt;
CERT &lt;br /&gt;
&lt;br /&gt;
Computer Emergency Response Team &lt;br /&gt;
&lt;br /&gt;
CFR &lt;br /&gt;
&lt;br /&gt;
Code of Federal Regulations &lt;br /&gt;
&lt;br /&gt;
CIO &lt;br /&gt;
&lt;br /&gt;
Chief Information Officer &lt;br /&gt;
&lt;br /&gt;
CIRT &lt;br /&gt;
&lt;br /&gt;
Computer Incident Response Team; Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
CISO &lt;br /&gt;
&lt;br /&gt;
Chief Information Security Officer &lt;br /&gt;
&lt;br /&gt;
CM &lt;br /&gt;
&lt;br /&gt;
Configuration Management &lt;br /&gt;
&lt;br /&gt;
CMMC &lt;br /&gt;
&lt;br /&gt;
Cybersecurity Maturity Model Certification &lt;br /&gt;
&lt;br /&gt;
CUI &lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Information &lt;br /&gt;
&lt;br /&gt;
DCSA &lt;br /&gt;
&lt;br /&gt;
Defense Counterintelligence and Security Agency &lt;br /&gt;
&lt;br /&gt;
DFARS &lt;br /&gt;
&lt;br /&gt;
Defense Federal Acquisition Regulation Supplement &lt;br /&gt;
&lt;br /&gt;
DIB &lt;br /&gt;
&lt;br /&gt;
Defense Industrial Base &lt;br /&gt;
&lt;br /&gt;
DLP &lt;br /&gt;
&lt;br /&gt;
Data Loss Prevention &lt;br /&gt;
&lt;br /&gt;
DMZ &lt;br /&gt;
&lt;br /&gt;
Demilitarized Zone &lt;br /&gt;
&lt;br /&gt;
DoD &lt;br /&gt;
&lt;br /&gt;
Department of Defense &lt;br /&gt;
&lt;br /&gt;
DRM &lt;br /&gt;
&lt;br /&gt;
Digital Rights Management &lt;br /&gt;
&lt;br /&gt;
ESP &lt;br /&gt;
&lt;br /&gt;
External Service Provider &lt;br /&gt;
&lt;br /&gt;
FIPS &lt;br /&gt;
&lt;br /&gt;
Federal Information Processing Standard &lt;br /&gt;
&lt;br /&gt;
GFE &lt;br /&gt;
&lt;br /&gt;
Government Furnished Equipment &lt;br /&gt;
&lt;br /&gt;
GPO &lt;br /&gt;
&lt;br /&gt;
Group Policy Object &lt;br /&gt;
&lt;br /&gt;
HR &lt;br /&gt;
&lt;br /&gt;
Human Resources &lt;br /&gt;
&lt;br /&gt;
IA &lt;br /&gt;
&lt;br /&gt;
Identification and Authentication &lt;br /&gt;
&lt;br /&gt;
ICS &lt;br /&gt;
&lt;br /&gt;
Industrial Control System &lt;br /&gt;
&lt;br /&gt;
IIoT &lt;br /&gt;
&lt;br /&gt;
Industrial Internet of Things &lt;br /&gt;
&lt;br /&gt;
IOC &lt;br /&gt;
&lt;br /&gt;
Indicators of Compromise &lt;br /&gt;
&lt;br /&gt;
IoT &lt;br /&gt;
&lt;br /&gt;
Internet of Things &lt;br /&gt;
&lt;br /&gt;
IP &lt;br /&gt;
&lt;br /&gt;
Internet Protocol &lt;br /&gt;
&lt;br /&gt;
IR &lt;br /&gt;
&lt;br /&gt;
Incident Response &lt;br /&gt;
&lt;br /&gt;
ISAC &lt;br /&gt;
&lt;br /&gt;
Information Sharing and Analysis Center &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
84 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ISAO &lt;br /&gt;
&lt;br /&gt;
Information Sharing and Analysis Organization &lt;br /&gt;
&lt;br /&gt;
IT &lt;br /&gt;
&lt;br /&gt;
Information Technology &lt;br /&gt;
&lt;br /&gt;
MLS &lt;br /&gt;
&lt;br /&gt;
Multi-Level Secure &lt;br /&gt;
&lt;br /&gt;
N/A &lt;br /&gt;
&lt;br /&gt;
Not Applicable &lt;br /&gt;
&lt;br /&gt;
NAC &lt;br /&gt;
&lt;br /&gt;
Network Access Control &lt;br /&gt;
&lt;br /&gt;
NIST &lt;br /&gt;
&lt;br /&gt;
National Institute of Standards and Technology &lt;br /&gt;
&lt;br /&gt;
ODP &lt;br /&gt;
&lt;br /&gt;
Organization-Defined Parameters &lt;br /&gt;
&lt;br /&gt;
OS &lt;br /&gt;
&lt;br /&gt;
Operating System &lt;br /&gt;
&lt;br /&gt;
OT &lt;br /&gt;
&lt;br /&gt;
Operational Technology &lt;br /&gt;
&lt;br /&gt;
PKI &lt;br /&gt;
&lt;br /&gt;
Public Key Infrastructure &lt;br /&gt;
&lt;br /&gt;
PS &lt;br /&gt;
&lt;br /&gt;
Personnel Security &lt;br /&gt;
&lt;br /&gt;
RA &lt;br /&gt;
&lt;br /&gt;
Risk Assessment &lt;br /&gt;
&lt;br /&gt;
SC &lt;br /&gt;
&lt;br /&gt;
System and Communications Protection &lt;br /&gt;
&lt;br /&gt;
SCADA &lt;br /&gt;
&lt;br /&gt;
Supervisory Control and Data Acquisition &lt;br /&gt;
&lt;br /&gt;
SCRM &lt;br /&gt;
&lt;br /&gt;
Supply Chain Risk Management &lt;br /&gt;
&lt;br /&gt;
SI &lt;br /&gt;
&lt;br /&gt;
System and Information Integrity &lt;br /&gt;
&lt;br /&gt;
SIEM &lt;br /&gt;
&lt;br /&gt;
Security Information and Event Management &lt;br /&gt;
&lt;br /&gt;
SOAR &lt;br /&gt;
&lt;br /&gt;
Security Orchestration, Automation, and Response &lt;br /&gt;
&lt;br /&gt;
SOC &lt;br /&gt;
&lt;br /&gt;
Security Operations Center &lt;br /&gt;
&lt;br /&gt;
SP &lt;br /&gt;
&lt;br /&gt;
Special Publication &lt;br /&gt;
&lt;br /&gt;
SSP &lt;br /&gt;
&lt;br /&gt;
System Security Plan &lt;br /&gt;
&lt;br /&gt;
TEE &lt;br /&gt;
&lt;br /&gt;
Trusted Execution Environment &lt;br /&gt;
&lt;br /&gt;
TLS &lt;br /&gt;
&lt;br /&gt;
Transport Layer Security &lt;br /&gt;
&lt;br /&gt;
TPM &lt;br /&gt;
&lt;br /&gt;
Trusted Platform Module &lt;br /&gt;
&lt;br /&gt;
TTP &lt;br /&gt;
&lt;br /&gt;
Tactics, Techniques, and Procedures &lt;br /&gt;
&lt;br /&gt;
UEFI &lt;br /&gt;
&lt;br /&gt;
Unified Extensible Firmware Interface &lt;br /&gt;
&lt;br /&gt;
USB &lt;br /&gt;
&lt;br /&gt;
Universal Serial Bus &lt;br /&gt;
&lt;br /&gt;
VLAN &lt;br /&gt;
&lt;br /&gt;
Virtual Local Area Network &lt;br /&gt;
&lt;br /&gt;
VPN &lt;br /&gt;
&lt;br /&gt;
Virtual Private Network &lt;br /&gt;
&lt;br /&gt;
XDR &lt;br /&gt;
&lt;br /&gt;
Extended Detection and Response &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
85 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#5|Introduction]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#5|Level 3 Description]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#6|Purpose and Audience]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#6|Document Organization]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|Assessment and Certification]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|Assessment Scope]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#9|CMMC-Custom Terms]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#12|Assessment Criteria and Methodology]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#13|Criteria]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#13|Methodology]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#14|Who Is Interviewed]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#14|What Is Examined]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#15|What Is Tested]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#15|Assessment Findings]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#17|Requirement Descriptions]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#19|Access Control (AC)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#24|Awareness and Training (AT)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#29|Configuration Management (CM)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#38|Identification and Authentication (IA)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#44|Incident Response (IR)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#50|Personnel Security (PS)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#52|Risk Assessment (RA)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#71|Security Assessment (CA)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#74|System and Communications Protection (SC)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#77|System and Information Integrity (SI)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#87|Appendix A – Acronyms and Abbreviations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/AssessmentGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=665</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=665"/>
		<updated>2025-02-24T03:27:54Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/CMMC/Resources-Documentation/ CMMC Level 3 Scoping Guidance] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A&amp;lt;ref&amp;gt;NIST SP800-172A March 2022&amp;lt;/ref&amp;gt;. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;&amp;lt;ref&amp;gt;OT includes hardware and software that use direct monitoring and control of industrial equipment to detect or cause a change.&amp;lt;/ref&amp;gt; means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039; means systems [and associated Information Technology  (IT) components comprising the system] that are configured based on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables. It  can  include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170.19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The OSC should prepare for these assets to be assessed against all CMMC requirements unless they are physically or logically isolated into purpose-specific networks (with no connection to the Internet or other networks).  Specialized Assets  may have limitations on the application of certain security requirements. To accommodate such issues intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC requirements.  An example of an intermediary device used in conjunction with a specialized asset is a boundary device or a proxy.&lt;br /&gt;
&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security protections for CUI Assets. Assets that are physically or logically separated from CUI Assets and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 certification assessment. There are no documentation requirements for Out-of-Scope Assets.&lt;br /&gt;
&lt;br /&gt;
== Defining the CMMC Assessment Scope ==&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be assessed in accordance with [[Level_3_Scoping_Guidance#CMMC Asset Categories|Table 1]]. OSCs will be required to provide documentation that specifies the CMMC Assessment Scope to the assessor. Details about required documentation for each asset category can be found in the [[Level_3_Scoping_Guidance#CMMC Asset Categories|CMMC Asset Categories]] section above.&lt;br /&gt;
&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
* CUI Assets&lt;br /&gt;
* Security Protection Assets&lt;br /&gt;
* Specialized Assets&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there are significant architectural or boundary changes to the previous CMMC Assessment Scope. Examples include, but are not limited to, expansions of networks or mergers and acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or subtracting resources within the existing assessment boundary that follow the existing SSP do not require a new assessment, but rather are covered by the annual affirmations to the continuing compliance with requirements.&lt;br /&gt;
&lt;br /&gt;
== External Service Provider Considerations ==&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data (specifically CUI or Security Protection Data, e.g., log data, configuration data) must reside on the ESP assets&#039;&#039;&#039; as set forth in 32 CFR § 170.19(d)(2). Special considerations in for an OSC using an ESP include the following:&lt;br /&gt;
* The use of an ESP, its relationship to the OSA, and the services provided need to be documented in the OSA’s SSP and described in the ESP’s service description and customer responsibility matrix (CRM), which describes the responsibilities of the OSA and ESP with respect to the services provided.&lt;br /&gt;
* Evaluate the ESP’s CRM where the provider identifies security control objectives that are the provider’s responsibility and security control objectives that are the OSC’s responsibility.&lt;br /&gt;
* Consider the agreements in place with the ESP, such as service-level agreements, memoranda of understanding, and contracts that support the OSC’s information security objectives.&lt;br /&gt;
* ESPs that are CSPs,&lt;br /&gt;
** and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS clause 252.204-7012.&lt;br /&gt;
*** Use of a CSP does not relieve an OSC of its obligation to implement the 24 Level 3 security requirements. These 24 requirements apply to every environment where the CUI data is processed, stored, or transmitted, when Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 requirements are inherited from a CSP, the OSC must demonstrate that protection during a Level 3 certification assessment via a Customer Implementation Summary/Customer Responsibility Matrix (CIS/CRM) and associated Body of Evidence (BOE). The BOE must clearly indicate whether the OSC or the CSP is responsible for meeting each requirement and which requirements are implemented versus inherited.&lt;br /&gt;
** and do NOT store, process, or transmit CUI, are not required to meet FedRAMP requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the OSA’s assessment scope.&lt;br /&gt;
* ESPs that are not a CSP,&lt;br /&gt;
** and store, process, or transmit CUI, require assessment. The ESP services used to meet OSA requirements are within the scope of the OSA’s CMMC assessment.&lt;br /&gt;
** and do NOT store, process, or transmit CUI, do not require their own CMMC assessment. Services provided by an ESP are in the OSA’s assessment scope.&lt;br /&gt;
** may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an assessment, if the ESP makes that business decision.&lt;br /&gt;
* OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security requirements from the CRM must be documented or referred to in the OSA’s SSP, which will also be assessed.&lt;br /&gt;
* ESPs can be part of the same corporate/organizational structure but still be external to the OSA such as a centralized SOC or NOC which supports multiple business units. The same requirements apply and are based on whether or  not the ESP provides cloud services and whether or not the ESP processes, stores, or transmits CUI on their systems.&lt;br /&gt;
* An ESP that is used as staff augmentation and the OSA provides all processes, technology, and facilities does not need CMMC assessment.&lt;br /&gt;
* When ESPs are assessed as part of an OSAs assessment, the type of the assessment is dictated by the OSA&#039;s DoD solicitation and contract requirement.&lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. An ESP would be considered a CSP when it provides its own cloud services based on a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing that can be rapidly provisioned and released with minimal management effort or service provider interaction.&lt;br /&gt;
&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered a Managed Service Provider. It does not host its own cloud platform offering. An ESP may utilize cloud offerings to deliver services to clients without being a CSP.&lt;br /&gt;
&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be considered a CSP.&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be found[https://www/  at https://www.dc]ma.mil/DIBCAC/.&lt;br /&gt;
&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based services such as human resource and accounting SaaS applications typically do not contribute to the security of the OSA’s environment; process or store SPD; or process, store, or transmit CUI. The OSA must determine if the company providing the service should be considered an ESP based on the services provided and if CUI is processed, stored, or transmitted.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=664</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=664"/>
		<updated>2025-02-23T21:51:35Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* External Service Provider Considerations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A&amp;lt;ref&amp;gt;NIST SP800-172A March 2022&amp;lt;/ref&amp;gt;. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;&amp;lt;ref&amp;gt;OT includes hardware and software that use direct monitoring and control of industrial equipment to detect or cause a change.&amp;lt;/ref&amp;gt; means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039; means systems [and associated Information Technology  (IT) components comprising the system] that are configured based on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables. It  can  include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170.19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The OSC should prepare for these assets to be assessed against all CMMC requirements unless they are physically or logically isolated into purpose-specific networks (with no connection to the Internet or other networks).  Specialized Assets  may have limitations on the application of certain security requirements. To accommodate such issues intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC requirements.  An example of an intermediary device used in conjunction with a specialized asset is a boundary device or a proxy.&lt;br /&gt;
&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security protections for CUI Assets. Assets that are physically or logically separated from CUI Assets and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 certification assessment. There are no documentation requirements for Out-of-Scope Assets.&lt;br /&gt;
&lt;br /&gt;
== Defining the CMMC Assessment Scope ==&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be assessed in accordance with [[Level_3_Scoping_Guidance#CMMC Asset Categories|Table 1]]. OSCs will be required to provide documentation that specifies the CMMC Assessment Scope to the assessor. Details about required documentation for each asset category can be found in the [[Level_3_Scoping_Guidance#CMMC Asset Categories|CMMC Asset Categories]] section above.&lt;br /&gt;
&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
* CUI Assets&lt;br /&gt;
* Security Protection Assets&lt;br /&gt;
* Specialized Assets&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there are significant architectural or boundary changes to the previous CMMC Assessment Scope. Examples include, but are not limited to, expansions of networks or mergers and acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or subtracting resources within the existing assessment boundary that follow the existing SSP do not require a new assessment, but rather are covered by the annual affirmations to the continuing compliance with requirements.&lt;br /&gt;
&lt;br /&gt;
== External Service Provider Considerations ==&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data (specifically CUI or Security Protection Data, e.g., log data, configuration data) must reside on the ESP assets&#039;&#039;&#039; as set forth in 32 CFR § 170.19(d)(2). Special considerations in for an OSC using an ESP include the following:&lt;br /&gt;
* The use of an ESP, its relationship to the OSA, and the services provided need to be documented in the OSA’s SSP and described in the ESP’s service description and customer responsibility matrix (CRM), which describes the responsibilities of the OSA and ESP with respect to the services provided.&lt;br /&gt;
* Evaluate the ESP’s CRM where the provider identifies security control objectives that are the provider’s responsibility and security control objectives that are the OSC’s responsibility.&lt;br /&gt;
* Consider the agreements in place with the ESP, such as service-level agreements, memoranda of understanding, and contracts that support the OSC’s information security objectives.&lt;br /&gt;
* ESPs that are CSPs,&lt;br /&gt;
** and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS clause 252.204-7012.&lt;br /&gt;
*** Use of a CSP does not relieve an OSC of its obligation to implement the 24 Level 3 security requirements. These 24 requirements apply to every environment where the CUI data is processed, stored, or transmitted, when Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 requirements are inherited from a CSP, the OSC must demonstrate that protection during a Level 3 certification assessment via a Customer Implementation Summary/Customer Responsibility Matrix (CIS/CRM) and associated Body of Evidence (BOE). The BOE must clearly indicate whether the OSC or the CSP is responsible for meeting each requirement and which requirements are implemented versus inherited.&lt;br /&gt;
** and do NOT store, process, or transmit CUI, are not required to meet FedRAMP requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the OSA’s assessment scope.&lt;br /&gt;
* ESPs that are not a CSP,&lt;br /&gt;
** and store, process, or transmit CUI, require assessment. The ESP services used to meet OSA requirements are within the scope of the OSA’s CMMC assessment.&lt;br /&gt;
** and do NOT store, process, or transmit CUI, do not require their own CMMC assessment. Services provided by an ESP are in the OSA’s assessment scope.&lt;br /&gt;
** may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an assessment, if the ESP makes that business decision.&lt;br /&gt;
* OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security requirements from the CRM must be documented or referred to in the OSA’s SSP, which will also be assessed.&lt;br /&gt;
* ESPs can be part of the same corporate/organizational structure but still be external to the OSA such as a centralized SOC or NOC which supports multiple business units. The same requirements apply and are based on whether or  not the ESP provides cloud services and whether or not the ESP processes, stores, or transmits CUI on their systems.&lt;br /&gt;
* An ESP that is used as staff augmentation and the OSA provides all processes, technology, and facilities does not need CMMC assessment.&lt;br /&gt;
* When ESPs are assessed as part of an OSAs assessment, the type of the assessment is dictated by the OSA&#039;s DoD solicitation and contract requirement.&lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. An ESP would be considered a CSP when it provides its own cloud services based on a model for enabling ubiquitous, convenient, on-demand network access to a shared pool of configurable computing that can be rapidly provisioned and released with minimal management effort or service provider interaction.&lt;br /&gt;
&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered a Managed Service Provider. It does not host its own cloud platform offering. An ESP may utilize cloud offerings to deliver services to clients without being a CSP.&lt;br /&gt;
&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be considered a CSP.&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be found[https://www/  at https://www.dc]ma.mil/DIBCAC/.&lt;br /&gt;
&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based services such as human resource and accounting SaaS applications typically do not contribute to the security of the OSA’s environment; process or store SPD; or process, store, or transmit CUI. The OSA must determine if the company providing the service should be considered an ESP based on the services provided and if CUI is processed, stored, or transmitted.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=663</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=663"/>
		<updated>2025-02-23T21:45:16Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Defining the CMMC Assessment Scope */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A&amp;lt;ref&amp;gt;NIST SP800-172A March 2022&amp;lt;/ref&amp;gt;. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;&amp;lt;ref&amp;gt;OT includes hardware and software that use direct monitoring and control of industrial equipment to detect or cause a change.&amp;lt;/ref&amp;gt; means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039; means systems [and associated Information Technology  (IT) components comprising the system] that are configured based on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables. It  can  include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170.19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The OSC should prepare for these assets to be assessed against all CMMC requirements unless they are physically or logically isolated into purpose-specific networks (with no connection to the Internet or other networks).  Specialized Assets  may have limitations on the application of certain security requirements. To accommodate such issues intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC requirements.  An example of an intermediary device used in conjunction with a specialized asset is a boundary device or a proxy.&lt;br /&gt;
&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security protections for CUI Assets. Assets that are physically or logically separated from CUI Assets and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 certification assessment. There are no documentation requirements for Out-of-Scope Assets.&lt;br /&gt;
&lt;br /&gt;
== Defining the CMMC Assessment Scope ==&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be assessed in accordance with [[Level_3_Scoping_Guidance#CMMC Asset Categories|Table 1]]. OSCs will be required to provide documentation that specifies the CMMC Assessment Scope to the assessor. Details about required documentation for each asset category can be found in the [[Level_3_Scoping_Guidance#CMMC Asset Categories|CMMC Asset Categories]] section above.&lt;br /&gt;
&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
* CUI Assets&lt;br /&gt;
* Security Protection Assets&lt;br /&gt;
* Specialized Assets&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there are significant architectural or boundary changes to the previous CMMC Assessment Scope. Examples include, but are not limited to, expansions of networks or mergers and acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or subtracting resources within the existing assessment boundary that follow the existing SSP do not require a new assessment, but rather are covered by the annual affirmations to the continuing compliance with requirements.&lt;br /&gt;
&lt;br /&gt;
== External Service Provider Considerations ==&lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=662</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=662"/>
		<updated>2025-02-23T21:43:10Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Defining the CMMC Assessment Scope */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A&amp;lt;ref&amp;gt;NIST SP800-172A March 2022&amp;lt;/ref&amp;gt;. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;&amp;lt;ref&amp;gt;OT includes hardware and software that use direct monitoring and control of industrial equipment to detect or cause a change.&amp;lt;/ref&amp;gt; means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039; means systems [and associated Information Technology  (IT) components comprising the system] that are configured based on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables. It  can  include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170.19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The OSC should prepare for these assets to be assessed against all CMMC requirements unless they are physically or logically isolated into purpose-specific networks (with no connection to the Internet or other networks).  Specialized Assets  may have limitations on the application of certain security requirements. To accommodate such issues intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC requirements.  An example of an intermediary device used in conjunction with a specialized asset is a boundary device or a proxy.&lt;br /&gt;
&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security protections for CUI Assets. Assets that are physically or logically separated from CUI Assets and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 certification assessment. There are no documentation requirements for Out-of-Scope Assets.&lt;br /&gt;
&lt;br /&gt;
== Defining the CMMC Assessment Scope ==&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be assessed in accordance with Table 1. OSCs will be required to provide documentation that specifies the CMMC Assessment Scope to the assessor. Details about required documentation for each asset category can be found in the [[Level_3_Scoping_Guidance#CMMC Asset Categories|CMMC Asset Categories]] section above.&lt;br /&gt;
&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
* CUI Assets&lt;br /&gt;
* Security Protection Assets&lt;br /&gt;
* Specialized Assets&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there are significant architectural or boundary changes to the previous CMMC Assessment Scope. Examples include, but are not limited to, expansions of networks or mergers and acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or subtracting resources within the existing assessment boundary that follow the existing SSP do not require a new assessment, but rather are covered by the annual affirmations to the continuing compliance with requirements.&lt;br /&gt;
&lt;br /&gt;
== External Service Provider Considerations ==&lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=661</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=661"/>
		<updated>2025-02-23T21:41:58Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Defining the CMMC Assessment Scope */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A&amp;lt;ref&amp;gt;NIST SP800-172A March 2022&amp;lt;/ref&amp;gt;. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;&amp;lt;ref&amp;gt;OT includes hardware and software that use direct monitoring and control of industrial equipment to detect or cause a change.&amp;lt;/ref&amp;gt; means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039; means systems [and associated Information Technology  (IT) components comprising the system] that are configured based on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables. It  can  include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170.19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The OSC should prepare for these assets to be assessed against all CMMC requirements unless they are physically or logically isolated into purpose-specific networks (with no connection to the Internet or other networks).  Specialized Assets  may have limitations on the application of certain security requirements. To accommodate such issues intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC requirements.  An example of an intermediary device used in conjunction with a specialized asset is a boundary device or a proxy.&lt;br /&gt;
&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security protections for CUI Assets. Assets that are physically or logically separated from CUI Assets and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 certification assessment. There are no documentation requirements for Out-of-Scope Assets.&lt;br /&gt;
&lt;br /&gt;
== Defining the CMMC Assessment Scope ==&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be assessed in accordance with Table 1. OSCs will be required to provide documentation that specifies the CMMC Assessment Scope to the assessor. Details about required documentation for each asset category can be found in the [[Level_3_Scoping_Guidance:CMMC Asset Categories|CMMC Asset Categories]] section above.&lt;br /&gt;
&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
* CUI Assets&lt;br /&gt;
* Security Protection Assets&lt;br /&gt;
* Specialized Assets&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there are significant architectural or boundary changes to the previous CMMC Assessment Scope. Examples include, but are not limited to, expansions of networks or mergers and acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or subtracting resources within the existing assessment boundary that follow the existing SSP do not require a new assessment, but rather are covered by the annual affirmations to the continuing compliance with requirements.&lt;br /&gt;
&lt;br /&gt;
== External Service Provider Considerations ==&lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=660</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=660"/>
		<updated>2025-02-23T21:40:47Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Defining the CMMC Assessment Scope */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A&amp;lt;ref&amp;gt;NIST SP800-172A March 2022&amp;lt;/ref&amp;gt;. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;&amp;lt;ref&amp;gt;OT includes hardware and software that use direct monitoring and control of industrial equipment to detect or cause a change.&amp;lt;/ref&amp;gt; means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039; means systems [and associated Information Technology  (IT) components comprising the system] that are configured based on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables. It  can  include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170.19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The OSC should prepare for these assets to be assessed against all CMMC requirements unless they are physically or logically isolated into purpose-specific networks (with no connection to the Internet or other networks).  Specialized Assets  may have limitations on the application of certain security requirements. To accommodate such issues intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC requirements.  An example of an intermediary device used in conjunction with a specialized asset is a boundary device or a proxy.&lt;br /&gt;
&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security protections for CUI Assets. Assets that are physically or logically separated from CUI Assets and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 certification assessment. There are no documentation requirements for Out-of-Scope Assets.&lt;br /&gt;
&lt;br /&gt;
== Defining the CMMC Assessment Scope ==&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be assessed in accordance with Table 1. OSCs will be required to provide documentation that specifies the CMMC Assessment Scope to the assessor. Details about required documentation for each asset category can be found in the [[CMMC Asset Categories|CMMC Asset Categories]] section above.&lt;br /&gt;
&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
* CUI Assets&lt;br /&gt;
* Security Protection Assets&lt;br /&gt;
* Specialized Assets&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there are significant architectural or boundary changes to the previous CMMC Assessment Scope. Examples include, but are not limited to, expansions of networks or mergers and acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or subtracting resources within the existing assessment boundary that follow the existing SSP do not require a new assessment, but rather are covered by the annual affirmations to the continuing compliance with requirements.&lt;br /&gt;
&lt;br /&gt;
== External Service Provider Considerations ==&lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=659</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=659"/>
		<updated>2025-02-23T21:39:14Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Specialized Assets */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A&amp;lt;ref&amp;gt;NIST SP800-172A March 2022&amp;lt;/ref&amp;gt;. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;&amp;lt;ref&amp;gt;OT includes hardware and software that use direct monitoring and control of industrial equipment to detect or cause a change.&amp;lt;/ref&amp;gt; means programmable systems or devices that interact with the physical environment (or manage devices that interact with the physical environment). These systems or devices detect or cause a direct change through the monitoring or control of devices, processes, and events. Examples include industrial control systems, building management systems, fire control systems, and physical access control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial control systems (ICS), or supervisory control and data acquisition (SCADA) systems.&lt;br /&gt;
* &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039; means systems [and associated Information Technology  (IT) components comprising the system] that are configured based on government security requirements (i.e., connected to something that was required to support a functional requirement) and are used to support a contract (e.g., fielded systems, obsolete systems, and product deliverable replicas).&lt;br /&gt;
* &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing of products, system components, and contract deliverables. It  can  include hardware and/or associated IT components used in the testing of products, system components, and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and special test equipment).&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170.19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The OSC should prepare for these assets to be assessed against all CMMC requirements unless they are physically or logically isolated into purpose-specific networks (with no connection to the Internet or other networks).  Specialized Assets  may have limitations on the application of certain security requirements. To accommodate such issues intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC requirements.  An example of an intermediary device used in conjunction with a specialized asset is a boundary device or a proxy.&lt;br /&gt;
&lt;br /&gt;
== Out-of-Scope Assets ==&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security protections for CUI Assets. Assets that are physically or logically separated from CUI Assets and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 certification assessment. There are no documentation requirements for Out-of-Scope Assets.&lt;br /&gt;
&lt;br /&gt;
== Defining the CMMC Assessment Scope ==&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be assessed in accordance with Table 1. OSCs will be required to provide documentation that specifies the CMMC Assessment Scope to the assessor. Details about required documentation for each asset category can be found in the CMMC Asset Categories section above.&lt;br /&gt;
&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
* CUI Assets&lt;br /&gt;
* Security Protection Assets&lt;br /&gt;
* Specialized Assets&lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there are significant architectural or boundary changes to the previous CMMC Assessment Scope. Examples include, but are not limited to, expansions of networks or mergers and acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or subtracting resources within the existing assessment boundary that follow the existing SSP do not require a new assessment, but rather are covered by the annual affirmations to the continuing compliance with requirements.&lt;br /&gt;
&lt;br /&gt;
== External Service Provider Considerations ==&lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=658</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=658"/>
		<updated>2025-02-23T21:12:19Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Security Protection Assets/Security Protection Data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 2. Security Protection Asset Examples&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Type !! Security Protection Asset Examples&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;People&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Consultants who provide cybersecurity services&lt;br /&gt;
* Managed service provider personnel who implement system maintenance&lt;br /&gt;
* Enterprise network administrators&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Technology&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Cloud-based security solutions&lt;br /&gt;
* Hosted Virtual Private Network (VPN) services&lt;br /&gt;
* SIEM solutions&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Facilities&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Co-located data centers&lt;br /&gt;
* Security Operations Centers (SOCs)&lt;br /&gt;
* OSC office buildings&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP; and&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Specialized Assets ==&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment:&lt;br /&gt;
* &#039;&#039;&#039;Government Furnished Equipment (GFE)&#039;&#039;&#039; is all equipment owned or leased by the government and includes OSC-acquired equipment that is based on government required specifications and/or configurations. Government Furnished Equipment does not include intellectual property or software [Reference:  Federal Acquisition Regulation (FAR) 52.245-1].&lt;br /&gt;
* &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of devices that contain the hardware, software, firmware, and actuators which allow the devices to connect, interact, and freely exchange data and information, as defined in NIST SP 800-172A. They are interconnected devices having physical or virtual representation in the digital world, sensing/actuation capability, and programmability features. They are uniquely identifiable and may include smart electric grids, lighting, heating, air conditioning, and fire and smoke detectors.&lt;br /&gt;
* &lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|2 ]]means programmable systems or devices that interact &lt;br /&gt;
&lt;br /&gt;
with the physical environment (or manage devices that interact with the physical &lt;br /&gt;
&lt;br /&gt;
environment). These systems or devices detect or cause a direct change through the &lt;br /&gt;
&lt;br /&gt;
monitoring or control of devices, processes, and events. Examples include industrial &lt;br /&gt;
&lt;br /&gt;
control systems, building management systems, fire control systems, and physical access &lt;br /&gt;
&lt;br /&gt;
control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by &lt;br /&gt;
&lt;br /&gt;
reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically &lt;br /&gt;
&lt;br /&gt;
includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving &lt;br /&gt;
&lt;br /&gt;
field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial &lt;br /&gt;
&lt;br /&gt;
control systems (ICS), or supervisory control and data acquisition (SCADA) systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039;  means systems [and associated Information &lt;br /&gt;
&lt;br /&gt;
Technology  (IT) components comprising the system] that are configured based on &lt;br /&gt;
&lt;br /&gt;
government security requirements (i.e., connected to something that was required to &lt;br /&gt;
&lt;br /&gt;
support a functional requirement) and are used to support a contract (e.g., fielded &lt;br /&gt;
&lt;br /&gt;
systems, obsolete systems, and product deliverable replicas). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing &lt;br /&gt;
&lt;br /&gt;
of products, system components, and contract deliverables. It  can  include hardware &lt;br /&gt;
&lt;br /&gt;
and/or associated IT components used in the testing of products, system components, &lt;br /&gt;
&lt;br /&gt;
and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and &lt;br /&gt;
&lt;br /&gt;
special test equipment). &lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170. &lt;br /&gt;
&lt;br /&gt;
19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The &lt;br /&gt;
&lt;br /&gt;
OSC should prepare for these assets to be assessed against all CMMC requirements unless &lt;br /&gt;
&lt;br /&gt;
they are physically or logically isolated into purpose-specific networks (with no connection &lt;br /&gt;
&lt;br /&gt;
to the Internet or other networks).  Specialized Assets  may have limitations on the &lt;br /&gt;
&lt;br /&gt;
application of certain security requirements. To accommodate such issues intermediary &lt;br /&gt;
&lt;br /&gt;
devices are permitted to provide the capability for the specialized asset to meet one or more &lt;br /&gt;
&lt;br /&gt;
CMMC requirements.  An example of an intermediary device used in conjunction with a &lt;br /&gt;
&lt;br /&gt;
specialized asset is a boundary device or a proxy. &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets. Assets that are physically or logically separated from CUI Assets &lt;br /&gt;
&lt;br /&gt;
and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets &lt;br /&gt;
&lt;br /&gt;
that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset. &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment. There are no documentation requirements for Out-of-Scope Assets. &lt;br /&gt;
&lt;br /&gt;
Defining the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 OT includes hardware and software that use direct monitoring and control of industrial equipment to detect &lt;br /&gt;
&lt;br /&gt;
or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
8 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be &lt;br /&gt;
&lt;br /&gt;
assessed in accordance with[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#5| Table 1. ]]OSCs will be required to provide documentation that &lt;br /&gt;
&lt;br /&gt;
specifies the CMMC Assessment Scope to the assessor. Details about required documentation &lt;br /&gt;
&lt;br /&gt;
for each asset category can be found in th[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|e CMMC Asset Categories ]]section above. &amp;lt;br /&amp;gt;&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  CUI Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Protection Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Specialized Assets &lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
External Service Provider Considerations &lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=657</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=657"/>
		<updated>2025-02-23T21:00:30Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* CMMC Asset Categories */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Controlled Unclassified Information (CUI) Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Security Protection Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that provide security functions or capabilities to the OSC’s CMMC Assessment Scope, irrespective of whether or not these assets process, store, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements that are relevant to the capabilities provided&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Specialized Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that can process, store, or transmit CUI but are unable to be fully secured, including: Internet of Things (IoT) devices, Industrial Internet of Things (IIoT) devices, Operational Technology (OT), Government Furnished Equipment (GFE), Restricted Information Systems, and Test Equipment&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the SSP&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements&lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
* Intermediary devices are permitted to provide the capability for the specialized asset to meet one or more CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope Assets&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* Assets that cannot process, store, or transmit CUI; and do not provide security protections for CUI Assets&lt;br /&gt;
* Assets that are physically or logically separated from CUI assets&lt;br /&gt;
* Assets that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset&lt;br /&gt;
* An endpoint hosting a VDI client configured to not allow any processing, storage, or transmission of CUI beyond the Keyboard/Video/Mouse sent to the VDI client is considered an Out-of-Scope Asset&lt;br /&gt;
|&lt;br /&gt;
* Prepare to justify the inability of an Out-of-Scope Asset to store, process, or transmit CUI&lt;br /&gt;
|&lt;br /&gt;
* None &lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
= Additional Guidance on Level 3 Scoping =&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification assessment in an asset inventory and provide a network diagram of the CMMC Assessment Scope to facilitate scoping discussions during pre-assessment activities.&lt;br /&gt;
&lt;br /&gt;
== CUI Assets ==&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows:&lt;br /&gt;
* &#039;&#039;&#039;Process&#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, or printed).&lt;br /&gt;
* &#039;&#039;&#039;Store&#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in physical format such as paper documents).&lt;br /&gt;
* &#039;&#039;&#039;Transmit&#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit using physical or digital transport methods).&lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are assessed against all CMMC requirements.&lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to:&lt;br /&gt;
* document each asset in an asset inventory; there is no requirement to embed each asset in the SSP;&lt;br /&gt;
* document the treatment of these assets in the SSP;&lt;br /&gt;
* provide a network diagram of the CMMC Assessment Scope (to include these assets) to facilitate scoping discussions during the pre-assessment.&lt;br /&gt;
&lt;br /&gt;
== Security Protection Assets/Security Protection Data ==&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC Assessment Scope.&lt;br /&gt;
&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. For example, an External Service Provider (ESP) that provides a security information and event management (SIEM) service may be separated logically and may process no CUI, but the SIEM contributes  to meeting the CMMC requirements within the OSC’s CMMC Assessment Scope. Table 2 provides examples of Security Protection Assets.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that are used to protect an OSA&#039;s assessed environment.&lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an attacker in the compromise of the system. It includes, but is not limited to:&lt;br /&gt;
&lt;br /&gt;
* configuration data required to operate a security protection asset,&lt;br /&gt;
* log files generated by or ingested by a security protection asset,&lt;br /&gt;
* data related to the configuration or vulnerability status of in-scope assets, and&lt;br /&gt;
* passwords that grant access to the in-scope environment.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Table 2. Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Type &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;People &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consultants who provide cybersecurity services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Managed service provider personnel who implement system maintenance &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Enterprise network administrators &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technology &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Cloud-based security solutions &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Hosted Virtual Private Network (VPN) services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  SIEM solutions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Facilities &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Co-located data centers &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Operations Centers (SOCs) &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSC office buildings &lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document each asset in an asset inventory; there is no requirement to embed each asset &lt;br /&gt;
&lt;br /&gt;
in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document the treatment of these assets in the SSP; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide a network diagram of the CMMC Assessment Scope (to include these assets) to &lt;br /&gt;
&lt;br /&gt;
facilitate scoping discussions during the pre-assessment. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets &lt;br /&gt;
&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Government  Furnished Equipment (GFE)&#039;&#039;&#039;  is all equipment  owned or leased by the &lt;br /&gt;
&lt;br /&gt;
government and includes OSC-acquired equipment that is based on government required &lt;br /&gt;
&lt;br /&gt;
specifications and/or configurations. Government Furnished Equipment  does not &lt;br /&gt;
&lt;br /&gt;
include intellectual property or software [Reference:  Federal Acquisition Regulation &lt;br /&gt;
&lt;br /&gt;
(FAR) 52.245-1]. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of &lt;br /&gt;
&lt;br /&gt;
devices that contain the hardware, software, firmware, and actuators which allow the &lt;br /&gt;
&lt;br /&gt;
devices to connect, interact, and freely exchange data and information, as defined in NIST &lt;br /&gt;
&lt;br /&gt;
SP 800-172A[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|1.]] They are interconnected devices having physical or virtual representation &lt;br /&gt;
&lt;br /&gt;
in the digital world, sensing/actuation capability, and programmability features. They &lt;br /&gt;
&lt;br /&gt;
are uniquely identifiable and may include smart electric grids, lighting, heating, air &lt;br /&gt;
&lt;br /&gt;
conditioning, and fire and smoke detectors. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 NIST SP800-172A March 2022 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
7 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|2 ]]means programmable systems or devices that interact &lt;br /&gt;
&lt;br /&gt;
with the physical environment (or manage devices that interact with the physical &lt;br /&gt;
&lt;br /&gt;
environment). These systems or devices detect or cause a direct change through the &lt;br /&gt;
&lt;br /&gt;
monitoring or control of devices, processes, and events. Examples include industrial &lt;br /&gt;
&lt;br /&gt;
control systems, building management systems, fire control systems, and physical access &lt;br /&gt;
&lt;br /&gt;
control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by &lt;br /&gt;
&lt;br /&gt;
reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically &lt;br /&gt;
&lt;br /&gt;
includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving &lt;br /&gt;
&lt;br /&gt;
field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial &lt;br /&gt;
&lt;br /&gt;
control systems (ICS), or supervisory control and data acquisition (SCADA) systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039;  means systems [and associated Information &lt;br /&gt;
&lt;br /&gt;
Technology  (IT) components comprising the system] that are configured based on &lt;br /&gt;
&lt;br /&gt;
government security requirements (i.e., connected to something that was required to &lt;br /&gt;
&lt;br /&gt;
support a functional requirement) and are used to support a contract (e.g., fielded &lt;br /&gt;
&lt;br /&gt;
systems, obsolete systems, and product deliverable replicas). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing &lt;br /&gt;
&lt;br /&gt;
of products, system components, and contract deliverables. It  can  include hardware &lt;br /&gt;
&lt;br /&gt;
and/or associated IT components used in the testing of products, system components, &lt;br /&gt;
&lt;br /&gt;
and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and &lt;br /&gt;
&lt;br /&gt;
special test equipment). &lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170. &lt;br /&gt;
&lt;br /&gt;
19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The &lt;br /&gt;
&lt;br /&gt;
OSC should prepare for these assets to be assessed against all CMMC requirements unless &lt;br /&gt;
&lt;br /&gt;
they are physically or logically isolated into purpose-specific networks (with no connection &lt;br /&gt;
&lt;br /&gt;
to the Internet or other networks).  Specialized Assets  may have limitations on the &lt;br /&gt;
&lt;br /&gt;
application of certain security requirements. To accommodate such issues intermediary &lt;br /&gt;
&lt;br /&gt;
devices are permitted to provide the capability for the specialized asset to meet one or more &lt;br /&gt;
&lt;br /&gt;
CMMC requirements.  An example of an intermediary device used in conjunction with a &lt;br /&gt;
&lt;br /&gt;
specialized asset is a boundary device or a proxy. &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets. Assets that are physically or logically separated from CUI Assets &lt;br /&gt;
&lt;br /&gt;
and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets &lt;br /&gt;
&lt;br /&gt;
that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset. &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment. There are no documentation requirements for Out-of-Scope Assets. &lt;br /&gt;
&lt;br /&gt;
Defining the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 OT includes hardware and software that use direct monitoring and control of industrial equipment to detect &lt;br /&gt;
&lt;br /&gt;
or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
8 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be &lt;br /&gt;
&lt;br /&gt;
assessed in accordance with[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#5| Table 1. ]]OSCs will be required to provide documentation that &lt;br /&gt;
&lt;br /&gt;
specifies the CMMC Assessment Scope to the assessor. Details about required documentation &lt;br /&gt;
&lt;br /&gt;
for each asset category can be found in th[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|e CMMC Asset Categories ]]section above. &amp;lt;br /&amp;gt;&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  CUI Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Protection Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Specialized Assets &lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
External Service Provider Considerations &lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=656</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=656"/>
		<updated>2025-02-23T20:44:22Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= NOTICES =&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to bind the public in any way. This document is intended only to provide clarity to the public regarding existing CMMC requirements under the law or departmental policies. DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations (CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document.&lt;br /&gt;
&lt;br /&gt;
== Purpose and Audience ==&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a Level 3 certification assessment and the professionals or companies that will support them in those efforts.&lt;br /&gt;
&lt;br /&gt;
= Identifying the CMMC Assessment Scope =&lt;br /&gt;
An &#039;&#039;assessment&#039;&#039;, as defined in 32 CFR § 170.4, means the testing or evaluation of security controls to determine the extent to which the controls are implemented correctly, operating as intended, and producing the desired outcome with respect to meeting the security requirements for an information system or organization.&lt;br /&gt;
&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, inform the specification of the boundary for a CMMC assessment. The scope of the CMMC Program  does not include classified assets, even if they contain applicable Controlled Unclassified Information (CUI).&lt;br /&gt;
&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which assets within the OSC’s environment will be assessed and the details of the assessment.&lt;br /&gt;
&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 Plan of Action and Milestones (POA&amp;amp;M) items, as defined in 32 CFR §170.4, must be closed prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater restrictions and protections within the Level 2 data enclave).&lt;br /&gt;
&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification assessment and have them assessed by a C3PAO.&lt;br /&gt;
&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level 3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 security requirement of any in-scope asset.&lt;br /&gt;
&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO during the Level 2 certification assessment, will undergo limited checks for compliance with Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and will be assessed against all CMMC Level 3 security requirements.&lt;br /&gt;
&lt;br /&gt;
== CMMC Asset Categories ==&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § 170.19(d)(1)  Table 4.  This table describes each asset category and its corresponding OSC requirements and CMMC assessment requirements. Additional information about each asset category is provided in the ensuing sections.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot;|Assets that are in the Level 3 CMMC Assessment Scope&lt;br /&gt;
|-&lt;br /&gt;
! Asset Category !! Asset Description !! OSC Requirements !! CMMC Assessment Requirements&lt;br /&gt;
|-&lt;br /&gt;
| Controlled Unclassified Information (CUI) Assets&lt;br /&gt;
|&lt;br /&gt;
* Assets that process, store, or transmit CUI&lt;br /&gt;
* Assets that can, but are not intended to, process, store, or transmit CUI (defined as Contractor Risk Managed Assets in Table 1 to 32 CFR § 170.19(c)(1))&lt;br /&gt;
|&lt;br /&gt;
* Document in the asset inventory&lt;br /&gt;
* Document asset treatment in the System Security Plan (SSP)&lt;br /&gt;
* Document in the network diagram of the CMMC Assessment Scope&lt;br /&gt;
* Prepare to be assessed against CMMC Level 2 and Level 3 security requirements &lt;br /&gt;
|&lt;br /&gt;
* Limited check against Level 2 and assess against all Level 3 CMMC security requirements&lt;br /&gt;
|-&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
|-&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
|-&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
| Example&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protection &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* o  Assets that provide security &lt;br /&gt;
&lt;br /&gt;
functions or capabilities to the &lt;br /&gt;
&lt;br /&gt;
OSC’s CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope, irrespective of whether &lt;br /&gt;
&lt;br /&gt;
or not these assets process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the SSP &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements that are &lt;br /&gt;
&lt;br /&gt;
relevant to the &lt;br /&gt;
&lt;br /&gt;
capabilities provided &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Specialized &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o   Assets that can process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI but are unable &lt;br /&gt;
&lt;br /&gt;
to be fully secured, including: &lt;br /&gt;
&lt;br /&gt;
Internet of Things (IoT) &lt;br /&gt;
&lt;br /&gt;
devices, Industrial Internet of &lt;br /&gt;
&lt;br /&gt;
Things (IIoT) devices, &lt;br /&gt;
&lt;br /&gt;
Operational Technology (OT), &lt;br /&gt;
&lt;br /&gt;
Government Furnished &lt;br /&gt;
&lt;br /&gt;
Equipment (GFE), Restricted &lt;br /&gt;
&lt;br /&gt;
Information Systems, and Test &lt;br /&gt;
&lt;br /&gt;
Equipment  &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the SSP &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Intermediary devices &lt;br /&gt;
&lt;br /&gt;
are permitted to &lt;br /&gt;
&lt;br /&gt;
provide the capability &lt;br /&gt;
&lt;br /&gt;
for the specialized &lt;br /&gt;
&lt;br /&gt;
asset to meet one or &lt;br /&gt;
&lt;br /&gt;
more CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Category &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Description &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSC Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o  Assets that cannot process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI; and do &lt;br /&gt;
&lt;br /&gt;
not provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets &lt;br /&gt;
&lt;br /&gt;
o  Assets that are physically or &lt;br /&gt;
&lt;br /&gt;
logically separated from CUI &lt;br /&gt;
&lt;br /&gt;
assets &lt;br /&gt;
&lt;br /&gt;
o  Assets that fall into any in-&lt;br /&gt;
&lt;br /&gt;
scope asset category cannot &lt;br /&gt;
&lt;br /&gt;
be considered an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset &lt;br /&gt;
&lt;br /&gt;
o  An endpoint hosting a VDI &lt;br /&gt;
&lt;br /&gt;
client configured to not allow &lt;br /&gt;
&lt;br /&gt;
any processing, storage, or &lt;br /&gt;
&lt;br /&gt;
transmission of CUI beyond &lt;br /&gt;
&lt;br /&gt;
the Keyboard/Video/Mouse &lt;br /&gt;
&lt;br /&gt;
sent to the VDI client is &lt;br /&gt;
&lt;br /&gt;
considered an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset &lt;br /&gt;
&lt;br /&gt;
o   Prepare to justify the &lt;br /&gt;
&lt;br /&gt;
inability of an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset to store, process, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  None &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping  &amp;lt;br /&amp;gt;&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment in an asset inventory and provide a network diagram of the CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope to facilitate scoping discussions during pre-assessment activities. &lt;br /&gt;
&lt;br /&gt;
CUI Assets &lt;br /&gt;
&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Process &#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, &lt;br /&gt;
&lt;br /&gt;
or printed). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Store &#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in &lt;br /&gt;
&lt;br /&gt;
physical format such as paper documents). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Transmit &#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit &lt;br /&gt;
&lt;br /&gt;
using physical or digital transport methods). &lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are  assessed against  all  CMMC &lt;br /&gt;
&lt;br /&gt;
requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
In addition, the OSC is required to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document each asset in an asset inventory; there is no requirement to embed each asset &lt;br /&gt;
&lt;br /&gt;
in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document the treatment of these assets in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide a network diagram of the CMMC Assessment Scope (to include these assets) to &lt;br /&gt;
&lt;br /&gt;
facilitate scoping discussions during the pre-assessment. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets/Security Protection Data &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against &lt;br /&gt;
&lt;br /&gt;
all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. &lt;br /&gt;
&lt;br /&gt;
For example, an External Service Provider (ESP) that provides a security information and &lt;br /&gt;
&lt;br /&gt;
event management (SIEM) service may be separated logically and may process no CUI, but &lt;br /&gt;
&lt;br /&gt;
the SIEM contributes  to meeting the CMMC requirements  within the OSC’s  CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|. Table 2 ]]provides examples of Security Protection Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that &lt;br /&gt;
&lt;br /&gt;
are used to protect an OSA&#039;s assessed environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an &lt;br /&gt;
&lt;br /&gt;
attacker in the compromise of the system. It includes, but is not limited to: &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  configuration data required to operate a security protection asset, &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  log files generated by or ingested by a security protection asset, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
6 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  data related to the configuration or vulnerability status of in-scope assets, and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  passwords that grant access to the in-scope environment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Table 2. Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Type &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;People &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consultants who provide cybersecurity services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Managed service provider personnel who implement system maintenance &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Enterprise network administrators &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technology &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Cloud-based security solutions &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Hosted Virtual Private Network (VPN) services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  SIEM solutions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Facilities &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Co-located data centers &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Operations Centers (SOCs) &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSC office buildings &lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document each asset in an asset inventory; there is no requirement to embed each asset &lt;br /&gt;
&lt;br /&gt;
in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document the treatment of these assets in the SSP; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide a network diagram of the CMMC Assessment Scope (to include these assets) to &lt;br /&gt;
&lt;br /&gt;
facilitate scoping discussions during the pre-assessment. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets &lt;br /&gt;
&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Government  Furnished Equipment (GFE)&#039;&#039;&#039;  is all equipment  owned or leased by the &lt;br /&gt;
&lt;br /&gt;
government and includes OSC-acquired equipment that is based on government required &lt;br /&gt;
&lt;br /&gt;
specifications and/or configurations. Government Furnished Equipment  does not &lt;br /&gt;
&lt;br /&gt;
include intellectual property or software [Reference:  Federal Acquisition Regulation &lt;br /&gt;
&lt;br /&gt;
(FAR) 52.245-1]. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of &lt;br /&gt;
&lt;br /&gt;
devices that contain the hardware, software, firmware, and actuators which allow the &lt;br /&gt;
&lt;br /&gt;
devices to connect, interact, and freely exchange data and information, as defined in NIST &lt;br /&gt;
&lt;br /&gt;
SP 800-172A[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|1.]] They are interconnected devices having physical or virtual representation &lt;br /&gt;
&lt;br /&gt;
in the digital world, sensing/actuation capability, and programmability features. They &lt;br /&gt;
&lt;br /&gt;
are uniquely identifiable and may include smart electric grids, lighting, heating, air &lt;br /&gt;
&lt;br /&gt;
conditioning, and fire and smoke detectors. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 NIST SP800-172A March 2022 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
7 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|2 ]]means programmable systems or devices that interact &lt;br /&gt;
&lt;br /&gt;
with the physical environment (or manage devices that interact with the physical &lt;br /&gt;
&lt;br /&gt;
environment). These systems or devices detect or cause a direct change through the &lt;br /&gt;
&lt;br /&gt;
monitoring or control of devices, processes, and events. Examples include industrial &lt;br /&gt;
&lt;br /&gt;
control systems, building management systems, fire control systems, and physical access &lt;br /&gt;
&lt;br /&gt;
control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by &lt;br /&gt;
&lt;br /&gt;
reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically &lt;br /&gt;
&lt;br /&gt;
includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving &lt;br /&gt;
&lt;br /&gt;
field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial &lt;br /&gt;
&lt;br /&gt;
control systems (ICS), or supervisory control and data acquisition (SCADA) systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039;  means systems [and associated Information &lt;br /&gt;
&lt;br /&gt;
Technology  (IT) components comprising the system] that are configured based on &lt;br /&gt;
&lt;br /&gt;
government security requirements (i.e., connected to something that was required to &lt;br /&gt;
&lt;br /&gt;
support a functional requirement) and are used to support a contract (e.g., fielded &lt;br /&gt;
&lt;br /&gt;
systems, obsolete systems, and product deliverable replicas). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing &lt;br /&gt;
&lt;br /&gt;
of products, system components, and contract deliverables. It  can  include hardware &lt;br /&gt;
&lt;br /&gt;
and/or associated IT components used in the testing of products, system components, &lt;br /&gt;
&lt;br /&gt;
and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and &lt;br /&gt;
&lt;br /&gt;
special test equipment). &lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170. &lt;br /&gt;
&lt;br /&gt;
19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The &lt;br /&gt;
&lt;br /&gt;
OSC should prepare for these assets to be assessed against all CMMC requirements unless &lt;br /&gt;
&lt;br /&gt;
they are physically or logically isolated into purpose-specific networks (with no connection &lt;br /&gt;
&lt;br /&gt;
to the Internet or other networks).  Specialized Assets  may have limitations on the &lt;br /&gt;
&lt;br /&gt;
application of certain security requirements. To accommodate such issues intermediary &lt;br /&gt;
&lt;br /&gt;
devices are permitted to provide the capability for the specialized asset to meet one or more &lt;br /&gt;
&lt;br /&gt;
CMMC requirements.  An example of an intermediary device used in conjunction with a &lt;br /&gt;
&lt;br /&gt;
specialized asset is a boundary device or a proxy. &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets. Assets that are physically or logically separated from CUI Assets &lt;br /&gt;
&lt;br /&gt;
and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets &lt;br /&gt;
&lt;br /&gt;
that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset. &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment. There are no documentation requirements for Out-of-Scope Assets. &lt;br /&gt;
&lt;br /&gt;
Defining the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 OT includes hardware and software that use direct monitoring and control of industrial equipment to detect &lt;br /&gt;
&lt;br /&gt;
or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
8 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be &lt;br /&gt;
&lt;br /&gt;
assessed in accordance with[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#5| Table 1. ]]OSCs will be required to provide documentation that &lt;br /&gt;
&lt;br /&gt;
specifies the CMMC Assessment Scope to the assessor. Details about required documentation &lt;br /&gt;
&lt;br /&gt;
for each asset category can be found in th[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|e CMMC Asset Categories ]]section above. &amp;lt;br /&amp;gt;&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  CUI Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Protection Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Specialized Assets &lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
External Service Provider Considerations &lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=32_CFR_Part_170&amp;diff=655</id>
		<title>32 CFR Part 170</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=32_CFR_Part_170&amp;diff=655"/>
		<updated>2025-02-23T04:22:59Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Importing content from PDF File: https://www.govinfo.gov/content/pkg/FR-2024-10-15/pdf/2024-22905.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83092 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/citation/75-FR-68675 &#039;&#039;www.federalregister.gov/citation/75-FR-68675 &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
(November 4, 2010). &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/citation/75-FR-707 &#039;&#039;www.federalregister.gov/citation/75-FR-707 &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
(December 29, 2009). &lt;br /&gt;
&lt;br /&gt;
3&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/link/uscode/42/2011 &#039;&#039;www.govinfo.gov/link/uscode/42/2011, et seq. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
4&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/documents/2020/09/29/2020-21123/defense-federal-acquisition-regulation-supplement-assessing-contractor-implementation-of &#039;&#039;www.federalregister.gov/documents/2020/09/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/documents/2020/09/29/2020-21123/defense-federal-acquisition-regulation-supplement-assessing-contractor-implementation-of &#039;&#039;29/2020-21123/defense-federal-acquisition- &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation-supplement-assessing-contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation-of. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
5&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/documents/2024/08/15/2024-18110/defense-federal-acquisition-regulation-supplement-assessing-contractor-implementation-of &#039;&#039;www.federalregister.gov/documents/2024/08/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/documents/2024/08/15/2024-18110/defense-federal-acquisition-regulation-supplement-assessing-contractor-implementation-of &#039;&#039;15/2024-18110/defense-federal-acquisition- &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation-supplement-assessing-contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation-of. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
6&lt;br /&gt;
&lt;br /&gt;
[http://www.sprs.csd.disa.mil/ &#039;&#039;www.sprs.csd.disa.mil/ &#039;&#039;]under OMB control &lt;br /&gt;
&lt;br /&gt;
number 0750–0004. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DEPARTMENT OF DEFENSE &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Office of the Secretary &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;32 CFR Part 170 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;[Docket ID: DoD–2023–OS–0063] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RIN 0790–AL49 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Cybersecurity Maturity Model &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification (CMMC) Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AGENCY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;: &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Office of the Department of &lt;br /&gt;
&lt;br /&gt;
Defense Chief Information Officer (CIO), &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense (DoD). &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;ACTION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;: &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Final rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SUMMARY&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;: &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
With this final rule, DoD &lt;br /&gt;
&lt;br /&gt;
establishes the Cybersecurity Maturity &amp;lt;br /&amp;gt;&lt;br /&gt;
Model Certification (CMMC) Program in &amp;lt;br /&amp;gt;&lt;br /&gt;
order to verify contractors have &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented required security &amp;lt;br /&amp;gt;&lt;br /&gt;
measures necessary to safeguard Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Contract Information (FCI) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI). The mechanisms discussed in &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule will allow the Department to &amp;lt;br /&amp;gt;&lt;br /&gt;
confirm a defense contractor or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor has implemented the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements for a specified &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level and is maintaining that &amp;lt;br /&amp;gt;&lt;br /&gt;
status (meaning level and assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
type) across the contract period of &amp;lt;br /&amp;gt;&lt;br /&gt;
performance. This rule will be updated &amp;lt;br /&amp;gt;&lt;br /&gt;
as needed, using the appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking process, to address evolving &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards, requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
threats, and other relevant changes. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;DATES&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;: &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This rule is effective December &lt;br /&gt;
&lt;br /&gt;
16, 2024. The incorporation by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
of certain material listed in this rule is &amp;lt;br /&amp;gt;&lt;br /&gt;
approved by the Director of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register as of December 16, 2024. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;FOR FURTHER INFORMATION CONTACT&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;: &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ms. &lt;br /&gt;
&lt;br /&gt;
Diane Knight, Office of the DoD CIO at &amp;lt;br /&amp;gt;&lt;br /&gt;
[mailto:osd.pentagon.dod-cio.mbx.cmmc-inquiries@mail.mil &#039;&#039;osd.pentagon.dod-cio.mbx.cmmc- &amp;lt;br /&amp;gt;&lt;br /&gt;
inquiries@mail.mil &#039;&#039;]or 202–770–9100. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;SUPPLEMENTARY INFORMATION&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;: &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;History of the Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The beginnings of CMMC start with &lt;br /&gt;
&lt;br /&gt;
the November 2010, Executive Order &amp;lt;br /&amp;gt;&lt;br /&gt;
(E.O.) 13556,1 &#039;&#039;Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information. &#039;&#039;The intent of this Order &amp;lt;br /&amp;gt;&lt;br /&gt;
was to ‘‘establish an open and uniform &amp;lt;br /&amp;gt;&lt;br /&gt;
program for managing [unclassified] &amp;lt;br /&amp;gt;&lt;br /&gt;
information that requires safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
or dissemination controls.’’ Prior to this &amp;lt;br /&amp;gt;&lt;br /&gt;
E.O., more than 100 different markings &amp;lt;br /&amp;gt;&lt;br /&gt;
for this information existed across the &amp;lt;br /&amp;gt;&lt;br /&gt;
executive branch. This ad hoc, agency- &amp;lt;br /&amp;gt;&lt;br /&gt;
specific approach created inefficiency &amp;lt;br /&amp;gt;&lt;br /&gt;
and confusion, led to a patchwork &amp;lt;br /&amp;gt;&lt;br /&gt;
system that failed to adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard information requiring &lt;br /&gt;
&lt;br /&gt;
protection, and unnecessarily restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
information-sharing. &lt;br /&gt;
&lt;br /&gt;
As a result, the E.O. established the &lt;br /&gt;
&lt;br /&gt;
CUI Program to standardize the way the &amp;lt;br /&amp;gt;&lt;br /&gt;
executive branch handles information &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring safeguarding or dissemination &amp;lt;br /&amp;gt;&lt;br /&gt;
controls (excluding information that is &amp;lt;br /&amp;gt;&lt;br /&gt;
classified under E.O. 13526, Classified &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Information 2 or any &amp;lt;br /&amp;gt;&lt;br /&gt;
predecessor or successor order; or the &amp;lt;br /&amp;gt;&lt;br /&gt;
Atomic Energy Act of 1954,3 as &amp;lt;br /&amp;gt;&lt;br /&gt;
amended). &lt;br /&gt;
&lt;br /&gt;
In 2019, DoD announced the &lt;br /&gt;
&lt;br /&gt;
development of CMMC in order to move &amp;lt;br /&amp;gt;&lt;br /&gt;
away from a ‘‘self-attestation’’ model of &amp;lt;br /&amp;gt;&lt;br /&gt;
security. It was first conceived by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Office of the Under Secretary of Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
for Acquisition and Sustainment &amp;lt;br /&amp;gt;&lt;br /&gt;
(OUSD(A&amp;amp;amp;S)) to secure the Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Industrial Base (DIB) sector against &amp;lt;br /&amp;gt;&lt;br /&gt;
evolving cybersecurity threats. In &amp;lt;br /&amp;gt;&lt;br /&gt;
September 2020, DoD published the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR CMMC interim final rule, &#039;&#039;Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal Acquisition Regulation &amp;lt;br /&amp;gt;&lt;br /&gt;
Supplement (DFARS): Assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements &#039;&#039;(DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
Case 2019–D041 85 FR 48513, &amp;lt;br /&amp;gt;&lt;br /&gt;
September 9, 2020),4 which &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the DoD’s vision for the &amp;lt;br /&amp;gt;&lt;br /&gt;
initial CMMC Program and outlined the &amp;lt;br /&amp;gt;&lt;br /&gt;
basic features of the framework (tiered &amp;lt;br /&amp;gt;&lt;br /&gt;
model of practices and processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
required assessments, and &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation through contracts) to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect FCI and CUI. The 48 CFR CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
interim final rule became effective on 30 &amp;lt;br /&amp;gt;&lt;br /&gt;
November 2020, establishing a five-year &amp;lt;br /&amp;gt;&lt;br /&gt;
phase-in period. In response to &amp;lt;br /&amp;gt;&lt;br /&gt;
approximately 750 public comments on &amp;lt;br /&amp;gt;&lt;br /&gt;
the 48 CFR CMMC interim final rule, in &amp;lt;br /&amp;gt;&lt;br /&gt;
March 2021, the Department initiated an &amp;lt;br /&amp;gt;&lt;br /&gt;
internal review of CMMC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. &lt;br /&gt;
&lt;br /&gt;
In November 2021, the Department &lt;br /&gt;
&lt;br /&gt;
announced the revised CMMC Program, &amp;lt;br /&amp;gt;&lt;br /&gt;
an updated program structure and &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements designed to achieve the &amp;lt;br /&amp;gt;&lt;br /&gt;
primary goals of the internal review: &lt;br /&gt;
&lt;br /&gt;
• Safeguard sensitive information to &lt;br /&gt;
&lt;br /&gt;
enable and protect the warfighter &lt;br /&gt;
&lt;br /&gt;
• Enforce DIB cybersecurity standards &lt;br /&gt;
&lt;br /&gt;
to meet evolving threats &lt;br /&gt;
&lt;br /&gt;
• Ensure accountability while &lt;br /&gt;
&lt;br /&gt;
minimizing barriers to compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with DoD requirements &lt;br /&gt;
&lt;br /&gt;
• Perpetuate a collaborative culture of &lt;br /&gt;
&lt;br /&gt;
cybersecurity and cyber resilience &lt;br /&gt;
&lt;br /&gt;
• Maintain public trust through high &lt;br /&gt;
&lt;br /&gt;
professional and ethical standards &amp;lt;br /&amp;gt;&lt;br /&gt;
The revised CMMC Program has three &lt;br /&gt;
&lt;br /&gt;
key features: &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Tiered Model: &#039;&#039;CMMC requires &lt;br /&gt;
&lt;br /&gt;
companies entrusted with Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
contract information and controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards at progressively &amp;lt;br /&amp;gt;&lt;br /&gt;
advanced levels, depending on the type &amp;lt;br /&amp;gt;&lt;br /&gt;
and sensitivity of the information. The &amp;lt;br /&amp;gt;&lt;br /&gt;
program also describes the process for &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring protection of information &amp;lt;br /&amp;gt;&lt;br /&gt;
flowed down to subcontractors. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Requirement: &#039;&#039;CMMC &lt;br /&gt;
&lt;br /&gt;
assessments allow the Department to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify the implementation of clear &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phased Implementation: &#039;&#039;Once &lt;br /&gt;
&lt;br /&gt;
CMMC rules become effective, certain &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contractors handling FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
will be required to achieve a particular &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. CMMC requirements will be &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented using a 4-phase &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan over a three-year &amp;lt;br /&amp;gt;&lt;br /&gt;
period. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Current Status of the CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Separate from this rulemaking, DoD &lt;br /&gt;
&lt;br /&gt;
has a proposed acquisition rule (48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 204 CMMC Acquisition rule) to &amp;lt;br /&amp;gt;&lt;br /&gt;
amend the Defense Federal Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
Regulation Supplement (DFARS) to &amp;lt;br /&amp;gt;&lt;br /&gt;
address procurement related &amp;lt;br /&amp;gt;&lt;br /&gt;
considerations and requirements related &amp;lt;br /&amp;gt;&lt;br /&gt;
to this program rule (32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule). The 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule also &amp;lt;br /&amp;gt;&lt;br /&gt;
partially implements a section of the &amp;lt;br /&amp;gt;&lt;br /&gt;
National Defense Authorization Act for &amp;lt;br /&amp;gt;&lt;br /&gt;
Fiscal Year 2020 directing the Secretary &amp;lt;br /&amp;gt;&lt;br /&gt;
of Defense to develop a consistent, &amp;lt;br /&amp;gt;&lt;br /&gt;
comprehensive framework to enhance &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity for the U.S. defense &amp;lt;br /&amp;gt;&lt;br /&gt;
industrial base.5 The 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule, when &amp;lt;br /&amp;gt;&lt;br /&gt;
finalized, will allow DoD to require a &amp;lt;br /&amp;gt;&lt;br /&gt;
specific CMMC level in a solicitation or &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. When CMMC requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
applied to a solicitation, Contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
officers will not make award, exercise &amp;lt;br /&amp;gt;&lt;br /&gt;
an option, or extend the period of &amp;lt;br /&amp;gt;&lt;br /&gt;
performance on a contract, if the offeror &amp;lt;br /&amp;gt;&lt;br /&gt;
or contractor does not have the passing &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a current certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or self-assessment for the &amp;lt;br /&amp;gt;&lt;br /&gt;
required CMMC level, and an &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation of continuous compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the security requirements in the &amp;lt;br /&amp;gt;&lt;br /&gt;
Supplier Performance Risk System &amp;lt;br /&amp;gt;&lt;br /&gt;
(SPRS) 6 for all information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI or CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
during contract performance. &amp;lt;br /&amp;gt;&lt;br /&gt;
Furthermore, the appropriate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirements will flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down to subcontractors at all tiers when &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00002&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83093 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
7&lt;br /&gt;
&lt;br /&gt;
[http://www.acquisition.gov/dfars/252.204-7012-safeguarding-covered-defense-information-and-cyber-incident-reporting &#039;&#039;www.acquisition.gov/dfars/252.204-7012- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.acquisition.gov/dfars/252.204-7012-safeguarding-covered-defense-information-and-cyber-incident-reporting &#039;&#039;safeguarding-covered-defense-information-and- &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber-incident-reporting. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
8&lt;br /&gt;
&lt;br /&gt;
[http://www.acquisition.gov/dfars/252.204-7020-nist-sp-800-171dod-assessment-requirements &#039;&#039;www.acquisition.gov/dfars/252.204-7020-nist- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.acquisition.gov/dfars/252.204-7020-nist-sp-800-171dod-assessment-requirements &#039;&#039;sp-800-171dod-assessment-requirements. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
9&lt;br /&gt;
&lt;br /&gt;
Required since November 2016, NIST SP 800– &lt;br /&gt;
&lt;br /&gt;
171 R2 security requirement 3.12.4 states &lt;br /&gt;
&lt;br /&gt;
organizations must ‘‘develop, document, and &amp;lt;br /&amp;gt;&lt;br /&gt;
periodically update system security plans that &amp;lt;br /&amp;gt;&lt;br /&gt;
describe system boundaries, system environments &amp;lt;br /&amp;gt;&lt;br /&gt;
of operation, how security requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, and the relationships with or &amp;lt;br /&amp;gt;&lt;br /&gt;
connections to other systems.’’ &lt;br /&gt;
&lt;br /&gt;
10&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF &#039;&#039;https://media.defense.gov/2024/Mar/28/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF &#039;&#039;2003424523/-1/-1/1/DOD&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF _&#039;&#039;DOB&#039;&#039;_&#039;&#039;CS&#039;&#039;_&#039;&#039;STRATEGY&#039;&#039;_]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF &#039;&#039;DSD&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF _&#039;&#039;SIGNED&#039;&#039;_&#039;&#039;20240325.PDF. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
the subcontractor processes, stores, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmits FCI or CUI. It should be noted &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department may include CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements on contracts awarded &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule becoming effective, but &amp;lt;br /&amp;gt;&lt;br /&gt;
doing so will require bilateral contract &amp;lt;br /&amp;gt;&lt;br /&gt;
modification after negotiations. &lt;br /&gt;
&lt;br /&gt;
To date, the DoD has relied on offeror &lt;br /&gt;
&lt;br /&gt;
representation that the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of National Institute of &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards and Technology (NIST) &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication (SP) 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘&#039;&#039;Protecting Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information in Nonfederal Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations&#039;&#039;’’ have been met, as &amp;lt;br /&amp;gt;&lt;br /&gt;
described by 48 CFR 252.204–7008. In &amp;lt;br /&amp;gt;&lt;br /&gt;
some instances, the DoD has verified &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor implementation of NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 through assessment by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Contract Management Agency &amp;lt;br /&amp;gt;&lt;br /&gt;
(DCMA) Defense Industrial Base &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Assessment Center &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). As part of this responsibility, &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assesses DIB companies &amp;lt;br /&amp;gt;&lt;br /&gt;
to ensure they are meeting contractually &amp;lt;br /&amp;gt;&lt;br /&gt;
required cybersecurity standards and to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure contractors have the ability to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect CUI for government contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
they are awarded. DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
conducts NIST SP 800–171 assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
in support of 48 CFR 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DFARS clause 252.204–7012), &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting,&#039;&#039;7 and 48 CFR 252.204–7020 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DFARS clause 252.204–7020), &#039;&#039;NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 DoD Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements.&#039;&#039;8 The DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
prioritization process is designed to &amp;lt;br /&amp;gt;&lt;br /&gt;
adjust as DoD’s cyber priorities evolve &amp;lt;br /&amp;gt;&lt;br /&gt;
based on ongoing threats. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC collects and analyzes data on &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contractors to include: &lt;br /&gt;
&lt;br /&gt;
• Mission critical programs, &lt;br /&gt;
&lt;br /&gt;
technologies, and infrastructure and the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors (prime or lower tier) that &amp;lt;br /&amp;gt;&lt;br /&gt;
support DoD capabilities. &lt;br /&gt;
&lt;br /&gt;
• Cyber threats, vulnerabilities, or &lt;br /&gt;
&lt;br /&gt;
incidents. &lt;br /&gt;
&lt;br /&gt;
• DoD Leadership requests. &lt;br /&gt;
&lt;br /&gt;
To date, DCMA DIBCAC has assessed &lt;br /&gt;
&lt;br /&gt;
357 entities including DoD’s major &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractors. In accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171, titled ‘‘&#039;&#039;Protecting &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information in &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonfederal Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations,&#039;&#039;’’ Revision 2, February &amp;lt;br /&amp;gt;&lt;br /&gt;
2020 (includes updates as of January 28, &amp;lt;br /&amp;gt;&lt;br /&gt;
2021) (NIST SP 800–171 R2), &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors must describe in a System &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Plan (SSP) 9 how the security &lt;br /&gt;
&lt;br /&gt;
requirements are met or how the &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations plan to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and address known and &amp;lt;br /&amp;gt;&lt;br /&gt;
anticipated threats. In the event &amp;lt;br /&amp;gt;&lt;br /&gt;
companies cannot establish full &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance, they must develop plans of &amp;lt;br /&amp;gt;&lt;br /&gt;
action that describe how &amp;lt;br /&amp;gt;&lt;br /&gt;
unimplemented security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will be met and how any planned &amp;lt;br /&amp;gt;&lt;br /&gt;
mitigations will be implemented. &amp;lt;br /&amp;gt;&lt;br /&gt;
Although an explicit time limit for &amp;lt;br /&amp;gt;&lt;br /&gt;
mitigation is not specified in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2, contractors that fail to &amp;lt;br /&amp;gt;&lt;br /&gt;
reasonably comply with applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements may be subject to standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program’s assessment phase-in plan, as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.3, does not preclude &amp;lt;br /&amp;gt;&lt;br /&gt;
entities from immediately seeking a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC certification assessment prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
the 48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule being finalized and the clause being &amp;lt;br /&amp;gt;&lt;br /&gt;
added to new or existing DoD contracts. &lt;br /&gt;
&lt;br /&gt;
The Department estimates 8350 &lt;br /&gt;
&lt;br /&gt;
medium and large entities will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet CMMC Level 2 C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements as a condition &amp;lt;br /&amp;gt;&lt;br /&gt;
of contract award. CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will apply to all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors that process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI, and will provide DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
with a means to assess that CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements prescribed in &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 2002 have been met. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates 135 CMMC Third-Party &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Organization (C3PAO)-led &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments will be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed in the first year, 673 C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments in year 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
2,252 C3PAO certification assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
in year 3, and 4,452 C3PAO certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments in year four. &lt;br /&gt;
&lt;br /&gt;
Any DoD component can request &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC to initiate an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and these requests will take &amp;lt;br /&amp;gt;&lt;br /&gt;
priority in the assessment scheduling &amp;lt;br /&amp;gt;&lt;br /&gt;
process. Once identified for assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC determines the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment date and notifies the &amp;lt;br /&amp;gt;&lt;br /&gt;
company to begin the pre-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process. Typically, planning and &amp;lt;br /&amp;gt;&lt;br /&gt;
scheduling takes place 3 to 6 months in &amp;lt;br /&amp;gt;&lt;br /&gt;
advance of a DCMA DIBCAC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
to allow DCMA DIBCAC and the DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
company time to prepare, however, &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s identified priorities may expedite &amp;lt;br /&amp;gt;&lt;br /&gt;
the execution of an assessment. As &amp;lt;br /&amp;gt;&lt;br /&gt;
discussed in more detail in the &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory text, assessment results are &amp;lt;br /&amp;gt;&lt;br /&gt;
reported to DoD, including key &amp;lt;br /&amp;gt;&lt;br /&gt;
stakeholders via SPRS and made &amp;lt;br /&amp;gt;&lt;br /&gt;
available to the DIB company. Please see &amp;lt;br /&amp;gt;&lt;br /&gt;
the DCMA DIBCAC website at &lt;br /&gt;
&lt;br /&gt;
[http://www.dcma.mil/DIBCAC/ &#039;&#039;www.dcma.mil/DIBCAC/ &#039;&#039;]that includes &amp;lt;br /&amp;gt;&lt;br /&gt;
links to the pre-assessment documents; &amp;lt;br /&amp;gt;&lt;br /&gt;
a publicly releasable version of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment database; FAQs; an &amp;lt;br /&amp;gt;&lt;br /&gt;
informational video; a link to &amp;lt;br /&amp;gt;&lt;br /&gt;
Procurement Integrated Enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
Environment (PIEE), the primary &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprise procure-to-pay application &amp;lt;br /&amp;gt;&lt;br /&gt;
for the DoD; a link to SPRS where &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment scores are posted; and links &amp;lt;br /&amp;gt;&lt;br /&gt;
to other reference materials. &lt;br /&gt;
&lt;br /&gt;
As discussed in more detail later in &lt;br /&gt;
&lt;br /&gt;
the regulatory text, all requirements that &amp;lt;br /&amp;gt;&lt;br /&gt;
are scored as NOT MET are identified in &amp;lt;br /&amp;gt;&lt;br /&gt;
a Plan of Action and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
(POA&amp;amp;amp;M) to meet the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Organizations Seeking &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment (OSAs) satisfy the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements needed for contract award &amp;lt;br /&amp;gt;&lt;br /&gt;
by successfully meeting all 110 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of NIST SP 800–171 R2 or &amp;lt;br /&amp;gt;&lt;br /&gt;
by receiving a Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status when achieving the minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
passing score of 80 percent and only &amp;lt;br /&amp;gt;&lt;br /&gt;
including permittable NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as described in § 170.21 &amp;lt;br /&amp;gt;&lt;br /&gt;
on the POA&amp;amp;amp;M. All requirements that &amp;lt;br /&amp;gt;&lt;br /&gt;
were scored ‘‘NOT MET’’ and placed on &amp;lt;br /&amp;gt;&lt;br /&gt;
the POA&amp;amp;amp;M must be remedied within &amp;lt;br /&amp;gt;&lt;br /&gt;
180 days of receiving their Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status. Proper implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of these requirements must be verified &amp;lt;br /&amp;gt;&lt;br /&gt;
by a second assessment, called a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment. If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment finds that &amp;lt;br /&amp;gt;&lt;br /&gt;
all requirements have been met, then &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA will achieve a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (Self) or Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) as applicable. However, if the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment does not &amp;lt;br /&amp;gt;&lt;br /&gt;
validate all requirements have been met &amp;lt;br /&amp;gt;&lt;br /&gt;
by the end of the 180 days, then the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) or Conditional Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
will expire and at this point, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply for any &amp;lt;br /&amp;gt;&lt;br /&gt;
current contract. &lt;br /&gt;
&lt;br /&gt;
DoD has created a series of guidance &lt;br /&gt;
&lt;br /&gt;
documents to assist organizations in &amp;lt;br /&amp;gt;&lt;br /&gt;
better understanding the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program and the assessment process and &amp;lt;br /&amp;gt;&lt;br /&gt;
scope for each CMMC level. These &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance documents are available on &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://dodcio.defense.gov/CMMC/Documentation/ the DoD CMMC website at &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
dodcio.defense.gov/CMMC/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documentation/ &#039;&#039;]and on the DoD Open &amp;lt;br /&amp;gt;&lt;br /&gt;
Government website at [https://open.defense.gov/Regulatory-Program/Guidance-Documents/ &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
open.defense.gov/Regulatory-Program/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Guidance-Documents/. &#039;&#039;]The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program has also been incorporated in &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department’s 2024 Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Industrial Base Cybersecurity Strategy.10 &amp;lt;br /&amp;gt;&lt;br /&gt;
The strategy requires the Department to &amp;lt;br /&amp;gt;&lt;br /&gt;
coordinate and collaborate across &amp;lt;br /&amp;gt;&lt;br /&gt;
components to identify and close gaps &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00003&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83094 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
11&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/FR-2020-12-21/pdf/2020-27698.pdf &#039;&#039;www.govinfo.gov/content/pkg/FR-2020-12-21/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/FR-2020-12-21/pdf/2020-27698.pdf &#039;&#039;pdf/2020-27698.pdf&#039;&#039;). ]&lt;br /&gt;
&lt;br /&gt;
12&lt;br /&gt;
&lt;br /&gt;
[http://www.dcsa.mil/Industrial-Security/National-Industrial-Security-Program-Oversight/32-CFR-Part-117-NISPOM-Rule/ &#039;&#039;www.dcsa.mil/Industrial-Security/National- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.dcsa.mil/Industrial-Security/National-Industrial-Security-Program-Oversight/32-CFR-Part-117-NISPOM-Rule/ &#039;&#039;Industrial-Security-Program-Oversight/32-CFR-Part- &amp;lt;br /&amp;gt;&lt;br /&gt;
117-NISPOM-Rule/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
13&lt;br /&gt;
&lt;br /&gt;
[http://www.acquisition.gov/far/52.204-21 &#039;&#039;www.acquisition.gov/far/52.204-21. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
14&lt;br /&gt;
&lt;br /&gt;
[http://www.acquisition.gov/dfars/252.204-7012-safeguarding-covered-defense-information-and-cyber-incident-reporting &#039;&#039;www.acquisition.gov/dfars/252.204-7012- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.acquisition.gov/dfars/252.204-7012-safeguarding-covered-defense-information-and-cyber-incident-reporting &#039;&#039;safeguarding-covered-defense-information-and- &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber-incident-reporting. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
15&lt;br /&gt;
&lt;br /&gt;
Required since November 2016, NIST SP 800– &lt;br /&gt;
&lt;br /&gt;
171 R2 security requirement 3.12.4 states &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations must ‘‘develop, document, and &amp;lt;br /&amp;gt;&lt;br /&gt;
periodically update system security plans that &amp;lt;br /&amp;gt;&lt;br /&gt;
describe system boundaries, system environments &amp;lt;br /&amp;gt;&lt;br /&gt;
of operation, how security requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, and the relationships with or &amp;lt;br /&amp;gt;&lt;br /&gt;
connections to other systems.’’ &lt;br /&gt;
&lt;br /&gt;
16&lt;br /&gt;
&lt;br /&gt;
[http://www.sprs.csd.disa.mil/ &#039;&#039;www.sprs.csd.disa.mil/ &#039;&#039;]under OMB control &lt;br /&gt;
&lt;br /&gt;
number 0750–0004. &lt;br /&gt;
&lt;br /&gt;
17&lt;br /&gt;
&lt;br /&gt;
The plan of action requirement described under &lt;br /&gt;
&lt;br /&gt;
DFARS clause 252.204–7020 is different from a &amp;lt;br /&amp;gt;&lt;br /&gt;
Plan of Action and Milestones (POA&amp;amp;amp;M) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement in CMMC as plans of action do not &amp;lt;br /&amp;gt;&lt;br /&gt;
require milestones. &lt;br /&gt;
&lt;br /&gt;
18&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/documents/2020/09/29/2020-21123/defense-federal-acquisition-regulation-supplement-assessing-contractor-implementation-of &#039;&#039;www.federalregister.gov/documents/2020/09/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.federalregister.gov/documents/2020/09/29/2020-21123/defense-federal-acquisition-regulation-supplement-assessing-contractor-implementation-of &#039;&#039;29/2020-21123/defense-federal-acquisition- &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation-supplement-assessing-contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation-of. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
19&lt;br /&gt;
&lt;br /&gt;
[http://www.acq.osd.mil/asda/dpc/cp/cyber/docs/safeguarding/NIST-SP-800-171-Assessment-Methodology-Version-1.2.1-6.24.2020.pdf &#039;&#039;www.acq.osd.mil/asda/dpc/cp/cyber/docs/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.acq.osd.mil/asda/dpc/cp/cyber/docs/safeguarding/NIST-SP-800-171-Assessment-Methodology-Version-1.2.1-6.24.2020.pdf &#039;&#039;safeguarding/NIST-SP-800-171-Assessment- &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology-Version-1.2.1-6.24.2020.pdf. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
in protecting DoD networks, supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chains, and other critical resources. &amp;lt;br /&amp;gt;&lt;br /&gt;
Other prongs of the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity strategy are described in &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department’s National Industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Program Operating Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
(NISPOM) which address &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Executive Agent Directive (SEAD) 3 11 &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures for the protection and &amp;lt;br /&amp;gt;&lt;br /&gt;
reproduction of classified information; &amp;lt;br /&amp;gt;&lt;br /&gt;
controlled unclassified information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI); National Interest Determination &amp;lt;br /&amp;gt;&lt;br /&gt;
(NID) requirements for cleared &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors operating under a Special &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agreement for Foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
Ownership, Control, or Influence; and &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility determinations for personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
security clearance processes and &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements.12 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Overview of Revised CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Current Requirements for Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractors and Subcontractors &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Currently, Federal contracts &lt;br /&gt;
&lt;br /&gt;
(including defense contracts) involving &amp;lt;br /&amp;gt;&lt;br /&gt;
the transfer of FCI to a non-Government &amp;lt;br /&amp;gt;&lt;br /&gt;
organization follow the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in 48 CFR 52.204–21 (Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition Regulation (FAR) clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21), &#039;&#039;Basic Safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
Covered Contractor Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems.&#039;&#039;13 FAR clause 52.204–21 &amp;lt;br /&amp;gt;&lt;br /&gt;
requires compliance with 15 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, FAR clause 52.204–21 &amp;lt;br /&amp;gt;&lt;br /&gt;
(b)(1), items (i) through (xv). These &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are the minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary for any entity wishing to &amp;lt;br /&amp;gt;&lt;br /&gt;
receive FCI from the US Government &amp;lt;br /&amp;gt;&lt;br /&gt;
(USG). &lt;br /&gt;
&lt;br /&gt;
Defense contracts involving the &lt;br /&gt;
&lt;br /&gt;
development or transfer of CUI to a non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Government organization require &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable requirements of DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012.14 This clause &amp;lt;br /&amp;gt;&lt;br /&gt;
requires defense contractors to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
adequate security on all covered &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems by &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the 110 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171. This clause includes additional &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements; for example, defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors must confirm that any Cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Providers (CSPs) used by the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor to handle CUI meet Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Risk and Authorization Management &amp;lt;br /&amp;gt;&lt;br /&gt;
Program (FedRAMP) Moderate Baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
or the equivalent requirements. It also &amp;lt;br /&amp;gt;&lt;br /&gt;
requires defense contractors to flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down all the requirements to their &lt;br /&gt;
&lt;br /&gt;
subcontractors who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. The CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
currently does not include any &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for contractors operating &amp;lt;br /&amp;gt;&lt;br /&gt;
systems on behalf of the DoD. &lt;br /&gt;
&lt;br /&gt;
To comply with DFARS clause &lt;br /&gt;
&lt;br /&gt;
252.204–7012, contractors are required &amp;lt;br /&amp;gt;&lt;br /&gt;
to develop a SSP 15 detailing the policies &amp;lt;br /&amp;gt;&lt;br /&gt;
and procedures their organization has in &amp;lt;br /&amp;gt;&lt;br /&gt;
place to comply with NIST SP 800–171. &amp;lt;br /&amp;gt;&lt;br /&gt;
The SSP serves as a foundational &amp;lt;br /&amp;gt;&lt;br /&gt;
document for the required NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 self-assessment. To comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with 48 CFR 252.204–7019 (DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
provision 252.204–7019) and DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7020, self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scores must be submitted.16 The highest &amp;lt;br /&amp;gt;&lt;br /&gt;
score is 110, meaning all 110 NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 security requirements have &amp;lt;br /&amp;gt;&lt;br /&gt;
been fully implemented. If a contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Supplier Performance Risk System &amp;lt;br /&amp;gt;&lt;br /&gt;
(SPRS) score is less than 110, indicating &amp;lt;br /&amp;gt;&lt;br /&gt;
security gaps exist, then the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
must create a plan of action 17 &amp;lt;br /&amp;gt;&lt;br /&gt;
identifying security tasks that still need &amp;lt;br /&amp;gt;&lt;br /&gt;
to be accomplished. In essence, an SSP &amp;lt;br /&amp;gt;&lt;br /&gt;
describes the cybersecurity plan the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor has in place to protect CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
The SSP needs to address each NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 security requirement and &amp;lt;br /&amp;gt;&lt;br /&gt;
explain how the requirement is &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented. This can be through &amp;lt;br /&amp;gt;&lt;br /&gt;
policy, technology, or a combination of &amp;lt;br /&amp;gt;&lt;br /&gt;
both. &lt;br /&gt;
&lt;br /&gt;
In November 2020, the DoD released &lt;br /&gt;
&lt;br /&gt;
its 48 CFR CMMC interim final rule, the &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Defense Federal Acquisition Regulation &amp;lt;br /&amp;gt;&lt;br /&gt;
Supplement: Assessing Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation of Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &#039;&#039;18 (DFARS Case 2019– &amp;lt;br /&amp;gt;&lt;br /&gt;
D041, 85 FR 61505, November 30, &amp;lt;br /&amp;gt;&lt;br /&gt;
2020). The goal of this rule was to &amp;lt;br /&amp;gt;&lt;br /&gt;
increase compliance with its &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity regulations and improve &amp;lt;br /&amp;gt;&lt;br /&gt;
security throughout the DIB. This rule &amp;lt;br /&amp;gt;&lt;br /&gt;
introduced one new provision and two &amp;lt;br /&amp;gt;&lt;br /&gt;
new clauses—DFARS provision &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7019, DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7020, and 48 CFR 252.204–7021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DFARS clause 252.204–7021). &lt;br /&gt;
&lt;br /&gt;
• DFARS provision 252.204–7019 &lt;br /&gt;
&lt;br /&gt;
complements DFARS clause 252.204– &lt;br /&gt;
&lt;br /&gt;
7012 by requiring contractors to have a &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 assessment (basic, &amp;lt;br /&amp;gt;&lt;br /&gt;
medium, or high) according to NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 DoD Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology.19 Assessment scores must &amp;lt;br /&amp;gt;&lt;br /&gt;
be reported to the Department via SPRS. &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS scores must be submitted by the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of contract award and not be more &amp;lt;br /&amp;gt;&lt;br /&gt;
than three years old. &lt;br /&gt;
&lt;br /&gt;
• DFARS clause 252.204–7020 &lt;br /&gt;
&lt;br /&gt;
notifies contractors that DoD reserves &amp;lt;br /&amp;gt;&lt;br /&gt;
the right to conduct a higher-level &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of contractors’ cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance, and contractors must give &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD assessors full access to their &amp;lt;br /&amp;gt;&lt;br /&gt;
facilities, systems, and personnel. &amp;lt;br /&amp;gt;&lt;br /&gt;
Further, DFARS clause 252.204–7020 &amp;lt;br /&amp;gt;&lt;br /&gt;
complements DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012’s flow down requirements by &amp;lt;br /&amp;gt;&lt;br /&gt;
holding contractors responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
confirming their subcontractors have &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS scores on file prior to awarding &amp;lt;br /&amp;gt;&lt;br /&gt;
them contracts. &lt;br /&gt;
&lt;br /&gt;
• DFARS clause 252.204–7021 paves &lt;br /&gt;
&lt;br /&gt;
the way for rollout of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. Once CMMC is implemented, &amp;lt;br /&amp;gt;&lt;br /&gt;
the required CMMC Level and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type will be specified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation and resulting contract. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractors handling FCI or CUI will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet the CMMC requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in the contract. DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7021 also stipulates contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
will be responsible for flowing down the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements to their &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CFR Part 170&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Additional &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirements for Defense Contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
and Subcontractors Discussed in This &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Rule &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
When this 32 CFR part 170 CMMC &lt;br /&gt;
&lt;br /&gt;
Program rule and the complementary 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 204 CMMC Acquisition rule &amp;lt;br /&amp;gt;&lt;br /&gt;
are finalized and following a phased &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan, solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting defense contracts involving the &amp;lt;br /&amp;gt;&lt;br /&gt;
processing, storing, or transmitting of &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI on a non-Federal system &amp;lt;br /&amp;gt;&lt;br /&gt;
will, unless waived, have a CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
and assessment type requirement that a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor must meet to be eligible for &amp;lt;br /&amp;gt;&lt;br /&gt;
a contract award. The four phases of the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan add CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements incrementally, starting in &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 with self-assessments, and &amp;lt;br /&amp;gt;&lt;br /&gt;
ending in Phase 4, which represents full &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The DoD elected to base &amp;lt;br /&amp;gt;&lt;br /&gt;
the phase-in plan on the level and type &amp;lt;br /&amp;gt;&lt;br /&gt;
of assessment to provide time to train &amp;lt;br /&amp;gt;&lt;br /&gt;
the necessary number of assessors, and &amp;lt;br /&amp;gt;&lt;br /&gt;
to allow companies time to understand &amp;lt;br /&amp;gt;&lt;br /&gt;
and implement CMMC requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Details of each phase are addressed in &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00004&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83095 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
§ 170.3(e). In Phases 2 and 3, DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
implement CMMC Level 2 and Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirements, respectively. &amp;lt;br /&amp;gt;&lt;br /&gt;
At full implementation (Phase 4), DoD &lt;br /&gt;
&lt;br /&gt;
will include CMMC requirements in all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD contracts and option &amp;lt;br /&amp;gt;&lt;br /&gt;
periods on contracts awarded after the &amp;lt;br /&amp;gt;&lt;br /&gt;
beginning of Phase 4. &lt;br /&gt;
&lt;br /&gt;
Table 1 defines the requirements for &lt;br /&gt;
&lt;br /&gt;
each CMMC level and assessment type. &lt;br /&gt;
&lt;br /&gt;
TABLE 1—CMMC LEVEL AND ASSESSMENT REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
CMMC status &lt;br /&gt;
&lt;br /&gt;
Source &amp;amp;amp; number of security &lt;br /&gt;
&lt;br /&gt;
reqts. &lt;br /&gt;
&lt;br /&gt;
Assessment reqts. &lt;br /&gt;
&lt;br /&gt;
Plan of action &amp;amp;amp; milestones &lt;br /&gt;
&lt;br /&gt;
(POA&amp;amp;amp;M) reqts. &lt;br /&gt;
&lt;br /&gt;
Affirmation reqts. &lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) ...&lt;br /&gt;
&lt;br /&gt;
• 15 required by FAR clause &lt;br /&gt;
&lt;br /&gt;
52.204–21.&lt;br /&gt;
&lt;br /&gt;
• Conducted by Organization Seeking As-&lt;br /&gt;
&lt;br /&gt;
sessment (OSA) annually.&lt;br /&gt;
&lt;br /&gt;
• Results entered into SPRS (or its suc-&lt;br /&gt;
&lt;br /&gt;
cessor capability). &lt;br /&gt;
&lt;br /&gt;
• Not permitted ........................ • After each assessment. &lt;br /&gt;
&lt;br /&gt;
• Entered into SPRS. &lt;br /&gt;
&lt;br /&gt;
Level 2 (Self) ...&lt;br /&gt;
&lt;br /&gt;
• 110 NIST SP 800–171 R2 re-&lt;br /&gt;
&lt;br /&gt;
quired by DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012.&lt;br /&gt;
&lt;br /&gt;
• Conducted by OSA every 3 years ............&lt;br /&gt;
&lt;br /&gt;
• Results entered into SPRS (or its suc-&lt;br /&gt;
&lt;br /&gt;
cessor capability). &lt;br /&gt;
&lt;br /&gt;
• CMMC Status will be valid for three years &lt;br /&gt;
&lt;br /&gt;
from the CMMC Status Date as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4. &lt;br /&gt;
&lt;br /&gt;
• Permitted as defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.21(a)(2) and must be &amp;lt;br /&amp;gt;&lt;br /&gt;
closed out within 180 days.&lt;br /&gt;
&lt;br /&gt;
• Final CMMC Status will be &lt;br /&gt;
&lt;br /&gt;
valid for three years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
Date. &lt;br /&gt;
&lt;br /&gt;
• After each assessment and &lt;br /&gt;
&lt;br /&gt;
annually thereafter. &lt;br /&gt;
&lt;br /&gt;
• Assessment will lapse upon &lt;br /&gt;
&lt;br /&gt;
failure to annually affirm. &lt;br /&gt;
&lt;br /&gt;
• Entered into SPRS (or its &lt;br /&gt;
&lt;br /&gt;
successor capability). &lt;br /&gt;
&lt;br /&gt;
Level 2 &lt;br /&gt;
&lt;br /&gt;
(C3PAO).&lt;br /&gt;
&lt;br /&gt;
• 110 NIST SP 800–171 R2 re-&lt;br /&gt;
&lt;br /&gt;
quired by DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012.&lt;br /&gt;
&lt;br /&gt;
• Conducted by C3PAO every 3 years ........&lt;br /&gt;
&lt;br /&gt;
• Results entered into CMMC Enterprise &lt;br /&gt;
&lt;br /&gt;
Mission Assurance Support Service &amp;lt;br /&amp;gt;&lt;br /&gt;
(eMASS) (or its successor capability). &lt;br /&gt;
&lt;br /&gt;
• CMMC Status will be valid for three years &lt;br /&gt;
&lt;br /&gt;
from the CMMC Status Date as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4. &lt;br /&gt;
&lt;br /&gt;
• Permitted as defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.21(a)(2) and must be &amp;lt;br /&amp;gt;&lt;br /&gt;
closed out within 180 days.&lt;br /&gt;
&lt;br /&gt;
• Final CMMC Status will be &lt;br /&gt;
&lt;br /&gt;
valid for three years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
Date. &lt;br /&gt;
&lt;br /&gt;
• After each assessment and &lt;br /&gt;
&lt;br /&gt;
annually thereafter. &lt;br /&gt;
&lt;br /&gt;
• Assessment will lapse upon &lt;br /&gt;
&lt;br /&gt;
failure to annually affirm. &lt;br /&gt;
&lt;br /&gt;
• Entered into SPRS (or its &lt;br /&gt;
&lt;br /&gt;
successor capability). &lt;br /&gt;
&lt;br /&gt;
Level 3 &lt;br /&gt;
&lt;br /&gt;
(DIBCAC).&lt;br /&gt;
&lt;br /&gt;
• 110 NIST SP 800–171 R2 re-&lt;br /&gt;
&lt;br /&gt;
quired by DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012.&lt;br /&gt;
&lt;br /&gt;
• 24 selected from NIST SP &lt;br /&gt;
&lt;br /&gt;
800–172 Feb2021, as de-&amp;lt;br /&amp;gt;&lt;br /&gt;
tailed in table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4). &lt;br /&gt;
&lt;br /&gt;
• Pre-requisite CMMC Status of Level 2 &lt;br /&gt;
&lt;br /&gt;
(C3PAO) for the same CMMC Assess-&amp;lt;br /&amp;gt;&lt;br /&gt;
ment Scope, for each Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment.&lt;br /&gt;
&lt;br /&gt;
• Conducted by Defense Contract Manage-&lt;br /&gt;
&lt;br /&gt;
ment Agency (DCMA) Defense Industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
Base Cybersecurity Assessment Center &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) every 3 years. &lt;br /&gt;
&lt;br /&gt;
• Results entered into CMMC eMASS (or its &lt;br /&gt;
&lt;br /&gt;
successor capability). &lt;br /&gt;
&lt;br /&gt;
• CMMC Status will be valid for three years &lt;br /&gt;
&lt;br /&gt;
from the CMMC Status Date as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4. &lt;br /&gt;
&lt;br /&gt;
• Permitted as defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.21(a)(3) and must be &amp;lt;br /&amp;gt;&lt;br /&gt;
closed out within 180 days.&lt;br /&gt;
&lt;br /&gt;
• Final CMMC Status will be &lt;br /&gt;
&lt;br /&gt;
valid for three years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
Date. &lt;br /&gt;
&lt;br /&gt;
• After each assessment and &lt;br /&gt;
&lt;br /&gt;
annually thereafter. &lt;br /&gt;
&lt;br /&gt;
• Assessment will lapse upon &lt;br /&gt;
&lt;br /&gt;
failure to annually affirm. &lt;br /&gt;
&lt;br /&gt;
• Level 2 (C3PAO) affirmation &lt;br /&gt;
&lt;br /&gt;
must also continue to be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed annually. &lt;br /&gt;
&lt;br /&gt;
• Entered into SPRS (or its &lt;br /&gt;
&lt;br /&gt;
successor capability). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Program Walkthrough—Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Perspective &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This section will provide a simplified &lt;br /&gt;
&lt;br /&gt;
walkthrough of the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
from the perspective of an Organization &amp;lt;br /&amp;gt;&lt;br /&gt;
Seeking Assessment (OSA) seeking to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with program requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level Selection &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSA will select the CMMC level &lt;br /&gt;
&lt;br /&gt;
it desires to attain. Once the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program is implemented, a DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation will specify the minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status required to be eligible for &amp;lt;br /&amp;gt;&lt;br /&gt;
award. One of four CMMC Statuses will &amp;lt;br /&amp;gt;&lt;br /&gt;
be specified: &lt;br /&gt;
&lt;br /&gt;
• Level 1 (Self) is a self-assessment to &lt;br /&gt;
&lt;br /&gt;
secure FCI processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted in the course of fulfilling &amp;lt;br /&amp;gt;&lt;br /&gt;
the contract. The OSA must comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with the 15 security requirements set by &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21. All 15 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be met in full—no &amp;lt;br /&amp;gt;&lt;br /&gt;
exceptions are allowed. &lt;br /&gt;
&lt;br /&gt;
• Level 2 (Self) is a self-assessment to &lt;br /&gt;
&lt;br /&gt;
secure CUI processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted in the course of fulfilling &amp;lt;br /&amp;gt;&lt;br /&gt;
the contract. The OSA must comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with the 110 Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements derived from NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2. &lt;br /&gt;
&lt;br /&gt;
• Level 2 (C3PAO) differs from Level &lt;br /&gt;
&lt;br /&gt;
2 (Self) in the method of verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. OSAs must hire a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
to conduct an assessment of the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the 110 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of NIST SP 800–171 R2. &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs can shop for C3PAOs on the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body (AB) &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace. &lt;br /&gt;
&lt;br /&gt;
• Level 3 (DIBCAC) is a government &lt;br /&gt;
&lt;br /&gt;
assessment of 24 additional &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements derived from NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172, titled ‘‘&#039;&#039;Enhanced Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information: A Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST Special Publication 800–171,&#039;&#039;’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2021 (NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021). The OSA must ensure that &amp;lt;br /&amp;gt;&lt;br /&gt;
they have already achieved a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 2 (C3PAO) before &amp;lt;br /&amp;gt;&lt;br /&gt;
seeking CMMC Status of Final Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). Once this is done, an OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
should then initiate a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment by emailing a &amp;lt;br /&amp;gt;&lt;br /&gt;
request to Defense Contract &amp;lt;br /&amp;gt;&lt;br /&gt;
Management Agency (DCMA) Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Industrial Base Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Center (DIBCAC) point of &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC contact found at &#039;&#039;www.dcma.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC&#039;&#039;, being sure to include the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
]2 (C3PAO) certification unique &amp;lt;br /&amp;gt;&lt;br /&gt;
identifier in the email. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Scoping &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In order to achieve a specified CMMC &lt;br /&gt;
&lt;br /&gt;
Status, OSAs must first identify which &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems, including systems &amp;lt;br /&amp;gt;&lt;br /&gt;
or services provided by External Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Providers (ESPs), will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI, for Level 1 (Self), and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
for all other CMMC Statuses. These &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems constitute the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of the assessment. &lt;br /&gt;
&lt;br /&gt;
Within these information systems, for &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 the assets should be &amp;lt;br /&amp;gt;&lt;br /&gt;
further broken down into asset &amp;lt;br /&amp;gt;&lt;br /&gt;
categories: Contractor Risk Managed &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets (Level 2), Security Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets (Level 2 and 3), and Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets (Level 2 and 3). For Level 1 all &amp;lt;br /&amp;gt;&lt;br /&gt;
assets, with the exclusion of Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets, are simply identified as either &amp;lt;br /&amp;gt;&lt;br /&gt;
in-scope or out-of-scope based on &amp;lt;br /&amp;gt;&lt;br /&gt;
whether they process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI. Definitions and treatment of these &amp;lt;br /&amp;gt;&lt;br /&gt;
categories as they relate to assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping, treatment of ESPs, and &amp;lt;br /&amp;gt;&lt;br /&gt;
treatment of assets which cannot be &amp;lt;br /&amp;gt;&lt;br /&gt;
secured due to their inherent design, &amp;lt;br /&amp;gt;&lt;br /&gt;
can be found at § 170.19. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assessment and Affirmation &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. OSAs that meet all 15 Level 1 &lt;br /&gt;
&lt;br /&gt;
requirements have achieved CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 1 (Self). The OSA &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00005&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83096 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
must submit an affirmation of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with FAR clause 52.204–21 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in SPRS. At this point, &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs have satisfied the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements needed for award of &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts requiring a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 1 (Self). To maintain a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Final Level 1 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
this entire process must be repeated in &amp;lt;br /&amp;gt;&lt;br /&gt;
full on an annual basis, including both &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment and affirmation. &lt;br /&gt;
&lt;br /&gt;
b. For Level 2 assessments, if all 110 &lt;br /&gt;
&lt;br /&gt;
requirements are satisfied, the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment score will be 110 and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA will have achieved a CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Final Level 2 (Self) or Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) as applicable and is eligible for &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award as long as all other &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual requirements are met. &lt;br /&gt;
&lt;br /&gt;
Not all requirements must &lt;br /&gt;
&lt;br /&gt;
immediately be MET to be eligible for &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. If the minimum score is &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved on the assessment (equal to &amp;lt;br /&amp;gt;&lt;br /&gt;
80% of the maximum score) and certain &amp;lt;br /&amp;gt;&lt;br /&gt;
critical requirements are met, OSAs will &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a CMMC Status of Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) or Conditional Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) as applicable. All NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be noted in an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment Plan of Action and &amp;lt;br /&amp;gt;&lt;br /&gt;
Milestones (POA&amp;amp;amp;M). At this point the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA will have satisfied the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements needed for contract award &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs must have met all 110 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
within 180 days of receiving their &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status, which must &amp;lt;br /&amp;gt;&lt;br /&gt;
be verified with a second assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
called a POA&amp;amp;amp;M closeout assessment. If &amp;lt;br /&amp;gt;&lt;br /&gt;
the POA&amp;amp;amp;M closeout assessment finds &amp;lt;br /&amp;gt;&lt;br /&gt;
that all requirements have been met, &amp;lt;br /&amp;gt;&lt;br /&gt;
then the OSA will achieve a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 2 (Self) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) as applicable. &amp;lt;br /&amp;gt;&lt;br /&gt;
However, if a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment does not find that all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements have been met by the end &amp;lt;br /&amp;gt;&lt;br /&gt;
of 180 days, then the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. At this point, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply. &lt;br /&gt;
&lt;br /&gt;
The OSA should submit an &lt;br /&gt;
&lt;br /&gt;
affirmation into SPRS after achieving a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 2 &lt;br /&gt;
&lt;br /&gt;
(Self) or CMMC Status of Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) as applicable. OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
should submit an affirmation once a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Final Level 2 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (C3PAO) as applicable is &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved. Being eligible for contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to CMMC Level 2 (Self) also &amp;lt;br /&amp;gt;&lt;br /&gt;
indicates eligibility for contracts subject &amp;lt;br /&amp;gt;&lt;br /&gt;
to Level 1 (Self), and being eligible for &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts subject to CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) also indicates eligibility for &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts subject to Level 1 (Self) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self), assuming all other &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual requirements are met. OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
must reaffirm in SPRS their compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC Level 2 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
annually but need only conduct a new &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment every three years. These &amp;lt;br /&amp;gt;&lt;br /&gt;
deadlines are based on the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date of the Conditional Status if &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M was required or the Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Status if the assessment resulted in a &amp;lt;br /&amp;gt;&lt;br /&gt;
score of 110. CMMC Status date is not &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the date of a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
c. For Level 3 assessments, OSAs &lt;br /&gt;
&lt;br /&gt;
should note that asset categories are &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
differently than they are at Level 2. In &amp;lt;br /&amp;gt;&lt;br /&gt;
particular, Contractor Risk Managed &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets identified in a Level 2 scope are &amp;lt;br /&amp;gt;&lt;br /&gt;
treated as CUI Assets if they reside &amp;lt;br /&amp;gt;&lt;br /&gt;
within a Level 3 scope. Definitions and &amp;lt;br /&amp;gt;&lt;br /&gt;
treatment of these assets at Level 3 as &amp;lt;br /&amp;gt;&lt;br /&gt;
they relate to scoping of the assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
in addition to treatment of ESPs, are &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.19(d). &lt;br /&gt;
&lt;br /&gt;
During the course of assessment, &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC will focus on assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all 24 selected &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements derived from NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021, but limited checks &amp;lt;br /&amp;gt;&lt;br /&gt;
may be performed on the 110 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–171 R2. &amp;lt;br /&amp;gt;&lt;br /&gt;
If DCMA DIBCAC identifies that all 24 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 are satisfied, the OSA will have &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved a CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC) and is eligible for contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award as long as all other contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are met. Not all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must immediately be MET &amp;lt;br /&amp;gt;&lt;br /&gt;
to be eligible for contract award. If the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum score is achieved on the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment (equal to 80% of the &lt;br /&gt;
&lt;br /&gt;
maximum score of 24) and certain &amp;lt;br /&amp;gt;&lt;br /&gt;
critical requirements are met, OSAs will &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a CMMC Status of Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC), and all NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be noted in a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M. At this point the OSA will &amp;lt;br /&amp;gt;&lt;br /&gt;
have satisfied the CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
needed for contract award. &lt;br /&gt;
&lt;br /&gt;
OSAs must have met all 24 selected &lt;br /&gt;
&lt;br /&gt;
security requirements of NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 within 180 days of &amp;lt;br /&amp;gt;&lt;br /&gt;
receiving their Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status, which must be verified with a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC. If the POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment finds that all requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
have been met, then the OSA will &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC). However, if a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout assessment does not find that &amp;lt;br /&amp;gt;&lt;br /&gt;
all requirements have been met by the &amp;lt;br /&amp;gt;&lt;br /&gt;
end of 180 days, then the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Conditional Level 3 (DIBCAC) will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. At this point, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply. &lt;br /&gt;
&lt;br /&gt;
The OSA should submit an &lt;br /&gt;
&lt;br /&gt;
affirmation into SPRS after achieving a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) if applicable and once a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Final Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
is achieved. Being eligible for contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to CMMC Level 3 (DIBCAC) also &amp;lt;br /&amp;gt;&lt;br /&gt;
indicates eligibility for contracts subject &amp;lt;br /&amp;gt;&lt;br /&gt;
to Level 1 (Self), Level 2 (Self), and &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO), assuming all other &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual requirements are met. To &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain CMMC Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
status, an OSA must undergo both a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment &#039;&#039;and &#039;&#039;a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment every &amp;lt;br /&amp;gt;&lt;br /&gt;
three years and separately affirm &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with Level 2 and Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in SPRS annually. These &amp;lt;br /&amp;gt;&lt;br /&gt;
deadlines are based on the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date of the Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
certification if applicable or the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date of the Final determination. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date is not based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
date of a POA&amp;amp;amp;M closeout assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Flow-Down &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If the OSA employs subcontractors to &lt;br /&gt;
&lt;br /&gt;
fulfill the contract, those subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
must also have a minimum CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status as shown in table 2. &lt;br /&gt;
&lt;br /&gt;
TABLE 2—MINIMUM FLOW-DOWN REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
Prime contractor requirement &lt;br /&gt;
&lt;br /&gt;
Minimum subcontractor requirement &lt;br /&gt;
&lt;br /&gt;
If the subcontractor will process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
FCI CUI &lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) ......................................................&lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) ....................................................&lt;br /&gt;
&lt;br /&gt;
N/A. &lt;br /&gt;
&lt;br /&gt;
Level 2 (Self) ......................................................&lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) ....................................................&lt;br /&gt;
&lt;br /&gt;
Level 2 (Self). &lt;br /&gt;
&lt;br /&gt;
Level 2 (C3PAO) ................................................&lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) ....................................................&lt;br /&gt;
&lt;br /&gt;
Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) ...............................................&lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) ....................................................&lt;br /&gt;
&lt;br /&gt;
Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00006&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83097 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary of Provisions Contained in &amp;lt;br /&amp;gt;&lt;br /&gt;
This Rule &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Purpose &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.1 addresses the purpose &lt;br /&gt;
&lt;br /&gt;
of this rule. It describes the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program and establishes policy for &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring the protection of FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
that is processed, stored, or transmitted &amp;lt;br /&amp;gt;&lt;br /&gt;
on defense contractor and subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems. The security &amp;lt;br /&amp;gt;&lt;br /&gt;
standards utilized in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program are from the FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21; DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
that implements NIST SP 800–171 R2; &amp;lt;br /&amp;gt;&lt;br /&gt;
and selected requirements from the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. The purpose of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program is for contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors to demonstrate that FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI being processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted is adequately safeguarded &amp;lt;br /&amp;gt;&lt;br /&gt;
through the methodology provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.2&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Incorporation by &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Reference &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.2 addresses the standards &lt;br /&gt;
&lt;br /&gt;
and guidelines that are incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference. The Director of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register under 5 U.S.C. 552(a) and 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 51 approves any materials that &amp;lt;br /&amp;gt;&lt;br /&gt;
are incorporated by reference. Materials &amp;lt;br /&amp;gt;&lt;br /&gt;
that are incorporated by reference in &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule are reasonably available. &amp;lt;br /&amp;gt;&lt;br /&gt;
Information on how to access the &amp;lt;br /&amp;gt;&lt;br /&gt;
documents is detailed in § 170.2. &amp;lt;br /&amp;gt;&lt;br /&gt;
Materials that are incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference in this rule are from the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
(see § 170.2(a)), the Committee on &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Systems (see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2(b)), and the International &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization for Standardization/ &amp;lt;br /&amp;gt;&lt;br /&gt;
International Electrotechnical &amp;lt;br /&amp;gt;&lt;br /&gt;
Commission (ISO/IEC) (see § 170.2(c)) &amp;lt;br /&amp;gt;&lt;br /&gt;
which may require payment of a fee. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: &#039;&#039;&#039;While the ISO/IEC standards are &lt;br /&gt;
&lt;br /&gt;
issued jointly, they are available from the ISO &amp;lt;br /&amp;gt;&lt;br /&gt;
Secretariat (see § 170.2(c)). &lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;American National Standards &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Institute (ANSI) &#039;&#039;IBR Portal provides &amp;lt;br /&amp;gt;&lt;br /&gt;
access to standards that have been &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference in the U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Federal Regulations at [https://ibr.ansi.org &#039;&#039;https:// &amp;lt;br /&amp;gt;&lt;br /&gt;
ibr.ansi.org&#039;&#039;. These standards &amp;lt;br /&amp;gt;&lt;br /&gt;
]incorporated by the U.S. government in &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemakings are offered at no cost in &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘read only’’ format and are presented &amp;lt;br /&amp;gt;&lt;br /&gt;
for online reading. There are no print or &amp;lt;br /&amp;gt;&lt;br /&gt;
download options. All users will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to install the &#039;&#039;FileOpen plug-in &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;and accept an online end user license &amp;lt;br /&amp;gt;&lt;br /&gt;
agreement prior to accessing any &amp;lt;br /&amp;gt;&lt;br /&gt;
standards. &lt;br /&gt;
&lt;br /&gt;
The materials that are incorporated by &lt;br /&gt;
&lt;br /&gt;
reference are summarized below. &lt;br /&gt;
&lt;br /&gt;
(a) Federal Information Processing &lt;br /&gt;
&lt;br /&gt;
Standard (FIPS) Publication (PUB) 200 &lt;br /&gt;
&lt;br /&gt;
(FIPS PUB 200), titled ‘‘Minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Requirements for Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Information Systems,’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
is the second of two security standards &amp;lt;br /&amp;gt;&lt;br /&gt;
mandated by the Federal Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Management Act (FISMA). It &amp;lt;br /&amp;gt;&lt;br /&gt;
specifies minimum security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for information and &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems supporting the &amp;lt;br /&amp;gt;&lt;br /&gt;
executive agencies of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
government and a risk-based process for &amp;lt;br /&amp;gt;&lt;br /&gt;
selecting the security controls necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
to satisfy the minimum-security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. This standard promotes &amp;lt;br /&amp;gt;&lt;br /&gt;
the development, implementation, and &amp;lt;br /&amp;gt;&lt;br /&gt;
operation of more secure information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the Federal Government &amp;lt;br /&amp;gt;&lt;br /&gt;
by establishing minimum levels of due &amp;lt;br /&amp;gt;&lt;br /&gt;
diligence for information security and &amp;lt;br /&amp;gt;&lt;br /&gt;
facilitating a more consistent, &amp;lt;br /&amp;gt;&lt;br /&gt;
comparable, and repeatable approach &amp;lt;br /&amp;gt;&lt;br /&gt;
for selecting and specifying security &amp;lt;br /&amp;gt;&lt;br /&gt;
controls for information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
meet minimum security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
This document is incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference as a source for definitions. &lt;br /&gt;
&lt;br /&gt;
(b) FIPS PUB 201–3, titled ‘‘Personal &lt;br /&gt;
&lt;br /&gt;
Identity Verification (PIV) of Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Employees and Contractors,’’ establishes &amp;lt;br /&amp;gt;&lt;br /&gt;
a standard for a PIV system that meets &amp;lt;br /&amp;gt;&lt;br /&gt;
the control and security objectives of &amp;lt;br /&amp;gt;&lt;br /&gt;
Homeland Security Presidential &amp;lt;br /&amp;gt;&lt;br /&gt;
Directive-12. It is based on secure and &amp;lt;br /&amp;gt;&lt;br /&gt;
reliable forms of identity credentials &amp;lt;br /&amp;gt;&lt;br /&gt;
issued by the Federal Government to its &amp;lt;br /&amp;gt;&lt;br /&gt;
employees and contractors. These &amp;lt;br /&amp;gt;&lt;br /&gt;
credentials are used by mechanisms that &amp;lt;br /&amp;gt;&lt;br /&gt;
authenticate individuals who require &amp;lt;br /&amp;gt;&lt;br /&gt;
access to federally controlled facilities, &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems, and applications. &amp;lt;br /&amp;gt;&lt;br /&gt;
This Standard addresses requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for initial identity proofing, &amp;lt;br /&amp;gt;&lt;br /&gt;
infrastructure to support &amp;lt;br /&amp;gt;&lt;br /&gt;
interoperability of identity credentials, &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation of organizations and &amp;lt;br /&amp;gt;&lt;br /&gt;
processes issuing PIV credentials. This &amp;lt;br /&amp;gt;&lt;br /&gt;
document is incorporated by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
as a source for definitions. &lt;br /&gt;
&lt;br /&gt;
(c) NIST SP 800–37, titled ‘‘Risk &lt;br /&gt;
&lt;br /&gt;
Management Framework for Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems and Organizations: A System &amp;lt;br /&amp;gt;&lt;br /&gt;
Life Cycle Approach for Security and &amp;lt;br /&amp;gt;&lt;br /&gt;
Privacy,’’ Revision 2 (NIST SP 800–37 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2), describes the Risk Management &amp;lt;br /&amp;gt;&lt;br /&gt;
Framework (RMF) and provides &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines for applying the RMF to &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems and organizations. &amp;lt;br /&amp;gt;&lt;br /&gt;
The RMF provides a disciplined, &amp;lt;br /&amp;gt;&lt;br /&gt;
structured, and flexible process for &amp;lt;br /&amp;gt;&lt;br /&gt;
managing security and privacy risk that &amp;lt;br /&amp;gt;&lt;br /&gt;
includes information security &amp;lt;br /&amp;gt;&lt;br /&gt;
categorization; control selection, &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, and assessment; &amp;lt;br /&amp;gt;&lt;br /&gt;
system and common control &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizations; and continuous &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring. The RMF includes activities &amp;lt;br /&amp;gt;&lt;br /&gt;
to prepare organizations to execute the &amp;lt;br /&amp;gt;&lt;br /&gt;
framework at appropriate risk &amp;lt;br /&amp;gt;&lt;br /&gt;
management levels. The RMF also &lt;br /&gt;
&lt;br /&gt;
promotes near real-time risk &amp;lt;br /&amp;gt;&lt;br /&gt;
management and ongoing information &amp;lt;br /&amp;gt;&lt;br /&gt;
system and common control &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization through the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of continuous &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring processes; provides senior &amp;lt;br /&amp;gt;&lt;br /&gt;
leaders and executives with the &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary information to make efficient, &amp;lt;br /&amp;gt;&lt;br /&gt;
cost-effective, risk management &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions about the systems supporting &amp;lt;br /&amp;gt;&lt;br /&gt;
their missions and business functions; &amp;lt;br /&amp;gt;&lt;br /&gt;
and incorporates security and privacy &amp;lt;br /&amp;gt;&lt;br /&gt;
into the system development life cycle. &amp;lt;br /&amp;gt;&lt;br /&gt;
Executing the RMF tasks links essential &amp;lt;br /&amp;gt;&lt;br /&gt;
risk management processes at the &amp;lt;br /&amp;gt;&lt;br /&gt;
system level to risk management &amp;lt;br /&amp;gt;&lt;br /&gt;
processes at the organization level. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, it establishes responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
and accountability for the controls &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented within an organization’s &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems and inherited by &amp;lt;br /&amp;gt;&lt;br /&gt;
those systems. This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a source for &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions. &lt;br /&gt;
&lt;br /&gt;
(d) NIST SP 800–39, titled ‘‘Managing &lt;br /&gt;
&lt;br /&gt;
Information Security Risk: Organization, &amp;lt;br /&amp;gt;&lt;br /&gt;
Mission, and Information System &amp;lt;br /&amp;gt;&lt;br /&gt;
View,’’ March 2011 (NIST SP 800–39 &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2011), provides guidance for an &amp;lt;br /&amp;gt;&lt;br /&gt;
integrated, organization-wide program &amp;lt;br /&amp;gt;&lt;br /&gt;
for managing information security risk &amp;lt;br /&amp;gt;&lt;br /&gt;
to organizational operations (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;mission, functions, image, and &amp;lt;br /&amp;gt;&lt;br /&gt;
reputation), organizational assets, &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals, other organizations, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
Nation resulting from the operation and &amp;lt;br /&amp;gt;&lt;br /&gt;
use of Federal information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–39 Mar2011 provides a &amp;lt;br /&amp;gt;&lt;br /&gt;
structured, yet flexible approach for &amp;lt;br /&amp;gt;&lt;br /&gt;
managing risk that is intentionally &amp;lt;br /&amp;gt;&lt;br /&gt;
broad-based, with the specific details of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessing, responding to, and &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring risk on an ongoing basis &amp;lt;br /&amp;gt;&lt;br /&gt;
provided by other supporting NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
security standards and guidelines. The &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance provided in this publication is &amp;lt;br /&amp;gt;&lt;br /&gt;
not intended to replace or subsume &amp;lt;br /&amp;gt;&lt;br /&gt;
other risk-related activities, programs, &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, or approaches that &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations have implemented or &amp;lt;br /&amp;gt;&lt;br /&gt;
intend to implement addressing areas of &amp;lt;br /&amp;gt;&lt;br /&gt;
risk management covered by other &amp;lt;br /&amp;gt;&lt;br /&gt;
legislation, directives, policies, &amp;lt;br /&amp;gt;&lt;br /&gt;
programmatic initiatives, or mission/ &amp;lt;br /&amp;gt;&lt;br /&gt;
business requirements. Rather, the risk &amp;lt;br /&amp;gt;&lt;br /&gt;
management guidance described herein &amp;lt;br /&amp;gt;&lt;br /&gt;
is complementary to and should be used &amp;lt;br /&amp;gt;&lt;br /&gt;
as part of a more comprehensive &amp;lt;br /&amp;gt;&lt;br /&gt;
Enterprise Risk Management (ERM) &amp;lt;br /&amp;gt;&lt;br /&gt;
program. This document is incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference as a source for definitions. &lt;br /&gt;
&lt;br /&gt;
(e) NIST SP 800–53, titled ‘‘Security &lt;br /&gt;
&lt;br /&gt;
and Privacy Controls for Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems and Organizations,’’ Revision 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST SP 800–53 R5), provides a catalog &amp;lt;br /&amp;gt;&lt;br /&gt;
of security and privacy controls for &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems and organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
to protect organizational operations and &amp;lt;br /&amp;gt;&lt;br /&gt;
assets, individuals, other organizations, &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00007&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83098 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
and the Nation from a diverse set of &amp;lt;br /&amp;gt;&lt;br /&gt;
threats and risks, including hostile &amp;lt;br /&amp;gt;&lt;br /&gt;
attacks, human errors, natural disasters, &amp;lt;br /&amp;gt;&lt;br /&gt;
structural failures, foreign intelligence &amp;lt;br /&amp;gt;&lt;br /&gt;
entities, and privacy risks. The controls &amp;lt;br /&amp;gt;&lt;br /&gt;
are flexible and customizable and &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented as part of an organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
wide process to manage risk. The &amp;lt;br /&amp;gt;&lt;br /&gt;
controls address diverse requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
derived from mission and business &amp;lt;br /&amp;gt;&lt;br /&gt;
needs, laws, executive orders, &amp;lt;br /&amp;gt;&lt;br /&gt;
directives, regulations, policies, &amp;lt;br /&amp;gt;&lt;br /&gt;
standards, and guidelines. Finally, the &amp;lt;br /&amp;gt;&lt;br /&gt;
consolidated control catalog addresses &amp;lt;br /&amp;gt;&lt;br /&gt;
security and privacy from a &amp;lt;br /&amp;gt;&lt;br /&gt;
functionality perspective (&#039;&#039;i.e., &#039;&#039;the &amp;lt;br /&amp;gt;&lt;br /&gt;
strength of functions and mechanisms &amp;lt;br /&amp;gt;&lt;br /&gt;
provided by the controls) and from an &amp;lt;br /&amp;gt;&lt;br /&gt;
assurance perspective (&#039;&#039;i.e., &#039;&#039;the measure &amp;lt;br /&amp;gt;&lt;br /&gt;
of confidence in the security or privacy &amp;lt;br /&amp;gt;&lt;br /&gt;
capability provided by the controls). &amp;lt;br /&amp;gt;&lt;br /&gt;
Addressing functionality and assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
helps to ensure that information &amp;lt;br /&amp;gt;&lt;br /&gt;
technology products and the systems &amp;lt;br /&amp;gt;&lt;br /&gt;
that rely on those products are &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficiently trustworthy. This document &amp;lt;br /&amp;gt;&lt;br /&gt;
is incorporated by reference as a source &amp;lt;br /&amp;gt;&lt;br /&gt;
for definitions. &lt;br /&gt;
&lt;br /&gt;
(f) NIST SP 800–82r3, titled ‘‘Guide to &lt;br /&gt;
&lt;br /&gt;
Operational Technology (OT) Security,’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
September 2023 (NIST SP 800–82r3), &amp;lt;br /&amp;gt;&lt;br /&gt;
provides guidance on how to secure &amp;lt;br /&amp;gt;&lt;br /&gt;
ICS, including Supervisory Control and &amp;lt;br /&amp;gt;&lt;br /&gt;
Data Acquisition (SCADA) systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
Distributed Control Systems (DCS), and &amp;lt;br /&amp;gt;&lt;br /&gt;
other control system configurations &amp;lt;br /&amp;gt;&lt;br /&gt;
such as Programmable Logic Controllers &amp;lt;br /&amp;gt;&lt;br /&gt;
(PLC), while addressing their unique &amp;lt;br /&amp;gt;&lt;br /&gt;
performance, reliability, and safety &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The document provides &amp;lt;br /&amp;gt;&lt;br /&gt;
an overview of ICS and typical system &amp;lt;br /&amp;gt;&lt;br /&gt;
topologies, identifies typical threats and &amp;lt;br /&amp;gt;&lt;br /&gt;
vulnerabilities to these systems, and &amp;lt;br /&amp;gt;&lt;br /&gt;
provides recommended security &amp;lt;br /&amp;gt;&lt;br /&gt;
countermeasures to mitigate the &amp;lt;br /&amp;gt;&lt;br /&gt;
associated risks. This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a source for &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions. &lt;br /&gt;
&lt;br /&gt;
(g) NIST SP 800–115, titled &lt;br /&gt;
&lt;br /&gt;
‘‘Technical Guide to Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Testing and Assessment,’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
September 2008 (NIST SP 800–115 &amp;lt;br /&amp;gt;&lt;br /&gt;
Sept2008), assists organizations in &amp;lt;br /&amp;gt;&lt;br /&gt;
planning and conducting technical &amp;lt;br /&amp;gt;&lt;br /&gt;
information security tests and &amp;lt;br /&amp;gt;&lt;br /&gt;
examinations, analyzing findings, and &amp;lt;br /&amp;gt;&lt;br /&gt;
developing mitigation strategies. The &amp;lt;br /&amp;gt;&lt;br /&gt;
guide provides practical &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations for designing, &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing, and maintaining &amp;lt;br /&amp;gt;&lt;br /&gt;
technical information security test and &amp;lt;br /&amp;gt;&lt;br /&gt;
examination processes and procedures. &amp;lt;br /&amp;gt;&lt;br /&gt;
These can be used for several purposes, &amp;lt;br /&amp;gt;&lt;br /&gt;
such as finding vulnerabilities in a &amp;lt;br /&amp;gt;&lt;br /&gt;
system or network and verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with a policy or other &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The guide is not intended &amp;lt;br /&amp;gt;&lt;br /&gt;
to present a comprehensive information &amp;lt;br /&amp;gt;&lt;br /&gt;
security testing and examination &lt;br /&gt;
&lt;br /&gt;
program but rather an overview of key &amp;lt;br /&amp;gt;&lt;br /&gt;
elements of technical security testing &amp;lt;br /&amp;gt;&lt;br /&gt;
and examination, with an emphasis on &amp;lt;br /&amp;gt;&lt;br /&gt;
specific technical techniques, the &amp;lt;br /&amp;gt;&lt;br /&gt;
benefits and limitations of each, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations for their use. This &amp;lt;br /&amp;gt;&lt;br /&gt;
document is incorporated by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
as a source for definitions. &lt;br /&gt;
&lt;br /&gt;
(h) NIST SP 800–160, Volume 2, titled &lt;br /&gt;
&lt;br /&gt;
‘‘Developing Cyber-Resilient Systems: A &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems Security Engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
Approach,’’ Revision 1, December 2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST SP 800–160 V2R1), focuses on &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber resiliency engineering—an &amp;lt;br /&amp;gt;&lt;br /&gt;
emerging specialty systems engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
discipline applied in conjunction with &amp;lt;br /&amp;gt;&lt;br /&gt;
systems security engineering and &amp;lt;br /&amp;gt;&lt;br /&gt;
resilience engineering to develop &amp;lt;br /&amp;gt;&lt;br /&gt;
survivable, trustworthy secure systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
Cyber resiliency engineering intends to &amp;lt;br /&amp;gt;&lt;br /&gt;
architect, design, develop, implement, &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain, and sustain the &amp;lt;br /&amp;gt;&lt;br /&gt;
trustworthiness of systems with the &amp;lt;br /&amp;gt;&lt;br /&gt;
capability to anticipate, withstand, &amp;lt;br /&amp;gt;&lt;br /&gt;
recover from, and adapt to adverse &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions, stresses, attacks, or &amp;lt;br /&amp;gt;&lt;br /&gt;
compromises that use or are enabled by &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber resources. From a risk &amp;lt;br /&amp;gt;&lt;br /&gt;
management perspective, cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
resiliency is intended to help reduce the &amp;lt;br /&amp;gt;&lt;br /&gt;
mission, business, organizational, &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprise, or sector risk of depending &amp;lt;br /&amp;gt;&lt;br /&gt;
on cyber resources. This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a source for &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions. &lt;br /&gt;
&lt;br /&gt;
(i) NIST SP 800–171, titled &lt;br /&gt;
&lt;br /&gt;
‘‘Protecting Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information in Nonfederal Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations,’’ Revision 2, February &amp;lt;br /&amp;gt;&lt;br /&gt;
2020 (includes updates as of January 28, &amp;lt;br /&amp;gt;&lt;br /&gt;
2021) (NIST SP 800–171 R2), provides &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies with recommended security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for protecting the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information is resident in nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and organizations; when the &amp;lt;br /&amp;gt;&lt;br /&gt;
nonfederal organization is not collecting &amp;lt;br /&amp;gt;&lt;br /&gt;
or maintaining information on behalf of &amp;lt;br /&amp;gt;&lt;br /&gt;
a Federal agency or using or operating &amp;lt;br /&amp;gt;&lt;br /&gt;
a system on behalf of an agency; and &amp;lt;br /&amp;gt;&lt;br /&gt;
where there are no specific safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for protecting the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI prescribed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing law, regulation, or &amp;lt;br /&amp;gt;&lt;br /&gt;
governmentwide policy for the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
category listed in the CUI Registry. The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply to all components of &amp;lt;br /&amp;gt;&lt;br /&gt;
nonfederal systems and organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
that process, store, and/or transmit CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
or that provide protection for such &amp;lt;br /&amp;gt;&lt;br /&gt;
components. The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are intended for use by Federal agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
in contractual vehicles or other &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements established between those &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies and nonfederal organizations. &amp;lt;br /&amp;gt;&lt;br /&gt;
This document is incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference as a foundational source for &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions and security requirements. &lt;br /&gt;
&lt;br /&gt;
(j) NIST SP 800–171A, titled &lt;br /&gt;
&lt;br /&gt;
‘‘Assessing Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information,’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
June 2018 (NIST SP 800–171A Jun2018), &amp;lt;br /&amp;gt;&lt;br /&gt;
provides Federal and non-Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations with assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures and a methodology that can &amp;lt;br /&amp;gt;&lt;br /&gt;
be employed to conduct assessments of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CUI security requirements in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2. The assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures are flexible and can be &amp;lt;br /&amp;gt;&lt;br /&gt;
customized to the needs of the &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations and the assessors &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting the assessments. Security &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments can be conducted as self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments; independent, third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments; or government-sponsored &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and can be applied with &amp;lt;br /&amp;gt;&lt;br /&gt;
various degrees of rigor, based on &amp;lt;br /&amp;gt;&lt;br /&gt;
customer-defined depth and coverage &amp;lt;br /&amp;gt;&lt;br /&gt;
attributes. The findings and evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
produced during the security &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments can facilitate risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions by organizations related to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI requirements. This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a &amp;lt;br /&amp;gt;&lt;br /&gt;
foundational source for definitions and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
(k) NIST SP 800–172, titled &lt;br /&gt;
&lt;br /&gt;
‘‘Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Protecting Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information: A Supplement to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication 800–171,’’ February &amp;lt;br /&amp;gt;&lt;br /&gt;
2021 (NIST SP 800–172 Feb2021), &amp;lt;br /&amp;gt;&lt;br /&gt;
provides Federal agencies with &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended enhanced security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for protecting the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI: (1) when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information is resident in nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and organizations; (2) when the &amp;lt;br /&amp;gt;&lt;br /&gt;
nonfederal organization is not collecting &amp;lt;br /&amp;gt;&lt;br /&gt;
or maintaining information on behalf of &amp;lt;br /&amp;gt;&lt;br /&gt;
a Federal agency or using or operating &amp;lt;br /&amp;gt;&lt;br /&gt;
a system on behalf of an agency; and (3) &amp;lt;br /&amp;gt;&lt;br /&gt;
where there are no specific safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for protecting the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI prescribed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing law, regulation, or &amp;lt;br /&amp;gt;&lt;br /&gt;
government-wide policy for the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
category listed in the CUI Registry. The &amp;lt;br /&amp;gt;&lt;br /&gt;
enhanced requirements apply only to &amp;lt;br /&amp;gt;&lt;br /&gt;
components of nonfederal systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI or that &amp;lt;br /&amp;gt;&lt;br /&gt;
provide security protection for such &amp;lt;br /&amp;gt;&lt;br /&gt;
components when the designated CUI is &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with a critical program or &amp;lt;br /&amp;gt;&lt;br /&gt;
high value asset. The enhanced &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements supplement the basic and &amp;lt;br /&amp;gt;&lt;br /&gt;
derived security requirements in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2 and are intended for use &amp;lt;br /&amp;gt;&lt;br /&gt;
by Federal agencies in contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
vehicles or other agreements established &amp;lt;br /&amp;gt;&lt;br /&gt;
between those agencies and nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations. This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a &amp;lt;br /&amp;gt;&lt;br /&gt;
foundational source for security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(l) NIST SP 800–172A, titled &lt;br /&gt;
&lt;br /&gt;
‘‘Assessing Enhanced Security &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00008&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83099 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
Requirements for Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information,’’ March 2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST SP 800–172A Mar2022), provides &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal agencies and nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations with assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures that can be used to carry out &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of the requirements in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–172 Feb2021. The assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures are flexible and can be &amp;lt;br /&amp;gt;&lt;br /&gt;
tailored to the needs of organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
and assessors. Assessments can be &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted as (1) self-assessments; (2) &amp;lt;br /&amp;gt;&lt;br /&gt;
independent, third-party assessments; &amp;lt;br /&amp;gt;&lt;br /&gt;
or (3) government-sponsored &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The assessments can be &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted with varying degrees of rigor &amp;lt;br /&amp;gt;&lt;br /&gt;
based on customer-defined depth and &amp;lt;br /&amp;gt;&lt;br /&gt;
coverage attributes. The findings and &amp;lt;br /&amp;gt;&lt;br /&gt;
evidence produced during the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments can be used to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
risk-based decisions by organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
related to the CUI enhanced security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a &amp;lt;br /&amp;gt;&lt;br /&gt;
foundational source for definitions and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
(m) ISO/IEC 17011:2017(E), titled &lt;br /&gt;
&lt;br /&gt;
‘‘Conformity assessment—Requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for accreditation bodies accrediting &amp;lt;br /&amp;gt;&lt;br /&gt;
conformity assessment bodies,’’ Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, November 2017 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E)), specifies requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for the competence, consistent operation &amp;lt;br /&amp;gt;&lt;br /&gt;
and impartiality of accreditation bodies &amp;lt;br /&amp;gt;&lt;br /&gt;
assessing and accrediting conformity &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment bodies. This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a source for &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements on the CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(n) ISO/IEC 17020:2012(E), titled &lt;br /&gt;
&lt;br /&gt;
‘‘Conformity assessment—Requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for the operation of various types of &amp;lt;br /&amp;gt;&lt;br /&gt;
bodies performing inspection,’’ Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, March 1, 2012 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E)), specifies requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for the competence of bodies performing &amp;lt;br /&amp;gt;&lt;br /&gt;
inspection and for the impartiality and &amp;lt;br /&amp;gt;&lt;br /&gt;
consistency of their inspection &amp;lt;br /&amp;gt;&lt;br /&gt;
activities. It applies to inspection bodies &amp;lt;br /&amp;gt;&lt;br /&gt;
of type A, B or C, as defined in ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E), and it applies to any &amp;lt;br /&amp;gt;&lt;br /&gt;
stage of inspection.’’ This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a source for &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements on the CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(o) ISO/IEC 17024:2012(E), titled &lt;br /&gt;
&lt;br /&gt;
‘‘Conformity assessment—General &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for bodies operating &amp;lt;br /&amp;gt;&lt;br /&gt;
certification of persons,’’ Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, July 1, 2012 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17024:2012(E)), contains principles and &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a body certifying &amp;lt;br /&amp;gt;&lt;br /&gt;
persons against specific requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and includes the development and &amp;lt;br /&amp;gt;&lt;br /&gt;
maintenance of a certification scheme &amp;lt;br /&amp;gt;&lt;br /&gt;
for persons.’’ This document is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference as a source for &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements on the CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.3&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Applicability &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.3 identifies entities to &lt;br /&gt;
&lt;br /&gt;
which the rule applies and how the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department intends to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The rule applies to defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors that will &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI or CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a DoD contract, and &amp;lt;br /&amp;gt;&lt;br /&gt;
private-sector businesses or other &amp;lt;br /&amp;gt;&lt;br /&gt;
entities that are specified in Subpart C. &amp;lt;br /&amp;gt;&lt;br /&gt;
This rule does not apply to Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems operated by &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors in &amp;lt;br /&amp;gt;&lt;br /&gt;
support of the Government. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements apply to DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to process, store, or transmit FCI or CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Exceptions to the applicability of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule are addressed in § 170.3(c)(1) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(2). Department Program Managers or &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring activities will determine &amp;lt;br /&amp;gt;&lt;br /&gt;
which CMMC Level and assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
type will apply to a contract or &amp;lt;br /&amp;gt;&lt;br /&gt;
procurement. Applicability of the &amp;lt;br /&amp;gt;&lt;br /&gt;
required CMMC Level and assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
type to subcontractors is addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.23. &lt;br /&gt;
&lt;br /&gt;
Section 170.3 addresses the four- &lt;br /&gt;
&lt;br /&gt;
phased implementation plan of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts. Phase 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
begins on the effective date of this &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule or the complementary 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule, whichever &amp;lt;br /&amp;gt;&lt;br /&gt;
occurs later. More information regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 can be found in § 170.3(e)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 2 begins one calendar year after &amp;lt;br /&amp;gt;&lt;br /&gt;
the start date of Phase 1. More &amp;lt;br /&amp;gt;&lt;br /&gt;
information regarding Phase 2 can be &amp;lt;br /&amp;gt;&lt;br /&gt;
found in § 170.3(e)(2). Phase 3 begins &amp;lt;br /&amp;gt;&lt;br /&gt;
one calendar year after the start date of &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 2. More information regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 3 can be found in § 170.3(e)(3). &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 4, or full implementation, begins &amp;lt;br /&amp;gt;&lt;br /&gt;
one calendar year after the start date of &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 3. More information regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 4 can be found in § 170.3(e)(4). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.4&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Acronyms and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Definitions &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.4 includes acronyms and &lt;br /&gt;
&lt;br /&gt;
definitions used in the rule text and can &amp;lt;br /&amp;gt;&lt;br /&gt;
be used as a reference while reading the &amp;lt;br /&amp;gt;&lt;br /&gt;
text and tables. CMMC introduces new &amp;lt;br /&amp;gt;&lt;br /&gt;
terms and associated definitions, and &amp;lt;br /&amp;gt;&lt;br /&gt;
customizes definitions for existing &amp;lt;br /&amp;gt;&lt;br /&gt;
terms, as applied to the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC-custom terms and definitions are &amp;lt;br /&amp;gt;&lt;br /&gt;
clearly marked to distinguish from &amp;lt;br /&amp;gt;&lt;br /&gt;
terms sourced externally. CMMC also &amp;lt;br /&amp;gt;&lt;br /&gt;
utilizes terms created by other &amp;lt;br /&amp;gt;&lt;br /&gt;
authoritative sources, including NIST. &amp;lt;br /&amp;gt;&lt;br /&gt;
Terms from other authoritative sources &amp;lt;br /&amp;gt;&lt;br /&gt;
are also listed in § 170.4 and are &amp;lt;br /&amp;gt;&lt;br /&gt;
properly sourced. &lt;br /&gt;
&lt;br /&gt;
The Department developed the &lt;br /&gt;
&lt;br /&gt;
following CMMC-custom terms to &amp;lt;br /&amp;gt;&lt;br /&gt;
enhance understanding of the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and elements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program: &amp;lt;br /&amp;gt;&lt;br /&gt;
• Accreditation &lt;br /&gt;
&lt;br /&gt;
• Accreditation Body &lt;br /&gt;
&lt;br /&gt;
• Affirming Official &lt;br /&gt;
&lt;br /&gt;
• Assessment &lt;br /&gt;
&lt;br /&gt;
• Level 1 self-assessment &lt;br /&gt;
&lt;br /&gt;
• Level 2 self-assessment &lt;br /&gt;
&lt;br /&gt;
• Level 2 certification assessment &lt;br /&gt;
&lt;br /&gt;
• Level 3 certification assessment &lt;br /&gt;
&lt;br /&gt;
• POA&amp;amp;amp;M closeout self-assessment &lt;br /&gt;
&lt;br /&gt;
• POA&amp;amp;amp;M closeout certification &lt;br /&gt;
&lt;br /&gt;
assessment &lt;br /&gt;
&lt;br /&gt;
• Assessment Findings Report &lt;br /&gt;
&lt;br /&gt;
• Assessment Team &lt;br /&gt;
&lt;br /&gt;
• Asset Categories &lt;br /&gt;
&lt;br /&gt;
• Authorized &lt;br /&gt;
&lt;br /&gt;
• Cloud Service Provider &lt;br /&gt;
&lt;br /&gt;
• CMMC Assessment and Certification &lt;br /&gt;
&lt;br /&gt;
Ecosystem &lt;br /&gt;
&lt;br /&gt;
• CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
• CMMC Assessor and Instructor &lt;br /&gt;
&lt;br /&gt;
Certification Organization (CAICO) &lt;br /&gt;
&lt;br /&gt;
• CMMC instantiation of eMASS &lt;br /&gt;
&lt;br /&gt;
• CMMC Status &lt;br /&gt;
&lt;br /&gt;
• Final Level 1 (Self) &lt;br /&gt;
&lt;br /&gt;
• Conditional Level 2 (Self) &lt;br /&gt;
&lt;br /&gt;
• Final Level 2 (Self) &lt;br /&gt;
&lt;br /&gt;
• Conditional Level 2 (C3PAO) &lt;br /&gt;
&lt;br /&gt;
• Final Level 2 (C3PAO) &lt;br /&gt;
&lt;br /&gt;
• Conditional Level 3 (DIBCAC) &lt;br /&gt;
&lt;br /&gt;
• Final Level 3 (DIBCAC) &lt;br /&gt;
&lt;br /&gt;
• CMMC Status Date &lt;br /&gt;
&lt;br /&gt;
• CMMC Third-Party Assessment &lt;br /&gt;
&lt;br /&gt;
Organization (C3PAO) &lt;br /&gt;
&lt;br /&gt;
• Contractor Risk Managed Assets &lt;br /&gt;
&lt;br /&gt;
• Controlled Unclassified Information &lt;br /&gt;
&lt;br /&gt;
(CUI) Assets &lt;br /&gt;
&lt;br /&gt;
• Enduring Exception &lt;br /&gt;
&lt;br /&gt;
• External Service Provider (ESP) &lt;br /&gt;
&lt;br /&gt;
• Operational plan of action &lt;br /&gt;
&lt;br /&gt;
• Organization-defined &lt;br /&gt;
&lt;br /&gt;
• Organization Seeking Assessment &lt;br /&gt;
&lt;br /&gt;
(OSA) &lt;br /&gt;
&lt;br /&gt;
• Organization Seeking Certification &lt;br /&gt;
&lt;br /&gt;
(OSC) &lt;br /&gt;
&lt;br /&gt;
• Out-of-Scope Assets &lt;br /&gt;
&lt;br /&gt;
• Periodically &lt;br /&gt;
&lt;br /&gt;
• Process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
• Restricted Information Systems &lt;br /&gt;
&lt;br /&gt;
• Security Protection Assets &lt;br /&gt;
&lt;br /&gt;
• Security Protection Data &lt;br /&gt;
&lt;br /&gt;
• Specialized Assets &lt;br /&gt;
&lt;br /&gt;
• Temporary Deficiency &lt;br /&gt;
&lt;br /&gt;
• Test Equipment. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Section 170.5&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Policy &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.5 addresses the policy &lt;br /&gt;
&lt;br /&gt;
underlying the rule. The protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI on defense contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems is crucial to the &amp;lt;br /&amp;gt;&lt;br /&gt;
continuity of the missions and functions &amp;lt;br /&amp;gt;&lt;br /&gt;
of the DoD. To that end, this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
requires that contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors implement the specified &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements for the applicable &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00009&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83100 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
20&lt;br /&gt;
&lt;br /&gt;
[http://www.iso.org/standard/67198.html &#039;&#039;www.iso.org/standard/67198.html&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
21&lt;br /&gt;
&lt;br /&gt;
[http://www.iso.org/standard/52993.html &#039;&#039;www.iso.org/standard/52993.html&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
22&lt;br /&gt;
&lt;br /&gt;
This system is accessible only to authorized &lt;br /&gt;
&lt;br /&gt;
users. &lt;br /&gt;
&lt;br /&gt;
CMMC Level. For CMMC Level 3, the &amp;lt;br /&amp;gt;&lt;br /&gt;
selected security requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
with the applicable DoD Organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameters (ODPs) defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
table 1 to § 170.14(c)(4). &lt;br /&gt;
&lt;br /&gt;
Program Managers and requiring &lt;br /&gt;
&lt;br /&gt;
activities identify the applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level and assessment type. Factors used &amp;lt;br /&amp;gt;&lt;br /&gt;
to determine which CMMC Level and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type will be applied are &amp;lt;br /&amp;gt;&lt;br /&gt;
included but not limited to the list &amp;lt;br /&amp;gt;&lt;br /&gt;
found in § 170.5(b)(1–5). CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements will flow down to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors, as applicable (see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.23). A DoD Service Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
Executive or a Component Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
Executive may elect to waive inclusion &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC Program requirements in a &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation or contract. &lt;br /&gt;
&lt;br /&gt;
Section 170.5 addresses that the &lt;br /&gt;
&lt;br /&gt;
CMMC Program does not alter the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements imposed on contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
and subcontractors in FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21, DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, or any other applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of information &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. The CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
verifies implementation of security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in FAR clause 52.204–21, &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2, and selected &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021, as applicable. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.6&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC PMO &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.6 addresses the CMMC &lt;br /&gt;
&lt;br /&gt;
Program Management Office (PMO) &amp;lt;br /&amp;gt;&lt;br /&gt;
functions that are performed within the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense Chief &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Officer (DoD CIO). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.7&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DCMA DIBCAC &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.7 addresses how DCMA &lt;br /&gt;
&lt;br /&gt;
DIBCAC will support the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program by conducting CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body and C3PAOs; &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting CMMC Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments for OSCs; and recording &amp;lt;br /&amp;gt;&lt;br /&gt;
results, issuing certificates, tracking &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals, and retaining records as &amp;lt;br /&amp;gt;&lt;br /&gt;
required. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.8&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Accreditation Body &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.8 addresses the roles and &lt;br /&gt;
&lt;br /&gt;
responsibilities of the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body, as well as requirements that the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body must meet. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body must be US-based &amp;lt;br /&amp;gt;&lt;br /&gt;
and be and remain a member in good &amp;lt;br /&amp;gt;&lt;br /&gt;
standing with the Inter-American &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Cooperation (IAAC) and &amp;lt;br /&amp;gt;&lt;br /&gt;
become an International Laboratory &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Cooperation (ILAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
Mutual Recognition Arrangement &amp;lt;br /&amp;gt;&lt;br /&gt;
(MRA) signatory, with a signatory status &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of ISO/IEC 17020:2012(E) and be &amp;lt;br /&amp;gt;&lt;br /&gt;
compliant with ISO/IEC &lt;br /&gt;
&lt;br /&gt;
17011:2017(E) 20. There is only one &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body for the DoD CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program at any given time, and its &amp;lt;br /&amp;gt;&lt;br /&gt;
primary mission is to authorize and &amp;lt;br /&amp;gt;&lt;br /&gt;
accredit the C3PAOs. The Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body authorizes and accredits C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
section 170.8(b). &lt;br /&gt;
&lt;br /&gt;
The Accreditation Body also oversees &lt;br /&gt;
&lt;br /&gt;
the CAICO to ensure compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17024:2012(E) 21 and to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
all training products, instruction, and &amp;lt;br /&amp;gt;&lt;br /&gt;
testing materials are of high quality. &lt;br /&gt;
&lt;br /&gt;
Section 170.8 addresses specific &lt;br /&gt;
&lt;br /&gt;
requirements for the Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
with regards to national security &amp;lt;br /&amp;gt;&lt;br /&gt;
background checks, foreign ownership, &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting, information protection, and &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals. The Accreditation Body will &amp;lt;br /&amp;gt;&lt;br /&gt;
also develop policies for Conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest (CoI), Code of Professional &amp;lt;br /&amp;gt;&lt;br /&gt;
Conduct (CoPC), and Ethics that comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with all ISO/IEC 17011:2017(E) and DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. These policies will apply &amp;lt;br /&amp;gt;&lt;br /&gt;
to the Accreditation Body as well as to &amp;lt;br /&amp;gt;&lt;br /&gt;
all other individuals, entities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
groups within the CMMC Ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
The information systems used by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body to process CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
information have to meet all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements for CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 and will be assessed by DCMA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Industrial Base Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Center (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.9&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Third-Party &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Organizations (C3PAOs) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.9 addresses the roles, &lt;br /&gt;
&lt;br /&gt;
responsibilities, and requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs, which are the organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
that perform CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments for OSCs. The C3PAOs will &amp;lt;br /&amp;gt;&lt;br /&gt;
submit assessment data into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of government owned and &amp;lt;br /&amp;gt;&lt;br /&gt;
operated system called eMASS,22 a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instance of the Enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
Mission Assurance Support Service. &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs issue Certificates of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status, in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in § 170.17 of this part. &lt;br /&gt;
&lt;br /&gt;
Section 170.9 addresses detailed &lt;br /&gt;
&lt;br /&gt;
requirements for C3PAOs with regards &amp;lt;br /&amp;gt;&lt;br /&gt;
to national security background checks, &amp;lt;br /&amp;gt;&lt;br /&gt;
foreign ownership, reporting, records &amp;lt;br /&amp;gt;&lt;br /&gt;
management, information protection, &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance, and appeals. The &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems used by C3PAOs to &amp;lt;br /&amp;gt;&lt;br /&gt;
process Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
information have to meet all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements for CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 and will be assessed by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC. C3PAOs need to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E), as well as with &lt;br /&gt;
&lt;br /&gt;
the Accreditation Body’s policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
CoI, CoPC, and Ethics. &lt;br /&gt;
&lt;br /&gt;
Prior to a C3PAO being compliant &lt;br /&gt;
&lt;br /&gt;
with ISO/IEC 17020:2012(E), the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
may be authorized but not accredited. &amp;lt;br /&amp;gt;&lt;br /&gt;
After a C3PAO is compliant with ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC 17020:2012(E), the C3PAO may be &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.10&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessor and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Instructor Certification Organization &amp;lt;br /&amp;gt;&lt;br /&gt;
(CAICO) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.10 addresses the roles, &lt;br /&gt;
&lt;br /&gt;
responsibilities, and requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CAICO, the organization that trains, &amp;lt;br /&amp;gt;&lt;br /&gt;
tests, designates Provisional Instructors &amp;lt;br /&amp;gt;&lt;br /&gt;
(PIs), and certifies CMMC Certified &amp;lt;br /&amp;gt;&lt;br /&gt;
Professionals (CCPs), CMMC Certified &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessors (CCAs), CMMC Certified &amp;lt;br /&amp;gt;&lt;br /&gt;
Instructors (CCIs). There is only one &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO for the DoD CMMC Program at &amp;lt;br /&amp;gt;&lt;br /&gt;
any given time. The CAICO must &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with ISO/IEC 17024:2012(E), as &amp;lt;br /&amp;gt;&lt;br /&gt;
well as with the Accreditation Body’s &amp;lt;br /&amp;gt;&lt;br /&gt;
policies for CoI, CoPC, and Ethics. &amp;lt;br /&amp;gt;&lt;br /&gt;
Section 170.10 addresses detailed &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CAICO with &amp;lt;br /&amp;gt;&lt;br /&gt;
regards to certification examinations, &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance, appeals, records &amp;lt;br /&amp;gt;&lt;br /&gt;
management, reporting, separation of &amp;lt;br /&amp;gt;&lt;br /&gt;
duties, and information protection. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.11&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Certified &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessor (CCA) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.11 addresses the roles &lt;br /&gt;
&lt;br /&gt;
and responsibilities of a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Assessor (CCA) who conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments. In &amp;lt;br /&amp;gt;&lt;br /&gt;
order to be a CCA, a candidate must first &amp;lt;br /&amp;gt;&lt;br /&gt;
be a CCP, must adhere to the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10, &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.8(b)(17), and complete a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation or equivalent. &amp;lt;br /&amp;gt;&lt;br /&gt;
The required cybersecurity experience &amp;lt;br /&amp;gt;&lt;br /&gt;
for different CCA roles is addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(6) and (10). Section 170.11 &amp;lt;br /&amp;gt;&lt;br /&gt;
addresses CCA requirements with &amp;lt;br /&amp;gt;&lt;br /&gt;
respect to security breaches; completion &amp;lt;br /&amp;gt;&lt;br /&gt;
of a Tier 3 background investigation or &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent; reporting; sharing &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information; and permitted &amp;lt;br /&amp;gt;&lt;br /&gt;
use of C3PAO equipment, devices, and &amp;lt;br /&amp;gt;&lt;br /&gt;
services. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.12&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Instructor &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.12 addresses the roles &lt;br /&gt;
&lt;br /&gt;
and responsibilities of a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Provisional Instructor (PI) and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Instructor (CCI) to teach &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessor candidates. Candidate &amp;lt;br /&amp;gt;&lt;br /&gt;
PIs and CCIs are trained and tested per &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements set forth in § 170.12(c). &amp;lt;br /&amp;gt;&lt;br /&gt;
Section 170.12(c) also provides &amp;lt;br /&amp;gt;&lt;br /&gt;
candidate PIs and CCIs with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to obtain and maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
designation or certification (as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable), compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body policies, work &amp;lt;br /&amp;gt;&lt;br /&gt;
activity exclusions, confidentiality &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00010&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83101 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
expectations, non-disclosure clause, &amp;lt;br /&amp;gt;&lt;br /&gt;
non-public training related information, &amp;lt;br /&amp;gt;&lt;br /&gt;
forbidden consulting services, and &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.13&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Certified &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Professional (CCP) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.13 addresses the roles &lt;br /&gt;
&lt;br /&gt;
and responsibilities of a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Professional (CCP) required to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide advice, consulting, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations to clients. The CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
trains and tests candidate CCPs per the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.13(b) &amp;lt;br /&amp;gt;&lt;br /&gt;
with CCP certification issued upon &amp;lt;br /&amp;gt;&lt;br /&gt;
successful completion. A CCP can &amp;lt;br /&amp;gt;&lt;br /&gt;
participate on CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments with CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight, however CCAs are &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for making final assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations for a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional or Final Level 2 (C3PAO). A &amp;lt;br /&amp;gt;&lt;br /&gt;
list of CCP requirements is provided for &amp;lt;br /&amp;gt;&lt;br /&gt;
obtaining and maintaining certification, &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
policies, completion of a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation or equivalent, &amp;lt;br /&amp;gt;&lt;br /&gt;
sharing assessment specific information, &amp;lt;br /&amp;gt;&lt;br /&gt;
and reporting requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.14&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Model &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.14 addresses the &lt;br /&gt;
&lt;br /&gt;
structure, security requirement contents, &amp;lt;br /&amp;gt;&lt;br /&gt;
organization, sourcing, and numbering &amp;lt;br /&amp;gt;&lt;br /&gt;
of the security requirements that &amp;lt;br /&amp;gt;&lt;br /&gt;
comprise the CMMC Model. It also &amp;lt;br /&amp;gt;&lt;br /&gt;
provides an overview of the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process. The CMMC Model consists of &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) levels, each containing security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements taken directly from &amp;lt;br /&amp;gt;&lt;br /&gt;
existing regulations and guidelines. &amp;lt;br /&amp;gt;&lt;br /&gt;
Firstly, § 170.14(2) defines CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 as the 15 security requirements listed &amp;lt;br /&amp;gt;&lt;br /&gt;
in the FAR clause 52.204–21(b)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
Secondly, § 170.14(3) defines CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 as the 110 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
from the NIST SP 800–171 R2. Lastly, &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(4) defines CMMC Level 3 as 24 &amp;lt;br /&amp;gt;&lt;br /&gt;
selected security requirements from the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021. &lt;br /&gt;
&lt;br /&gt;
The CMMC security requirements are &lt;br /&gt;
&lt;br /&gt;
organized into domains following the &amp;lt;br /&amp;gt;&lt;br /&gt;
approach taken in NIST SP 800–171 R2. &amp;lt;br /&amp;gt;&lt;br /&gt;
The numbering of the CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(1), is of the form DD.L#-REQ &amp;lt;br /&amp;gt;&lt;br /&gt;
where the ‘DD’ is the two-letter domain &amp;lt;br /&amp;gt;&lt;br /&gt;
abbreviation, the ‘L#’ is the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level, and the ‘REQ’ is based directly on &amp;lt;br /&amp;gt;&lt;br /&gt;
the numbering in the source. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment criteria for these security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(d), is based on security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement assessment guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172A Mar2022. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.15&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Level 1 Self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment and Affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.15 addresses how an OSA &lt;br /&gt;
&lt;br /&gt;
will achieve and maintain compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC Status of Level 1 (Self). &amp;lt;br /&amp;gt;&lt;br /&gt;
The OSA must successfully implement &amp;lt;br /&amp;gt;&lt;br /&gt;
the security requirements listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(2) within their Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope as described &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.19(b). Successful &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation requires meeting all &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives defined in NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 for the corresponding CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 security requirements as &amp;lt;br /&amp;gt;&lt;br /&gt;
outlined in the mapping table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.15(c)(1)(i). &lt;br /&gt;
&lt;br /&gt;
After implementation, the OSA must &lt;br /&gt;
&lt;br /&gt;
perform a Level 1 self-assessment to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify the implementation and score &amp;lt;br /&amp;gt;&lt;br /&gt;
themselves using the scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology provided in § 170.24. All &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives must be met in order for a &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement to be considered &amp;lt;br /&amp;gt;&lt;br /&gt;
fully implemented; no security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements may be placed on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M for Level 1. The OSA must then &amp;lt;br /&amp;gt;&lt;br /&gt;
input their results into SPRS as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.15(a)(1)(i) and submit &amp;lt;br /&amp;gt;&lt;br /&gt;
an affirmation as described in § 170.22. &lt;br /&gt;
&lt;br /&gt;
In order to be eligible for a contract &lt;br /&gt;
&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 1 (Self), the OSA must have &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved a CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self) and have submitted an &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation. These activities must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed annually. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.16&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Level 2 Self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment and Affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.16 addresses how an OSA &lt;br /&gt;
&lt;br /&gt;
will achieve and maintain compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC Status of Level 2 (Self). &amp;lt;br /&amp;gt;&lt;br /&gt;
The OSA must successfully implement &amp;lt;br /&amp;gt;&lt;br /&gt;
the security requirements listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(3) within its Level 2 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c). Successful implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
requires meeting all objectives defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in NIST SP 800–171A Jun2018 for the &amp;lt;br /&amp;gt;&lt;br /&gt;
corresponding CMMC Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Requirements for ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
and CSPs that process, store, transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI are provided in § 170.16(c)(2) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(3). &lt;br /&gt;
&lt;br /&gt;
After implementation, the OSA must &lt;br /&gt;
&lt;br /&gt;
perform a Level 2 self-assessment to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify the implementation and score &amp;lt;br /&amp;gt;&lt;br /&gt;
themselves using the scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology provided in § 170.24. All &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives must be met in order for a &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement to be considered &amp;lt;br /&amp;gt;&lt;br /&gt;
fully implemented; in some cases, if not &amp;lt;br /&amp;gt;&lt;br /&gt;
all objectives are met, some security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements may be placed on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M as provided for in § 170.21. If &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum score has been achieved &lt;br /&gt;
&lt;br /&gt;
and some security requirements are in a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M, the OSA has achieved the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self); if all requirements are MET as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.24(b), the OSA has &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved a CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). For Conditional Level 2 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M closeout must be conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
within 180 days as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21(b) or the Conditional Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) CMMC Status will expire. &lt;br /&gt;
&lt;br /&gt;
After a Level 2 self-assessment, as &lt;br /&gt;
&lt;br /&gt;
well as after a POA&amp;amp;amp;M closeout, the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA must input their results into SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
as described in § 170.16(a)(1)(i) and &amp;lt;br /&amp;gt;&lt;br /&gt;
submit an affirmation as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
In order to be eligible for a contract &lt;br /&gt;
&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 2 (Self), the OSA must have &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved the CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) or Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self) and have submitted an &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation. The Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be completed every three years &amp;lt;br /&amp;gt;&lt;br /&gt;
and the affirmation must be completed &amp;lt;br /&amp;gt;&lt;br /&gt;
annually following the Final CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.17&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Level 2 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Certification Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.17 addresses how an OSC &lt;br /&gt;
&lt;br /&gt;
will achieve and maintain compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO). The OSC must successfully &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.14(c)(3) within its Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 CMMC Assessment Scope as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.19(c). Successful &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation requires meeting all &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives defined in NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 for the corresponding CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements for ESPs and CSPs that &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, transmit CUI are &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in § 170.17(c)(5) and (6). &lt;br /&gt;
&lt;br /&gt;
After implementation, the OSC must &lt;br /&gt;
&lt;br /&gt;
hire a C3PAO to perform an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
to verify the implementation. The &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO will score the OSC using the &amp;lt;br /&amp;gt;&lt;br /&gt;
scoring methodology provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.24. All objectives must be met in &amp;lt;br /&amp;gt;&lt;br /&gt;
order for a security requirement to be &amp;lt;br /&amp;gt;&lt;br /&gt;
considered fully implemented; in some &amp;lt;br /&amp;gt;&lt;br /&gt;
cases, if not all objectives are met, some &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements may be placed on &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M as defined in § 170.21. If the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum score has been achieved and &amp;lt;br /&amp;gt;&lt;br /&gt;
some security requirements are in a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M, the OSC has achieved the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO); if all requirements are MET as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.24(b), the OSC has &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). For Conditional Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (C3PAO), a POA&amp;amp;amp;M closeout must be &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted within 180 days as described &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00011&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83102 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
in § 170.21(b) or the Conditional Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (C3PAO) CMMC Status will expire. &lt;br /&gt;
&lt;br /&gt;
After a Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment, as well as after a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout, the C3PAO will input the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC’s results into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.17(a)(1)(i). After a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, as well as after &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M closeout, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
submit an affirmation as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
In order to be eligible for a contract &lt;br /&gt;
&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 2 (C3PAO), the OSC must have &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved the CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) and have submitted an &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation. The Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be completed every &amp;lt;br /&amp;gt;&lt;br /&gt;
three years and the affirmation must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed annually following the Final &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.18&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Certification Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.18 addresses how an OSC &lt;br /&gt;
&lt;br /&gt;
will achieve and maintain compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). The OSC must have achieved &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) for information systems within &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 CMMC Assessment Scope as &amp;lt;br /&amp;gt;&lt;br /&gt;
a prerequisite to undergo a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. The OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
successfully &lt;br /&gt;
&lt;br /&gt;
implement the security requirements &lt;br /&gt;
&lt;br /&gt;
listed in § 170.14(c)(4) and table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4) within its Level 3 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(d). Successful implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
requires meeting all objectives defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in NIST SP 800–172A Mar2022 for the &amp;lt;br /&amp;gt;&lt;br /&gt;
corresponding CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Requirements for ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
and CSPs that process, store, transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI are provided in § 170.18(c)(5) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(6). &lt;br /&gt;
&lt;br /&gt;
After implementation, the OSC must &lt;br /&gt;
&lt;br /&gt;
contact DCMA DIBCAC to perform an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to verify the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. DCMA DIBCAC will &amp;lt;br /&amp;gt;&lt;br /&gt;
score the OSC using the scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology provided in § 170.24. All &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives must be met in order for a &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement to be considered &amp;lt;br /&amp;gt;&lt;br /&gt;
fully implemented; in some cases, if not &amp;lt;br /&amp;gt;&lt;br /&gt;
all objectives are met, some security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements may be placed on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M as defined in § 170.21. If the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum score has been achieved and &amp;lt;br /&amp;gt;&lt;br /&gt;
some security requirements are in a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M, the OSC has achieved the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC); if all requirements are MET &amp;lt;br /&amp;gt;&lt;br /&gt;
as defined in § 170.24(b), the OSC has &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). For Conditional &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC), a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
must be conducted within 180 days as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.21(b) or the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status will expire. &lt;br /&gt;
&lt;br /&gt;
After a Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment, as well as after a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout, DCMA DIBCAC will input the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC’s results into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(a)(1)(i). After a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, as well as after &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M closeout, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
submit an affirmation as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
In order to be eligible for a contract &lt;br /&gt;
&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 3 (DIBCAC), the OSC must have &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved the CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) and have submitted &amp;lt;br /&amp;gt;&lt;br /&gt;
an affirmation. The Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be completed every &amp;lt;br /&amp;gt;&lt;br /&gt;
three years and the affirmation must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed annually following the Final &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.19&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Scoping &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.19 addresses the &lt;br /&gt;
&lt;br /&gt;
requirements for the scoping of each &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level and determines which &amp;lt;br /&amp;gt;&lt;br /&gt;
assets are included in a given &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and the degree to which &amp;lt;br /&amp;gt;&lt;br /&gt;
each is assessed. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope is specified prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
any CMMC assessment, based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level being assessed. The Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 CMMC Assessment Scope may also be &amp;lt;br /&amp;gt;&lt;br /&gt;
affected by any intent to achieve a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment, as detailed in § 170.19(e). &lt;br /&gt;
&lt;br /&gt;
Scoping for CMMC Level 1, as &lt;br /&gt;
&lt;br /&gt;
detailed in § 170.19(b), consists of all &amp;lt;br /&amp;gt;&lt;br /&gt;
assets that process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI. These assets are fully assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
against the applicable CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements identified in § 170.14(c)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and following the procedures in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.15(c). All other assets are out-of- &amp;lt;br /&amp;gt;&lt;br /&gt;
scope and are not considered in the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
Scoping for CMMC Level 2, as &lt;br /&gt;
&lt;br /&gt;
detailed in § 170.19(c), consists of all &amp;lt;br /&amp;gt;&lt;br /&gt;
assets that process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, and all assets that provide security &amp;lt;br /&amp;gt;&lt;br /&gt;
protections for these assets. These assets &amp;lt;br /&amp;gt;&lt;br /&gt;
are fully assessed against the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements identified &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.14(c)(3) and following the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 self-assessment procedures in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.16(c) or the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment procedures in § 170.17(c). In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, Contractor Risk Managed &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets, which are assets that can, but are &amp;lt;br /&amp;gt;&lt;br /&gt;
not intended to, process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI because of security policy, &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures, and practices in place, are &amp;lt;br /&amp;gt;&lt;br /&gt;
documented and are subject to a limited &amp;lt;br /&amp;gt;&lt;br /&gt;
check that may result in the &lt;br /&gt;
&lt;br /&gt;
identification of a deficiency, as &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in table 3 to § 170.19(c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
Finally, Specialized Assets, which are &amp;lt;br /&amp;gt;&lt;br /&gt;
assets that can process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI but are unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured, including: Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
(IoT) devices, Industrial Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government &amp;lt;br /&amp;gt;&lt;br /&gt;
Furnished Equipment (GFE), Restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, and Test &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment, are documented but are not &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against other CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, as addressed in table 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c)(1). All other assets are out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-scope and are not considered in the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
Scoping for CMMC Level 3, as &lt;br /&gt;
&lt;br /&gt;
detailed in § 170.19(d), consists of all &amp;lt;br /&amp;gt;&lt;br /&gt;
assets that can (whether intended to or &amp;lt;br /&amp;gt;&lt;br /&gt;
not) or do process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, and all assets that provide security &amp;lt;br /&amp;gt;&lt;br /&gt;
protections for these assets. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 Assessment Scope also includes &amp;lt;br /&amp;gt;&lt;br /&gt;
all Specialized Assets but allows an &amp;lt;br /&amp;gt;&lt;br /&gt;
intermediary device to provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
capability for the Specialized Asset to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet one or more CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, as needed. These assets &amp;lt;br /&amp;gt;&lt;br /&gt;
(or the applicable intermediary device, &amp;lt;br /&amp;gt;&lt;br /&gt;
in the case of Specialized Assets) are &amp;lt;br /&amp;gt;&lt;br /&gt;
fully assessed against the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements identified &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.14(c)(4) and following the &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures in § 170.18(c). All other &amp;lt;br /&amp;gt;&lt;br /&gt;
assets are out-of-scope and are not &amp;lt;br /&amp;gt;&lt;br /&gt;
considered in the assessment. &lt;br /&gt;
&lt;br /&gt;
If an OSA utilizes an ESP, including &lt;br /&gt;
&lt;br /&gt;
a Cloud Service Provider (CSP), that &amp;lt;br /&amp;gt;&lt;br /&gt;
does not process, store, or transmit CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
the ESP does not require its own CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The services provided by &amp;lt;br /&amp;gt;&lt;br /&gt;
the ESP are assessed as part of the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment as Security Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.20&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Standards Acceptance &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.20 addresses how OSCs &lt;br /&gt;
&lt;br /&gt;
that, prior to the effective date of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, have achieved a perfect score on a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC High Assessment with &amp;lt;br /&amp;gt;&lt;br /&gt;
the same scope as a Level 2 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, will be given a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.21&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Plan of Action and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Milestones Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.21 addresses rules for &lt;br /&gt;
&lt;br /&gt;
having a POA&amp;amp;amp;M for the purposes of a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment and satisfying &amp;lt;br /&amp;gt;&lt;br /&gt;
contract eligibility requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC. All POA&amp;amp;amp;Ms must be closed &amp;lt;br /&amp;gt;&lt;br /&gt;
within 180 days of the Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. To satisfy CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 requirements, a POA&amp;amp;amp;M is not &amp;lt;br /&amp;gt;&lt;br /&gt;
allowed. To satisfy CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, a POA&amp;amp;amp;M is allowed. &amp;lt;br /&amp;gt;&lt;br /&gt;
Section 170.21 details the overall &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum score that must be achieved &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00012&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83103 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
and identifies the Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that cannot have a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M and must be fully met at the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of the assessment. To satisfy &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 requirements, a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
is allowed. Section 170.21 details the &amp;lt;br /&amp;gt;&lt;br /&gt;
overall minimum score that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved and identifies the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements that cannot have &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M and must be fully met at the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of the assessment. Section 170.21 &amp;lt;br /&amp;gt;&lt;br /&gt;
also established rules for closing &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.22&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.22 addresses that the &lt;br /&gt;
&lt;br /&gt;
OSA’s Affirming Official must affirm, in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS, compliance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status: upon completion of any self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, certification assessment, or &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment (as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable), and annually following a &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.23&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Application to &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Subcontractors &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.23 addresses flow down &lt;br /&gt;
&lt;br /&gt;
of CMMC requirements from the prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor to the subcontractors in the &amp;lt;br /&amp;gt;&lt;br /&gt;
supply chain. Prime contractors shall &amp;lt;br /&amp;gt;&lt;br /&gt;
comply and shall require subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance throughout the supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain at all tiers with the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level for each subcontract as &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in § 170.23(a). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Section 170.24&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Scoring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Methodology &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Section 170.24 addresses the &lt;br /&gt;
&lt;br /&gt;
assessment finding types MET, NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET, and NOT APPLICABLE (N/A) in &amp;lt;br /&amp;gt;&lt;br /&gt;
the context of CMMC assessments, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Scoring Methodology used to &amp;lt;br /&amp;gt;&lt;br /&gt;
measure the implementation status of &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements for CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 and CMMC Level 3. Scoring is not &amp;lt;br /&amp;gt;&lt;br /&gt;
calculated for CMMC Level 1 since all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be MET at the time &amp;lt;br /&amp;gt;&lt;br /&gt;
of assessment. &lt;br /&gt;
&lt;br /&gt;
For CMMC Level 2, the maximum &lt;br /&gt;
&lt;br /&gt;
score is the total number of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and is the starting &amp;lt;br /&amp;gt;&lt;br /&gt;
value for assessment scoring. Any &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement that has one or &amp;lt;br /&amp;gt;&lt;br /&gt;
more NOT MET objectives reduces the &amp;lt;br /&amp;gt;&lt;br /&gt;
current score by the value of the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement. Values for each &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 requirement are &amp;lt;br /&amp;gt;&lt;br /&gt;
enumerated in § 170.24(c)(2)(i)(B). &lt;br /&gt;
&lt;br /&gt;
For CMMC Level 3, the maximum &lt;br /&gt;
&lt;br /&gt;
score is the total number of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and is the starting &amp;lt;br /&amp;gt;&lt;br /&gt;
value for assessment scoring. Any &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement that has one or &amp;lt;br /&amp;gt;&lt;br /&gt;
more NOT MET objectives reduces the &amp;lt;br /&amp;gt;&lt;br /&gt;
current score by the value of the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
does not use varying values; the value &lt;br /&gt;
&lt;br /&gt;
for each requirement is one (1), as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.24(c)(3). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Appendix A to Part 170: Guidance &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Appendix A lists the guidance &lt;br /&gt;
&lt;br /&gt;
documents that are available to support &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem in the implementation and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Discussion of Public Comments and &amp;lt;br /&amp;gt;&lt;br /&gt;
Resulting Changes &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Department of Defense published &lt;br /&gt;
&lt;br /&gt;
the proposed rule, on December 26, &amp;lt;br /&amp;gt;&lt;br /&gt;
2023 (88 FR 89058). Approximately 361 &amp;lt;br /&amp;gt;&lt;br /&gt;
public submissions were received in &amp;lt;br /&amp;gt;&lt;br /&gt;
response to the publication. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
comments were beyond the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program and are described but &amp;lt;br /&amp;gt;&lt;br /&gt;
not addressed in this final rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
majority of comments received were &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant and are summarized in the &amp;lt;br /&amp;gt;&lt;br /&gt;
discussion and analysis section here. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional comments were received in &amp;lt;br /&amp;gt;&lt;br /&gt;
response to the CMMC supplemental &amp;lt;br /&amp;gt;&lt;br /&gt;
documents published concurrently with &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule; the discussion and analysis of &amp;lt;br /&amp;gt;&lt;br /&gt;
those comments is located at &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.regulations.gov &#039;&#039;www.regulations.gov&#039;&#039;. Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
]received lacked relevance to the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
content, which is limited to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements codified &amp;lt;br /&amp;gt;&lt;br /&gt;
in the 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, responses for those comments are &amp;lt;br /&amp;gt;&lt;br /&gt;
not provided. &lt;br /&gt;
&lt;br /&gt;
Any contractual requirements related &lt;br /&gt;
&lt;br /&gt;
to the CMMC Program rule will be &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented in the DFARS, as needed, &amp;lt;br /&amp;gt;&lt;br /&gt;
which may result in revisions to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7021, CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements. DoD will address &amp;lt;br /&amp;gt;&lt;br /&gt;
comments regarding the DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7021 in a separate 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204CMMC Acquisition rulemaking. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;1. Extension of the Public Comment &amp;lt;br /&amp;gt;&lt;br /&gt;
Period &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;DoD received requests from &lt;br /&gt;
&lt;br /&gt;
industry associations for an extension of &amp;lt;br /&amp;gt;&lt;br /&gt;
the 60-day public comment period on &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Proposed Rule that the &amp;lt;br /&amp;gt;&lt;br /&gt;
Office of the Federal Register published &amp;lt;br /&amp;gt;&lt;br /&gt;
on 26 December 2023. The length of &amp;lt;br /&amp;gt;&lt;br /&gt;
extensions requested ranged from 30–60 &amp;lt;br /&amp;gt;&lt;br /&gt;
days. Commenters argued that the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule was initially published &amp;lt;br /&amp;gt;&lt;br /&gt;
following a holiday, or more time was &amp;lt;br /&amp;gt;&lt;br /&gt;
needed for associations to fully review &amp;lt;br /&amp;gt;&lt;br /&gt;
member comments about the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Proposed Rule prior to submitting. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, they argued that other rules &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to cyber incident reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
obligations and security of Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems had also been &amp;lt;br /&amp;gt;&lt;br /&gt;
published for public comment, which &amp;lt;br /&amp;gt;&lt;br /&gt;
created a need for additional review &amp;lt;br /&amp;gt;&lt;br /&gt;
time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD CIO denied &lt;br /&gt;
&lt;br /&gt;
requests for an extension of the 60-day &lt;br /&gt;
&lt;br /&gt;
public comment period. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
provided regular communication to the &amp;lt;br /&amp;gt;&lt;br /&gt;
public through the DoD CMMC website &amp;lt;br /&amp;gt;&lt;br /&gt;
and updates in the semiannual Unified &amp;lt;br /&amp;gt;&lt;br /&gt;
Agenda in preparation for publication of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Proposed Rule to initiate the &amp;lt;br /&amp;gt;&lt;br /&gt;
60-day public comment period. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Department has an urgent need to &amp;lt;br /&amp;gt;&lt;br /&gt;
improve DIB cybersecurity by further &amp;lt;br /&amp;gt;&lt;br /&gt;
enforcing compliance with security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were to be &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by the DIB ‘‘as soon as &amp;lt;br /&amp;gt;&lt;br /&gt;
possible but not later than December &amp;lt;br /&amp;gt;&lt;br /&gt;
2017.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;2. The CUI Program &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. CUI Program Guidance &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many comments were &lt;br /&gt;
&lt;br /&gt;
submitted related to the NARA CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
policies or the DoD CUI Program, and &amp;lt;br /&amp;gt;&lt;br /&gt;
while relevant for understanding CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, those are separate policies &amp;lt;br /&amp;gt;&lt;br /&gt;
or programs beyond the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program or this rule. However, &amp;lt;br /&amp;gt;&lt;br /&gt;
several comments recommended that &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC rule be revised to address &amp;lt;br /&amp;gt;&lt;br /&gt;
them. &lt;br /&gt;
&lt;br /&gt;
Twenty-two comments requested the &lt;br /&gt;
&lt;br /&gt;
government provide more guidance, &amp;lt;br /&amp;gt;&lt;br /&gt;
preferably within RFPs or contracts, to &amp;lt;br /&amp;gt;&lt;br /&gt;
better identify what will be considered &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI for that contract, and how it should &amp;lt;br /&amp;gt;&lt;br /&gt;
be appropriately marked. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically noted a need for contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
instructions on whether data created in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract rises to the &amp;lt;br /&amp;gt;&lt;br /&gt;
level of CUI. Another person asked &amp;lt;br /&amp;gt;&lt;br /&gt;
when is does information created or &amp;lt;br /&amp;gt;&lt;br /&gt;
possessed by a contractor become CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment asked whether digital or &amp;lt;br /&amp;gt;&lt;br /&gt;
physical items derived from CUI are &amp;lt;br /&amp;gt;&lt;br /&gt;
treated as CUI while another asked what &amp;lt;br /&amp;gt;&lt;br /&gt;
specific information qualifies as CUI for &amp;lt;br /&amp;gt;&lt;br /&gt;
OT and IoT assets. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether FCI and or CUI created &amp;lt;br /&amp;gt;&lt;br /&gt;
or provided under a non-DoD agency &amp;lt;br /&amp;gt;&lt;br /&gt;
contract, but which is also used in &amp;lt;br /&amp;gt;&lt;br /&gt;
support of a DoD contract, would be &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to the applicable CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Another comment noted &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD focuses too narrowly on data &amp;lt;br /&amp;gt;&lt;br /&gt;
security aspects of major system &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition and largely fails to address &amp;lt;br /&amp;gt;&lt;br /&gt;
securing data generated by operational &amp;lt;br /&amp;gt;&lt;br /&gt;
and/or maintenance operations, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
invoices and bills of lading for &amp;lt;br /&amp;gt;&lt;br /&gt;
operational support purchases. &lt;br /&gt;
&lt;br /&gt;
One comment stated there was a need &lt;br /&gt;
&lt;br /&gt;
for CUI policy guidance for the entire &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal Government. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
inferred, incorrectly, that the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body makes &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations about what is and what &amp;lt;br /&amp;gt;&lt;br /&gt;
is not CUI and stated that the &amp;lt;br /&amp;gt;&lt;br /&gt;
Government should make those &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
stated that to better address the needs of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors tasked with safeguarding &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00013&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83104 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
CUI, NARA should initiate a public &amp;lt;br /&amp;gt;&lt;br /&gt;
comment period to reevaluate its CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
Registry. The comment also noted that &amp;lt;br /&amp;gt;&lt;br /&gt;
NARA should identify when a CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
designation automatically applies to &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor-created information and &amp;lt;br /&amp;gt;&lt;br /&gt;
revise the CUI Registry to stipulate that &amp;lt;br /&amp;gt;&lt;br /&gt;
a specific basis in statute (or a contract) &amp;lt;br /&amp;gt;&lt;br /&gt;
is required for information to be &amp;lt;br /&amp;gt;&lt;br /&gt;
considered CUI. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended a study be conducted on &amp;lt;br /&amp;gt;&lt;br /&gt;
protections for systems and data at &amp;lt;br /&amp;gt;&lt;br /&gt;
Confidential and higher classification &amp;lt;br /&amp;gt;&lt;br /&gt;
levels and should assess whether &amp;lt;br /&amp;gt;&lt;br /&gt;
NARA’s CUI protection requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
(32 CFR part 2002) have yielded any &amp;lt;br /&amp;gt;&lt;br /&gt;
real benefits in protecting critical data. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another comment stated that the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
program is a costly proposition whose &amp;lt;br /&amp;gt;&lt;br /&gt;
security value is questionable given data &amp;lt;br /&amp;gt;&lt;br /&gt;
can still be compromised, even over &amp;lt;br /&amp;gt;&lt;br /&gt;
systems with a CMMC assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
comment stated that if data is to be &amp;lt;br /&amp;gt;&lt;br /&gt;
controlled for Critical Items, then the &amp;lt;br /&amp;gt;&lt;br /&gt;
existing system used for &amp;lt;br /&amp;gt;&lt;br /&gt;
CONFIDENTIAL information should &amp;lt;br /&amp;gt;&lt;br /&gt;
suffice. Finally, another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that CUI information should &amp;lt;br /&amp;gt;&lt;br /&gt;
be under the control of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Government and access granted only to &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriately trained, and qualified &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors through a portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Neither the CUI program &lt;br /&gt;
&lt;br /&gt;
(established in E.O. 13556) nor the &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements codified in &amp;lt;br /&amp;gt;&lt;br /&gt;
its implementing directives are changed &amp;lt;br /&amp;gt;&lt;br /&gt;
by virtue of the compliance assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
framework established by this rule. &lt;br /&gt;
&lt;br /&gt;
CMMC requirements apply to prime &lt;br /&gt;
&lt;br /&gt;
contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the supply chain at all tiers &amp;lt;br /&amp;gt;&lt;br /&gt;
that will process, store, or transmit any &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems in the performance of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract, irrespective of &amp;lt;br /&amp;gt;&lt;br /&gt;
the origin of the information. &lt;br /&gt;
&lt;br /&gt;
The executive branch’s CUI Program &lt;br /&gt;
&lt;br /&gt;
is codified in 32 CFR part 2002 and &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes policy for designating, &amp;lt;br /&amp;gt;&lt;br /&gt;
handling, and decontrolling information &amp;lt;br /&amp;gt;&lt;br /&gt;
that qualifies as CUI. The definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI and general requirements for its &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding are included in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
2002.4 and 2002.14, respectively. 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 2002.14(h)(2) specifically requires &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies to use NIST SP 800–171 when &amp;lt;br /&amp;gt;&lt;br /&gt;
establishing security requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect CUI’s confidentiality on non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal information systems. At the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of award, the DoD may have no &amp;lt;br /&amp;gt;&lt;br /&gt;
visibility into whether the awardee will &amp;lt;br /&amp;gt;&lt;br /&gt;
choose to further disseminate DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, but DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
and DFARS clause 252.204–7021 &amp;lt;br /&amp;gt;&lt;br /&gt;
require the prime contractor to flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down the information security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to any subcontractor with &amp;lt;br /&amp;gt;&lt;br /&gt;
which the CUI will be shared. Decisions &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding which DoD information must &lt;br /&gt;
&lt;br /&gt;
be shared to support completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor tasks is between the &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractor and the subcontractors. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD encourages prime contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to work with subcontractors to lessen &amp;lt;br /&amp;gt;&lt;br /&gt;
the burden of flowing down CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declines to adopt alternatives such &amp;lt;br /&amp;gt;&lt;br /&gt;
as policy-based solutions that lack a &amp;lt;br /&amp;gt;&lt;br /&gt;
rigorous assessment component or &amp;lt;br /&amp;gt;&lt;br /&gt;
require sharing CUI only through DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
hosted secure platforms. Suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
alternatives to implementing NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 and identifying what data is &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI are beyond the scope of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program and this rule. &lt;br /&gt;
&lt;br /&gt;
b. FCI and CUI Definitions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Five comments stated that &lt;br /&gt;
&lt;br /&gt;
what DoD considers CUI is not well &amp;lt;br /&amp;gt;&lt;br /&gt;
defined. Another comment stated that &amp;lt;br /&amp;gt;&lt;br /&gt;
companies should be provided a &amp;lt;br /&amp;gt;&lt;br /&gt;
reference list of what the DoD considers &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. Another recommended DoD use &amp;lt;br /&amp;gt;&lt;br /&gt;
existing mechanisms like the DD Form &amp;lt;br /&amp;gt;&lt;br /&gt;
254 architecture to clearly define the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of CUI on a contract-by-contract &amp;lt;br /&amp;gt;&lt;br /&gt;
basis. Seven comments recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC rule mandate a Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Classification Guide (SCG) or similar &amp;lt;br /&amp;gt;&lt;br /&gt;
document. &lt;br /&gt;
&lt;br /&gt;
Nine comments stated there was too &lt;br /&gt;
&lt;br /&gt;
much confusion and ambiguity &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding FCI and CUI and that the &amp;lt;br /&amp;gt;&lt;br /&gt;
government needed to provide clear and &amp;lt;br /&amp;gt;&lt;br /&gt;
standardized FCI and CUI definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
that are tailored to the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of the CMMC rule. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment recommended rule edits to &amp;lt;br /&amp;gt;&lt;br /&gt;
address this perceived ambiguity. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested clarification and &amp;lt;br /&amp;gt;&lt;br /&gt;
examples of differences between CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
Basic and Specialized CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Federal Contract &lt;br /&gt;
&lt;br /&gt;
Information is defined in FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21, which also provides the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements applicable for &amp;lt;br /&amp;gt;&lt;br /&gt;
basic safeguarding of such information. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD has no authority to modify &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions established in the FAR for &amp;lt;br /&amp;gt;&lt;br /&gt;
application to all executive branch &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies. This rule makes no change to &amp;lt;br /&amp;gt;&lt;br /&gt;
the definition or handling of CUI. &lt;br /&gt;
&lt;br /&gt;
c. Marking Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Twenty-three comments &lt;br /&gt;
&lt;br /&gt;
expressed concern with or requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification regarding CUI marking. &amp;lt;br /&amp;gt;&lt;br /&gt;
Twelve comments specifically noted &amp;lt;br /&amp;gt;&lt;br /&gt;
concern with CUI markings being &amp;lt;br /&amp;gt;&lt;br /&gt;
applied to too many documents, in part &amp;lt;br /&amp;gt;&lt;br /&gt;
because CUI was an ambiguous concept. &amp;lt;br /&amp;gt;&lt;br /&gt;
They requested the DoD encourage &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel to mark documents as CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
only when appropriate and provide &amp;lt;br /&amp;gt;&lt;br /&gt;
better guidance for managing flow-down &amp;lt;br /&amp;gt;&lt;br /&gt;
clauses. Another comment noted that &amp;lt;br /&amp;gt;&lt;br /&gt;
many small businesses are currently &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements through DFARS contract &lt;br /&gt;
&lt;br /&gt;
clause flow-down and cannot say with &amp;lt;br /&amp;gt;&lt;br /&gt;
certainty that they have CUI in their &amp;lt;br /&amp;gt;&lt;br /&gt;
possession. The comment further noted &amp;lt;br /&amp;gt;&lt;br /&gt;
that small businesses regularly receive &amp;lt;br /&amp;gt;&lt;br /&gt;
mismarked data. One comment stated &amp;lt;br /&amp;gt;&lt;br /&gt;
there is an increased use of automatic &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI marking on DoD communications, &amp;lt;br /&amp;gt;&lt;br /&gt;
seemingly without regard to content. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment stated that the rule fails &amp;lt;br /&amp;gt;&lt;br /&gt;
to outline a mechanism for reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
government mishandling, and that &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors should use a reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
system to minimize their own risk and &amp;lt;br /&amp;gt;&lt;br /&gt;
liability. One comment requested the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule be edited to prevent Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers or requesting activities from &amp;lt;br /&amp;gt;&lt;br /&gt;
assigning a CMMC Level 3 requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
unless they have high confidence that &amp;lt;br /&amp;gt;&lt;br /&gt;
80+ percent of CUI and/or FCI under the &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant contract has complete CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
markings. Another comment stated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the Federal government should develop &amp;lt;br /&amp;gt;&lt;br /&gt;
a marking schema to communicate &amp;lt;br /&amp;gt;&lt;br /&gt;
information safeguarding requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
while yet another stated that DoD must &amp;lt;br /&amp;gt;&lt;br /&gt;
publish a training module for &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting officers so that they are &amp;lt;br /&amp;gt;&lt;br /&gt;
properly classifying documents prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
finalization of this rule. &lt;br /&gt;
&lt;br /&gt;
One comment stated CUI across the &lt;br /&gt;
&lt;br /&gt;
DoD is diverse and what may be CUI for &amp;lt;br /&amp;gt;&lt;br /&gt;
one system may not be for another. The &amp;lt;br /&amp;gt;&lt;br /&gt;
comment then questioned how this &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule and SPRS would &amp;lt;br /&amp;gt;&lt;br /&gt;
accommodate these facts without &amp;lt;br /&amp;gt;&lt;br /&gt;
assuming and mandating that all &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the same architecture, security, &amp;lt;br /&amp;gt;&lt;br /&gt;
and cybersecurity standards. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The CMMC Program will &lt;br /&gt;
&lt;br /&gt;
not provide CUI guidance materials to &amp;lt;br /&amp;gt;&lt;br /&gt;
industry as it is outside the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule. Relevant information &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding what to do when there are &amp;lt;br /&amp;gt;&lt;br /&gt;
questions regarding appropriate marking &amp;lt;br /&amp;gt;&lt;br /&gt;
of CUI may be found at 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
2002.50—Challenges to designation of &amp;lt;br /&amp;gt;&lt;br /&gt;
information as CUI. The DoD declined &amp;lt;br /&amp;gt;&lt;br /&gt;
to incorporate suggested edits to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 requirements regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
confidence in proper CUI and/or FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
markings. &lt;br /&gt;
&lt;br /&gt;
The DoD’s role as data owner is &lt;br /&gt;
&lt;br /&gt;
documented in the CUI Program &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing policies and the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of 32 CFR part 2002. DoDI &amp;lt;br /&amp;gt;&lt;br /&gt;
5200.48, states: The authorized holder &amp;lt;br /&amp;gt;&lt;br /&gt;
of a document or material is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for determining, at the time of creation, &amp;lt;br /&amp;gt;&lt;br /&gt;
whether information in a document or &amp;lt;br /&amp;gt;&lt;br /&gt;
material falls into a CUI category. If so, &amp;lt;br /&amp;gt;&lt;br /&gt;
the authorized holder is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
applying CUI markings and &amp;lt;br /&amp;gt;&lt;br /&gt;
dissemination instructions accordingly. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Manual 5200.01 outlines DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Security Program and &amp;lt;br /&amp;gt;&lt;br /&gt;
includes Volume 2, Marking of &amp;lt;br /&amp;gt;&lt;br /&gt;
Information. The DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporate by reference those &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00014&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83105 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
documents describing the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
data governance role because the &amp;lt;br /&amp;gt;&lt;br /&gt;
content is beyond the scope of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The DoD issued policy &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance to its program managers &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding programmatic indicators to &amp;lt;br /&amp;gt;&lt;br /&gt;
consider when selecting CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Program managers have a &amp;lt;br /&amp;gt;&lt;br /&gt;
vested interested in knowing whether a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor can comply with these &amp;lt;br /&amp;gt;&lt;br /&gt;
existing requirements to adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard CUI. &lt;br /&gt;
&lt;br /&gt;
The DoD elected not to make any &lt;br /&gt;
&lt;br /&gt;
recommended edits to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program related to FCI or CUI marking &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements or provide clarifying &amp;lt;br /&amp;gt;&lt;br /&gt;
examples of the differences between &amp;lt;br /&amp;gt;&lt;br /&gt;
Basic CUI and Specified CUI, as these &amp;lt;br /&amp;gt;&lt;br /&gt;
are beyond the scope of this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Mishandling of information by the &amp;lt;br /&amp;gt;&lt;br /&gt;
government is beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. DCMA DIBCAC processes, stores, &amp;lt;br /&amp;gt;&lt;br /&gt;
and transmits all data on DoD-approved &amp;lt;br /&amp;gt;&lt;br /&gt;
networks. DoD’s adherence to NARA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI Program policies is beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule. &lt;br /&gt;
&lt;br /&gt;
d. Applicability and Governance of CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;In addition, one utilities &lt;br /&gt;
&lt;br /&gt;
sector representative submitted a &amp;lt;br /&amp;gt;&lt;br /&gt;
lengthy analysis of data types often &amp;lt;br /&amp;gt;&lt;br /&gt;
generated by electric or other utilities, &amp;lt;br /&amp;gt;&lt;br /&gt;
with regulatory references and rationale &amp;lt;br /&amp;gt;&lt;br /&gt;
for why such data would not likely be &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to DoD’s CUI safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements or CMMC compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. Such rationale included &amp;lt;br /&amp;gt;&lt;br /&gt;
the fact that some Government-Private &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI categories, such as DoD Critical &amp;lt;br /&amp;gt;&lt;br /&gt;
Infrastructure Information, require &amp;lt;br /&amp;gt;&lt;br /&gt;
explicit designation in that category &amp;lt;br /&amp;gt;&lt;br /&gt;
which (according to the commenter) has &amp;lt;br /&amp;gt;&lt;br /&gt;
not occurred in the electricity subsector. &amp;lt;br /&amp;gt;&lt;br /&gt;
One contractor requested that CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
clarify requirements around U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
persons and foreign dissemination of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI for both contractors, subcontractors’ &amp;lt;br /&amp;gt;&lt;br /&gt;
employees, and contingent workers. &amp;lt;br /&amp;gt;&lt;br /&gt;
Two comments suggested it would be &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate to reference data &amp;lt;br /&amp;gt;&lt;br /&gt;
governance in § 170.1 and the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
role as the data owner of FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
across the ecosystem. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
stated the classification efforts must &amp;lt;br /&amp;gt;&lt;br /&gt;
themselves be audited. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The quantity of FCI and &lt;br /&gt;
&lt;br /&gt;
CUI a defense contractor possesses, &amp;lt;br /&amp;gt;&lt;br /&gt;
including copies of the same material, is &amp;lt;br /&amp;gt;&lt;br /&gt;
irrelevant to the CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
required. All copies of FCI or CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
related to the DoD contract must be &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarded. The CMMC Program is not &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to validate compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements of non-DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies’ contracts. The requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for sharing of CUI with non-US persons &amp;lt;br /&amp;gt;&lt;br /&gt;
is beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
The CMMC program provides a &lt;br /&gt;
&lt;br /&gt;
mechanism to assess contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with applicable security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the safeguarding of FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
or CUI. CMMC program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
make no change to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by DoD. Policies for CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and creation of program documentation, &amp;lt;br /&amp;gt;&lt;br /&gt;
to include Security Classification &amp;lt;br /&amp;gt;&lt;br /&gt;
Guides, are separate from this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Discussion in this rule regarding DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
programs providing CUI training and &amp;lt;br /&amp;gt;&lt;br /&gt;
the implementation of E.O. 13556 are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
CMMC program requirements are &lt;br /&gt;
&lt;br /&gt;
applicable when DoD requires &amp;lt;br /&amp;gt;&lt;br /&gt;
processing, storing, or transmitting of &amp;lt;br /&amp;gt;&lt;br /&gt;
either FCI or CUI on a non-Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor owned information system in &amp;lt;br /&amp;gt;&lt;br /&gt;
the performance of a contract between &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD and the contractor. The DoD does &amp;lt;br /&amp;gt;&lt;br /&gt;
not manage nor is it involved in data &amp;lt;br /&amp;gt;&lt;br /&gt;
exchanges between contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;3. Other DoD Policies and Programs &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Many comments dealt with DoD &lt;br /&gt;
&lt;br /&gt;
policies and programs that, while &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant for understanding CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, are still entirely separate &amp;lt;br /&amp;gt;&lt;br /&gt;
programs or policies that are not within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the CMMC program. &amp;lt;br /&amp;gt;&lt;br /&gt;
However, several commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that the rule be revised to &amp;lt;br /&amp;gt;&lt;br /&gt;
address them. Key topics among such &amp;lt;br /&amp;gt;&lt;br /&gt;
comments include: &lt;br /&gt;
&lt;br /&gt;
a. Adaptive Acquisition Framework &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter &lt;br /&gt;
&lt;br /&gt;
misunderstood CMMC program purpose &amp;lt;br /&amp;gt;&lt;br /&gt;
and thought the requirements applied to &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and capabilities acquired or &amp;lt;br /&amp;gt;&lt;br /&gt;
developed for DoD’s use, using formal &amp;lt;br /&amp;gt;&lt;br /&gt;
policies of the Defense Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
System. Based on this misinterpretation, &amp;lt;br /&amp;gt;&lt;br /&gt;
this commenter made dozens of &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations related to integration &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC assessment and program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements with other existing DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition frameworks and suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
relying on the assessors that complete &amp;lt;br /&amp;gt;&lt;br /&gt;
TRAs, in place of implementing the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program. One of their comments &amp;lt;br /&amp;gt;&lt;br /&gt;
also proposed establishing a single &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible office for CUI and SCRM, &amp;lt;br /&amp;gt;&lt;br /&gt;
hosting CUI material within a single, &amp;lt;br /&amp;gt;&lt;br /&gt;
separate secure and existing cloud- &amp;lt;br /&amp;gt;&lt;br /&gt;
based data warehouse and including &amp;lt;br /&amp;gt;&lt;br /&gt;
hardware and software approving &amp;lt;br /&amp;gt;&lt;br /&gt;
authorities as part of the proposed rule &amp;lt;br /&amp;gt;&lt;br /&gt;
for GFE. The commentor also stated the &amp;lt;br /&amp;gt;&lt;br /&gt;
role of the Office of Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Programs (OSBP) needs to flow down to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Small Business Administration &amp;lt;br /&amp;gt;&lt;br /&gt;
military service offices. The commentor &amp;lt;br /&amp;gt;&lt;br /&gt;
also asked how to reconcile CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
against the DoDI 8582.01 requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
stating a DoD Component should not &lt;br /&gt;
&lt;br /&gt;
specify the content and format of plans &amp;lt;br /&amp;gt;&lt;br /&gt;
of action that address deficiencies or &amp;lt;br /&amp;gt;&lt;br /&gt;
specifying the parameters of security &amp;lt;br /&amp;gt;&lt;br /&gt;
controls. &lt;br /&gt;
&lt;br /&gt;
This commenter also recommended &lt;br /&gt;
&lt;br /&gt;
creation of a MIL-Standard in lieu of &amp;lt;br /&amp;gt;&lt;br /&gt;
aligning cybersecurity requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
existing NIST standards, and linkage of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements to procedures &amp;lt;br /&amp;gt;&lt;br /&gt;
related to Approval to Operate (which &amp;lt;br /&amp;gt;&lt;br /&gt;
applies to DoD systems. This &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter suggested that the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO be made responsible to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
system scans to check for Software Bills &amp;lt;br /&amp;gt;&lt;br /&gt;
of Material as part of DoD’s response to &amp;lt;br /&amp;gt;&lt;br /&gt;
Executive Order 14028 regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
Supply Chain Risk Management. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter further requested a DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
level working group outline how DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
program offices might identify which &amp;lt;br /&amp;gt;&lt;br /&gt;
components are mission or safety &amp;lt;br /&amp;gt;&lt;br /&gt;
critical or which associated production &amp;lt;br /&amp;gt;&lt;br /&gt;
processes should be identified as CTI. &amp;lt;br /&amp;gt;&lt;br /&gt;
That commenter recommended this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
be held in abeyance until AT&amp;amp;amp;L [sic] has &amp;lt;br /&amp;gt;&lt;br /&gt;
reviewed and provided their insight into &amp;lt;br /&amp;gt;&lt;br /&gt;
the impacts of CMMC on existing DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition documentation and &amp;lt;br /&amp;gt;&lt;br /&gt;
deliverables. Yet another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that ‘‘this proposed &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS ruling’’ be vetted through &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘AT&amp;amp;amp;L, ASD and OUSD’’ [sic] as a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum to determine if changes &amp;lt;br /&amp;gt;&lt;br /&gt;
would be required in the Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Improvement Plan and &amp;lt;br /&amp;gt;&lt;br /&gt;
System Security Plan. Lastly, this &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter recommended the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
engage with NDIA and ISO/IEC to &amp;lt;br /&amp;gt;&lt;br /&gt;
develop alternate standards for securing &amp;lt;br /&amp;gt;&lt;br /&gt;
data and supply chains. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements apply to contractor-owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems that process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit FCI and CUI and do not &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to systems developed or acquired &amp;lt;br /&amp;gt;&lt;br /&gt;
for DoD through the formal Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition System (DAS). Therefore, &amp;lt;br /&amp;gt;&lt;br /&gt;
integrating the CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process and internal DAS processes &amp;lt;br /&amp;gt;&lt;br /&gt;
(including technical reviews prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
RFP development) is not appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
and is beyond the scope of this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that CMMC applicability is broader &amp;lt;br /&amp;gt;&lt;br /&gt;
than just the Major Defense Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
Programs. &lt;br /&gt;
&lt;br /&gt;
DoD’s organizational alignment of &lt;br /&gt;
&lt;br /&gt;
responsibilities (between OSBP and &amp;lt;br /&amp;gt;&lt;br /&gt;
SBA military offices) for assisting small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses or establishing new offices &amp;lt;br /&amp;gt;&lt;br /&gt;
within OSD is beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. Due to national security concerns, &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declines the recommendation to &amp;lt;br /&amp;gt;&lt;br /&gt;
further delay implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. Each passing day in &amp;lt;br /&amp;gt;&lt;br /&gt;
delay of implementing the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for safeguarding DoD FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI increases the risk for &amp;lt;br /&amp;gt;&lt;br /&gt;
exfiltration of non-public information &amp;lt;br /&amp;gt;&lt;br /&gt;
on unsecured nonfederal systems that &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00015&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83106 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
may result in the loss of DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
technological advantages in its &amp;lt;br /&amp;gt;&lt;br /&gt;
warfighting capabilities and programs. &lt;br /&gt;
&lt;br /&gt;
Discussions regarding acquisition &lt;br /&gt;
&lt;br /&gt;
strategies and frameworks are beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of this CMMC rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program does not alleviate or &amp;lt;br /&amp;gt;&lt;br /&gt;
supersede any existing requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Adaptive Acquisition Framework, &amp;lt;br /&amp;gt;&lt;br /&gt;
nor does it alter any statutory or &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory requirement for acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
program documentation or deliverables. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that CMMC Program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
do not apply to systems delivered to &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. DoD Instructions for required &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition program documentation are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment certifications are not &amp;lt;br /&amp;gt;&lt;br /&gt;
integrated into System Security Plans &amp;lt;br /&amp;gt;&lt;br /&gt;
(SSPs). &lt;br /&gt;
&lt;br /&gt;
The role of System Engineering and &lt;br /&gt;
&lt;br /&gt;
associated processes within the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition process is beyond the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of this rule. ITRA assessments provide &amp;lt;br /&amp;gt;&lt;br /&gt;
a view of program technical risk and are &amp;lt;br /&amp;gt;&lt;br /&gt;
not well-suited to the assessment of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor owned information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
against standards for safeguarding CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements do not &amp;lt;br /&amp;gt;&lt;br /&gt;
clash with Program Office &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities, but instead provide &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Manager’s with a mechanism &amp;lt;br /&amp;gt;&lt;br /&gt;
for validating that contractors are &amp;lt;br /&amp;gt;&lt;br /&gt;
compliant with the rules for protecting &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CUI. &lt;br /&gt;
&lt;br /&gt;
b. FedRAMP Program and FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Equivalency &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many commenters took &lt;br /&gt;
&lt;br /&gt;
issue with the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate Equivalency, as &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced in DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 and defined in a separate DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
policy memo. Some merely highlighted &amp;lt;br /&amp;gt;&lt;br /&gt;
discrepancies or highlighted concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
about their ability to meet the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate Equivalency requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Others recommended revisions to that &amp;lt;br /&amp;gt;&lt;br /&gt;
policy, or to the DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 clause, or both. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
Equivalency policy memo be &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated into the DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 clause. Other suggestions &amp;lt;br /&amp;gt;&lt;br /&gt;
ranged from eliminating equivalency to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet requirements, allowing 3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
attestation to equivalency, requiring all &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate Equivalency &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates to be assessed by the same &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO or allowing equivalency to be &amp;lt;br /&amp;gt;&lt;br /&gt;
established through other industry &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications or third-party security &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, &#039;&#039;i.e., &#039;&#039;SOC, ISO/IEC 27001. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter requested that &amp;lt;br /&amp;gt;&lt;br /&gt;
applications hosted on a FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate environment only need to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the CMMC level of the data the &amp;lt;br /&amp;gt;&lt;br /&gt;
application will process. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that all Cloud Service &lt;br /&gt;
&lt;br /&gt;
Providers be required to meet the same &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirement as the OSCs they &amp;lt;br /&amp;gt;&lt;br /&gt;
support. One commenter recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
expanding the scope of CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
to include assessing other security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, to include the use of FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate cloud environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Comments also expressed that it is &amp;lt;br /&amp;gt;&lt;br /&gt;
unreasonable to expect any cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
provider to share security &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation with a customer or &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO since they limit dissemination &amp;lt;br /&amp;gt;&lt;br /&gt;
of this information due to operational &amp;lt;br /&amp;gt;&lt;br /&gt;
security needs. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
noted that the proposed rule does not &amp;lt;br /&amp;gt;&lt;br /&gt;
cover all types of information that &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors may handle, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
classified information, export-controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
information, or proprietary information &amp;lt;br /&amp;gt;&lt;br /&gt;
and they recommended the DoD clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of the CMMC program for &amp;lt;br /&amp;gt;&lt;br /&gt;
these types of information. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Although some &lt;br /&gt;
&lt;br /&gt;
commercially based Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Offerings (CSOs) may experience &amp;lt;br /&amp;gt;&lt;br /&gt;
limitations in trying to support the &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Industrial Base with the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate equivalent &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, the DoD is not willing to &amp;lt;br /&amp;gt;&lt;br /&gt;
assume all the risk of non-FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate Equivalent CSOs when the &amp;lt;br /&amp;gt;&lt;br /&gt;
CSO is used to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. If the offering does not &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI, then &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP certification is not required. &amp;lt;br /&amp;gt;&lt;br /&gt;
Although the DoD considered &amp;lt;br /&amp;gt;&lt;br /&gt;
acceptance of the ISO/IEC 27001 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, it chose the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirement to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalency standard to stay aligned &amp;lt;br /&amp;gt;&lt;br /&gt;
with the FedRAMP Moderate baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
which is based on NIST standards &amp;lt;br /&amp;gt;&lt;br /&gt;
versus ISO/IEC standards. &lt;br /&gt;
&lt;br /&gt;
The rule was updated to require &lt;br /&gt;
&lt;br /&gt;
FedRAMP moderate or FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
moderate equivalency in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with DoD Policy. CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements make no change to &amp;lt;br /&amp;gt;&lt;br /&gt;
existing policies for information &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements implemented by &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. Comments related to applications &amp;lt;br /&amp;gt;&lt;br /&gt;
hosted on a FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
environment are outside the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. &lt;br /&gt;
&lt;br /&gt;
The requirements for CSPs that &lt;br /&gt;
&lt;br /&gt;
process, store, or transmit CUI are set by &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 and the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CIO policy memo on FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate equivalency. These &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. ESPs that are not CSPs will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and be assessed as part of &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of an acquiring OSA. ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
that are not a CSP may voluntarily &amp;lt;br /&amp;gt;&lt;br /&gt;
request a C3PAO assessment if they &amp;lt;br /&amp;gt;&lt;br /&gt;
decide it would be to their advantage. &lt;br /&gt;
&lt;br /&gt;
c. Other DoD Programs and Policies &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter expressed &lt;br /&gt;
&lt;br /&gt;
dissatisfaction with results obtained &amp;lt;br /&amp;gt;&lt;br /&gt;
from previously submitted FOIA &amp;lt;br /&amp;gt;&lt;br /&gt;
requests related to development of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program. &lt;br /&gt;
&lt;br /&gt;
Two commenters asked if there was a &lt;br /&gt;
&lt;br /&gt;
mechanism to update FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 to address evolving threats &amp;lt;br /&amp;gt;&lt;br /&gt;
and recommended the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically identify the frequency and &amp;lt;br /&amp;gt;&lt;br /&gt;
identify accountable parties to review &amp;lt;br /&amp;gt;&lt;br /&gt;
and update FAR security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter cited responses &amp;lt;br /&amp;gt;&lt;br /&gt;
visible on the DoD CIO’s Frequently &amp;lt;br /&amp;gt;&lt;br /&gt;
Asked Questions (FAQ) website and &amp;lt;br /&amp;gt;&lt;br /&gt;
criticized both the utility of the &amp;lt;br /&amp;gt;&lt;br /&gt;
information (given that does not &amp;lt;br /&amp;gt;&lt;br /&gt;
constitute formal policy) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
frequency with which the information is &amp;lt;br /&amp;gt;&lt;br /&gt;
updated. Similarly, one commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for more frequent updates to &amp;lt;br /&amp;gt;&lt;br /&gt;
FAQs on the DoD Procurement Toolbox &amp;lt;br /&amp;gt;&lt;br /&gt;
URL. &lt;br /&gt;
&lt;br /&gt;
One commenter asserted that the &lt;br /&gt;
&lt;br /&gt;
Federal Government sometimes &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts for support to perform &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive tasks and permits access to &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘highly classified’’ information that &amp;lt;br /&amp;gt;&lt;br /&gt;
should only be accessed by Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
employees. &lt;br /&gt;
&lt;br /&gt;
One commenter requested NIST &lt;br /&gt;
&lt;br /&gt;
develop a simplified inspection &amp;lt;br /&amp;gt;&lt;br /&gt;
standard for organizations with less &amp;lt;br /&amp;gt;&lt;br /&gt;
than 20 employees. &lt;br /&gt;
&lt;br /&gt;
One commenter asked about the &lt;br /&gt;
&lt;br /&gt;
transfer of CMMC Program oversight &amp;lt;br /&amp;gt;&lt;br /&gt;
from OUSD(A&amp;amp;amp;S) to DoD CIO. &lt;br /&gt;
&lt;br /&gt;
A comment cited the utility of free &lt;br /&gt;
&lt;br /&gt;
cybersecurity related services that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies offer, such as security alerts &amp;lt;br /&amp;gt;&lt;br /&gt;
and vulnerability scanning, and &amp;lt;br /&amp;gt;&lt;br /&gt;
encouraged expansion of those &amp;lt;br /&amp;gt;&lt;br /&gt;
programs. &lt;br /&gt;
&lt;br /&gt;
One person suggested that DoD’s &lt;br /&gt;
&lt;br /&gt;
Zero-Trust approach would provide a &amp;lt;br /&amp;gt;&lt;br /&gt;
higher level of security for CUI data &amp;lt;br /&amp;gt;&lt;br /&gt;
than the CMMC program. &lt;br /&gt;
&lt;br /&gt;
One commenter stated the &lt;br /&gt;
&lt;br /&gt;
Department should develop clear, &amp;lt;br /&amp;gt;&lt;br /&gt;
flexible guidelines and alternative &amp;lt;br /&amp;gt;&lt;br /&gt;
pathways for global companies to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve CMMC compliance without &amp;lt;br /&amp;gt;&lt;br /&gt;
relying on enclave architectures and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that this approach rely on &amp;lt;br /&amp;gt;&lt;br /&gt;
Zero Trust principals. &lt;br /&gt;
&lt;br /&gt;
One comment noted that under FAR &lt;br /&gt;
&lt;br /&gt;
clause 52.204–21, FCI does not include &amp;lt;br /&amp;gt;&lt;br /&gt;
simple transactional information (STI) &amp;lt;br /&amp;gt;&lt;br /&gt;
and asked if certain data would be &amp;lt;br /&amp;gt;&lt;br /&gt;
considered STI and therefore not subject &amp;lt;br /&amp;gt;&lt;br /&gt;
to CMMC. &lt;br /&gt;
&lt;br /&gt;
One comment stated that conflicting &lt;br /&gt;
&lt;br /&gt;
regulatory guidance exists between the &amp;lt;br /&amp;gt;&lt;br /&gt;
content of E.O. 15028, NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
218, NIST SP 800–171 R2, and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 Revision 3. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;One comment lacked &lt;br /&gt;
&lt;br /&gt;
clarity and failed to clearly articulate &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00016&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83107 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
23&lt;br /&gt;
&lt;br /&gt;
[http://www.esd.whs.mil/DD/DoD-Issuances DoD Issuances (&#039;&#039;www.esd.whs.mil/DD/DoD- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.esd.whs.mil/DD/DoD-Issuances &#039;&#039;Issuances&#039;&#039;). ]&lt;br /&gt;
&lt;br /&gt;
any relevance to the content of this rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
so no response can be provided. &lt;br /&gt;
&lt;br /&gt;
SPRS will be used for reporting &lt;br /&gt;
&lt;br /&gt;
CMMC Status of all contractors, &amp;lt;br /&amp;gt;&lt;br /&gt;
regardless of which service issued the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. Publication of this rule follows &amp;lt;br /&amp;gt;&lt;br /&gt;
completion of OMB’s formal rulemaking &amp;lt;br /&amp;gt;&lt;br /&gt;
process, which includes both DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
internal coordination (including the &amp;lt;br /&amp;gt;&lt;br /&gt;
USD(A&amp;amp;amp;S) and USD(R&amp;amp;amp;E)) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Interagency coordination. &lt;br /&gt;
&lt;br /&gt;
CMMC is consistent with Section 3.4 &lt;br /&gt;
&lt;br /&gt;
of DoDI 8582.01, Validation and &amp;lt;br /&amp;gt;&lt;br /&gt;
Compliance. CMMC does not specify &amp;lt;br /&amp;gt;&lt;br /&gt;
the content and format of plans of action &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond what is specified in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2, which is required under &amp;lt;br /&amp;gt;&lt;br /&gt;
DoDI 8582.01. &lt;br /&gt;
&lt;br /&gt;
Clinger Cohen Act requirements, &lt;br /&gt;
&lt;br /&gt;
which apply to DoD’s IT investments, &amp;lt;br /&amp;gt;&lt;br /&gt;
are not relevant to CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, which apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor-owned information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
The classification marking of existing &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD documentation is beyond the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of this rule, as is engagement with &amp;lt;br /&amp;gt;&lt;br /&gt;
INCOSE and ISO/IEC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations. &lt;br /&gt;
&lt;br /&gt;
Executive Orders state mandatory &lt;br /&gt;
&lt;br /&gt;
requirements for the Executive Branch &amp;lt;br /&amp;gt;&lt;br /&gt;
and have the effect of law. E.O. 14028— &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Improving the Nation’s Cybersecurity’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
(issued May 12, 2021) requires agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
to enhance cybersecurity and software &amp;lt;br /&amp;gt;&lt;br /&gt;
supply chain integrity. NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 and NIST SP 800–218 are &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines, not regulations. NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 Revision 3 is not currently &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable to this rule. &lt;br /&gt;
&lt;br /&gt;
Recommendations to add or modify &lt;br /&gt;
&lt;br /&gt;
requirements specified in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation should be submitted in &amp;lt;br /&amp;gt;&lt;br /&gt;
response to NIST requests for public &amp;lt;br /&amp;gt;&lt;br /&gt;
comment on the applicable guidelines. &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal and DoD requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
delivery of software bills of material of &amp;lt;br /&amp;gt;&lt;br /&gt;
secure software development are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule, which is &amp;lt;br /&amp;gt;&lt;br /&gt;
limited to the assessment of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with requirements for adequate &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of FCI and CUI. Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Contract Information is defined in FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21, which also provides &amp;lt;br /&amp;gt;&lt;br /&gt;
the security requirements applicable for &amp;lt;br /&amp;gt;&lt;br /&gt;
basic safeguarding of such information. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Department has no authority to &amp;lt;br /&amp;gt;&lt;br /&gt;
modify definitions established in the &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR for application to all executive &amp;lt;br /&amp;gt;&lt;br /&gt;
branch agencies. Any data that meets &amp;lt;br /&amp;gt;&lt;br /&gt;
the definition of FCI, is subject to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1. It is beyond the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC rule to render decisions &amp;lt;br /&amp;gt;&lt;br /&gt;
on specific elements of data. &lt;br /&gt;
&lt;br /&gt;
The OUSD(A&amp;amp;amp;S) was not replaced by &lt;br /&gt;
&lt;br /&gt;
the DoD CIO, rather, CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
management oversight has been &amp;lt;br /&amp;gt;&lt;br /&gt;
realigned from the OUSD(A&amp;amp;amp;S) to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Office of the DoD CIO for better &amp;lt;br /&amp;gt;&lt;br /&gt;
integration with the Department’s other &lt;br /&gt;
&lt;br /&gt;
DIB cybersecurity related initiatives. &amp;lt;br /&amp;gt;&lt;br /&gt;
Comments pertaining to DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational structure are not relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
to the content of this rule. DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
processing of FOIA requests is also not &amp;lt;br /&amp;gt;&lt;br /&gt;
within the scope of this rule. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to respond to speculative or &amp;lt;br /&amp;gt;&lt;br /&gt;
editorial comments about private &amp;lt;br /&amp;gt;&lt;br /&gt;
citizens or outside entities, all of which &amp;lt;br /&amp;gt;&lt;br /&gt;
are beyond the scope of this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Likewise, the DoD will not comment &amp;lt;br /&amp;gt;&lt;br /&gt;
here on other DoD cybersecurity related &amp;lt;br /&amp;gt;&lt;br /&gt;
programs, such as Zero Trust. &lt;br /&gt;
&lt;br /&gt;
Some comments expressed &lt;br /&gt;
&lt;br /&gt;
appreciation for cybersecurity related &amp;lt;br /&amp;gt;&lt;br /&gt;
services that DoD provides free of &amp;lt;br /&amp;gt;&lt;br /&gt;
charge, including protected DNS, &amp;lt;br /&amp;gt;&lt;br /&gt;
vulnerability scanning, and security &amp;lt;br /&amp;gt;&lt;br /&gt;
alerts, but these programs are outside &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC program. The government &amp;lt;br /&amp;gt;&lt;br /&gt;
cannot comment on specific &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation or documentation &amp;lt;br /&amp;gt;&lt;br /&gt;
choices of an OSA. Comments on &amp;lt;br /&amp;gt;&lt;br /&gt;
alternate risk mitigation strategies such &amp;lt;br /&amp;gt;&lt;br /&gt;
as product monitoring or software &amp;lt;br /&amp;gt;&lt;br /&gt;
testing are not within the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule text. &lt;br /&gt;
&lt;br /&gt;
d. DoD Policies Supporting CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments addressed &lt;br /&gt;
&lt;br /&gt;
the DoD’s internal policies and training &amp;lt;br /&amp;gt;&lt;br /&gt;
efforts to prepare the Government &amp;lt;br /&amp;gt;&lt;br /&gt;
workforce for CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. For example, some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters opined that the rule’s focus &amp;lt;br /&amp;gt;&lt;br /&gt;
on contactor responsibilities misses the &amp;lt;br /&amp;gt;&lt;br /&gt;
true risk that lies further up obscure &amp;lt;br /&amp;gt;&lt;br /&gt;
supply chains. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended DoD work with &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors in each sector to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
clear guidance on the types of data that &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department would consider CTI. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter requested DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acknowledge that human factors &amp;lt;br /&amp;gt;&lt;br /&gt;
influence DIB cybersecurity while &amp;lt;br /&amp;gt;&lt;br /&gt;
another stated DoD should provide &amp;lt;br /&amp;gt;&lt;br /&gt;
uniform web-based training at no cost to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure applicable training requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are satisfactorily met. Another asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether DoD PMs would receive CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
related training prior to implementation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another comment asked whether &amp;lt;br /&amp;gt;&lt;br /&gt;
specific risk mitigating approaches, &amp;lt;br /&amp;gt;&lt;br /&gt;
such as product monitoring or software &amp;lt;br /&amp;gt;&lt;br /&gt;
testing might suffice to manage supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain risk considering lack of visibility &amp;lt;br /&amp;gt;&lt;br /&gt;
into the origins of 3rd and 4th tier &amp;lt;br /&amp;gt;&lt;br /&gt;
components. &lt;br /&gt;
&lt;br /&gt;
One commenter perceived the CMMC &lt;br /&gt;
&lt;br /&gt;
requirement for Program Managers to &amp;lt;br /&amp;gt;&lt;br /&gt;
identify the level of assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement appropriate for a &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation as removing the contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award decision from the USD(A&amp;amp;amp;S). &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter stated more information &amp;lt;br /&amp;gt;&lt;br /&gt;
about procedures for implementing &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC into government-wide contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
is needed. Another commenter &lt;br /&gt;
&lt;br /&gt;
expressed a need to use a basic contract &amp;lt;br /&amp;gt;&lt;br /&gt;
that is unclassified, and any CUI would &amp;lt;br /&amp;gt;&lt;br /&gt;
be contained in a separate appendix to &amp;lt;br /&amp;gt;&lt;br /&gt;
allow sub-contractors to plan with their &amp;lt;br /&amp;gt;&lt;br /&gt;
Prime to access the information on the &amp;lt;br /&amp;gt;&lt;br /&gt;
Prime’s network and avoid requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for their own CMMC certification. &lt;br /&gt;
&lt;br /&gt;
Another comment recommended &lt;br /&gt;
&lt;br /&gt;
revisions to describe that medium &amp;lt;br /&amp;gt;&lt;br /&gt;
assurance certificates for incident &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting are a DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 requirement, independent of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements. &lt;br /&gt;
&lt;br /&gt;
Two commenters criticized the &lt;br /&gt;
&lt;br /&gt;
DFARS clause 252.204–7020 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to allow ‘‘full access’’ to &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor facilities, systems, and &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel for the purposes of DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, or for damage assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
following incident, and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
that the CMMC program not include or &amp;lt;br /&amp;gt;&lt;br /&gt;
rely on this authority. &lt;br /&gt;
&lt;br /&gt;
Another commenter recommended &lt;br /&gt;
&lt;br /&gt;
that, prior to issuing a final rule on &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC, DoD work with other relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies to integrate and harmonize the &amp;lt;br /&amp;gt;&lt;br /&gt;
numerous regulatory changes that &amp;lt;br /&amp;gt;&lt;br /&gt;
impact contractors’ capacity to &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard data and systems. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter suggested rule publication &amp;lt;br /&amp;gt;&lt;br /&gt;
be delayed until DoD articulates the &amp;lt;br /&amp;gt;&lt;br /&gt;
benefit expected from contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;All recommendations to &lt;br /&gt;
&lt;br /&gt;
revise other Government-wide or DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
policies and programs are beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of the CMMC rule. &lt;br /&gt;
&lt;br /&gt;
CMMC Program Requirements make &lt;br /&gt;
&lt;br /&gt;
no change to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by DoD. Policies for CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and creation of program documentation, &amp;lt;br /&amp;gt;&lt;br /&gt;
to include Security Classification &amp;lt;br /&amp;gt;&lt;br /&gt;
Guides and FedRAMP equivalency are &amp;lt;br /&amp;gt;&lt;br /&gt;
separate from this rule. Relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
policies include DoDI 5200.48 &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Controlled Unclassified Information’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
and DoD Manual 5200.45 ‘‘Instructions &amp;lt;br /&amp;gt;&lt;br /&gt;
for Developing Security Classification &amp;lt;br /&amp;gt;&lt;br /&gt;
Guides’’ for example.23 Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
received lacked relevance to the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
content, which is limited to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements. Changes &amp;lt;br /&amp;gt;&lt;br /&gt;
to FAR and DFARS requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule, as are the &amp;lt;br /&amp;gt;&lt;br /&gt;
contents and updating of DoD’s FAQ &amp;lt;br /&amp;gt;&lt;br /&gt;
and Procurement Toolbox web pages. &lt;br /&gt;
&lt;br /&gt;
CMMC program requirements do not &lt;br /&gt;
&lt;br /&gt;
result in any change to which DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
organization makes the contract award. &amp;lt;br /&amp;gt;&lt;br /&gt;
Recommendations to adopt standard &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracting procedures (&#039;&#039;i.e., &#039;&#039;to &amp;lt;br /&amp;gt;&lt;br /&gt;
exclude CUI information in the basic &amp;lt;br /&amp;gt;&lt;br /&gt;
award) are not within the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, which outlines program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The DoD limits the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00017&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83108 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
burden of CMMC compliance by &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring annual affirmations rather &amp;lt;br /&amp;gt;&lt;br /&gt;
than annual assessments. Affirmations &amp;lt;br /&amp;gt;&lt;br /&gt;
required for the CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
indicate that a DoD contractor has &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved and intends to maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the applicable DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements. &lt;br /&gt;
&lt;br /&gt;
The CMMC program is designed only &lt;br /&gt;
&lt;br /&gt;
to validate implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
information security standards in FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21, NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
and a selected subset of NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021. This rule does not address &amp;lt;br /&amp;gt;&lt;br /&gt;
the other DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for cyber incident &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting. The CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
framework will not alter, alleviate, or &amp;lt;br /&amp;gt;&lt;br /&gt;
replace the cyber incident reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
aspects of DFARS clause 252.204–7012, &amp;lt;br /&amp;gt;&lt;br /&gt;
which will remain effective where &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. Classified information is &amp;lt;br /&amp;gt;&lt;br /&gt;
managed differently from CUI, and &amp;lt;br /&amp;gt;&lt;br /&gt;
different safeguarding regulations apply &amp;lt;br /&amp;gt;&lt;br /&gt;
to these different categories of &amp;lt;br /&amp;gt;&lt;br /&gt;
information (each of which are defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in 32 CFR part 2002). CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are aligned to the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for safeguarding of CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and are unrelated to the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for safeguarding classified information. &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Export Controlled’’ is a category of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. To the extent that a company &amp;lt;br /&amp;gt;&lt;br /&gt;
generates information it considers &amp;lt;br /&amp;gt;&lt;br /&gt;
proprietary, but which is explicitly &amp;lt;br /&amp;gt;&lt;br /&gt;
excluded from the definition of CUI (see &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 2002), no CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements would apply. &lt;br /&gt;
&lt;br /&gt;
As the CMMC program requirements &lt;br /&gt;
&lt;br /&gt;
make no change to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by DoD, dialogues with &amp;lt;br /&amp;gt;&lt;br /&gt;
industry to identify CUI is outside the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule. Several existing &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements directly address the &amp;lt;br /&amp;gt;&lt;br /&gt;
human factors of cybersecurity, &amp;lt;br /&amp;gt;&lt;br /&gt;
particularly those in the Awareness and &amp;lt;br /&amp;gt;&lt;br /&gt;
Training, Personnel Security, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Physical Protection domains. Additional &amp;lt;br /&amp;gt;&lt;br /&gt;
training and education on the topics of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI safeguarding requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity hygiene, and other useful &amp;lt;br /&amp;gt;&lt;br /&gt;
topics may be found at: &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://www.archives.gov/cui/training.html &#039;&#039;www.archives.gov/cui/training.html &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;][https://securityawareness.usalearning.gov/ &#039;&#039;https://securityawareness.&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://securityawareness.usalearning.gov/ &#039;&#039;usalearning.gov/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://business.defense.gov/Resources/Be-Cyber-Smart/ &#039;&#039;https://business.defense.gov/Resources/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://business.defense.gov/Resources/Be-Cyber-Smart/ &#039;&#039;Be-Cyber-Smart/ &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;]OSAs may develop their own policies &lt;br /&gt;
&lt;br /&gt;
to validate completion of training. &amp;lt;br /&amp;gt;&lt;br /&gt;
Developing and providing cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
security awareness training is not &amp;lt;br /&amp;gt;&lt;br /&gt;
within the scope of the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD program managers will receive &amp;lt;br /&amp;gt;&lt;br /&gt;
training. &lt;br /&gt;
&lt;br /&gt;
In support of 32 CFR part 170 CMMC &lt;br /&gt;
&lt;br /&gt;
Program final rule, DoD issued guidance &lt;br /&gt;
&lt;br /&gt;
to reiterate the most appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
information safeguarding requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for DoD information and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment requirement for any &amp;lt;br /&amp;gt;&lt;br /&gt;
given solicitation. Irrespective of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program assessment requirements, when &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI is processed, stored, or transmitted &amp;lt;br /&amp;gt;&lt;br /&gt;
on contractor owned information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, those systems are subject to the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements of NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171, due to the applicability of DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. Program Managers &amp;lt;br /&amp;gt;&lt;br /&gt;
have a vested interested in knowing &amp;lt;br /&amp;gt;&lt;br /&gt;
whether a contractor can comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
these existing requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguard DoD CUI. &lt;br /&gt;
&lt;br /&gt;
Applicability of and compliance with &lt;br /&gt;
&lt;br /&gt;
DFARS clause 252.204–7020 is beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation of the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
does not require or rely upon DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7020. The existing &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments described in DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020 are entirely different than &amp;lt;br /&amp;gt;&lt;br /&gt;
those described in this rule. This rule &amp;lt;br /&amp;gt;&lt;br /&gt;
contains no cyber incident reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Concerns related to a &amp;lt;br /&amp;gt;&lt;br /&gt;
CISA rule pertaining to cyber incident &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting are beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule and should have been submitted &amp;lt;br /&amp;gt;&lt;br /&gt;
instead to the relevant docket for that &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The DoD has declined the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation to address certificate &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the cyber incident &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting requirements of DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 in this rule. The DoD is &amp;lt;br /&amp;gt;&lt;br /&gt;
unable to comment on, balance with, or &amp;lt;br /&amp;gt;&lt;br /&gt;
modify contractual or regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to comply with any other &amp;lt;br /&amp;gt;&lt;br /&gt;
agency’s future requirements. &lt;br /&gt;
&lt;br /&gt;
The preamble of this rule articulates &lt;br /&gt;
&lt;br /&gt;
how contractor compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
will contribute to counteracting the &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber security threat. Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program will help protect &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s FCI and CUI that is processed, &amp;lt;br /&amp;gt;&lt;br /&gt;
stored, and transmitted on non-Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems of defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors. &amp;lt;br /&amp;gt;&lt;br /&gt;
Adequately securing that information as &amp;lt;br /&amp;gt;&lt;br /&gt;
required, down to the smallest, most &amp;lt;br /&amp;gt;&lt;br /&gt;
vulnerable innovative companies, helps &amp;lt;br /&amp;gt;&lt;br /&gt;
mitigate the security risks that result &amp;lt;br /&amp;gt;&lt;br /&gt;
from the significant loss of FCI and CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
including intellectual property and &amp;lt;br /&amp;gt;&lt;br /&gt;
proprietary data. Hence the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the DoD CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program is vital, practical, and in the &amp;lt;br /&amp;gt;&lt;br /&gt;
public interest. Working with NIST and &amp;lt;br /&amp;gt;&lt;br /&gt;
other regulatory authorities to align &amp;lt;br /&amp;gt;&lt;br /&gt;
standards is beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;4. DFARS Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two commenters &lt;br /&gt;
&lt;br /&gt;
recommended the DoD fully implement &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements to standardize &amp;lt;br /&amp;gt;&lt;br /&gt;
contract requirements to avoid &amp;lt;br /&amp;gt;&lt;br /&gt;
proliferation of unique contract clauses &lt;br /&gt;
&lt;br /&gt;
across the Department. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the rule should state &amp;lt;br /&amp;gt;&lt;br /&gt;
explicitly that CMMC requirements do &amp;lt;br /&amp;gt;&lt;br /&gt;
not apply to other agencies and advise &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contractors to seek legal guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
before complying with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements if other agency &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements also apply. &lt;br /&gt;
&lt;br /&gt;
In addition, several commenters &lt;br /&gt;
&lt;br /&gt;
thought the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule requirements lacked &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient information about the &amp;lt;br /&amp;gt;&lt;br /&gt;
associated 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement them. One person &amp;lt;br /&amp;gt;&lt;br /&gt;
erroneously identified the DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7021 as part of the 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 170 CMMC Program rule, and &amp;lt;br /&amp;gt;&lt;br /&gt;
one person asked what additional &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking is needed to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. Another person &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended close coordination and &amp;lt;br /&amp;gt;&lt;br /&gt;
synchronization between the two rules. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment recommended the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract clauses be simplified to be &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘stand alone’’, rather than requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
cognizance of the 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule content. &lt;br /&gt;
&lt;br /&gt;
One commenter asked whether &lt;br /&gt;
&lt;br /&gt;
contractors must meet CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements during the solicitation &amp;lt;br /&amp;gt;&lt;br /&gt;
phase, or to view RFPs that contain CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another asked how DoD plans to &amp;lt;br /&amp;gt;&lt;br /&gt;
integrate CMMC requirements into &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s Adaptive Acquisition Framework. &amp;lt;br /&amp;gt;&lt;br /&gt;
One contractor disagreed with CMMC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
pre-award approach, and worried it &amp;lt;br /&amp;gt;&lt;br /&gt;
could create a need to become &amp;lt;br /&amp;gt;&lt;br /&gt;
compliant in anticipation of future &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations. This commenter posited &amp;lt;br /&amp;gt;&lt;br /&gt;
that any information designated as CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
after contract award will create a &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘chicken and egg’’ dilemma for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. Other comments asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether conditional certifications &amp;lt;br /&amp;gt;&lt;br /&gt;
would be weighted differently than final &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications in the proposal evaluation &amp;lt;br /&amp;gt;&lt;br /&gt;
and award process and suggested that &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD provide 6 months advance notice &amp;lt;br /&amp;gt;&lt;br /&gt;
for all solicitations containing a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
Some comments urged the DoD to &lt;br /&gt;
&lt;br /&gt;
describe how DoD will identify CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and when CUI markings &amp;lt;br /&amp;gt;&lt;br /&gt;
should apply in CSP or ESP scenarios. &amp;lt;br /&amp;gt;&lt;br /&gt;
They also requested modification of &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracting procedures to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria for identifying CUI information &amp;lt;br /&amp;gt;&lt;br /&gt;
in each contract award along with the &amp;lt;br /&amp;gt;&lt;br /&gt;
corresponding CMMC assessment level. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter inquired about the &amp;lt;br /&amp;gt;&lt;br /&gt;
difference between implementing &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. Some comments pertained &amp;lt;br /&amp;gt;&lt;br /&gt;
to other DFARS contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, rather than CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. For example, some &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended changing DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 to remove the definition &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00018&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83109 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
of Covered Defense Information and to &amp;lt;br /&amp;gt;&lt;br /&gt;
deviate from a requirement to comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with the NIST SP 800–171 version &amp;lt;br /&amp;gt;&lt;br /&gt;
current at the time of solicitation. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, they asked about cost &amp;lt;br /&amp;gt;&lt;br /&gt;
allowability for time and materials or &amp;lt;br /&amp;gt;&lt;br /&gt;
cost type contracts. Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
posited that costs for reassessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification should be explicitly &amp;lt;br /&amp;gt;&lt;br /&gt;
identified as reimbursable in the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 204 CMMC Acquisition rule, while &amp;lt;br /&amp;gt;&lt;br /&gt;
one similar comment suggested that &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level 3 certification costs should &amp;lt;br /&amp;gt;&lt;br /&gt;
be allowable when CMMC level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are initially implemented. &lt;br /&gt;
&lt;br /&gt;
One comment addressed cyber &lt;br /&gt;
&lt;br /&gt;
incident reporting timelines for cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
service providers and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
that the DoD’s FedRAMP moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalency policy be revised to align &amp;lt;br /&amp;gt;&lt;br /&gt;
with DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
timelines. Another asked whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule inadvertently omitted requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to assess compliance with DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 cyber incident &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Other commenters asked for the &lt;br /&gt;
&lt;br /&gt;
CMMC contract clause verbiage, as was &amp;lt;br /&amp;gt;&lt;br /&gt;
subsequently published in the related &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. For example, some people asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether CMMC requirements would be &amp;lt;br /&amp;gt;&lt;br /&gt;
levied in ID/IQ contract awards versus &amp;lt;br /&amp;gt;&lt;br /&gt;
task order awards, and GSA schedules. &amp;lt;br /&amp;gt;&lt;br /&gt;
They asserted that adding CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
clauses in GSA schedules might &amp;lt;br /&amp;gt;&lt;br /&gt;
inadvertently allow contracting officers &amp;lt;br /&amp;gt;&lt;br /&gt;
to include them in non-DoD issued task &amp;lt;br /&amp;gt;&lt;br /&gt;
orders. Another opined that ID/IQ &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting procedures might &amp;lt;br /&amp;gt;&lt;br /&gt;
necessitate changing the CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
needed for the base contract after its &amp;lt;br /&amp;gt;&lt;br /&gt;
initial award, based on the needs of a &amp;lt;br /&amp;gt;&lt;br /&gt;
task order. One commenter incorrectly &amp;lt;br /&amp;gt;&lt;br /&gt;
inferred that a single Program Manager &amp;lt;br /&amp;gt;&lt;br /&gt;
would make the CMMC level and type &amp;lt;br /&amp;gt;&lt;br /&gt;
determination for every task order &amp;lt;br /&amp;gt;&lt;br /&gt;
issued against an ID/IQ. In addition, two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments suggested that the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
communicate with every current DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor to identify which CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level would apply to their existing &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
One company identified their specific &lt;br /&gt;
&lt;br /&gt;
DoD contract and asked whether it &amp;lt;br /&amp;gt;&lt;br /&gt;
would be cancelled absent CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. Another asked whether a &amp;lt;br /&amp;gt;&lt;br /&gt;
current DFARS clause 252.204–7020 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment score could be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted to meet a CMMC level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirement. They also &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended elimination of the &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7020 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements when CMMC is &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented. &lt;br /&gt;
&lt;br /&gt;
One commenter speculated about &lt;br /&gt;
&lt;br /&gt;
whether DoD’s CMMC contract clauses &amp;lt;br /&amp;gt;&lt;br /&gt;
can be applied to DoD contractors that &amp;lt;br /&amp;gt;&lt;br /&gt;
also make and sell the same product to &lt;br /&gt;
&lt;br /&gt;
other US Government agencies. They &amp;lt;br /&amp;gt;&lt;br /&gt;
noted that export licenses do not restrict &amp;lt;br /&amp;gt;&lt;br /&gt;
companies from providing product data &amp;lt;br /&amp;gt;&lt;br /&gt;
to other parties and posited that this &amp;lt;br /&amp;gt;&lt;br /&gt;
might conflict with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. One person asked about &amp;lt;br /&amp;gt;&lt;br /&gt;
the potential for conflicts between &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC clauses and the Berry &amp;lt;br /&amp;gt;&lt;br /&gt;
amendment and suggested that Berry &amp;lt;br /&amp;gt;&lt;br /&gt;
amendment compliance take &amp;lt;br /&amp;gt;&lt;br /&gt;
precedence over CMMC clauses. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Some comments received &lt;br /&gt;
&lt;br /&gt;
lacked relevance to the rule’s content, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is limited to specific CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program requirements. Changes to FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
and DFARS requirements are out of &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule, as contractual changes &amp;lt;br /&amp;gt;&lt;br /&gt;
would occur under the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule. This rule does &amp;lt;br /&amp;gt;&lt;br /&gt;
not discuss the Berry Amendment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule does not address recovery of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment costs because it does not &amp;lt;br /&amp;gt;&lt;br /&gt;
make any change to 48 CFR 31.201–2. &lt;br /&gt;
&lt;br /&gt;
This 32 CFR part 170 CMMC Program &lt;br /&gt;
&lt;br /&gt;
rule is not an acquisition regulation, &amp;lt;br /&amp;gt;&lt;br /&gt;
however, a CMMC Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification meets the CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirements. Any &amp;lt;br /&amp;gt;&lt;br /&gt;
comments related to contract &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements should be directed to the &amp;lt;br /&amp;gt;&lt;br /&gt;
related 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
CMMC requirements apply to &lt;br /&gt;
&lt;br /&gt;
contracts that include FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 or DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 and result in processing, storing, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmitting of FCI or CUI on a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor owned information system. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC program is not a verification &amp;lt;br /&amp;gt;&lt;br /&gt;
program for compliance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, rather, its purpose is to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with FAR clause 52.204–21, &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2, and NIST 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 when applicable. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
does not provide detailed instruction on &amp;lt;br /&amp;gt;&lt;br /&gt;
how to implement specific solutions to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet security requirements identified in &amp;lt;br /&amp;gt;&lt;br /&gt;
the FAR clause or applicable NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, which is determined by &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA. Any deviation from or change &amp;lt;br /&amp;gt;&lt;br /&gt;
to the DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
clause is beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
Each of the teams responsible for &lt;br /&gt;
&lt;br /&gt;
developing these two CMMC rules has &amp;lt;br /&amp;gt;&lt;br /&gt;
reviewed both documents. &lt;br /&gt;
&lt;br /&gt;
There are no CMMC requirements for &lt;br /&gt;
&lt;br /&gt;
reviewing FCI or CUI solicitation &amp;lt;br /&amp;gt;&lt;br /&gt;
material. Recommendations to adopt &amp;lt;br /&amp;gt;&lt;br /&gt;
standard contracting procedures for &amp;lt;br /&amp;gt;&lt;br /&gt;
award of DoD contracts (&#039;&#039;i.e., &#039;&#039;to exclude &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI information in the basic award) are &amp;lt;br /&amp;gt;&lt;br /&gt;
out the scope of this 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule. In support of the &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, DoD issued policy guidance to its &amp;lt;br /&amp;gt;&lt;br /&gt;
program managers and acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
workforce to identify the appropriate &lt;br /&gt;
&lt;br /&gt;
CMMC requirement in solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. The CMMC assessment level &amp;lt;br /&amp;gt;&lt;br /&gt;
required does not change based on &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition lifecycle phase and is based &amp;lt;br /&amp;gt;&lt;br /&gt;
on whether FCI and CUI are processed, &amp;lt;br /&amp;gt;&lt;br /&gt;
stored, or transmitted on contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract. &lt;br /&gt;
&lt;br /&gt;
Discussion of DoD’s willingness to &lt;br /&gt;
&lt;br /&gt;
provide advance notice of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements or to remove the PM’s &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion to include the CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
that best suits program requirements is &amp;lt;br /&amp;gt;&lt;br /&gt;
a 48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule matter and outside the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The CMMC Level will be identified &amp;lt;br /&amp;gt;&lt;br /&gt;
in the solicitation. Once attained, a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC self-assessment or certification &amp;lt;br /&amp;gt;&lt;br /&gt;
can be used in support of any number &amp;lt;br /&amp;gt;&lt;br /&gt;
of proposals and solicitations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;5. Litigation and False Claims &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some commenters &lt;br /&gt;
&lt;br /&gt;
expressed concern that CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation would result in &amp;lt;br /&amp;gt;&lt;br /&gt;
increased litigation by DIB companies or &amp;lt;br /&amp;gt;&lt;br /&gt;
pursuit of False Claims Act penalties by &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD against DIB companies. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter erroneously believed that &amp;lt;br /&amp;gt;&lt;br /&gt;
Mexico would participate in oversight &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC ecosystem, and that ‘‘a &amp;lt;br /&amp;gt;&lt;br /&gt;
flood of litigation’’ may result from DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
companies losing contracts due to non- &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with CMMC requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter suggested that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
should absolve contractors from False &amp;lt;br /&amp;gt;&lt;br /&gt;
Claims Act prosecution when &amp;lt;br /&amp;gt;&lt;br /&gt;
differences are found between C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results and a previously &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted contractor self-assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
due to potentially valid reasons for the &amp;lt;br /&amp;gt;&lt;br /&gt;
differing outcomes. Another suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD establish protections from &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory and legal liability related to &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber incidents when the affected &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor has complied with relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD lacks the &lt;br /&gt;
&lt;br /&gt;
authority to change the False Claims &amp;lt;br /&amp;gt;&lt;br /&gt;
Act, which is a Federal law that imposes &amp;lt;br /&amp;gt;&lt;br /&gt;
liability persons and companies who &amp;lt;br /&amp;gt;&lt;br /&gt;
defraud or knowingly submit false &amp;lt;br /&amp;gt;&lt;br /&gt;
claims to the government. Comments &amp;lt;br /&amp;gt;&lt;br /&gt;
related to Safe Harbor provisions are &amp;lt;br /&amp;gt;&lt;br /&gt;
outside the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
Comments about potential industry &lt;br /&gt;
&lt;br /&gt;
litigation are also beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the final rule and the recommendations &amp;lt;br /&amp;gt;&lt;br /&gt;
provided were not appropriate for &amp;lt;br /&amp;gt;&lt;br /&gt;
inclusion in this rule. Nothing in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule prevents frivolous private lawsuits, &amp;lt;br /&amp;gt;&lt;br /&gt;
but the rule does provide that the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB maintain an appeals process. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD has faithfully followed the &amp;lt;br /&amp;gt;&lt;br /&gt;
formal rulemaking process, to include &amp;lt;br /&amp;gt;&lt;br /&gt;
completion of the public comment &amp;lt;br /&amp;gt;&lt;br /&gt;
period. Implementation of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program will be carried out objectively &amp;lt;br /&amp;gt;&lt;br /&gt;
and in accordance with the tenets of the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00019&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83110 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
final rule. No foreign actors have any &amp;lt;br /&amp;gt;&lt;br /&gt;
role in DoD’s administration of the &amp;lt;br /&amp;gt;&lt;br /&gt;
program. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;6. DoD Metrics &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several commenters &lt;br /&gt;
&lt;br /&gt;
inquired about the types of metrics the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD plans to use to monitor progress &amp;lt;br /&amp;gt;&lt;br /&gt;
toward the DIB cybersecurity objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
that the CMMC program was designed &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet. One asked whether DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
metrics would include testing, and &amp;lt;br /&amp;gt;&lt;br /&gt;
another recommended they capture &amp;lt;br /&amp;gt;&lt;br /&gt;
changes in the population of DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors caused by cost impacts of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC implementation. Others &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced a December 2021 GAO &amp;lt;br /&amp;gt;&lt;br /&gt;
Report that critiqued DoD’s earlier &amp;lt;br /&amp;gt;&lt;br /&gt;
attempts to implement the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program. Specifically, they cited the &amp;lt;br /&amp;gt;&lt;br /&gt;
GAO’s finding that, at that time, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
had not defined how it would analyze &amp;lt;br /&amp;gt;&lt;br /&gt;
data to measure performance. &lt;br /&gt;
&lt;br /&gt;
A comment recommended the DoD &lt;br /&gt;
&lt;br /&gt;
identify responses to other GAO &amp;lt;br /&amp;gt;&lt;br /&gt;
findings, which dealt with &amp;lt;br /&amp;gt;&lt;br /&gt;
improvements to communications with &amp;lt;br /&amp;gt;&lt;br /&gt;
industry and metrics for program &amp;lt;br /&amp;gt;&lt;br /&gt;
management. Another comment asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether management alignment within &amp;lt;br /&amp;gt;&lt;br /&gt;
OSD, budget, and staffing of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program office are adequate. &lt;br /&gt;
&lt;br /&gt;
Two comments asked how many &lt;br /&gt;
&lt;br /&gt;
current contract awardees had received &amp;lt;br /&amp;gt;&lt;br /&gt;
notification or identification of CUI to &amp;lt;br /&amp;gt;&lt;br /&gt;
be provided in performance of their &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts, and asked which CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
would theoretically apply to those &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. Another asked the DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide DIBCAC assessment results data &amp;lt;br /&amp;gt;&lt;br /&gt;
as a more relevant justification for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program than the 2019 DoDIG &amp;lt;br /&amp;gt;&lt;br /&gt;
report on DIB Cybersecurity. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD’s response to the &lt;br /&gt;
&lt;br /&gt;
referenced GAO and DoD IG reports are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. Likewise, &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD does not comment on analysis &amp;lt;br /&amp;gt;&lt;br /&gt;
methods supporting the DoD IG’s &amp;lt;br /&amp;gt;&lt;br /&gt;
conclusions. Publishing DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments results is also beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule, as are CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
effectiveness metrics and return on &amp;lt;br /&amp;gt;&lt;br /&gt;
investment calculations. The DoD is &amp;lt;br /&amp;gt;&lt;br /&gt;
establishing CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as part of a comprehensive &amp;lt;br /&amp;gt;&lt;br /&gt;
effort to verify that underlying &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
met, as required, for all contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI or FCI in &amp;lt;br /&amp;gt;&lt;br /&gt;
the performance of a DoD Contract. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s calculation of ROI for the security &amp;lt;br /&amp;gt;&lt;br /&gt;
controls that CMMC will assess, and &amp;lt;br /&amp;gt;&lt;br /&gt;
cost elasticity of the DIB are also beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;7. Phased Implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Program &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many comments asked for &lt;br /&gt;
&lt;br /&gt;
additional explanation of DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
expected start and progression through &amp;lt;br /&amp;gt;&lt;br /&gt;
phases of the CMMC implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
plan. Several asked that the phase-in &amp;lt;br /&amp;gt;&lt;br /&gt;
plan be extended. One commenter asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether contracts that would otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
be associated with CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
would include a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement if issued prior to Phase 4 of &amp;lt;br /&amp;gt;&lt;br /&gt;
the plan. Another misread the phase-in &amp;lt;br /&amp;gt;&lt;br /&gt;
plan to mean that self-assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
would no longer be permitted at Full &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation. One comment asked if &amp;lt;br /&amp;gt;&lt;br /&gt;
the USG would be revisiting acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
timelines to add more time for due &amp;lt;br /&amp;gt;&lt;br /&gt;
diligence to ensure all entities meet &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements or have a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
in place. &lt;br /&gt;
&lt;br /&gt;
Some commenters observed that &lt;br /&gt;
&lt;br /&gt;
DoD’s intended dates for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, as published in an &amp;lt;br /&amp;gt;&lt;br /&gt;
earlier 48 CFR CMMC interim final rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
are unachievable and must be changed &amp;lt;br /&amp;gt;&lt;br /&gt;
via another CMMC DFARS rule. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters were confused by the &amp;lt;br /&amp;gt;&lt;br /&gt;
differences between the dates of &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation phases in the rule, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the seven years described in cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates as necessary to complete &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked why the rule only applies to DoD. &lt;br /&gt;
&lt;br /&gt;
Some commenters suggested changes &lt;br /&gt;
&lt;br /&gt;
to prioritize different kinds of contracts, &amp;lt;br /&amp;gt;&lt;br /&gt;
programs, or companies earlier or later &amp;lt;br /&amp;gt;&lt;br /&gt;
in the implementation plan, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
basing the phase-in on assessment type. &amp;lt;br /&amp;gt;&lt;br /&gt;
For example, one suggested capping the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of contracts with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements each year. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested phasing in by increasing the &amp;lt;br /&amp;gt;&lt;br /&gt;
numerical assessment score required for &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance, with additional time &amp;lt;br /&amp;gt;&lt;br /&gt;
permitted for POA&amp;amp;amp;M close-out beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the current limit of 180 days. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested reversing the phase-in to &amp;lt;br /&amp;gt;&lt;br /&gt;
begin with CMMC Level 3. Several &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters requested extension of the &amp;lt;br /&amp;gt;&lt;br /&gt;
phase-in plan to allow more time. One &amp;lt;br /&amp;gt;&lt;br /&gt;
speculated that ‘‘tens of thousands’’ of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors would require certification &amp;lt;br /&amp;gt;&lt;br /&gt;
in less than 18 months. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the DoD modify the timing of &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation for CMMC levels 2 and &amp;lt;br /&amp;gt;&lt;br /&gt;
3, and that DoD consider allowing &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient time to develop a robust &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem and demonstrate the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC model before full &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. &lt;br /&gt;
&lt;br /&gt;
Flexibility in the implementation plan &lt;br /&gt;
&lt;br /&gt;
that allows Program Managers and &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring activities to include CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements earlier in the plan than &amp;lt;br /&amp;gt;&lt;br /&gt;
will be mandated by policy also &amp;lt;br /&amp;gt;&lt;br /&gt;
generated questions and comments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Some commenters asked whether this &lt;br /&gt;
&lt;br /&gt;
could result in the DoD applying CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to previously awarded &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts or asked that the rule specify &amp;lt;br /&amp;gt;&lt;br /&gt;
they will apply only to new contracts. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another asked about opportunities to &amp;lt;br /&amp;gt;&lt;br /&gt;
renegotiate the contract ceiling price if &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessments are required for &amp;lt;br /&amp;gt;&lt;br /&gt;
option period exercise. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked that the rule be revised to exclude &amp;lt;br /&amp;gt;&lt;br /&gt;
these flexibilities to result in an ‘‘on/ &amp;lt;br /&amp;gt;&lt;br /&gt;
off’’ approach to implementation. &lt;br /&gt;
&lt;br /&gt;
Another commenter asked what &lt;br /&gt;
&lt;br /&gt;
mechanisms the DoD would have to &amp;lt;br /&amp;gt;&lt;br /&gt;
change the pace of implementation or &amp;lt;br /&amp;gt;&lt;br /&gt;
monitor the contracts that include &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD lacks the &lt;br /&gt;
&lt;br /&gt;
authority to implement CMMC as a &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal-wide program. The 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
will be updated to align with this 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 170 CMMC Program rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
will modify DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7021. CMMC Phase 1 implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
will commence when both the 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program rule and the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 204 CMMC Acquisition rule &amp;lt;br /&amp;gt;&lt;br /&gt;
are in effect. Some commenters may &amp;lt;br /&amp;gt;&lt;br /&gt;
have overlooked that § 170.3(e) states &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 begins on the effective date of &amp;lt;br /&amp;gt;&lt;br /&gt;
this 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule or the complementary 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule, whichever &amp;lt;br /&amp;gt;&lt;br /&gt;
occurs later. The implementation plan &amp;lt;br /&amp;gt;&lt;br /&gt;
describes when CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will appear in &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations, it does not define a &amp;lt;br /&amp;gt;&lt;br /&gt;
timeframe by which all contractors must &amp;lt;br /&amp;gt;&lt;br /&gt;
be certified. During the first phases of &amp;lt;br /&amp;gt;&lt;br /&gt;
the plan, a majority of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will be for self-assessment. &lt;br /&gt;
&lt;br /&gt;
In response to public comments, the &lt;br /&gt;
&lt;br /&gt;
DoD has updated the rule to extend &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 by 6 months, with appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
adjustments to later phases. DoD is not &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting Pilots in the updated CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan. The phased &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3(e) is intended to address ramp- &amp;lt;br /&amp;gt;&lt;br /&gt;
up issues, provide time to train the &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary number of assessors, and &amp;lt;br /&amp;gt;&lt;br /&gt;
allow companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. DoD has updated the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
to add an additional six months to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 timeline. Phase 2 will start one &amp;lt;br /&amp;gt;&lt;br /&gt;
calendar year after the start of Phase 1. &lt;br /&gt;
&lt;br /&gt;
The DoD’s objective timeline to begin &lt;br /&gt;
&lt;br /&gt;
implementing the CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
has been, and remains, FY2025. The &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation period will consist of &amp;lt;br /&amp;gt;&lt;br /&gt;
four (4) phases, 1 through 4, and is &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to address any CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment ramp-up issues, provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
time needed to train the necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
number of assessors, and to allow &amp;lt;br /&amp;gt;&lt;br /&gt;
companies time to understand and &amp;lt;br /&amp;gt;&lt;br /&gt;
implement CMMC requirements. It is &amp;lt;br /&amp;gt;&lt;br /&gt;
estimated that full implementation of &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00020&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83111 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
CMMC by all defense contractors will &amp;lt;br /&amp;gt;&lt;br /&gt;
occur over seven years, given the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of DoD solicitations contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
respond to and are awarded each year. &lt;br /&gt;
&lt;br /&gt;
The four phases add CMMC level &lt;br /&gt;
&lt;br /&gt;
requirements incrementally, starting in &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 with Level 1 and Level 2 Self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, and ending with Phase 4 &amp;lt;br /&amp;gt;&lt;br /&gt;
for Full Implementation, as addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3(e)(4). By Phase 3, all CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels 1, 2, and 3 will be included in &amp;lt;br /&amp;gt;&lt;br /&gt;
some DoD solicitations and contracts, &amp;lt;br /&amp;gt;&lt;br /&gt;
but Level 3 requirements may be &amp;lt;br /&amp;gt;&lt;br /&gt;
identified for implementation as option &amp;lt;br /&amp;gt;&lt;br /&gt;
period requirements rather than for &amp;lt;br /&amp;gt;&lt;br /&gt;
initial contract award. In Phase 4, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will include CMMC requirements in all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD contracts and option &amp;lt;br /&amp;gt;&lt;br /&gt;
periods on contracts awarded after the &amp;lt;br /&amp;gt;&lt;br /&gt;
beginning of Phase 4. As addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(a), receipt of a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status for information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the Level 3 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope is a prerequisite for &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
CMMC self-assessment requirements &lt;br /&gt;
&lt;br /&gt;
build on the existing DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020 requirement for basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of CUI. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requires advanced implementation, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the phase-in period provides additional &amp;lt;br /&amp;gt;&lt;br /&gt;
time for OSC to achieve the higher &amp;lt;br /&amp;gt;&lt;br /&gt;
standard. In phase 4, which is full &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
must apply to new contracts and option &amp;lt;br /&amp;gt;&lt;br /&gt;
year awards. The DoD may choose to &amp;lt;br /&amp;gt;&lt;br /&gt;
negotiate modifications adding CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to contracts awarded prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to CMMC implementation, as needed. &amp;lt;br /&amp;gt;&lt;br /&gt;
No changes to this rule are needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
reflect existing contract administration &amp;lt;br /&amp;gt;&lt;br /&gt;
processes. Questions on specific &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting matters, including contract &amp;lt;br /&amp;gt;&lt;br /&gt;
costs and funding, are outside of the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule. &lt;br /&gt;
&lt;br /&gt;
With the implementation of the final &lt;br /&gt;
&lt;br /&gt;
32 CFR part 170 CMMC Program rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and 48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, prospective DoD contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors should be actively &amp;lt;br /&amp;gt;&lt;br /&gt;
preparing for DoD contract &amp;lt;br /&amp;gt;&lt;br /&gt;
opportunities that will include CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements when &amp;lt;br /&amp;gt;&lt;br /&gt;
performance will require the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
or subcontractor to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI or CUI. The respective &amp;lt;br /&amp;gt;&lt;br /&gt;
phases of the implementation plan &amp;lt;br /&amp;gt;&lt;br /&gt;
provide adequate time to complete &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements and DoD program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and timelines will dictate &amp;lt;br /&amp;gt;&lt;br /&gt;
the programs that may warrant CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 requirements during the phased &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of CMMC. &lt;br /&gt;
&lt;br /&gt;
DoD considered many alternatives &lt;br /&gt;
&lt;br /&gt;
before deciding upon the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan. The phased &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan is based on CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment level and type, which DoD &lt;br /&gt;
&lt;br /&gt;
believes to be a fair approach for all &amp;lt;br /&amp;gt;&lt;br /&gt;
prospective offerors. Defining the phase- &amp;lt;br /&amp;gt;&lt;br /&gt;
in based on contract type, company size &amp;lt;br /&amp;gt;&lt;br /&gt;
standard, or other potential bases could &amp;lt;br /&amp;gt;&lt;br /&gt;
lead to unfair advantage. Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers will have discretion to &amp;lt;br /&amp;gt;&lt;br /&gt;
include CMMC Status requirements or &amp;lt;br /&amp;gt;&lt;br /&gt;
rely upon existing DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 requirements, in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with DoD policy. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will monitor the Program Managers’ &amp;lt;br /&amp;gt;&lt;br /&gt;
exercise of this discretion to ensure a &amp;lt;br /&amp;gt;&lt;br /&gt;
smooth phase-in period. The decision to &amp;lt;br /&amp;gt;&lt;br /&gt;
rely upon CMMC self-assessment in lieu &amp;lt;br /&amp;gt;&lt;br /&gt;
of certification assessment is a &amp;lt;br /&amp;gt;&lt;br /&gt;
Government risk-based decision based &amp;lt;br /&amp;gt;&lt;br /&gt;
upon the nature of the effort to be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed and CUI to be shared. Note &amp;lt;br /&amp;gt;&lt;br /&gt;
that section § 170.20 Standards &amp;lt;br /&amp;gt;&lt;br /&gt;
acceptance states OSCs that completed &amp;lt;br /&amp;gt;&lt;br /&gt;
a DCMA DIBCAC High Assessment with &amp;lt;br /&amp;gt;&lt;br /&gt;
a score of 110 and aligned with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 Scoping, will receive Final &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status for a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
As noted by one commenter, self- &lt;br /&gt;
&lt;br /&gt;
assessments against NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
are already required, and verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with applicable security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is necessary for the &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of DoD CUI. For all CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
independent assessments (&#039;&#039;i.e., &#039;&#039;Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
or 3), DoD policy guides Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers in appropriately including &amp;lt;br /&amp;gt;&lt;br /&gt;
these requirements in DoD solicitations. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD systems that support the &amp;lt;br /&amp;gt;&lt;br /&gt;
procurement process can identify the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of contracts issued that include &amp;lt;br /&amp;gt;&lt;br /&gt;
any specific clause. Such metrics for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program are not within the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule. &lt;br /&gt;
&lt;br /&gt;
The seven-year timespan reflects the &lt;br /&gt;
&lt;br /&gt;
DoD’s estimate for all defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to achieve CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. The implementation plan &amp;lt;br /&amp;gt;&lt;br /&gt;
ramps up CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements over 4 phases, such that &amp;lt;br /&amp;gt;&lt;br /&gt;
the ecosystem will reach maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
capacity by year four. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced the response to a specific &amp;lt;br /&amp;gt;&lt;br /&gt;
comment to the 2020 CMMC rule. Those &amp;lt;br /&amp;gt;&lt;br /&gt;
earlier questions about the 2020 rule &amp;lt;br /&amp;gt;&lt;br /&gt;
publication are no longer relevant due &amp;lt;br /&amp;gt;&lt;br /&gt;
to changes made in the more recent &amp;lt;br /&amp;gt;&lt;br /&gt;
2023 rule publication. DoD estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
acknowledge that contractors with &amp;lt;br /&amp;gt;&lt;br /&gt;
existing contracts may not receive &amp;lt;br /&amp;gt;&lt;br /&gt;
another contract award or even submit &amp;lt;br /&amp;gt;&lt;br /&gt;
another proposal immediately. &lt;br /&gt;
&lt;br /&gt;
The DoD has developed CMMC to &lt;br /&gt;
&lt;br /&gt;
increase consistency of implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of NIST SP 800–171 R2 and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021. Specifically, this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
provides extensive information on &amp;lt;br /&amp;gt;&lt;br /&gt;
scoring methodology, in an effort to &amp;lt;br /&amp;gt;&lt;br /&gt;
improve self-assessments. The use of &amp;lt;br /&amp;gt;&lt;br /&gt;
independent C3PAOs further enforces &amp;lt;br /&amp;gt;&lt;br /&gt;
consistency for those companies that &amp;lt;br /&amp;gt;&lt;br /&gt;
need to meet a CMMC Level 2 &lt;br /&gt;
&lt;br /&gt;
certification requirement. The DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
considered the suggestions and declines &amp;lt;br /&amp;gt;&lt;br /&gt;
to modify the phase-in periods based on &amp;lt;br /&amp;gt;&lt;br /&gt;
total score required, or other criteria, &amp;lt;br /&amp;gt;&lt;br /&gt;
which would not provide the desired &amp;lt;br /&amp;gt;&lt;br /&gt;
improvements in DIB cybersecurity. &lt;br /&gt;
&lt;br /&gt;
The DoD notes the commenter’s &lt;br /&gt;
&lt;br /&gt;
concern that self-assessments go away &amp;lt;br /&amp;gt;&lt;br /&gt;
after Phase 4. Requirements from earlier &amp;lt;br /&amp;gt;&lt;br /&gt;
phases continue as each additional &amp;lt;br /&amp;gt;&lt;br /&gt;
phase is implemented. When &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, self-assessments will still be &amp;lt;br /&amp;gt;&lt;br /&gt;
allowed, as appropriate, in Phase 4. This &amp;lt;br /&amp;gt;&lt;br /&gt;
rule describes flow down requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to subcontractors. This rule makes no &amp;lt;br /&amp;gt;&lt;br /&gt;
change to 48 CFR 252.204–7008. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;8. Commercially Available Off-the-Shelf &amp;lt;br /&amp;gt;&lt;br /&gt;
(COTS) Procurements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment suggested &lt;br /&gt;
&lt;br /&gt;
the definition of COTS should be more &amp;lt;br /&amp;gt;&lt;br /&gt;
explicitly defined or the model outlined &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.2 should encompass COTS &amp;lt;br /&amp;gt;&lt;br /&gt;
products. Two comments questioned &amp;lt;br /&amp;gt;&lt;br /&gt;
the exemption of CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for contracts or subcontracts exclusively &amp;lt;br /&amp;gt;&lt;br /&gt;
for commercial off-the-shelf (COTS) &amp;lt;br /&amp;gt;&lt;br /&gt;
items. Others questioned applicability &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC requirements to COTS &amp;lt;br /&amp;gt;&lt;br /&gt;
procurements and/or purchases at or &amp;lt;br /&amp;gt;&lt;br /&gt;
below the micro-purchase threshold. &amp;lt;br /&amp;gt;&lt;br /&gt;
Finally, one commenter questioned the &amp;lt;br /&amp;gt;&lt;br /&gt;
validity of a COTS exclusion, stating &amp;lt;br /&amp;gt;&lt;br /&gt;
that no COTS components are exempt &amp;lt;br /&amp;gt;&lt;br /&gt;
from DoD’s certification requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
from DISA or NSA. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The term Commercially &lt;br /&gt;
&lt;br /&gt;
available off-the-shelf (COTS) is defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR part 2.101. Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
pertained to content of the 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule, including &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of CMMC clauses to COTS &amp;lt;br /&amp;gt;&lt;br /&gt;
procurements and/or those below the &amp;lt;br /&amp;gt;&lt;br /&gt;
micro-purchase threshold. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
comments are not within the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this CMMC 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule, which outlines program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and not acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures. CMMC requirements do not &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to contracts and subcontracts that &amp;lt;br /&amp;gt;&lt;br /&gt;
are exclusively for the delivery of COTS &amp;lt;br /&amp;gt;&lt;br /&gt;
products to a DoD buyer. The exemption &amp;lt;br /&amp;gt;&lt;br /&gt;
does not apply to a contractor’s use of &amp;lt;br /&amp;gt;&lt;br /&gt;
COTS products within its information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. CMMC assessments are conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
on contractor owned information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems to ascertain compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the designated FAR, DFARS, and NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;9. Specific Product Recommendations &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One managed service &lt;br /&gt;
&lt;br /&gt;
provider expressed concern that the &amp;lt;br /&amp;gt;&lt;br /&gt;
specific tools they use to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
services might be considered Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets or generate Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data in the context of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements, which might &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00021&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83112 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
result in clients electing to use their &amp;lt;br /&amp;gt;&lt;br /&gt;
own tools and products in lieu of the &amp;lt;br /&amp;gt;&lt;br /&gt;
managed service provider. This &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter attached a list of more than &amp;lt;br /&amp;gt;&lt;br /&gt;
a dozen commercial product and tools &amp;lt;br /&amp;gt;&lt;br /&gt;
they use as examples associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
this concern. One commenter used their &amp;lt;br /&amp;gt;&lt;br /&gt;
public comment submission to submit &amp;lt;br /&amp;gt;&lt;br /&gt;
materials marketing services their &amp;lt;br /&amp;gt;&lt;br /&gt;
company can provide, while another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter suggested the rule direct &amp;lt;br /&amp;gt;&lt;br /&gt;
readers to a website listing all software, &amp;lt;br /&amp;gt;&lt;br /&gt;
tools, and applications deemed ‘‘safe &amp;lt;br /&amp;gt;&lt;br /&gt;
and cost effective’’ by virtue of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
Another commenter asserted that all &lt;br /&gt;
&lt;br /&gt;
companies need access to cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
solutions from DHS/CISA and grants to &amp;lt;br /&amp;gt;&lt;br /&gt;
assist them in buying Zero Trust &amp;lt;br /&amp;gt;&lt;br /&gt;
technologies to protect CUI. Similarly, &amp;lt;br /&amp;gt;&lt;br /&gt;
some commenters recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
various other cybersecurity tools, &amp;lt;br /&amp;gt;&lt;br /&gt;
programs, or technologies that could be &amp;lt;br /&amp;gt;&lt;br /&gt;
used to meet CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement and provide threat &amp;lt;br /&amp;gt;&lt;br /&gt;
intelligence to DIB companies. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations included portals used &amp;lt;br /&amp;gt;&lt;br /&gt;
in conjunction with perimeter and &amp;lt;br /&amp;gt;&lt;br /&gt;
privileged access management systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter proposed delaying &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the CMMC rule until &amp;lt;br /&amp;gt;&lt;br /&gt;
all DoD contractors’ system &amp;lt;br /&amp;gt;&lt;br /&gt;
architectures could be analyzed for &amp;lt;br /&amp;gt;&lt;br /&gt;
possible implementation of Virtual &amp;lt;br /&amp;gt;&lt;br /&gt;
Machines, or Blockchain for secure data &amp;lt;br /&amp;gt;&lt;br /&gt;
transmission, or hosting of all CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD hosted platforms. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The government cannot &lt;br /&gt;
&lt;br /&gt;
comment on specific products or &amp;lt;br /&amp;gt;&lt;br /&gt;
vendors, including marketing materials &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted via public comment. &amp;lt;br /&amp;gt;&lt;br /&gt;
However, companies that act as ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
should note this rule does not require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment or certification of &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs that do not process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. Services provided by an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
Comments pertaining to solutions &lt;br /&gt;
&lt;br /&gt;
available from other Federal agencies or &amp;lt;br /&amp;gt;&lt;br /&gt;
expressing a desire for grants to obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
Zero Trust solutions or other &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity solutions are also beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the CMMC rule. A wide &amp;lt;br /&amp;gt;&lt;br /&gt;
range of technologies may be used to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement CMMC requirements. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will not comment on specific OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
technology choices. The Department &amp;lt;br /&amp;gt;&lt;br /&gt;
declines the recommendation to review &amp;lt;br /&amp;gt;&lt;br /&gt;
the system architectures of all DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. The DoD did not modify the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule to identify a repository of ‘‘safe and &amp;lt;br /&amp;gt;&lt;br /&gt;
cost effective’’ software, applications, &amp;lt;br /&amp;gt;&lt;br /&gt;
and tools because a CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
does not evaluate commercial products &amp;lt;br /&amp;gt;&lt;br /&gt;
or services for those characteristics and &amp;lt;br /&amp;gt;&lt;br /&gt;
the government does not provide &amp;lt;br /&amp;gt;&lt;br /&gt;
product endorsements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;10. Applicability &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Systems Operated on Behalf of DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
and National Security Systems &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;The DoD received &lt;br /&gt;
&lt;br /&gt;
questions about whether CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply to information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that are designated as National &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Systems, Defense Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems, or systems operated on the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s behalf. In concert with those &amp;lt;br /&amp;gt;&lt;br /&gt;
questions, one person recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
adding NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to the rule for such &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. The commenter further &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended expanding applicability &amp;lt;br /&amp;gt;&lt;br /&gt;
of the rule to include contractor-owned &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that directly affect DoD NSS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Two commenters recommend edits to &amp;lt;br /&amp;gt;&lt;br /&gt;
clarify that CMMC requirements do not &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to NSS or to government systems &amp;lt;br /&amp;gt;&lt;br /&gt;
operated by contractors on the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
behalf. &lt;br /&gt;
&lt;br /&gt;
One commenter asked if a Cloud &lt;br /&gt;
&lt;br /&gt;
Service Provider that stores CUI would &amp;lt;br /&amp;gt;&lt;br /&gt;
have to be at Impact Level 4 in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the DISA Cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
Computing Security Requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
Guide. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The CMMC assessment &lt;br /&gt;
&lt;br /&gt;
requirements apply in conjunction with &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21 and DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
provide a mechanism for verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for safeguarding FCI or &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI (&#039;&#039;e.g., &#039;&#039;NIST SP 800–171) levied by &amp;lt;br /&amp;gt;&lt;br /&gt;
those clauses. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program does not alter &lt;br /&gt;
&lt;br /&gt;
any additional security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
that may be applicable to contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems that may &amp;lt;br /&amp;gt;&lt;br /&gt;
also meet the criteria for designation as &amp;lt;br /&amp;gt;&lt;br /&gt;
NSS. &lt;br /&gt;
&lt;br /&gt;
There is no conflict between the &lt;br /&gt;
&lt;br /&gt;
CMMC rule and the DISA Cloud SRG, &amp;lt;br /&amp;gt;&lt;br /&gt;
which applies to contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that are part of Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (IT) services or systems &amp;lt;br /&amp;gt;&lt;br /&gt;
operated on behalf of the Government. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC rule does not apply to those &amp;lt;br /&amp;gt;&lt;br /&gt;
systems (§ 170.3(b)). The DoD declines &amp;lt;br /&amp;gt;&lt;br /&gt;
to modify the rule because the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability section already states this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule applies to contractor-owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems. &lt;br /&gt;
&lt;br /&gt;
b. Infrastructure Entities &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many commenters had &lt;br /&gt;
&lt;br /&gt;
concerns about CMMC’s potential &amp;lt;br /&amp;gt;&lt;br /&gt;
impact to the energy and electric &amp;lt;br /&amp;gt;&lt;br /&gt;
industries, internet Service Providers &amp;lt;br /&amp;gt;&lt;br /&gt;
(ISPs) and small, disadvantaged &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses looking to contract with the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD, especially given dependencies on &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate marking of Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information (CUI). &lt;br /&gt;
&lt;br /&gt;
Another commenter referenced &lt;br /&gt;
&lt;br /&gt;
Executive Order 13175, ‘‘Consultation &lt;br /&gt;
&lt;br /&gt;
and Coordination with Indian Tribal &amp;lt;br /&amp;gt;&lt;br /&gt;
Governments’’ and requested &amp;lt;br /&amp;gt;&lt;br /&gt;
information on CMMC impact to and &amp;lt;br /&amp;gt;&lt;br /&gt;
potential exemptions for Native &amp;lt;br /&amp;gt;&lt;br /&gt;
American and small disadvantaged &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. Another commenter stated &amp;lt;br /&amp;gt;&lt;br /&gt;
that some small businesses may stop &amp;lt;br /&amp;gt;&lt;br /&gt;
providing cost estimating services to &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal agencies due to ‘‘threatened &amp;lt;br /&amp;gt;&lt;br /&gt;
penalties’’ under CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
One commenter recommended adding &lt;br /&gt;
&lt;br /&gt;
the definition of the defense industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
base (DIB), and referenced the &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity and Infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency definition, which &amp;lt;br /&amp;gt;&lt;br /&gt;
explicitly excludes commercial &amp;lt;br /&amp;gt;&lt;br /&gt;
infrastructure providers from their &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of the Defense Industrial Base &amp;lt;br /&amp;gt;&lt;br /&gt;
Sector. One commenter stated the lack &amp;lt;br /&amp;gt;&lt;br /&gt;
of clarity around requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
electric cooperatives under the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
framework is causing concern about &amp;lt;br /&amp;gt;&lt;br /&gt;
unanticipated cost impacts for these &amp;lt;br /&amp;gt;&lt;br /&gt;
smaller entities. The commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
requested that DoD provide contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
the ability to recover unanticipated &amp;lt;br /&amp;gt;&lt;br /&gt;
costs incurred to achieve CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. &lt;br /&gt;
&lt;br /&gt;
Another commenter asked about &lt;br /&gt;
&lt;br /&gt;
potential CMMC exemptions for &amp;lt;br /&amp;gt;&lt;br /&gt;
telecommunications providers, &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically for end user encryption. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter stated the DoD needs to &amp;lt;br /&amp;gt;&lt;br /&gt;
impose CUI encryption requirements on &amp;lt;br /&amp;gt;&lt;br /&gt;
the relevant contractors and not &amp;lt;br /&amp;gt;&lt;br /&gt;
telecommunications network providers, &amp;lt;br /&amp;gt;&lt;br /&gt;
who have no control over whether a &amp;lt;br /&amp;gt;&lt;br /&gt;
user encrypts information it sends over &amp;lt;br /&amp;gt;&lt;br /&gt;
those networks. The commenter also &amp;lt;br /&amp;gt;&lt;br /&gt;
noted that definitions of ‘‘common &amp;lt;br /&amp;gt;&lt;br /&gt;
carrier’’ vary across Federal Government &amp;lt;br /&amp;gt;&lt;br /&gt;
and suggested the DoD should create a &amp;lt;br /&amp;gt;&lt;br /&gt;
blanket exemption for contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
involving commercial communications &amp;lt;br /&amp;gt;&lt;br /&gt;
networks that are not ‘‘purpose-built’’ to &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit sensitive government data. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter suggested the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Rule should further clarify that &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption must be configured such that &amp;lt;br /&amp;gt;&lt;br /&gt;
the common carrier does not have &amp;lt;br /&amp;gt;&lt;br /&gt;
access to the decryption key(s). &lt;br /&gt;
&lt;br /&gt;
Several commenters requested clarity &lt;br /&gt;
&lt;br /&gt;
around CUI, citing general confusion &amp;lt;br /&amp;gt;&lt;br /&gt;
among industry about which CUI is &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to the CMMC Program. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters interpreted the rule as &amp;lt;br /&amp;gt;&lt;br /&gt;
proposing to apply to all CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
information, rather than just &amp;lt;br /&amp;gt;&lt;br /&gt;
information handled by the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘in support of a defense contract’’ and &amp;lt;br /&amp;gt;&lt;br /&gt;
asserted that this would be an &amp;lt;br /&amp;gt;&lt;br /&gt;
expansion beyond the current DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
They further suggested this broad &amp;lt;br /&amp;gt;&lt;br /&gt;
definition could result in companies &amp;lt;br /&amp;gt;&lt;br /&gt;
applying costly controls to all apparent &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, regardless of its association with &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD, to avoid penalties under the False &amp;lt;br /&amp;gt;&lt;br /&gt;
Claims Act. They recommended clearly &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00022&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83113 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
stating that CUI provided to contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
by non-DoD agencies should be subject &amp;lt;br /&amp;gt;&lt;br /&gt;
to the requirements of those agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
and not the CMMC Program. &lt;br /&gt;
&lt;br /&gt;
A commenter said the electric &lt;br /&gt;
&lt;br /&gt;
industry will experience increased costs &amp;lt;br /&amp;gt;&lt;br /&gt;
as electric utilities comb through vast &amp;lt;br /&amp;gt;&lt;br /&gt;
amounts of data across the electric grid &amp;lt;br /&amp;gt;&lt;br /&gt;
to determine all potential CUI, even if &amp;lt;br /&amp;gt;&lt;br /&gt;
that CUI is not specifically subject to a &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract. One commenter stated &amp;lt;br /&amp;gt;&lt;br /&gt;
that guidance DoD has provided for &amp;lt;br /&amp;gt;&lt;br /&gt;
electric utilities to identify CUI in the &amp;lt;br /&amp;gt;&lt;br /&gt;
past is insufficient and suggested that &amp;lt;br /&amp;gt;&lt;br /&gt;
use of Security Classifications Guides &amp;lt;br /&amp;gt;&lt;br /&gt;
could help by minimizing the need for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC compliance. In addition, they &amp;lt;br /&amp;gt;&lt;br /&gt;
speculated that inclusion of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements could create requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
after award which might require &amp;lt;br /&amp;gt;&lt;br /&gt;
adjustments to contract price. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter stated energy companies &amp;lt;br /&amp;gt;&lt;br /&gt;
servicing military customers must &amp;lt;br /&amp;gt;&lt;br /&gt;
develop governance programs around &amp;lt;br /&amp;gt;&lt;br /&gt;
data protection years in advance, with &amp;lt;br /&amp;gt;&lt;br /&gt;
significant investments. The commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
is concerned that CMMC requires these &amp;lt;br /&amp;gt;&lt;br /&gt;
companies to make these large &amp;lt;br /&amp;gt;&lt;br /&gt;
investments prior to knowing if a &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed contract may contain CUI and &amp;lt;br /&amp;gt;&lt;br /&gt;
without adequate guidance about what &amp;lt;br /&amp;gt;&lt;br /&gt;
data is considered CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;This rule has no &lt;br /&gt;
&lt;br /&gt;
disproportionate impact on Native &amp;lt;br /&amp;gt;&lt;br /&gt;
American-owned businesses. Once &amp;lt;br /&amp;gt;&lt;br /&gt;
identified as a requirement, the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level will apply uniformly to all &amp;lt;br /&amp;gt;&lt;br /&gt;
prospective competitors. DoD must &amp;lt;br /&amp;gt;&lt;br /&gt;
enforce safeguarding requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
uniformly across the Defense Industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
Base for all contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. The value of information &amp;lt;br /&amp;gt;&lt;br /&gt;
(and impact of its loss) does not &amp;lt;br /&amp;gt;&lt;br /&gt;
diminish when the information moves &amp;lt;br /&amp;gt;&lt;br /&gt;
to DoD contractors and DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors, regardless of their status &amp;lt;br /&amp;gt;&lt;br /&gt;
as Native American or small &amp;lt;br /&amp;gt;&lt;br /&gt;
disadvantaged businesses. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program rule does not &lt;br /&gt;
&lt;br /&gt;
include ‘‘threatened penalties.’’ If a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement of a DoD contract is not &amp;lt;br /&amp;gt;&lt;br /&gt;
met, then standard contractual and &amp;lt;br /&amp;gt;&lt;br /&gt;
other remedies applicable to that &amp;lt;br /&amp;gt;&lt;br /&gt;
contract may apply. &lt;br /&gt;
&lt;br /&gt;
CMMC Program requirements make &lt;br /&gt;
&lt;br /&gt;
no change to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by DoD. Policies for CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and creation of program documentation, &amp;lt;br /&amp;gt;&lt;br /&gt;
to include Security Classification &amp;lt;br /&amp;gt;&lt;br /&gt;
Guides, are separate from this rule. &lt;br /&gt;
&lt;br /&gt;
Section 170.4(b) of the rule states &lt;br /&gt;
&lt;br /&gt;
Defense Industrial Base (DIB) is defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in 32 CFR part 236, which addresses &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD and DIB Cyber Security Activities. &amp;lt;br /&amp;gt;&lt;br /&gt;
Section 236.2 includes the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
approved definition for DIB. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program applies only to &lt;br /&gt;
&lt;br /&gt;
DoD contracts that include the DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7021 and under which &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI is processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. &lt;br /&gt;
&lt;br /&gt;
This includes CUI outside the &lt;br /&gt;
&lt;br /&gt;
category of the Defense Organizational &amp;lt;br /&amp;gt;&lt;br /&gt;
Index Group. Contracts for the provision &amp;lt;br /&amp;gt;&lt;br /&gt;
of electricity or other utilities which do &amp;lt;br /&amp;gt;&lt;br /&gt;
not contain FAR clause 52.204–21 or &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 and which &amp;lt;br /&amp;gt;&lt;br /&gt;
do not require the processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting of FCI or CUI on contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems will not &amp;lt;br /&amp;gt;&lt;br /&gt;
require CMMC assessment. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
rule makes no change to FAR cost &amp;lt;br /&amp;gt;&lt;br /&gt;
allowability or cost accounting &amp;lt;br /&amp;gt;&lt;br /&gt;
standards. The 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule has been updated to add &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘in performance of the DoD contract’’ to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3, and the 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule will provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual direction. &lt;br /&gt;
&lt;br /&gt;
A common carrier’s information &lt;br /&gt;
&lt;br /&gt;
system is not within the contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope if CUI is &amp;lt;br /&amp;gt;&lt;br /&gt;
properly encrypted during transport &amp;lt;br /&amp;gt;&lt;br /&gt;
across the common carrier’s information &amp;lt;br /&amp;gt;&lt;br /&gt;
system. A common carrier who is a DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or subcontractor is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for complying with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements in their contracts. &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI encryption requirements already &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to the OSA, not the &amp;lt;br /&amp;gt;&lt;br /&gt;
telecommunications network provider. &amp;lt;br /&amp;gt;&lt;br /&gt;
The lack of adequate encryption on the &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the OSA would not trigger &amp;lt;br /&amp;gt;&lt;br /&gt;
application of CMMC requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
the common carrier’s network. The term &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘common carrier’’ appears in the &amp;lt;br /&amp;gt;&lt;br /&gt;
comment section to a previous rule &amp;lt;br /&amp;gt;&lt;br /&gt;
making process. Its definition and use &amp;lt;br /&amp;gt;&lt;br /&gt;
are taken from CNSSI 4009. Efforts to &amp;lt;br /&amp;gt;&lt;br /&gt;
define it or related terms by other &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies are outside the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. Commenter scenarios &amp;lt;br /&amp;gt;&lt;br /&gt;
where a common carrier would be privy &amp;lt;br /&amp;gt;&lt;br /&gt;
to an OSA’s encryption keys are &amp;lt;br /&amp;gt;&lt;br /&gt;
unrealistic. DoD declines to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
additional guidance. &lt;br /&gt;
&lt;br /&gt;
CMMC Program requirements make &lt;br /&gt;
&lt;br /&gt;
no change to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by DoD. Policies for CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and creation of program documentation, &amp;lt;br /&amp;gt;&lt;br /&gt;
to include Security Classification &amp;lt;br /&amp;gt;&lt;br /&gt;
Guides, are separate from this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Relevant policies include DoDI 5200.48 &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Controlled Unclassified Information’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
and DoD Manual 5200.45 ‘‘Instructions &amp;lt;br /&amp;gt;&lt;br /&gt;
for Developing Security Classification &amp;lt;br /&amp;gt;&lt;br /&gt;
Guides’’. CMMC Program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will be identified as solicitation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Contractors will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet the stated CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, when applicable, at or &amp;lt;br /&amp;gt;&lt;br /&gt;
above the level identified. For this &amp;lt;br /&amp;gt;&lt;br /&gt;
reason, it is up to each DIB organization &lt;br /&gt;
&lt;br /&gt;
to determine which CMMC level they &amp;lt;br /&amp;gt;&lt;br /&gt;
should attain. &lt;br /&gt;
&lt;br /&gt;
Questions regarding specific &lt;br /&gt;
&lt;br /&gt;
contractual matters are outside of the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule and may be addressed &amp;lt;br /&amp;gt;&lt;br /&gt;
by the 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule. The CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
will be implemented as a pre-award &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
c. Joint Ventures &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two commenters requested &lt;br /&gt;
&lt;br /&gt;
clarification as to whether CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will apply to companies &amp;lt;br /&amp;gt;&lt;br /&gt;
engaged in Joint Ventures. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC program &lt;br /&gt;
&lt;br /&gt;
requirements are applicable when DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
requires processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting of either FCI or CUI in the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract between DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
and the respective contractor. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements will apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
contract efforts that process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI or CUI, and to any &amp;lt;br /&amp;gt;&lt;br /&gt;
information system that provides &amp;lt;br /&amp;gt;&lt;br /&gt;
security protections for such systems, or &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems not logically or &amp;lt;br /&amp;gt;&lt;br /&gt;
physically isolated from all such &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. The identity of an offeror or &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor as a joint venture does not in &amp;lt;br /&amp;gt;&lt;br /&gt;
and of itself define the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
network to be assessed. &lt;br /&gt;
&lt;br /&gt;
d. Fundamental Research Efforts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter &lt;br /&gt;
&lt;br /&gt;
recommended that both the sharing of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI and the decision to apply a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessment should only be &amp;lt;br /&amp;gt;&lt;br /&gt;
considered for contracts of sufficient &amp;lt;br /&amp;gt;&lt;br /&gt;
contract value and performance period &amp;lt;br /&amp;gt;&lt;br /&gt;
to make the expense of safeguarding CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
worthwhile. This commenter asserted &amp;lt;br /&amp;gt;&lt;br /&gt;
that small businesses are selected for &amp;lt;br /&amp;gt;&lt;br /&gt;
SBIR contract award not based on &amp;lt;br /&amp;gt;&lt;br /&gt;
ability to protect information, but &amp;lt;br /&amp;gt;&lt;br /&gt;
instead on the unique product or service &amp;lt;br /&amp;gt;&lt;br /&gt;
they offer. &lt;br /&gt;
&lt;br /&gt;
Some commenters expressed concern &lt;br /&gt;
&lt;br /&gt;
that CMMC could result in state-funded &amp;lt;br /&amp;gt;&lt;br /&gt;
universities incurring costs to comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC level 2, while even the &amp;lt;br /&amp;gt;&lt;br /&gt;
costs for implementing required FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements is a &amp;lt;br /&amp;gt;&lt;br /&gt;
significant financial burden. These &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters speculated that applying &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI markings to fundamental &amp;lt;br /&amp;gt;&lt;br /&gt;
research information negatively impact &amp;lt;br /&amp;gt;&lt;br /&gt;
academic institutions by requiring them &amp;lt;br /&amp;gt;&lt;br /&gt;
to remove such data from the public &amp;lt;br /&amp;gt;&lt;br /&gt;
domain. This commenter cited DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7000 as rationale to &amp;lt;br /&amp;gt;&lt;br /&gt;
modify the CMMC rule to exclude &amp;lt;br /&amp;gt;&lt;br /&gt;
fundamental research. &lt;br /&gt;
&lt;br /&gt;
One commenter requested that when &lt;br /&gt;
&lt;br /&gt;
contracting for fundamental research, &amp;lt;br /&amp;gt;&lt;br /&gt;
the Government include a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement based only on whether &amp;lt;br /&amp;gt;&lt;br /&gt;
information shared is currently FCI or &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00023&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83114 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
CUI, and not whether the effort might &amp;lt;br /&amp;gt;&lt;br /&gt;
lead to development of FCI or CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter requested that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
issue policies clearly describing how to &amp;lt;br /&amp;gt;&lt;br /&gt;
recognize or identify circumstances that &amp;lt;br /&amp;gt;&lt;br /&gt;
could result in fundamental research &amp;lt;br /&amp;gt;&lt;br /&gt;
becoming FCI or CUI such that it would &amp;lt;br /&amp;gt;&lt;br /&gt;
require being processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted on CMMC compliant &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems. The commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed concern that absent such &amp;lt;br /&amp;gt;&lt;br /&gt;
policies, research institutions may &amp;lt;br /&amp;gt;&lt;br /&gt;
house all DoD-related project activities &amp;lt;br /&amp;gt;&lt;br /&gt;
in CUI enclaves ‘‘out of an abundance &amp;lt;br /&amp;gt;&lt;br /&gt;
of caution’’, thereby unnecessarily &amp;lt;br /&amp;gt;&lt;br /&gt;
expanding CUI applicability at &amp;lt;br /&amp;gt;&lt;br /&gt;
significant cost. They asked that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Instruction 5200.48, ‘‘Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information,’’ and a related &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD policy memorandum ‘‘Clarifying &amp;lt;br /&amp;gt;&lt;br /&gt;
Guidance for Marking and Handling &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Technical Information in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with Department of Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Instruction 5200.48, ‘Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information’’ be &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated into the rule by reference. &lt;br /&gt;
&lt;br /&gt;
One commenter questioned whether &lt;br /&gt;
&lt;br /&gt;
and how CMMC requirements may &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to non-contract efforts, including &amp;lt;br /&amp;gt;&lt;br /&gt;
grants, or efforts conducted under Other &amp;lt;br /&amp;gt;&lt;br /&gt;
Transactional Authorities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;One of the main purposes &lt;br /&gt;
&lt;br /&gt;
of the CMMC Program is to ensure that &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracts that require contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard CUI will be awarded to &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors with the ability to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
that information. All contractor-owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems that process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI are subject to the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of NIST SP 800–171 when &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 is included &amp;lt;br /&amp;gt;&lt;br /&gt;
in the contract. This is the case whether &amp;lt;br /&amp;gt;&lt;br /&gt;
or not the contractor is engaged in &amp;lt;br /&amp;gt;&lt;br /&gt;
fundamental research. &lt;br /&gt;
&lt;br /&gt;
To the extent that universities are &lt;br /&gt;
&lt;br /&gt;
solely engaged in fundamental research &amp;lt;br /&amp;gt;&lt;br /&gt;
that only includes information intended &amp;lt;br /&amp;gt;&lt;br /&gt;
for public release and does not include &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI, no CMMC requirement is &amp;lt;br /&amp;gt;&lt;br /&gt;
likely to apply. When a research &amp;lt;br /&amp;gt;&lt;br /&gt;
institution does process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI, the information should be &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguarded in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the FAR clause 52.204–21, if &amp;lt;br /&amp;gt;&lt;br /&gt;
applied. When a research institution &amp;lt;br /&amp;gt;&lt;br /&gt;
does process, store, or transmit CUI, the &amp;lt;br /&amp;gt;&lt;br /&gt;
information should be adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarded in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012, if applied. &amp;lt;br /&amp;gt;&lt;br /&gt;
That clause makes the contractor owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information system subject to NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171, which includes requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for Awareness and Training (AT) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Physical Protection (PE). The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program provides a means to verify &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
DoD’s CUI program policies already &lt;br /&gt;
&lt;br /&gt;
address responsibilities for identifying &amp;lt;br /&amp;gt;&lt;br /&gt;
and marking information, including &lt;br /&gt;
&lt;br /&gt;
procedures for changing markings. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declined to incorporate all the &amp;lt;br /&amp;gt;&lt;br /&gt;
references associated with marking and &amp;lt;br /&amp;gt;&lt;br /&gt;
handling CUI. The DoD instructions and &amp;lt;br /&amp;gt;&lt;br /&gt;
policy guidance are authoritative and &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporating them into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation is beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. DoD declines to update the &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble to exclude the possibility that &amp;lt;br /&amp;gt;&lt;br /&gt;
information may be designated CUI over &amp;lt;br /&amp;gt;&lt;br /&gt;
the course of time. According to A&amp;amp;amp;S &amp;lt;br /&amp;gt;&lt;br /&gt;
memo dated 31 March 2021, titled &amp;lt;br /&amp;gt;&lt;br /&gt;
Clarifying Guidance for Marking and &amp;lt;br /&amp;gt;&lt;br /&gt;
Handling Controlled Technical &amp;lt;br /&amp;gt;&lt;br /&gt;
Information in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense Instruction &amp;lt;br /&amp;gt;&lt;br /&gt;
5200.48, ‘‘Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information,’’ ‘‘Information related to &amp;lt;br /&amp;gt;&lt;br /&gt;
RDT&amp;amp;amp;E-funded research efforts, other &amp;lt;br /&amp;gt;&lt;br /&gt;
than fundamental research, do not &amp;lt;br /&amp;gt;&lt;br /&gt;
always qualify as CUI.’’ This implies &amp;lt;br /&amp;gt;&lt;br /&gt;
that some DoD fundamental research &amp;lt;br /&amp;gt;&lt;br /&gt;
may qualify as CUI. When the DoD does &amp;lt;br /&amp;gt;&lt;br /&gt;
determine that research meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of CUI, safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 will apply regardless of whether &amp;lt;br /&amp;gt;&lt;br /&gt;
the contractor’s work is fundamental &amp;lt;br /&amp;gt;&lt;br /&gt;
research. In such instances, CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements may also be &amp;lt;br /&amp;gt;&lt;br /&gt;
applied. Contractors should work &amp;lt;br /&amp;gt;&lt;br /&gt;
closely with Government Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers to ensure a proper &amp;lt;br /&amp;gt;&lt;br /&gt;
understanding of the data being &amp;lt;br /&amp;gt;&lt;br /&gt;
developed and the appropriate markings &amp;lt;br /&amp;gt;&lt;br /&gt;
and safeguarding. &lt;br /&gt;
&lt;br /&gt;
Questions regarding the application of &lt;br /&gt;
&lt;br /&gt;
CMMC requirements to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
transactions, including grants and &amp;lt;br /&amp;gt;&lt;br /&gt;
OTAs, are outside of the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program rule. &lt;br /&gt;
&lt;br /&gt;
e. DoD Waiver of CMMC Applicability &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several questions were &lt;br /&gt;
&lt;br /&gt;
submitted about waiver procedures for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. For example, &amp;lt;br /&amp;gt;&lt;br /&gt;
someone asked which DoD person or &amp;lt;br /&amp;gt;&lt;br /&gt;
office has authority to approve waiver &amp;lt;br /&amp;gt;&lt;br /&gt;
requests. Others also requested insight &amp;lt;br /&amp;gt;&lt;br /&gt;
to the specific criteria for waiver &amp;lt;br /&amp;gt;&lt;br /&gt;
approval. One commenter submitted &amp;lt;br /&amp;gt;&lt;br /&gt;
preferred rewording of the rule section &amp;lt;br /&amp;gt;&lt;br /&gt;
that describes waivers while another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested self-assessment should be &amp;lt;br /&amp;gt;&lt;br /&gt;
required even when certification is &amp;lt;br /&amp;gt;&lt;br /&gt;
waived. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD internal policies, &lt;br /&gt;
&lt;br /&gt;
procedures, and approval requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will govern the process for DoD to waive &amp;lt;br /&amp;gt;&lt;br /&gt;
inclusion of the CMMC requirement in &amp;lt;br /&amp;gt;&lt;br /&gt;
the solicitation. Once applicable to a &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation, there is no process for &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs to seek waivers of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the DoD CIO. In &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with § 170.5(d), a limited &amp;lt;br /&amp;gt;&lt;br /&gt;
waiver authority is provided to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition Executive with acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight for the program in question. &amp;lt;br /&amp;gt;&lt;br /&gt;
These officials may issue supplemental &lt;br /&gt;
&lt;br /&gt;
guidance dictating specific coordination &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for waiver requests. &amp;lt;br /&amp;gt;&lt;br /&gt;
Recommended administrative changes &amp;lt;br /&amp;gt;&lt;br /&gt;
have been incorporated into § 170.5(d) &amp;lt;br /&amp;gt;&lt;br /&gt;
to add clarity. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;11. Determination of Applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Type &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Process for Level Determination &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments asked &lt;br /&gt;
&lt;br /&gt;
how DoD will determine the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level to include in solicitations. &amp;lt;br /&amp;gt;&lt;br /&gt;
Multiple comments inquired about the &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria DoD will use to determine when &amp;lt;br /&amp;gt;&lt;br /&gt;
to require a CMMC Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, CMMC Level 2 certification, &amp;lt;br /&amp;gt;&lt;br /&gt;
or CMMC Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Multiple comments asked &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically about when CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment will be required versus &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 Certification. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested more information &amp;lt;br /&amp;gt;&lt;br /&gt;
on which companies may ‘‘self-attest’’. &lt;br /&gt;
&lt;br /&gt;
One comment requested § 170.5(a) be &lt;br /&gt;
&lt;br /&gt;
modified to prevent CMMC level 2 or 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
being assigned for contracts where only &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI is exchanged. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
emphasized that requirement(s) for &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor certification levels must be &amp;lt;br /&amp;gt;&lt;br /&gt;
the same as stated throughout this &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed ruling. Two comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended providing contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
officers with interim guidance to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
consistency in applying CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. One comment requested &amp;lt;br /&amp;gt;&lt;br /&gt;
the detailed guidance ensure CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are selected based on risk, &amp;lt;br /&amp;gt;&lt;br /&gt;
and that certification is not required by &amp;lt;br /&amp;gt;&lt;br /&gt;
default. &lt;br /&gt;
&lt;br /&gt;
Some commenters objected to the &lt;br /&gt;
&lt;br /&gt;
wording of one criterion for level &amp;lt;br /&amp;gt;&lt;br /&gt;
selection as ‘‘potential for and impacts &amp;lt;br /&amp;gt;&lt;br /&gt;
from exploitation of information &amp;lt;br /&amp;gt;&lt;br /&gt;
security deficiencies’’. One asserted this &amp;lt;br /&amp;gt;&lt;br /&gt;
equates to a sub-CONFIDENTIAL &amp;lt;br /&amp;gt;&lt;br /&gt;
security classification. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed that all information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
that process CUI should have the same &amp;lt;br /&amp;gt;&lt;br /&gt;
level of ‘‘program criticality, &amp;lt;br /&amp;gt;&lt;br /&gt;
information sensitivity, and the severity &amp;lt;br /&amp;gt;&lt;br /&gt;
of cyber threat’’ since CUI is &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information which is a &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘handling caveat’’. &lt;br /&gt;
&lt;br /&gt;
Multiple comments requested a &lt;br /&gt;
&lt;br /&gt;
clearer description of what contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
require CMMC Level 3 Certification, one &amp;lt;br /&amp;gt;&lt;br /&gt;
of which requested a definition of what &amp;lt;br /&amp;gt;&lt;br /&gt;
constitutes a ‘‘priority program’’ that &amp;lt;br /&amp;gt;&lt;br /&gt;
might require CMMC Level 3. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested that acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
processes first analyze the CUI for a &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed effort using published factors &amp;lt;br /&amp;gt;&lt;br /&gt;
for aligning CUI to high value assets &amp;lt;br /&amp;gt;&lt;br /&gt;
before setting CMMC levels. They &amp;lt;br /&amp;gt;&lt;br /&gt;
asserted use of such published factors &amp;lt;br /&amp;gt;&lt;br /&gt;
would improve accuracy of CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
marking. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00024&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83115 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Pre-award contracting &lt;br /&gt;
&lt;br /&gt;
procedures and processes for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule. CMMC is a &amp;lt;br /&amp;gt;&lt;br /&gt;
pre-award requirement. As stated in the &amp;lt;br /&amp;gt;&lt;br /&gt;
Applicability section summary of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule (§ 170.3), once CMMC is &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented in the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule, DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
specify the required CMMC Level in the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation and the resulting contract. &lt;br /&gt;
&lt;br /&gt;
DoD’s policies and procedures for the &lt;br /&gt;
&lt;br /&gt;
length of time allowed for proposal &amp;lt;br /&amp;gt;&lt;br /&gt;
submission in response to any &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation are beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. PMs typically consider the totality &amp;lt;br /&amp;gt;&lt;br /&gt;
of the requirement when deciding how &amp;lt;br /&amp;gt;&lt;br /&gt;
much time to allow for proposal &amp;lt;br /&amp;gt;&lt;br /&gt;
submission or whether to seek industry &amp;lt;br /&amp;gt;&lt;br /&gt;
input through Request for Information &amp;lt;br /&amp;gt;&lt;br /&gt;
to inform solicitation details. Note that &amp;lt;br /&amp;gt;&lt;br /&gt;
once attained, companies may reference &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status as part of any number &amp;lt;br /&amp;gt;&lt;br /&gt;
of proposals to various solicitations &amp;lt;br /&amp;gt;&lt;br /&gt;
with that level of CMMC requirement if &amp;lt;br /&amp;gt;&lt;br /&gt;
the same assessment scope is used. &lt;br /&gt;
&lt;br /&gt;
The type and sensitivity of &lt;br /&gt;
&lt;br /&gt;
information to be utilized during the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract, FCI or CUI, determines the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in the solicitation, which &amp;lt;br /&amp;gt;&lt;br /&gt;
then informs the CMMC level required. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level 1 requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
designed to be applied when FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to the contract, whereas CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level 2 and 3 requirements are designed &amp;lt;br /&amp;gt;&lt;br /&gt;
for the protection of CUI information, &amp;lt;br /&amp;gt;&lt;br /&gt;
and to be applied when DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 also applies. &lt;br /&gt;
&lt;br /&gt;
When CMMC Program requirements &lt;br /&gt;
&lt;br /&gt;
are effective, the DoD will begin &amp;lt;br /&amp;gt;&lt;br /&gt;
including CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in solicitations as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.3 Applicability. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations will specify which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will apply to the contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. Prior to issuance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation, DoD will determine the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate CMMC level and type of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment needed to ensure adequate &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of the DoD program &amp;lt;br /&amp;gt;&lt;br /&gt;
information to be shared in performance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the contract. Identification of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level and assessment type will &amp;lt;br /&amp;gt;&lt;br /&gt;
be part of the DoD’s requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
definition process. As addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(a) of this rule, a CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 Final CMMC Status is a prerequisite &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Level 3 assessment and must &amp;lt;br /&amp;gt;&lt;br /&gt;
be achieved for information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
within the Level 3 Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Identification of priority programs is a &lt;br /&gt;
&lt;br /&gt;
function of the requirements definition &amp;lt;br /&amp;gt;&lt;br /&gt;
process for any DoD effort. The DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
issue policy guidance to Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers to clarify which programmatic &amp;lt;br /&amp;gt;&lt;br /&gt;
indicators should be considered for &amp;lt;br /&amp;gt;&lt;br /&gt;
selecting the most appropriate &lt;br /&gt;
&lt;br /&gt;
information safeguarding requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
and associated CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for any given solicitation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Once identified as a requirement, the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status required will apply &amp;lt;br /&amp;gt;&lt;br /&gt;
uniformly to all prospective &amp;lt;br /&amp;gt;&lt;br /&gt;
competitors. &lt;br /&gt;
&lt;br /&gt;
b. Who Determines the CMMC Level &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two comments asked who, &lt;br /&gt;
&lt;br /&gt;
within the Department, determines the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level required for a contract. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment suggested that DoD should &amp;lt;br /&amp;gt;&lt;br /&gt;
require senior-level approval to include &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in solicitations to limit &amp;lt;br /&amp;gt;&lt;br /&gt;
unnecessary application. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
inquired about when and how CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
levels change during the program &amp;lt;br /&amp;gt;&lt;br /&gt;
office’s Agile Acquisition Framework &amp;lt;br /&amp;gt;&lt;br /&gt;
lifecycle. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Based on DoD decision &lt;br /&gt;
&lt;br /&gt;
criteria that include the type and &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitivity of program information to be &amp;lt;br /&amp;gt;&lt;br /&gt;
shared, Program Managers will identify &amp;lt;br /&amp;gt;&lt;br /&gt;
and coordinate as appropriate the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirement in the solicitation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Internal policies for implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements by DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition community have been &amp;lt;br /&amp;gt;&lt;br /&gt;
developed, and work will continue as &amp;lt;br /&amp;gt;&lt;br /&gt;
needed to integrate CMMC policies into &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant acquisition policies, &amp;lt;br /&amp;gt;&lt;br /&gt;
guidebooks, and training materials. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD intends that requiring activities &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine when compliance should &amp;lt;br /&amp;gt;&lt;br /&gt;
be assessed through CMMC Level 3 as &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the ordinary acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
planning and requirements generation &amp;lt;br /&amp;gt;&lt;br /&gt;
process. &lt;br /&gt;
&lt;br /&gt;
The CMMC assessment level required &lt;br /&gt;
&lt;br /&gt;
does not change based on acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
lifecycle phase, but based on whether &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI are processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted on contractor owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems. All contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI are &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to the requirements of NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 when DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 is included in the contract. &lt;br /&gt;
&lt;br /&gt;
c. CMMC Level 3 Determination &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments &lt;br /&gt;
&lt;br /&gt;
requested further clarification about &amp;lt;br /&amp;gt;&lt;br /&gt;
which types or categories of CUI require &amp;lt;br /&amp;gt;&lt;br /&gt;
enhanced protection against Advanced &amp;lt;br /&amp;gt;&lt;br /&gt;
Persistent Threats (APTs) at CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 and whether the CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
would be based on the Program or the &amp;lt;br /&amp;gt;&lt;br /&gt;
data. Two comments expressed concern &amp;lt;br /&amp;gt;&lt;br /&gt;
or asked how DoD Components will &amp;lt;br /&amp;gt;&lt;br /&gt;
avoid assigning CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to too many contracts. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment recommended that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
modify its criteria for CMMC Level 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
consider factors such as Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Category. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC levels do not &lt;br /&gt;
&lt;br /&gt;
correspond to CUI levels as the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements make changes to &amp;lt;br /&amp;gt;&lt;br /&gt;
neither the CUI Program, categories of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, nor existing DoD policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Flow down requirement is &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.23. &lt;br /&gt;
&lt;br /&gt;
The Requiring Activity knows the &lt;br /&gt;
&lt;br /&gt;
type and sensitivity of information that &amp;lt;br /&amp;gt;&lt;br /&gt;
will be shared with or developed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
awarded contractor and selects the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level required to protect the &amp;lt;br /&amp;gt;&lt;br /&gt;
information according to DoD guidance. &lt;br /&gt;
&lt;br /&gt;
The DoD declines to modify CMMC &lt;br /&gt;
&lt;br /&gt;
Level 3 selection criteria as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
the commenters recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
alternatives, which have no bearing on &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s need for increased confidence in &amp;lt;br /&amp;gt;&lt;br /&gt;
a contractor’s ability to safeguard certain &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI against Advanced Persistent &amp;lt;br /&amp;gt;&lt;br /&gt;
Threats. The value of information, and &amp;lt;br /&amp;gt;&lt;br /&gt;
impact of its loss, does not diminish &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the total number or dollar &amp;lt;br /&amp;gt;&lt;br /&gt;
value of contracts held by the awardee, &amp;lt;br /&amp;gt;&lt;br /&gt;
or acquisition program category. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD reserves the right to decide when &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance should be assessed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Government through CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. The DoD defines the work &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to be solicited for any &amp;lt;br /&amp;gt;&lt;br /&gt;
given program contract. &lt;br /&gt;
&lt;br /&gt;
d. Environments Processing Both FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two commentors &lt;br /&gt;
&lt;br /&gt;
recommended the elimination of &amp;lt;br /&amp;gt;&lt;br /&gt;
separate assessments when the FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI environments are the same. One of &amp;lt;br /&amp;gt;&lt;br /&gt;
these comments requested clarification &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding the scenario of an OSC having &amp;lt;br /&amp;gt;&lt;br /&gt;
one assessment scope environment for &amp;lt;br /&amp;gt;&lt;br /&gt;
both FCI and CUI that meets Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC Level 2 is required &lt;br /&gt;
&lt;br /&gt;
when CUI will be processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. Successful completion of a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
will suffice to meet the CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for FCI if/when the scope is &amp;lt;br /&amp;gt;&lt;br /&gt;
identical. The CMMC Level 2 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
Guide reflects this language. &lt;br /&gt;
&lt;br /&gt;
e. Recommendations and Scenarios &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment &lt;br /&gt;
&lt;br /&gt;
recommended removing CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment, changing the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
Program, or creating a new type of CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
to distinguish between CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment and CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification. Another comment noted &amp;lt;br /&amp;gt;&lt;br /&gt;
that the requirements for CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment are almost &amp;lt;br /&amp;gt;&lt;br /&gt;
identical to requirements for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 self-assessment. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed concern that DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
designation of CMMC Level 2 self- &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00025&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83116 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
assessment and certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
runs contrary to FCI (FAR requirements) &amp;lt;br /&amp;gt;&lt;br /&gt;
and the CUI Program. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
asked if the designation of information &amp;lt;br /&amp;gt;&lt;br /&gt;
as FCI or CUI changes the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC. &lt;br /&gt;
&lt;br /&gt;
One comment asked for clarification &lt;br /&gt;
&lt;br /&gt;
on which contracts will have sensitive &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified DoD information but will &amp;lt;br /&amp;gt;&lt;br /&gt;
not require CMMC assessment. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment recommended removing the &amp;lt;br /&amp;gt;&lt;br /&gt;
option for CMMC Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments to reduce complexity. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment posed multiple questions &amp;lt;br /&amp;gt;&lt;br /&gt;
about what DoD will do if contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
officers assign CMMC Level 2 or CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 Certification requirements at a &amp;lt;br /&amp;gt;&lt;br /&gt;
rate substantially higher than projected. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD CIO looked at CUI &lt;br /&gt;
&lt;br /&gt;
from a risk-based perspective and &amp;lt;br /&amp;gt;&lt;br /&gt;
determined that different approaches to &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments could be implemented to &amp;lt;br /&amp;gt;&lt;br /&gt;
address risk and help lower the burden &amp;lt;br /&amp;gt;&lt;br /&gt;
for the DIB. The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for a CMMC Level 2 self-assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment are the same, the only &amp;lt;br /&amp;gt;&lt;br /&gt;
difference in these assessments is &amp;lt;br /&amp;gt;&lt;br /&gt;
whether it is performed by the OSA or &amp;lt;br /&amp;gt;&lt;br /&gt;
by an independent C3PAO. &lt;br /&gt;
&lt;br /&gt;
The decision to rely upon self- &lt;br /&gt;
&lt;br /&gt;
assessment in lieu of certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is a Government risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
decision based upon the nature of the &amp;lt;br /&amp;gt;&lt;br /&gt;
effort to be performed and CUI to be &amp;lt;br /&amp;gt;&lt;br /&gt;
shared. The size of the company with &amp;lt;br /&amp;gt;&lt;br /&gt;
access to the CUI is not a basis for this &amp;lt;br /&amp;gt;&lt;br /&gt;
determination. The value of information &amp;lt;br /&amp;gt;&lt;br /&gt;
(and impact of its loss) does not &amp;lt;br /&amp;gt;&lt;br /&gt;
diminish when the information moves &amp;lt;br /&amp;gt;&lt;br /&gt;
to contractors of smaller size. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to modify the rule to include &amp;lt;br /&amp;gt;&lt;br /&gt;
its internal decision process. &lt;br /&gt;
&lt;br /&gt;
To select a CMMC Level for a &lt;br /&gt;
&lt;br /&gt;
procurement, Program Managers and &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring activities will identify the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable CMMC Level using the &amp;lt;br /&amp;gt;&lt;br /&gt;
factors included in § 170.5(b)(1) through &amp;lt;br /&amp;gt;&lt;br /&gt;
(5). The DoD did agree with one &amp;lt;br /&amp;gt;&lt;br /&gt;
comment to rephrase § 170.5(b)(4) to &amp;lt;br /&amp;gt;&lt;br /&gt;
delete a reference to the ‘‘potential for’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
impact from exploitation of information &amp;lt;br /&amp;gt;&lt;br /&gt;
security deficiencies, which likely &amp;lt;br /&amp;gt;&lt;br /&gt;
cannot be effectively determined. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD does not agree that the wording &amp;lt;br /&amp;gt;&lt;br /&gt;
equates to a sub-CONFIDENTIAL &amp;lt;br /&amp;gt;&lt;br /&gt;
classification and declines to delete that &amp;lt;br /&amp;gt;&lt;br /&gt;
criterion. § 170.5(b)(3) is appropriately &amp;lt;br /&amp;gt;&lt;br /&gt;
worded in that it states Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers will consider the listed &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria in selecting a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement level. It does not have the &amp;lt;br /&amp;gt;&lt;br /&gt;
effect of ‘‘transforming FCI into CUI’’. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD reserves the right to define the &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria for selection of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirement, just as it &amp;lt;br /&amp;gt;&lt;br /&gt;
defines all other requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
inclusion in a solicitation. &lt;br /&gt;
&lt;br /&gt;
The Department remains committed &lt;br /&gt;
&lt;br /&gt;
to implementing the CMMC program to &amp;lt;br /&amp;gt;&lt;br /&gt;
require compliance assessment against &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable security requirements in all &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracts involving FCI or CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Some such contracts will require only a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC self-assessment, while others &amp;lt;br /&amp;gt;&lt;br /&gt;
will require a certification assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The commenter misinterprets that some &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts that do require processing of &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI will not require CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of either kind, without &amp;lt;br /&amp;gt;&lt;br /&gt;
approval of a waiver. &lt;br /&gt;
&lt;br /&gt;
The DoD declines to remove self- &lt;br /&gt;
&lt;br /&gt;
assessments from the rule. Self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments allow the acquiring &amp;lt;br /&amp;gt;&lt;br /&gt;
organization to balance the cost and &amp;lt;br /&amp;gt;&lt;br /&gt;
complexity of assessment with the risk &amp;lt;br /&amp;gt;&lt;br /&gt;
to the information being shared with the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. &lt;br /&gt;
&lt;br /&gt;
Supporting guidance for CMMC &lt;br /&gt;
&lt;br /&gt;
implementation will be updated, as &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary. DoD has options to mitigate &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation issues such as waivers &amp;lt;br /&amp;gt;&lt;br /&gt;
and other contractual remedies. DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
estimate for the number of contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring CMMC Level 1 and cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates represent derived estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
based on internal expertise and public &amp;lt;br /&amp;gt;&lt;br /&gt;
feedback in accordance with OMB &amp;lt;br /&amp;gt;&lt;br /&gt;
Circular A–4. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;12. Flow-Down/Applicability to Sub &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractors &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Applicability and Compliance &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
requested clarification about the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of CMMC requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors and how to correctly &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down requirements. Some asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether prime contractors would have &amp;lt;br /&amp;gt;&lt;br /&gt;
flexibility to flow down a lower CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level than required for the prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. Three comments expressed &amp;lt;br /&amp;gt;&lt;br /&gt;
confusion about the type of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment required for subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
when supporting a prime that is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Two asked about the &amp;lt;br /&amp;gt;&lt;br /&gt;
impact to flow-down when contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
hold multiple contracts. A couple &amp;lt;br /&amp;gt;&lt;br /&gt;
comments requested clarity on how to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the correct CMMC level to &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down. &lt;br /&gt;
&lt;br /&gt;
Some comments asked what factors &lt;br /&gt;
&lt;br /&gt;
would result in flow-down of a &amp;lt;br /&amp;gt;&lt;br /&gt;
particular CMMC requirement level, or &amp;lt;br /&amp;gt;&lt;br /&gt;
whether affirmations submitted by &amp;lt;br /&amp;gt;&lt;br /&gt;
primes would require knowledge of &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor compliance status. &lt;br /&gt;
&lt;br /&gt;
Other comments asked what tools &lt;br /&gt;
&lt;br /&gt;
would be available to assist contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
in checking subcontractor compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC requirements or suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that SPRS should be made available for &amp;lt;br /&amp;gt;&lt;br /&gt;
this purpose. One suggested that &amp;lt;br /&amp;gt;&lt;br /&gt;
without this transparency, CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance would become a &lt;br /&gt;
&lt;br /&gt;
meaningless effort to ‘‘check the box’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
without actual steps to secure their &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. Another simply asked if they &amp;lt;br /&amp;gt;&lt;br /&gt;
would have their own SPRS and eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
access, or access through their prime. &amp;lt;br /&amp;gt;&lt;br /&gt;
Some asked what action meets the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to ‘‘require subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance’’, &#039;&#039;i.e., &#039;&#039;does simply including &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC clause in subcontracts meet &amp;lt;br /&amp;gt;&lt;br /&gt;
that requirement. &lt;br /&gt;
&lt;br /&gt;
One comment objected to the &lt;br /&gt;
&lt;br /&gt;
definition of subcontractor used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, which they stated was overly broad &amp;lt;br /&amp;gt;&lt;br /&gt;
and would result in application of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements to too many &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses. Some comments suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
the flow-down requirement apply only &amp;lt;br /&amp;gt;&lt;br /&gt;
to one sub-tier, while another requested &amp;lt;br /&amp;gt;&lt;br /&gt;
advance notice of solicitations that plan &amp;lt;br /&amp;gt;&lt;br /&gt;
to include CMMC requirements. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment suggested that CUI be treated &amp;lt;br /&amp;gt;&lt;br /&gt;
more like classified information, &amp;lt;br /&amp;gt;&lt;br /&gt;
meaning to limit sharing of CUI with &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. Some comments asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether prime contractors are &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for verifying subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012, as C3PAOs do during an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Two comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended rephrasing the flow- &amp;lt;br /&amp;gt;&lt;br /&gt;
down section, with one specifically &amp;lt;br /&amp;gt;&lt;br /&gt;
asking to clarify it is required only when &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI will be processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted in the performance of any &amp;lt;br /&amp;gt;&lt;br /&gt;
particular prime contract. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested edits for clarity or for &amp;lt;br /&amp;gt;&lt;br /&gt;
consistency with DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;It is up to each OSA to &lt;br /&gt;
&lt;br /&gt;
protect FCI and CUI and to determine &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment boundary, policies, and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures necessary to do that. Section &amp;lt;br /&amp;gt;&lt;br /&gt;
170.23 specifically addresses the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors that will process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit FCI or CUI. Section 170.23 &amp;lt;br /&amp;gt;&lt;br /&gt;
addresses flow down of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the prime contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
to the subcontractors in the supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain. Prime contractors are responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for complying with contract terms and &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions, including the requirement to &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to subcontractors. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD modified § 170.23(a)(3) to clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
that when a subcontractor will process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract and the Prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor has, for the associated prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contract, a requirement of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, then CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment is the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers are defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.4; not all companies that &amp;lt;br /&amp;gt;&lt;br /&gt;
provide services to an OSA are &amp;lt;br /&amp;gt;&lt;br /&gt;
considered ESPs. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00026&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83117 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
As in other contexts, the Government &lt;br /&gt;
&lt;br /&gt;
may specify additional guidance in the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation. CMMC assessments will be &amp;lt;br /&amp;gt;&lt;br /&gt;
identified as pre-award requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Subcontractors at each tier are &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for submitting their own &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and affirmation information &amp;lt;br /&amp;gt;&lt;br /&gt;
in SPRS. CMMC self-assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications will be reflected in SPRS, &amp;lt;br /&amp;gt;&lt;br /&gt;
including an indicator of the currency of &amp;lt;br /&amp;gt;&lt;br /&gt;
the credentials. Contracting Officers and &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Managers need not review any &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment artifacts, only the resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
scores and certificate validity period. &lt;br /&gt;
&lt;br /&gt;
Work arrangements between the &lt;br /&gt;
&lt;br /&gt;
prime and subcontractor are beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule, however, if CUI is &amp;lt;br /&amp;gt;&lt;br /&gt;
flowed down and will be processed, &amp;lt;br /&amp;gt;&lt;br /&gt;
stored, or transmitted on subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems in the performance &amp;lt;br /&amp;gt;&lt;br /&gt;
of a DoD contract then CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements also flow down as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.23. The DoD will not &amp;lt;br /&amp;gt;&lt;br /&gt;
track progress toward certification but &amp;lt;br /&amp;gt;&lt;br /&gt;
will implement CMMC as a pre-award &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. An OSA’s pursuit of a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO assessment is a business &amp;lt;br /&amp;gt;&lt;br /&gt;
decision to be made by each contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
considering the contract opportunities it &amp;lt;br /&amp;gt;&lt;br /&gt;
wishes to pursue. &lt;br /&gt;
&lt;br /&gt;
The DoD disagrees with one &lt;br /&gt;
&lt;br /&gt;
commenter’s assertion that CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement will flow down ‘‘regardless &amp;lt;br /&amp;gt;&lt;br /&gt;
of what work they do’’, because it does &amp;lt;br /&amp;gt;&lt;br /&gt;
not acknowledge the point that flow- &amp;lt;br /&amp;gt;&lt;br /&gt;
down requirements are for &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. The text of § 170.23, &amp;lt;br /&amp;gt;&lt;br /&gt;
clearly conditions the flow-down to &amp;lt;br /&amp;gt;&lt;br /&gt;
those cases when a subcontractor will &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI or CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
The prime contractor’s responsibility is &amp;lt;br /&amp;gt;&lt;br /&gt;
to flow down CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as described in § 170.23 &amp;lt;br /&amp;gt;&lt;br /&gt;
and to ensure that FCI and CUI are not &amp;lt;br /&amp;gt;&lt;br /&gt;
further disseminated to subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
that do not meet the CMMC requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
indicated in § 170.23. Likewise, &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors must also flow down &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements and ensure that &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI are not further &amp;lt;br /&amp;gt;&lt;br /&gt;
disseminated to subcontractors that do &amp;lt;br /&amp;gt;&lt;br /&gt;
not meet the CMMC requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
indicated in § 170.23. Section 170.23 &amp;lt;br /&amp;gt;&lt;br /&gt;
has been revised to make this clearer. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declines to accept the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation to treat CUI like &amp;lt;br /&amp;gt;&lt;br /&gt;
classified data. Classified information is &amp;lt;br /&amp;gt;&lt;br /&gt;
managed differently from CUI, and &amp;lt;br /&amp;gt;&lt;br /&gt;
different safeguarding regulations apply &amp;lt;br /&amp;gt;&lt;br /&gt;
to these different categories of &amp;lt;br /&amp;gt;&lt;br /&gt;
information (each of which are defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in 32 CFR part 2002). &lt;br /&gt;
&lt;br /&gt;
This rule makes no change to CUI &lt;br /&gt;
&lt;br /&gt;
policies for marking of data, and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
levels are not CUI categories in the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI registry. Primes and their &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors must understand flow- &amp;lt;br /&amp;gt;&lt;br /&gt;
down requirements based on § 170.23, &lt;br /&gt;
&lt;br /&gt;
which clearly identifies requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
that apply when subcontractors will &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of the subcontract and the &amp;lt;br /&amp;gt;&lt;br /&gt;
Prime contractor has a requirement of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;CMMC Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
is the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor). In addition, the rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been revised to make clear that the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement applies in the performance &amp;lt;br /&amp;gt;&lt;br /&gt;
of a subcontract when the relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract has a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. The rationale for the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum level 2 certification flow- &amp;lt;br /&amp;gt;&lt;br /&gt;
down requirement is that the DoD made &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk-based decision not to mandate &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down of the level 3 requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
unless explicit guidance is provided to &amp;lt;br /&amp;gt;&lt;br /&gt;
do so. As stated in § 170.23(a)(3), when &amp;lt;br /&amp;gt;&lt;br /&gt;
a Prime contractor has a requirement of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification, any CUI that is &amp;lt;br /&amp;gt;&lt;br /&gt;
flowed down for a subcontractor to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of the subcontract will also &amp;lt;br /&amp;gt;&lt;br /&gt;
carry a minimum requirement of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
CMMC Program requirements will be &lt;br /&gt;
&lt;br /&gt;
identified as solicitation and contract &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, and contractors will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet the stated CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, when applicable, at or &amp;lt;br /&amp;gt;&lt;br /&gt;
above the level identified. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter misinterpreted a response to &amp;lt;br /&amp;gt;&lt;br /&gt;
a prior public comment. The quoted &amp;lt;br /&amp;gt;&lt;br /&gt;
content says that contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors each must verify &amp;lt;br /&amp;gt;&lt;br /&gt;
(through CMMC assessment) that all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable security requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 required via DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 have been &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented. Contractors are not &amp;lt;br /&amp;gt;&lt;br /&gt;
required to assess subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171. The prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s responsibility is to flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down CMMC assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
as described in § 170.23 and also to &amp;lt;br /&amp;gt;&lt;br /&gt;
refrain from disseminating FCI or CUI to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors that have not indicated &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting the CMMC level described in &amp;lt;br /&amp;gt;&lt;br /&gt;
that section for the type of information &amp;lt;br /&amp;gt;&lt;br /&gt;
to be shared. Likewise, subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
must also flow down CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements or refrain from &amp;lt;br /&amp;gt;&lt;br /&gt;
disseminating FCI or CUI. The DoD does &amp;lt;br /&amp;gt;&lt;br /&gt;
not provide SPRS access or other tools &amp;lt;br /&amp;gt;&lt;br /&gt;
for contractors to identify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
status or other companies. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
expects that defense contractors will &amp;lt;br /&amp;gt;&lt;br /&gt;
share information about CMMC status &amp;lt;br /&amp;gt;&lt;br /&gt;
with other DIB members to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
effective teaming arrangements when &amp;lt;br /&amp;gt;&lt;br /&gt;
bidding for DoD contracts. &lt;br /&gt;
&lt;br /&gt;
Prime contractors will not be granted &lt;br /&gt;
&lt;br /&gt;
access to subcontractor’s information in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS. However, prime contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
should communicate early and often &amp;lt;br /&amp;gt;&lt;br /&gt;
with prospective subcontractors to &lt;br /&gt;
&lt;br /&gt;
confirm current CMMC status, including &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the level matches that required. &amp;lt;br /&amp;gt;&lt;br /&gt;
This interaction does not involve the &amp;lt;br /&amp;gt;&lt;br /&gt;
government and is beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. &lt;br /&gt;
&lt;br /&gt;
This rule follows the format and &lt;br /&gt;
&lt;br /&gt;
includes all sections required in OMB &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines for formal rulemaking. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD lacks authority to modify the &amp;lt;br /&amp;gt;&lt;br /&gt;
template or omit required sections, &amp;lt;br /&amp;gt;&lt;br /&gt;
which results in some repetition. &lt;br /&gt;
&lt;br /&gt;
DIB contractors are responsible for &lt;br /&gt;
&lt;br /&gt;
submitting their Level 1 and Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessments and will access SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
to enter the results. DIB contractors do &amp;lt;br /&amp;gt;&lt;br /&gt;
not have access to CMMC eMASS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
that system is used to support &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments only. &lt;br /&gt;
&lt;br /&gt;
CMMC Program requirements are &lt;br /&gt;
&lt;br /&gt;
designed to require completion of an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and an annual affirmation. &amp;lt;br /&amp;gt;&lt;br /&gt;
The purpose of the annual affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in § 170.22 is to validate to &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD that the contractor is actively &amp;lt;br /&amp;gt;&lt;br /&gt;
maintaining its CMMC level status, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is more than a checkbox exercise. &lt;br /&gt;
&lt;br /&gt;
One commenter misinterpreted the &lt;br /&gt;
&lt;br /&gt;
quoted definition of subcontractor, &amp;lt;br /&amp;gt;&lt;br /&gt;
which makes clear that term includes &amp;lt;br /&amp;gt;&lt;br /&gt;
only those entities providing supplies, &amp;lt;br /&amp;gt;&lt;br /&gt;
materials, equipment, or services under &amp;lt;br /&amp;gt;&lt;br /&gt;
a subcontract in connection with the &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract. DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 and FAR clause 52.204–21 also &amp;lt;br /&amp;gt;&lt;br /&gt;
flow-down the requirement to safeguard &amp;lt;br /&amp;gt;&lt;br /&gt;
information. CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will be flowed down &amp;lt;br /&amp;gt;&lt;br /&gt;
similarly, therefore there is no &amp;lt;br /&amp;gt;&lt;br /&gt;
anticipated expansion of scope. The cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates included in the published rule &amp;lt;br /&amp;gt;&lt;br /&gt;
include costs for both existing DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
members and new entrants (or newly &amp;lt;br /&amp;gt;&lt;br /&gt;
covered entities). &lt;br /&gt;
&lt;br /&gt;
The DoD modified the Overview &lt;br /&gt;
&lt;br /&gt;
summary of CMMC 2.0 to read ‘‘The &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 also &amp;lt;br /&amp;gt;&lt;br /&gt;
requires defense contractors to include &amp;lt;br /&amp;gt;&lt;br /&gt;
this clause in all subcontracts that will &amp;lt;br /&amp;gt;&lt;br /&gt;
require the subcontractor to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI.’’ The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declined additional edits in this &amp;lt;br /&amp;gt;&lt;br /&gt;
location that requested reframing the &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria Program Managers will use &amp;lt;br /&amp;gt;&lt;br /&gt;
select CMMC requirements to address &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels 2 and 3 only. The DoD may apply &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 or 3 requirements when &amp;lt;br /&amp;gt;&lt;br /&gt;
there is anticipation of the need for the &amp;lt;br /&amp;gt;&lt;br /&gt;
contactor or subcontractors to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI during the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract. &lt;br /&gt;
&lt;br /&gt;
b. Prime and Subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Relationships &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many requested specific &lt;br /&gt;
&lt;br /&gt;
examples of when a prime contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
should flow down its CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to a subcontractor or ESP, &amp;lt;br /&amp;gt;&lt;br /&gt;
and how to determine the appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level to flow down. For example, &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00027&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83118 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
one comment asked whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontract document would require &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding, necessitating flow-down &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC requirement. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
comments expressed concern that flow- &amp;lt;br /&amp;gt;&lt;br /&gt;
down requirements are not sufficiently &amp;lt;br /&amp;gt;&lt;br /&gt;
clear to prevent prime contractors from &amp;lt;br /&amp;gt;&lt;br /&gt;
unnecessarily sharing CUI and applying &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements to lower tier &amp;lt;br /&amp;gt;&lt;br /&gt;
suppliers. Another thought that the &amp;lt;br /&amp;gt;&lt;br /&gt;
flow-down requirements will drastically &amp;lt;br /&amp;gt;&lt;br /&gt;
expand the scope of the program and &amp;lt;br /&amp;gt;&lt;br /&gt;
drive cost increases for the DIB. &lt;br /&gt;
&lt;br /&gt;
Several comments suggested strategies &lt;br /&gt;
&lt;br /&gt;
for minimizing the burden of security &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation on lower tier &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors, such as requiring prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to provide access to CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractor systems, or prohibiting &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractors from unnecessarily &amp;lt;br /&amp;gt;&lt;br /&gt;
sharing CUI information that would &amp;lt;br /&amp;gt;&lt;br /&gt;
necessitate a CMMC requirement. One &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether the prime contractor has &amp;lt;br /&amp;gt;&lt;br /&gt;
a responsibility to check which CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level the subcontractor has flowed down &amp;lt;br /&amp;gt;&lt;br /&gt;
to the next tier. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced industry activities aimed at &amp;lt;br /&amp;gt;&lt;br /&gt;
gauging subcontractor preparedness for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC and expressed concern with &amp;lt;br /&amp;gt;&lt;br /&gt;
anecdotal evidence that primes will not &amp;lt;br /&amp;gt;&lt;br /&gt;
issue orders until the subcontractor has &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted CMMC scores into SPRS. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;One commentor correctly &lt;br /&gt;
&lt;br /&gt;
interpreted § 170.23(a)(3) as meaning &amp;lt;br /&amp;gt;&lt;br /&gt;
that CMMC level 2 Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (not self-assessments) flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down for subcontractors that will &amp;lt;br /&amp;gt;&lt;br /&gt;
handle CUI when the Prime contract &amp;lt;br /&amp;gt;&lt;br /&gt;
specifies a CMMC Level 2 Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
At the time of award, the DoD may &lt;br /&gt;
&lt;br /&gt;
have no visibility into whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
awardee will choose to further &amp;lt;br /&amp;gt;&lt;br /&gt;
disseminate DoD’s CUI, but DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 and DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7021 require that the prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor flow down the information &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement to any &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor with which the CUI will &amp;lt;br /&amp;gt;&lt;br /&gt;
be shared. Decisions regarding the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
information that must be shared to &amp;lt;br /&amp;gt;&lt;br /&gt;
support completion of subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
tasks, will take place between the prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor and the subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
chosen to complete the specific tasks. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD encourages prime contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to work with its subcontractors to flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down CUI with the required security &amp;lt;br /&amp;gt;&lt;br /&gt;
and the least burden. The DoD declines &amp;lt;br /&amp;gt;&lt;br /&gt;
to revise the rule to address &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities for derivative marking &amp;lt;br /&amp;gt;&lt;br /&gt;
of CUI because this rule makes no &amp;lt;br /&amp;gt;&lt;br /&gt;
change to DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
or DoD’s CUI policies regarding marking &amp;lt;br /&amp;gt;&lt;br /&gt;
of CUI, including creation of &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
The specific contractual language is &lt;br /&gt;
&lt;br /&gt;
part of the 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule and beyond the scope &lt;br /&gt;
&lt;br /&gt;
of this 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. This rule describes DoD’s intent for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements, which &amp;lt;br /&amp;gt;&lt;br /&gt;
include that all prime and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors at all tiers that process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI in the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a DoD contract (or sub- &amp;lt;br /&amp;gt;&lt;br /&gt;
contract) are required to demonstrate &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the contract &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (&#039;&#039;i.e., &#039;&#039;FAR clause 52.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
21 or DFARS clause 252.204–7012) for &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguarding FCI or CUI. &lt;br /&gt;
&lt;br /&gt;
CMMC flow-down requirements are &lt;br /&gt;
&lt;br /&gt;
designed to apply consistent assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to all subcontractors, &amp;lt;br /&amp;gt;&lt;br /&gt;
regardless of company size, who are &amp;lt;br /&amp;gt;&lt;br /&gt;
required to adequately safeguard CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD cannot dictate DIB business &amp;lt;br /&amp;gt;&lt;br /&gt;
practices and encourages prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to carefully consider the &amp;lt;br /&amp;gt;&lt;br /&gt;
necessity of sharing CUI information &amp;lt;br /&amp;gt;&lt;br /&gt;
and work with subcontractors to flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down CUI only when deemed &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate. &lt;br /&gt;
&lt;br /&gt;
Likewise, the criteria by which &lt;br /&gt;
&lt;br /&gt;
contractors select CSPs for support or &amp;lt;br /&amp;gt;&lt;br /&gt;
the availability of GFE for any particular &amp;lt;br /&amp;gt;&lt;br /&gt;
contract are beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The DoD declines to limit CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program requirements to the first-tier &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor, as suggested by the &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter. When a contractor or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor responds to multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations, that contractor should &amp;lt;br /&amp;gt;&lt;br /&gt;
complete the highest assessment level &amp;lt;br /&amp;gt;&lt;br /&gt;
among them for the assessment scope &amp;lt;br /&amp;gt;&lt;br /&gt;
defined for use in performance of the &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. The contractor may also elect &amp;lt;br /&amp;gt;&lt;br /&gt;
to structure its environment to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
differing CMMC requirements based on &amp;lt;br /&amp;gt;&lt;br /&gt;
the contract(s) in question. &lt;br /&gt;
&lt;br /&gt;
Contractual remedies for non- &lt;br /&gt;
&lt;br /&gt;
compliance are a 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule matter and &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
c. Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments objected &lt;br /&gt;
&lt;br /&gt;
to CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment being identified as the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum flow-down from prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors with a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. They asked how the more &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive data associated with a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement would be tracked. Three &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment must be flowed &amp;lt;br /&amp;gt;&lt;br /&gt;
down as the CMMC requirement when &amp;lt;br /&amp;gt;&lt;br /&gt;
the prime contract requires a higher &amp;lt;br /&amp;gt;&lt;br /&gt;
level, and the subcontract is for limited &amp;lt;br /&amp;gt;&lt;br /&gt;
scope. One comment complained that &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule does not actively encourage &amp;lt;br /&amp;gt;&lt;br /&gt;
primes to flow down Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements instead of &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirements. &lt;br /&gt;
&lt;br /&gt;
One comment suggested the &lt;br /&gt;
&lt;br /&gt;
Department is impermissibly attempting &amp;lt;br /&amp;gt;&lt;br /&gt;
to make sensitivity determinations of &lt;br /&gt;
&lt;br /&gt;
other agencies’ CUI and FCI through the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of this rule. &lt;br /&gt;
&lt;br /&gt;
Another comment requested &lt;br /&gt;
&lt;br /&gt;
affirmation that contractors remain &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for determining whether &amp;lt;br /&amp;gt;&lt;br /&gt;
information that they create (derived &amp;lt;br /&amp;gt;&lt;br /&gt;
from CUI) retains its CUI identity when &amp;lt;br /&amp;gt;&lt;br /&gt;
sharing that information with lower tier &amp;lt;br /&amp;gt;&lt;br /&gt;
suppliers, and for determining any &amp;lt;br /&amp;gt;&lt;br /&gt;
associated CMMC flow-down &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD will issue guidance to &lt;br /&gt;
&lt;br /&gt;
Program Managers to reiterate the most &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate information safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for DoD information and &amp;lt;br /&amp;gt;&lt;br /&gt;
the associated CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for any given solicitation. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements will be &amp;lt;br /&amp;gt;&lt;br /&gt;
identified in the solicitation, and &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors will be required to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
stated CMMC requirements, when &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, at or above the level &amp;lt;br /&amp;gt;&lt;br /&gt;
identified by the time of contract award. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements flow down from &amp;lt;br /&amp;gt;&lt;br /&gt;
primes to subcontractors, as described &amp;lt;br /&amp;gt;&lt;br /&gt;
in section § 170.23. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to provide forecasts &lt;br /&gt;
&lt;br /&gt;
of upcoming DoD solicitations with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment requirements. Given &amp;lt;br /&amp;gt;&lt;br /&gt;
that FAR clause 52.204–21 was effective &amp;lt;br /&amp;gt;&lt;br /&gt;
in 2016 and DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 was effective in 2017, OSAs have &amp;lt;br /&amp;gt;&lt;br /&gt;
had over seven years to implement NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2 requirements and close &amp;lt;br /&amp;gt;&lt;br /&gt;
out POA&amp;amp;amp;Ms. DoD contracts that require &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs to process, store, or transmit CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and include DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7020, also require a minimum of a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment against NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. That self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
includes the same requirements as the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 and CMMC Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
DoD must enforce CMMC &lt;br /&gt;
&lt;br /&gt;
requirements uniformly for all defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors, &amp;lt;br /&amp;gt;&lt;br /&gt;
regardless of size, who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI, and CUI, regardless of &amp;lt;br /&amp;gt;&lt;br /&gt;
size. The value of DoD information (and &amp;lt;br /&amp;gt;&lt;br /&gt;
impact of its loss) does not diminish &amp;lt;br /&amp;gt;&lt;br /&gt;
when the information moves to &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD cannot dictate business practices &amp;lt;br /&amp;gt;&lt;br /&gt;
but encourages prime contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
work with its subcontractors to limit the &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down of FCI and CUI. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to base CUI safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements on contract ceiling value. &lt;br /&gt;
&lt;br /&gt;
This DoD 32 CFR part 170 CMMC &lt;br /&gt;
&lt;br /&gt;
Program rule does not impact or &amp;lt;br /&amp;gt;&lt;br /&gt;
supersede 32 CFR part 2002 (the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
Program) or make exceptions for the &amp;lt;br /&amp;gt;&lt;br /&gt;
categories of CUI or the Designating &amp;lt;br /&amp;gt;&lt;br /&gt;
Agency for the CUI. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply to DoD contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
that will involve processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting of FCI or CUI on any non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal information system. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00028&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83119 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;13. The CMMC Ecosystem Roles, &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibilities and Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Government &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments asked &lt;br /&gt;
&lt;br /&gt;
how the Department plans to address &amp;lt;br /&amp;gt;&lt;br /&gt;
complaints and concerns from &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem stakeholders and the process &amp;lt;br /&amp;gt;&lt;br /&gt;
by which disputes between OSCs and &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs or the CMMC AB are resolved. &amp;lt;br /&amp;gt;&lt;br /&gt;
Two comments wanted the CMMC PMO &amp;lt;br /&amp;gt;&lt;br /&gt;
to document a process for ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
stakeholders to register complaints or &amp;lt;br /&amp;gt;&lt;br /&gt;
use of Service Level Agreements to hold &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department accountable to respond. &lt;br /&gt;
&lt;br /&gt;
Some asked whether the DoD could &lt;br /&gt;
&lt;br /&gt;
be subject to litigation challenging &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s reliance on the CMMC AB’s &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals process to resolve disputes &amp;lt;br /&amp;gt;&lt;br /&gt;
between OSCs and C3PAOs. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters asserted resolving such &amp;lt;br /&amp;gt;&lt;br /&gt;
disputes may be an inherently &amp;lt;br /&amp;gt;&lt;br /&gt;
governmental function. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
noted that transactions between OSCs &amp;lt;br /&amp;gt;&lt;br /&gt;
and C3PAOs for initiating an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
are beyond the DoD’s authority to &amp;lt;br /&amp;gt;&lt;br /&gt;
regulate, since the DoD is not a party to &amp;lt;br /&amp;gt;&lt;br /&gt;
the transaction. They perceived DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
indirect oversight of C3PAOs through &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB as creating conflicts of &amp;lt;br /&amp;gt;&lt;br /&gt;
interest and potential legal liabilities. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter requested the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
modify the rule to state the CMMC PMO &amp;lt;br /&amp;gt;&lt;br /&gt;
is responsible for the assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring of the CMMC AB, as well as &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB’s performance of its &amp;lt;br /&amp;gt;&lt;br /&gt;
roles. &lt;br /&gt;
&lt;br /&gt;
One commenter noted the ISO/IEC &lt;br /&gt;
&lt;br /&gt;
17011:2017(E) requirements that the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB must meet and asked why &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule identifies a timeline for &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance instead of requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
immediate accreditation. &lt;br /&gt;
&lt;br /&gt;
One commenter referenced a CMMC- &lt;br /&gt;
&lt;br /&gt;
related Request for Information issued &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to CMMC program development to &amp;lt;br /&amp;gt;&lt;br /&gt;
gauge industry’s capability to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
the necessary ecosystem accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
and management functions. They &amp;lt;br /&amp;gt;&lt;br /&gt;
asserted no response was provided to &amp;lt;br /&amp;gt;&lt;br /&gt;
their RFI response. &lt;br /&gt;
&lt;br /&gt;
One comment suggested the CMMC &lt;br /&gt;
&lt;br /&gt;
PMO should develop a process to act as &amp;lt;br /&amp;gt;&lt;br /&gt;
the authoritative source for assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
interpretations to ensure consistency. &amp;lt;br /&amp;gt;&lt;br /&gt;
One person asked which DoD office &amp;lt;br /&amp;gt;&lt;br /&gt;
authored the rule. Another noted the &amp;lt;br /&amp;gt;&lt;br /&gt;
realignment of the CMMC PMO from &amp;lt;br /&amp;gt;&lt;br /&gt;
OUSD(A&amp;amp;amp;S) to DoD CIO and asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether this indicated a lack of &amp;lt;br /&amp;gt;&lt;br /&gt;
OUSD(A&amp;amp;amp;S) involvement in the &amp;lt;br /&amp;gt;&lt;br /&gt;
program. One commenter noted that &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Program Managers and requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
activities have a role in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program and suggested that their &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities for marking and &amp;lt;br /&amp;gt;&lt;br /&gt;
managing CUI be added to the rule. &lt;br /&gt;
&lt;br /&gt;
One commenter wanted to require &lt;br /&gt;
&lt;br /&gt;
DIBCAC assessors to complete CCP and &lt;br /&gt;
&lt;br /&gt;
CCA training and certification exams &amp;lt;br /&amp;gt;&lt;br /&gt;
through a CAICO approved licensed &amp;lt;br /&amp;gt;&lt;br /&gt;
training provider. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD agreed with the &lt;br /&gt;
&lt;br /&gt;
commenter that the government does &amp;lt;br /&amp;gt;&lt;br /&gt;
not have authority over transactions &amp;lt;br /&amp;gt;&lt;br /&gt;
between the OSC and C3PAO. The roles &amp;lt;br /&amp;gt;&lt;br /&gt;
and responsibilities of the government &amp;lt;br /&amp;gt;&lt;br /&gt;
are set forth in § 170.6. The interaction &amp;lt;br /&amp;gt;&lt;br /&gt;
between the CMMC Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
and C3PAOs is governed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of this rule in §§ 170.8 and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9, including Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics policies, as well as ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
standards. &lt;br /&gt;
&lt;br /&gt;
All DCMA DIBCAC assessors comply &lt;br /&gt;
&lt;br /&gt;
with DoD regulations regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity workforce, to include DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Directives 8140 and 8570 and other &amp;lt;br /&amp;gt;&lt;br /&gt;
internal training standards. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC assessors’ credentials for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Levels 2 and 3 exceed the &amp;lt;br /&amp;gt;&lt;br /&gt;
training that CCPs and CCAs complete &amp;lt;br /&amp;gt;&lt;br /&gt;
through Approved Training Providers &amp;lt;br /&amp;gt;&lt;br /&gt;
and include industry certification and a &amp;lt;br /&amp;gt;&lt;br /&gt;
security clearance. Additionally, DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC assessors must take the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification examinations. &lt;br /&gt;
&lt;br /&gt;
DoD’s contract with the CMMC AB &lt;br /&gt;
&lt;br /&gt;
assigned places responsibility for Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 assessment interpretation to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body publishes &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment procedures and guidance for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO’s conducting CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Assessments. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB is required to provide the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO with all plans or changes related &amp;lt;br /&amp;gt;&lt;br /&gt;
to its own activities and activities &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Ecosystem for review &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to implementation and &amp;lt;br /&amp;gt;&lt;br /&gt;
publication. The DCMA DIBCAC is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment interpretation and will use &amp;lt;br /&amp;gt;&lt;br /&gt;
the same process that is used for &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessments. &lt;br /&gt;
&lt;br /&gt;
Management oversight of the CMMC &lt;br /&gt;
&lt;br /&gt;
Program was realigned from the &amp;lt;br /&amp;gt;&lt;br /&gt;
OUSD(A&amp;amp;amp;S) to the Office of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO for better integration with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s other DIB cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
related initiatives. Comments pertaining &amp;lt;br /&amp;gt;&lt;br /&gt;
to DoD’s organizational structure are not &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant to the content of this rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CIO is responsible for all matters &amp;lt;br /&amp;gt;&lt;br /&gt;
relating to the DoD information &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprise, including network policy &amp;lt;br /&amp;gt;&lt;br /&gt;
and standards and cybersecurity. In this &amp;lt;br /&amp;gt;&lt;br /&gt;
capacity, the DoD CIO prescribes IT &amp;lt;br /&amp;gt;&lt;br /&gt;
standards, including network and &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards. The DoD CIO &amp;lt;br /&amp;gt;&lt;br /&gt;
oversees programs to enhance and &amp;lt;br /&amp;gt;&lt;br /&gt;
supplement DIB company capabilities to &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard DoD information that resides &amp;lt;br /&amp;gt;&lt;br /&gt;
on or transits DIB unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems. &lt;br /&gt;
&lt;br /&gt;
The DoD reviewed and assessed &lt;br /&gt;
&lt;br /&gt;
whitepapers that were submitted by RFI &lt;br /&gt;
&lt;br /&gt;
respondents and determined that no &amp;lt;br /&amp;gt;&lt;br /&gt;
single respondent could meet all the &amp;lt;br /&amp;gt;&lt;br /&gt;
broad facets required to serve as the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body. &lt;br /&gt;
&lt;br /&gt;
§§ 170.8, 170.9, and 170.10 document &lt;br /&gt;
&lt;br /&gt;
the roles of the CMMC AB and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO in managing a complaints/ &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals process for CCAs, CCPs, and &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs. OSCs concerned about the &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a Level 2 or Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification assessment have a route of &amp;lt;br /&amp;gt;&lt;br /&gt;
appeal documented in § 170.9. DoD, as &amp;lt;br /&amp;gt;&lt;br /&gt;
the contracting entity, is not subject to &amp;lt;br /&amp;gt;&lt;br /&gt;
service level agreements. Vendors and &amp;lt;br /&amp;gt;&lt;br /&gt;
prospective vendors can voice concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
with the relevant contracting officer. &amp;lt;br /&amp;gt;&lt;br /&gt;
External organizations may utilize &amp;lt;br /&amp;gt;&lt;br /&gt;
existing DoD procedures to file &amp;lt;br /&amp;gt;&lt;br /&gt;
complaints or concerns against any DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
organization. &lt;br /&gt;
&lt;br /&gt;
This rule establishes requirements for &lt;br /&gt;
&lt;br /&gt;
the conduct of assessments, as well as &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for handling of &amp;lt;br /&amp;gt;&lt;br /&gt;
disputes, to include an appeals process. &amp;lt;br /&amp;gt;&lt;br /&gt;
In the roles established by this rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs and the CMMC AB execute &amp;lt;br /&amp;gt;&lt;br /&gt;
program requirements as codified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
with appropriate DoD oversight. For &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E) and ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E) compliance, an appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
process is required. Appeals are &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in §§ 170.8(b)(16) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9(b)(9), (14), (20), and (21). &lt;br /&gt;
&lt;br /&gt;
The DoD declines to update the rule &lt;br /&gt;
&lt;br /&gt;
content of § 170.6 to include a new &amp;lt;br /&amp;gt;&lt;br /&gt;
subsection on DoD PMs and requesting &amp;lt;br /&amp;gt;&lt;br /&gt;
activities and their responsibilities &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding marking CUI as that subject &amp;lt;br /&amp;gt;&lt;br /&gt;
matter is already addressed for the DoD. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Instruction 5200.48 on CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes policy, assigns &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities, and prescribes &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures for CUI throughout the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with 32 CFR part 2002, &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR for CUI to include 32 CFR 2002.20 &amp;lt;br /&amp;gt;&lt;br /&gt;
Marking CUI; and 48 CFR 252.204–7008 &amp;lt;br /&amp;gt;&lt;br /&gt;
and DFARS clause 252.204–7012. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements make no &amp;lt;br /&amp;gt;&lt;br /&gt;
change to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security implemented by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to modify the rule &lt;br /&gt;
&lt;br /&gt;
to further define the existing CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO oversight responsibilities, &amp;lt;br /&amp;gt;&lt;br /&gt;
identified in § 170.6, which includes the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB and all other aspects of the &amp;lt;br /&amp;gt;&lt;br /&gt;
program. &lt;br /&gt;
&lt;br /&gt;
b. CMMC-AB &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;There were multiple &lt;br /&gt;
&lt;br /&gt;
comments regarding the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body (AB). Ten comments &amp;lt;br /&amp;gt;&lt;br /&gt;
were not relevant to the rule text. &amp;lt;br /&amp;gt;&lt;br /&gt;
Multiple commenters asked about &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanisms to monitor the CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
and how the DoD provides oversight. &amp;lt;br /&amp;gt;&lt;br /&gt;
Seven comments provided valuable &amp;lt;br /&amp;gt;&lt;br /&gt;
editorial recommendations that &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00029&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83120 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
enhanced the existing rule text. Seven &amp;lt;br /&amp;gt;&lt;br /&gt;
comments also raised concerns and &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for clarification about certification &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC AB, its standing with &amp;lt;br /&amp;gt;&lt;br /&gt;
international accreditation bodies and &amp;lt;br /&amp;gt;&lt;br /&gt;
the effects of that standing on the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs. Two comments sought clarity &amp;lt;br /&amp;gt;&lt;br /&gt;
on the CMMC AB’s responsibilities and &amp;lt;br /&amp;gt;&lt;br /&gt;
what resources they will provide to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested incorporation by reference of &amp;lt;br /&amp;gt;&lt;br /&gt;
specific CMMC AB generated artifacts. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment requested clarity on terms &amp;lt;br /&amp;gt;&lt;br /&gt;
and definitions regarding the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Some comments received &lt;br /&gt;
&lt;br /&gt;
lacked relevance to the rule’s content, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the establishment of outside &amp;lt;br /&amp;gt;&lt;br /&gt;
entities. The DoD declines to respond to &amp;lt;br /&amp;gt;&lt;br /&gt;
speculative or editorial comments about &amp;lt;br /&amp;gt;&lt;br /&gt;
private citizens or entities, which are &amp;lt;br /&amp;gt;&lt;br /&gt;
outside the scope of this rule. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to respond to requests for &amp;lt;br /&amp;gt;&lt;br /&gt;
documents related to the CMMC AB and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CAICO that lack relevance to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule. &lt;br /&gt;
&lt;br /&gt;
The term CMMC Accreditation Body &lt;br /&gt;
&lt;br /&gt;
is a generic term for whichever &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation body is supporting the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD at a given time. The rule has been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to remove reference to any &amp;lt;br /&amp;gt;&lt;br /&gt;
specific accreditation body. There is &amp;lt;br /&amp;gt;&lt;br /&gt;
only one Accreditation Body for the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CMMC Program at any given time, &amp;lt;br /&amp;gt;&lt;br /&gt;
and its primary mission is to authorize &amp;lt;br /&amp;gt;&lt;br /&gt;
and accredit the C3PAOs. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body does not issue &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications. The current CMMC AB is &amp;lt;br /&amp;gt;&lt;br /&gt;
under a no-cost contract that has &amp;lt;br /&amp;gt;&lt;br /&gt;
followed normal DoD contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures. The DoD declines to delete &amp;lt;br /&amp;gt;&lt;br /&gt;
the section outlining requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB, which are enduring and &amp;lt;br /&amp;gt;&lt;br /&gt;
apply irrespective of which entity the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD has currently approved to serve in &amp;lt;br /&amp;gt;&lt;br /&gt;
that capacity. &lt;br /&gt;
&lt;br /&gt;
This rule identifies the requirements &lt;br /&gt;
&lt;br /&gt;
for the Accreditation Body’s role in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. The DoD has a &amp;lt;br /&amp;gt;&lt;br /&gt;
variety of options available to address &amp;lt;br /&amp;gt;&lt;br /&gt;
the commenter’s concern should the &amp;lt;br /&amp;gt;&lt;br /&gt;
current CMMC AB not be able to fulfill &amp;lt;br /&amp;gt;&lt;br /&gt;
this role. These include but are not &amp;lt;br /&amp;gt;&lt;br /&gt;
limited to, contracting with a new/ &amp;lt;br /&amp;gt;&lt;br /&gt;
replacement Accreditation Body. And &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized and accredited C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
would be able to continue conducting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessments. &lt;br /&gt;
&lt;br /&gt;
§ 170.8(b)(6) requires the CMMC AB &lt;br /&gt;
&lt;br /&gt;
to complete a CMMC Level 2 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted by DCMA DIBCAC that must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet all CMMC Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and will not result in a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. This requirement for an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is based on the potential &amp;lt;br /&amp;gt;&lt;br /&gt;
compilation of sensitive information on &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB’s information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
After the CMMC AB’s successful &lt;br /&gt;
&lt;br /&gt;
completion of this Level 2 assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD reserves the right to send CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
to the CMMC AB, as appropriate. &lt;br /&gt;
&lt;br /&gt;
Requirements for the CMMC AB, &lt;br /&gt;
&lt;br /&gt;
detailed in § 170.8(b) of this rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
include DoD requirements to comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with Conflict of Interest, Code of &amp;lt;br /&amp;gt;&lt;br /&gt;
Professional Conduct and Ethics &amp;lt;br /&amp;gt;&lt;br /&gt;
policies as set forth in the DoD contract &amp;lt;br /&amp;gt;&lt;br /&gt;
with the AB. § 170.8(b)(3) details the &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC requirements the CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
must meet and the timeline for meeting &amp;lt;br /&amp;gt;&lt;br /&gt;
them. § 170.8(b)(3)(i) and (ii) further &amp;lt;br /&amp;gt;&lt;br /&gt;
detail the requirements for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB to authorize and accredit C3PAOs. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC AB is under contract with &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD and must fully comply with the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract requirements. &lt;br /&gt;
&lt;br /&gt;
The CMMC rule was updated to &lt;br /&gt;
&lt;br /&gt;
clarify that the CMMC AB must be a &amp;lt;br /&amp;gt;&lt;br /&gt;
U.S.-based signatory to the International &amp;lt;br /&amp;gt;&lt;br /&gt;
Laboratory Accreditation Cooperation &amp;lt;br /&amp;gt;&lt;br /&gt;
Mutual Recognition Arrangement &amp;lt;br /&amp;gt;&lt;br /&gt;
within 24 months of DoD approval and &amp;lt;br /&amp;gt;&lt;br /&gt;
must operate in accordance with ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC 17011:2017(E). The rule was also &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to clarify that a disqualifying &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility determination may result in &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB losing its authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
or accreditation under the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
All CMMC ecosystem members are &lt;br /&gt;
&lt;br /&gt;
required to abide by the appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics and conflicts of interest policies &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the CMMC AB and &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO. Rule content pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics, quality assurance functions, &amp;lt;br /&amp;gt;&lt;br /&gt;
record keeping, data encryption, &amp;lt;br /&amp;gt;&lt;br /&gt;
security, etc. functions across the &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem are tailored to reflect the role &amp;lt;br /&amp;gt;&lt;br /&gt;
each entity fills in the ecosystem. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB is not an agency of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal government; it is a private &amp;lt;br /&amp;gt;&lt;br /&gt;
sector organization operating under &amp;lt;br /&amp;gt;&lt;br /&gt;
contract with the DoD. As described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.6(a), the Office of the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
of Defense Chief Information Officer &amp;lt;br /&amp;gt;&lt;br /&gt;
(DoD CIO) provides oversight of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program and is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
establishing CMMC assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation, and training requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
as well as developing and updating &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program implementing &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance. The Accreditation Body must &amp;lt;br /&amp;gt;&lt;br /&gt;
be under contract with the DoD. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule has been modified to include &amp;lt;br /&amp;gt;&lt;br /&gt;
additional CMMC AB oversight &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities for the CMMC PMO. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Department declines to incorporate &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB generated artifacts into the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule by reference. The responsibilities of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD CIO and CMMC PMO are &amp;lt;br /&amp;gt;&lt;br /&gt;
outlined in § 170.6 and the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body are outlined in § 170.8. &lt;br /&gt;
&lt;br /&gt;
The DoD acknowledges that the &lt;br /&gt;
&lt;br /&gt;
CMMC AB may not offer both &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation services and certification &amp;lt;br /&amp;gt;&lt;br /&gt;
services. DoD declines to make edits to &lt;br /&gt;
&lt;br /&gt;
these sections as they are in alignment &amp;lt;br /&amp;gt;&lt;br /&gt;
with the roles and responsibilities of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB. The DoD has revised &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.8(b)(17)(i)(C) in the rule to clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
that the ‘‘CMMC activities’’ which &amp;lt;br /&amp;gt;&lt;br /&gt;
former Accreditation Body members are &amp;lt;br /&amp;gt;&lt;br /&gt;
prohibited from include any or all &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities described in Subpart C &amp;lt;br /&amp;gt;&lt;br /&gt;
of this rule. &lt;br /&gt;
&lt;br /&gt;
The rule was updated to indicate that &lt;br /&gt;
&lt;br /&gt;
C3PAOs must also meet administrative &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as determined by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB. It was also updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
clarify that the term ‘‘independent &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor staff’’ in § 170.8(b)(4) refers to &amp;lt;br /&amp;gt;&lt;br /&gt;
independent CMMC Certified Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
staff, and to clarify the meaning of the &amp;lt;br /&amp;gt;&lt;br /&gt;
term ‘‘members’’ at § 170.8(b)(17)(i)(B). &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declines to modify § 170.8(b)(15) to &amp;lt;br /&amp;gt;&lt;br /&gt;
include the phrase ‘‘technical accuracy &amp;lt;br /&amp;gt;&lt;br /&gt;
and alignment with all applicable legal, &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory, and policy requirements’’, as &amp;lt;br /&amp;gt;&lt;br /&gt;
this does not result in a substantive &amp;lt;br /&amp;gt;&lt;br /&gt;
change to the requirements as currently &amp;lt;br /&amp;gt;&lt;br /&gt;
specified. &lt;br /&gt;
&lt;br /&gt;
c. C3PAOs &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Clarification was requested &lt;br /&gt;
&lt;br /&gt;
regarding C3PAOs’ timelines for &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation and their dependencies on &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB accreditation process. &amp;lt;br /&amp;gt;&lt;br /&gt;
Some commenters requested additional &amp;lt;br /&amp;gt;&lt;br /&gt;
time. Clarification was also requested on &amp;lt;br /&amp;gt;&lt;br /&gt;
the current disposition of authorized &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs. A few comments asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
simplification and clarification of the &amp;lt;br /&amp;gt;&lt;br /&gt;
difference between the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘authorized’’ and ‘‘accredited’’ with the &amp;lt;br /&amp;gt;&lt;br /&gt;
establishment of C3PAOs. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested that the rule be edited to &amp;lt;br /&amp;gt;&lt;br /&gt;
require full compliance before C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
can conduct certifications, and that &amp;lt;br /&amp;gt;&lt;br /&gt;
duplicative language relating to ethics, &amp;lt;br /&amp;gt;&lt;br /&gt;
record keeping, etc., be moved to a &amp;lt;br /&amp;gt;&lt;br /&gt;
central location in the rule. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commentor questioned whether &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(16), which states ‘‘Ensure that &amp;lt;br /&amp;gt;&lt;br /&gt;
all CMMC assessment activities are &amp;lt;br /&amp;gt;&lt;br /&gt;
performed on the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
applies to all C3PAO personnel or just &amp;lt;br /&amp;gt;&lt;br /&gt;
those involved in the Quality Assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
process. &lt;br /&gt;
&lt;br /&gt;
Other comments objected to the &lt;br /&gt;
&lt;br /&gt;
requirement that C3PAOs obtain a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
because the assessment does not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a Level 2 certification. They asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether this would require two separate &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments every three years for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs that also conduct contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
work for DoD. Two comments requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification on determining the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
for a CMMC Level 2 assessment of a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO to be used by DIBCAC, and if or &amp;lt;br /&amp;gt;&lt;br /&gt;
when they would be required to obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
a FedRAMP Moderate certification. &amp;lt;br /&amp;gt;&lt;br /&gt;
Also, clarification was requested on &amp;lt;br /&amp;gt;&lt;br /&gt;
whether a C3PAO is permitted to &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00030&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83121 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
possess OSC CUI and other artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
during the assessment so long as they &amp;lt;br /&amp;gt;&lt;br /&gt;
are destroyed upon completion of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. One comment suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that all information collected by the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO be encrypted. &lt;br /&gt;
&lt;br /&gt;
Three comments asked for &lt;br /&gt;
&lt;br /&gt;
clarification on what constitutes a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO assessment team and whether it &amp;lt;br /&amp;gt;&lt;br /&gt;
can consist of solely a Lead CCA. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commentor asked whether entities &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited under ISO 17020:2012(E) by &amp;lt;br /&amp;gt;&lt;br /&gt;
another accreditation body, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB, meets CMMC C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. A couple of comments &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for clarification on whether a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO could be foreign owned and &amp;lt;br /&amp;gt;&lt;br /&gt;
participate in the current CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;One commenter &lt;br /&gt;
&lt;br /&gt;
misinterpreted several sections of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule. By defining the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in this rule to become a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO, and defining a scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology, the DoD is providing the &amp;lt;br /&amp;gt;&lt;br /&gt;
authority and guidance necessary for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs to conduct assessments. &lt;br /&gt;
&lt;br /&gt;
DoD considered many alternatives &lt;br /&gt;
&lt;br /&gt;
before deciding upon the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
structure. The DoD has established &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a CMMC Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body, and this accreditation body will &amp;lt;br /&amp;gt;&lt;br /&gt;
administer the CMMC Ecosystem. The &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals process is defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.8(b)(16) and 170.9(b)(9), (14), &amp;lt;br /&amp;gt;&lt;br /&gt;
(20), and (21). The DoD will not assume &amp;lt;br /&amp;gt;&lt;br /&gt;
the workload of directly managing the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem or the other &amp;lt;br /&amp;gt;&lt;br /&gt;
alternatives suggested. DoD must treat &amp;lt;br /&amp;gt;&lt;br /&gt;
all potential defense contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors fairly. DoD cannot &amp;lt;br /&amp;gt;&lt;br /&gt;
inadvertently create a pathway to a free &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment for an organization by virtue &amp;lt;br /&amp;gt;&lt;br /&gt;
of its dual-purpose as a C3PAO and &amp;lt;br /&amp;gt;&lt;br /&gt;
separately as a defense contractor. &amp;lt;br /&amp;gt;&lt;br /&gt;
Therefore, DoD assesses C3PAOs free of &amp;lt;br /&amp;gt;&lt;br /&gt;
charge, but the assessment does not &amp;lt;br /&amp;gt;&lt;br /&gt;
result in a Certificate of CMMC Status. &amp;lt;br /&amp;gt;&lt;br /&gt;
The C3PAOs determine the people, &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, and technologies that are in- &amp;lt;br /&amp;gt;&lt;br /&gt;
scope for their DIBCAC assessment to &amp;lt;br /&amp;gt;&lt;br /&gt;
become a C3PAO. The need to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment information is &amp;lt;br /&amp;gt;&lt;br /&gt;
independent of its status as FCI or CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment information, such as which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are MET or not, as well as &amp;lt;br /&amp;gt;&lt;br /&gt;
the evidence and analysis leading to &amp;lt;br /&amp;gt;&lt;br /&gt;
that result, would provide valuable &amp;lt;br /&amp;gt;&lt;br /&gt;
insights to an adversary if not protected. &amp;lt;br /&amp;gt;&lt;br /&gt;
A C3PAO is not a CSP and therefore &amp;lt;br /&amp;gt;&lt;br /&gt;
would not require a FedRAMP moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to be a C3PAO. However, if &amp;lt;br /&amp;gt;&lt;br /&gt;
they use a CSP to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit assessment information, then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CSP would require a FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate, or equivalent, assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CSP assessment results and CRM &amp;lt;br /&amp;gt;&lt;br /&gt;
would be in scope for the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
The requirements in § 170.9 apply to &lt;br /&gt;
&lt;br /&gt;
both authorized and accredited &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs. The only difference between &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization and accreditation is the &amp;lt;br /&amp;gt;&lt;br /&gt;
status of the CMMC Accreditation Body. &amp;lt;br /&amp;gt;&lt;br /&gt;
Prior to the CMMC AB achieving its full &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17011:2017(E) compliance, the &amp;lt;br /&amp;gt;&lt;br /&gt;
interim term ‘‘authorized’’ is used for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs. As stated in §§ 170.8(b)(3)(i) &amp;lt;br /&amp;gt;&lt;br /&gt;
and 170.9(b)(1) and (2), currently &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized C3PAOs must achieve and &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain compliance with ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E) within 27 months of &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization. As stated in § 170.9(b)(6), &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs must obtain a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, but this does &amp;lt;br /&amp;gt;&lt;br /&gt;
not result in a CMMC Level 2 certificate. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD declines to modify the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text related to C3PAO requirements as it &amp;lt;br /&amp;gt;&lt;br /&gt;
does not make a substantive change. &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements are specified in the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
for each entity within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem. &lt;br /&gt;
&lt;br /&gt;
A C3PAO may start preparing for &lt;br /&gt;
&lt;br /&gt;
compliance with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
before the Accreditation Body achieves &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E). The 27-month timeline &amp;lt;br /&amp;gt;&lt;br /&gt;
for a C3PAO to achieve and maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
begins on the date that the C3PAO is &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by the Accreditation Body, &amp;lt;br /&amp;gt;&lt;br /&gt;
as addressed in § 170.9(b)(2) C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by the CMMC AB prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
becoming compliant with ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E) must be accredited by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB within 27 months of the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO’s initial authorization to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements. The &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation process is not tied to, nor &amp;lt;br /&amp;gt;&lt;br /&gt;
is it impacted by, the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriations period. &lt;br /&gt;
&lt;br /&gt;
The rule has been updated to add &lt;br /&gt;
&lt;br /&gt;
‘‘authorized’’ to the definition of a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO. Authorized is defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4. &lt;br /&gt;
&lt;br /&gt;
DoD disagrees with the suggestion &lt;br /&gt;
&lt;br /&gt;
that certain C3PAO requirements are not &amp;lt;br /&amp;gt;&lt;br /&gt;
needed or redundant. C3PAO’s must &amp;lt;br /&amp;gt;&lt;br /&gt;
follow specific requirements for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment record retention and &amp;lt;br /&amp;gt;&lt;br /&gt;
disposition, audits, personal &amp;lt;br /&amp;gt;&lt;br /&gt;
information, and CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. Each paragraph number is &amp;lt;br /&amp;gt;&lt;br /&gt;
independent, dependent sub-paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
are numbered with lower case Roman &amp;lt;br /&amp;gt;&lt;br /&gt;
numerals. The requirement in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(16) applies to all C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
company personnel participating in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment process. &lt;br /&gt;
&lt;br /&gt;
The size of a C3PAO assessment team &lt;br /&gt;
&lt;br /&gt;
is variable based on factors including &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the assessment and the &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements between the OSC and &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO. The rule has been updated in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(12) to clarify that, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the assessment team must &amp;lt;br /&amp;gt;&lt;br /&gt;
have a Lead CCA, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(10), and one other CCA. A &lt;br /&gt;
&lt;br /&gt;
C3PAO is permitted to possess OSC CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and artifacts during an assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Assessors must use the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO’s information technology which &amp;lt;br /&amp;gt;&lt;br /&gt;
has received a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as stated in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(7) and any copies of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC’s original artifacts must be &amp;lt;br /&amp;gt;&lt;br /&gt;
destroyed when the assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
complete as defined in § 170.9(1). &lt;br /&gt;
&lt;br /&gt;
The DoD has considered the &lt;br /&gt;
&lt;br /&gt;
recommendation to require encryption &amp;lt;br /&amp;gt;&lt;br /&gt;
of all information and declines to revise &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule text, since the C3PAO is &amp;lt;br /&amp;gt;&lt;br /&gt;
required in § 170.9(b)(6) to obtain a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted by DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
Several foreign or international &lt;br /&gt;
&lt;br /&gt;
companies submitted comments &amp;lt;br /&amp;gt;&lt;br /&gt;
expressing interest in the rule section &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to C3PAO requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
(§ 170.9(b)) and correctly noted that this &amp;lt;br /&amp;gt;&lt;br /&gt;
section does not preclude otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
qualified foreign companies from &amp;lt;br /&amp;gt;&lt;br /&gt;
achieving C3PAO accreditation. Also, &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD does permit C3PAO personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
who are not eligible to obtain a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent of a favorably adjudicated &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
d. CAICO &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Numerous comments &lt;br /&gt;
&lt;br /&gt;
requested correction of perceived &amp;lt;br /&amp;gt;&lt;br /&gt;
misstatements, oversights, or erroneous &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph references in the CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities section. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the level of detail in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.10(b) is more appropriate for a &amp;lt;br /&amp;gt;&lt;br /&gt;
statement of work and some paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
could be deleted from the rule. They &amp;lt;br /&amp;gt;&lt;br /&gt;
offered preferred rewording to clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
that the CAICO must also comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
AB and ISO/IEC requirements, and &amp;lt;br /&amp;gt;&lt;br /&gt;
further recommended deleting the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to provide all &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation in English. In addition, &amp;lt;br /&amp;gt;&lt;br /&gt;
they recommended deleting separation &amp;lt;br /&amp;gt;&lt;br /&gt;
of duties as a requirement, because it is &amp;lt;br /&amp;gt;&lt;br /&gt;
already required under ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. One commenter conflated &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO subcontractors with DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors and suggested deletion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule’s restrictions on releasing &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC-related information. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asked whether the Cyber AB &amp;lt;br /&amp;gt;&lt;br /&gt;
and CAICO have documented processes &amp;lt;br /&amp;gt;&lt;br /&gt;
for regular review and updates to their &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance documentation. Lastly, one &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested duplicative &amp;lt;br /&amp;gt;&lt;br /&gt;
language relating to ethics, record &amp;lt;br /&amp;gt;&lt;br /&gt;
keeping, etc. be moved to a central &amp;lt;br /&amp;gt;&lt;br /&gt;
location in the rule. &lt;br /&gt;
&lt;br /&gt;
A few commenters suggested &lt;br /&gt;
&lt;br /&gt;
preferred edits to improve the role of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO. One comment noted that the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00031&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83122 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
accreditor for certifying the CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
should be a U.S.-based signatory to &amp;lt;br /&amp;gt;&lt;br /&gt;
ILAC or relevant International &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Forum (IAF) in addition &amp;lt;br /&amp;gt;&lt;br /&gt;
to complying with ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E). Two comments noted &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns that having only one CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
would create an untenable bottleneck &amp;lt;br /&amp;gt;&lt;br /&gt;
should something happen to the single &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO. One commenter asserted that &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Certified Instructor (CCI) &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirement is redundant &amp;lt;br /&amp;gt;&lt;br /&gt;
and not cost-effective since instructors &amp;lt;br /&amp;gt;&lt;br /&gt;
will need to be certified as CCPs or &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs to teach those courses. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment suggested a grace period of &amp;lt;br /&amp;gt;&lt;br /&gt;
18–24 months from final rule &amp;lt;br /&amp;gt;&lt;br /&gt;
publication, to allow update of training &amp;lt;br /&amp;gt;&lt;br /&gt;
and examinations, before implementing &amp;lt;br /&amp;gt;&lt;br /&gt;
the CCP and CCA certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Three comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that Approved &amp;lt;br /&amp;gt;&lt;br /&gt;
Publishing Partner (APP) and Approved &amp;lt;br /&amp;gt;&lt;br /&gt;
Training Providers (ATP) sections be &amp;lt;br /&amp;gt;&lt;br /&gt;
added to Subpart C of the rule. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter asked for clarification on &amp;lt;br /&amp;gt;&lt;br /&gt;
what constitutes a CAICO subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
and if this includes LTPs and LPPs, and &amp;lt;br /&amp;gt;&lt;br /&gt;
asked why an authorization process for &amp;lt;br /&amp;gt;&lt;br /&gt;
LTPs and LPPs is not included in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
One commenter appreciated that &lt;br /&gt;
&lt;br /&gt;
CAICO responsibilities include &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with relevant ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
standards, as those are internationally &amp;lt;br /&amp;gt;&lt;br /&gt;
recognized standards. &lt;br /&gt;
&lt;br /&gt;
One commenter provided an &lt;br /&gt;
&lt;br /&gt;
attachment containing an image of an &amp;lt;br /&amp;gt;&lt;br /&gt;
article published in the February 2024 &amp;lt;br /&amp;gt;&lt;br /&gt;
issue of National Defense Magazine. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commentor did not provide specific &amp;lt;br /&amp;gt;&lt;br /&gt;
questions or comments regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
article, they simply submitted an article. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declines to comment on the &amp;lt;br /&amp;gt;&lt;br /&gt;
reposting of information being reported &amp;lt;br /&amp;gt;&lt;br /&gt;
in the media. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD declines to &lt;br /&gt;
&lt;br /&gt;
comment on the reposting of &amp;lt;br /&amp;gt;&lt;br /&gt;
information being reported in the &amp;lt;br /&amp;gt;&lt;br /&gt;
media. This rule identifies requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for the CAICO role in the ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD has a variety of options &amp;lt;br /&amp;gt;&lt;br /&gt;
available to address issues with reliance &amp;lt;br /&amp;gt;&lt;br /&gt;
on a single CAICO. These include but &amp;lt;br /&amp;gt;&lt;br /&gt;
are not limited to working with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB to identify a new/ &amp;lt;br /&amp;gt;&lt;br /&gt;
replacement CAICO. &lt;br /&gt;
&lt;br /&gt;
The final rule includes a requirement &lt;br /&gt;
&lt;br /&gt;
for the Accreditation Body, CAICO, and &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs to adhere to appropriate ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC standards, which include the &amp;lt;br /&amp;gt;&lt;br /&gt;
current version of the standard for &amp;lt;br /&amp;gt;&lt;br /&gt;
conformity assessment (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17024:2012(E) located at ISO website: &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.iso.org/standard/52993.html &#039;&#039;www.iso.org/standard/52993.html&#039;&#039;). ]&lt;br /&gt;
&lt;br /&gt;
All CMMC ecosystem members are &lt;br /&gt;
&lt;br /&gt;
required inter alia to abide by the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate ethics and conflicts of &amp;lt;br /&amp;gt;&lt;br /&gt;
interest policies established by the &lt;br /&gt;
&lt;br /&gt;
CMMC AB and CAICO. Rule content &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to ethics, quality assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
functions, record keeping, data &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption, security, etc. functions &amp;lt;br /&amp;gt;&lt;br /&gt;
across the ecosystem are tailored to &amp;lt;br /&amp;gt;&lt;br /&gt;
reflect the role each entity fills in the &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem. Repeating this content in the &amp;lt;br /&amp;gt;&lt;br /&gt;
section of each ecosystem role serves to &amp;lt;br /&amp;gt;&lt;br /&gt;
emphasize the importance of adherence &amp;lt;br /&amp;gt;&lt;br /&gt;
to these requirements. &lt;br /&gt;
&lt;br /&gt;
DoD disagrees with the commenter’s &lt;br /&gt;
&lt;br /&gt;
suggestion that certain CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are not needed or are &amp;lt;br /&amp;gt;&lt;br /&gt;
redundant. The DoD requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation in English refers to &amp;lt;br /&amp;gt;&lt;br /&gt;
official information provided to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body or the DoD. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter’s preferred rewording of &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.10(b)(3) is unnecessary because &amp;lt;br /&amp;gt;&lt;br /&gt;
there is a separate requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO to meet ISO/IEC standards, and &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule does not codify non-DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
remove the requirement in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.10(b)(10) to provide status &amp;lt;br /&amp;gt;&lt;br /&gt;
information to the CMMC AB because it &amp;lt;br /&amp;gt;&lt;br /&gt;
is necessary for program management. &amp;lt;br /&amp;gt;&lt;br /&gt;
The rule retains the separation of duties &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement at § 170.10(b)(11), which is &amp;lt;br /&amp;gt;&lt;br /&gt;
more specific than the management of &amp;lt;br /&amp;gt;&lt;br /&gt;
impartiality required under ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17024:2012(E). &lt;br /&gt;
&lt;br /&gt;
The DoD declines to delete &lt;br /&gt;
&lt;br /&gt;
certification requirements for CCI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Having the technical background as a &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP or CCA does not ensure all the &amp;lt;br /&amp;gt;&lt;br /&gt;
instructor-unique qualifications &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary to be a CCI are met. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
also declines to remove the reference to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.10 from § 170.12(b)(1) since it is &amp;lt;br /&amp;gt;&lt;br /&gt;
accurate that the CAICO certifies CCIs. &lt;br /&gt;
&lt;br /&gt;
Section § 170.10(b)(13) ensures that &lt;br /&gt;
&lt;br /&gt;
personal information is encrypted and &amp;lt;br /&amp;gt;&lt;br /&gt;
protected in all CAICO information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and databases and those of any &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO training support service &amp;lt;br /&amp;gt;&lt;br /&gt;
providers. DoD disagrees with the &amp;lt;br /&amp;gt;&lt;br /&gt;
commentor’s statement that training &amp;lt;br /&amp;gt;&lt;br /&gt;
support service providers of the CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
be allowed to disclose information &amp;lt;br /&amp;gt;&lt;br /&gt;
about CCAs and/or CCPs. § 170.10 &amp;lt;br /&amp;gt;&lt;br /&gt;
references the CAICO requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Entities providing training support &amp;lt;br /&amp;gt;&lt;br /&gt;
services to the CAICO are not a part of &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment process in the &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem. It is not up to them to release &amp;lt;br /&amp;gt;&lt;br /&gt;
data on certified persons in the &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem. Any metrics regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications will come from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO. &lt;br /&gt;
&lt;br /&gt;
DoD declines to add Approved &lt;br /&gt;
&lt;br /&gt;
Publishing Partner (APP) and Approved &amp;lt;br /&amp;gt;&lt;br /&gt;
Training Providers (ATP), or sections to &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule. The CMMC Program defines &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for the ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specific requirements for publishing &amp;lt;br /&amp;gt;&lt;br /&gt;
and training guidelines are determined &amp;lt;br /&amp;gt;&lt;br /&gt;
by the CAICO and do not require the &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the DoD. The CMMC Rule &lt;br /&gt;
&lt;br /&gt;
does not use the term Licensed Training &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (LTP), as the LTPs are not &amp;lt;br /&amp;gt;&lt;br /&gt;
required to be licensed. The acronym &amp;lt;br /&amp;gt;&lt;br /&gt;
ATP means Approved Training Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
which encompasses the same role in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. The DoD does not &amp;lt;br /&amp;gt;&lt;br /&gt;
intend to further delay implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC to provide an 18 to 24-month &amp;lt;br /&amp;gt;&lt;br /&gt;
grace period from the official release of &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule to build curriculum. &lt;br /&gt;
&lt;br /&gt;
The DoD has reviewed commenter &lt;br /&gt;
&lt;br /&gt;
recommendations and revised the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
as follows: &lt;br /&gt;
&lt;br /&gt;
The CMMC rule has been updated to &lt;br /&gt;
&lt;br /&gt;
state that the CAICO must be accredited &amp;lt;br /&amp;gt;&lt;br /&gt;
by a U.S. based signatory to ILAC or &amp;lt;br /&amp;gt;&lt;br /&gt;
other relevant IAF mutual recognition &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements and operate in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17011:2017(E). The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
has removed the term ‘‘practitioner’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
from § 170.10(b)(8) for clarity and &amp;lt;br /&amp;gt;&lt;br /&gt;
changed the term subcontractor to &amp;lt;br /&amp;gt;&lt;br /&gt;
training service support provider. &lt;br /&gt;
&lt;br /&gt;
e. CCPs and CCAs &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments requested &lt;br /&gt;
&lt;br /&gt;
DoD’s response to speculations about &amp;lt;br /&amp;gt;&lt;br /&gt;
market forces, competitiveness of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Professional (CCP) and &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Assessment (CCA) &amp;lt;br /&amp;gt;&lt;br /&gt;
roles and career opportunities, assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
burnout, complexity of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem, and a limited assessor pool. &lt;br /&gt;
&lt;br /&gt;
Several comments identified &lt;br /&gt;
&lt;br /&gt;
administrative changes or preferred &amp;lt;br /&amp;gt;&lt;br /&gt;
rewording or reordering of the CCP and &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA sections of the ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. For example, two &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters objected to repeating the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to meet CoPC and COI &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for each Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
member in § 170.8. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested deletion of the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for all documentation and records to be &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in English. &lt;br /&gt;
&lt;br /&gt;
One commenter recommended &lt;br /&gt;
&lt;br /&gt;
revising proficiency and experience &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CCPs, CCAs, and Lead &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs. Another requested clarification &amp;lt;br /&amp;gt;&lt;br /&gt;
on what requirements govern the &amp;lt;br /&amp;gt;&lt;br /&gt;
certification of a CCA and requested the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule allow the CAICO to establish the &amp;lt;br /&amp;gt;&lt;br /&gt;
certification validity period. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment recommended all additional &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor certification requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(6)(ii) be removed from the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, so that only those prerequisite &amp;lt;br /&amp;gt;&lt;br /&gt;
training requirements identified by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO would apply. &lt;br /&gt;
&lt;br /&gt;
Another comment suggested that a &lt;br /&gt;
&lt;br /&gt;
requirement prohibiting assessors from &amp;lt;br /&amp;gt;&lt;br /&gt;
use of personally owned IT that is &amp;lt;br /&amp;gt;&lt;br /&gt;
contained in the CCA section at § 170.11 &amp;lt;br /&amp;gt;&lt;br /&gt;
also be added to the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements section at § 170.9. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters objected to the restrictions &amp;lt;br /&amp;gt;&lt;br /&gt;
on CCAs sharing information with &amp;lt;br /&amp;gt;&lt;br /&gt;
people outside the assessment team. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00032&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83123 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
One comment questioned the &lt;br /&gt;
&lt;br /&gt;
requirement for a Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation for CCPs and another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the validity period of CCP &amp;lt;br /&amp;gt;&lt;br /&gt;
certification should be determined by &amp;lt;br /&amp;gt;&lt;br /&gt;
the CAICO. Yet another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested changing certification periods &amp;lt;br /&amp;gt;&lt;br /&gt;
from 3 to 4 years for those certified prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to the rule becoming effective. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment suggested there is insufficient &amp;lt;br /&amp;gt;&lt;br /&gt;
clarity regarding the role CCPs may play &amp;lt;br /&amp;gt;&lt;br /&gt;
in an assessment and another asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether a CCPs was allowed to review &amp;lt;br /&amp;gt;&lt;br /&gt;
more than just Level 1 requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Two other comments recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
updating CCP training to include Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 practices. Another comment noted &amp;lt;br /&amp;gt;&lt;br /&gt;
that assessor cannot be robotic and that &amp;lt;br /&amp;gt;&lt;br /&gt;
they must be allowed to evaluate the &amp;lt;br /&amp;gt;&lt;br /&gt;
situation as it pertains to the company &amp;lt;br /&amp;gt;&lt;br /&gt;
being evaluated. &lt;br /&gt;
&lt;br /&gt;
One comment asked for clarification &lt;br /&gt;
&lt;br /&gt;
on Lead CCA requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
requested a reduction in the &amp;lt;br /&amp;gt;&lt;br /&gt;
management experience to 2 years. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
other comments recommended adding &amp;lt;br /&amp;gt;&lt;br /&gt;
IT and cybersecurity experience as &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant skills. One comment also &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that Lead CCAs have &amp;lt;br /&amp;gt;&lt;br /&gt;
industry-specific knowledge of the &amp;lt;br /&amp;gt;&lt;br /&gt;
industry in which the OSC being &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed participates. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested clarification whether years of &amp;lt;br /&amp;gt;&lt;br /&gt;
experience are cumulative for the Lead &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA. One comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
changing the name of Lead CCA and &amp;lt;br /&amp;gt;&lt;br /&gt;
adding roles and responsibilities &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. One stated that the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA prerequisites is too low a skill set &amp;lt;br /&amp;gt;&lt;br /&gt;
and recommended increasing the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for both CCAs and Lead &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs. While another comment noted &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule referenced both DoD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8570 and DoD Manual 8140.03 and one &amp;lt;br /&amp;gt;&lt;br /&gt;
or the either should be used. &lt;br /&gt;
&lt;br /&gt;
One commenter suggested that should &lt;br /&gt;
&lt;br /&gt;
sufficient assessors not be available to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet demand, the DoD should provide &amp;lt;br /&amp;gt;&lt;br /&gt;
a delay or ‘‘grace period’’ to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The CMMC rule provides &lt;br /&gt;
&lt;br /&gt;
detail on anticipated impacts on the DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
in the Impact and Cost Analysis &amp;lt;br /&amp;gt;&lt;br /&gt;
summary of the preamble. Speculation &amp;lt;br /&amp;gt;&lt;br /&gt;
on market forces on roles in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem such as CCPs and CCAs are &amp;lt;br /&amp;gt;&lt;br /&gt;
outside of the scope of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program rulemaking. Likewise, &amp;lt;br /&amp;gt;&lt;br /&gt;
limitations on career opportunities and &amp;lt;br /&amp;gt;&lt;br /&gt;
associated issues such as burn-out or job &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfaction are beyond the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
program. &lt;br /&gt;
&lt;br /&gt;
The DoD updated the rule to clarify &lt;br /&gt;
&lt;br /&gt;
that CCAs must meet all the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.11(b) and &amp;lt;br /&amp;gt;&lt;br /&gt;
modified the rule in § 170.10(b)(10) to &amp;lt;br /&amp;gt;&lt;br /&gt;
include CMMC Certified Professionals &amp;lt;br /&amp;gt;&lt;br /&gt;
(CCPs). § 170.13(b)(6) was changed to &amp;lt;br /&amp;gt;&lt;br /&gt;
conform to rule text in § 170.11(b)(9) &lt;br /&gt;
&lt;br /&gt;
and to clarify with whom information &amp;lt;br /&amp;gt;&lt;br /&gt;
may be shared. &lt;br /&gt;
&lt;br /&gt;
The DoD determined the certification &lt;br /&gt;
&lt;br /&gt;
requirements specified in § 170.11(b)(6) &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the needs of ensuring certified &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors have the required depth of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity knowledge and &amp;lt;br /&amp;gt;&lt;br /&gt;
experience that is beyond what the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC-specific training provides. &lt;br /&gt;
&lt;br /&gt;
The DoD disagreed with the comment &lt;br /&gt;
&lt;br /&gt;
that the CAICO should determine the &amp;lt;br /&amp;gt;&lt;br /&gt;
length of time a CCP certification is &amp;lt;br /&amp;gt;&lt;br /&gt;
valid. DoD has a significant interest in &amp;lt;br /&amp;gt;&lt;br /&gt;
ensuring the quality of assessors in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem and the currency of &amp;lt;br /&amp;gt;&lt;br /&gt;
their training. The DoD does not agree &amp;lt;br /&amp;gt;&lt;br /&gt;
with the assertion that managerial, and &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel related skills are most &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant for success as a Lead Assessor. &amp;lt;br /&amp;gt;&lt;br /&gt;
As written, § 170.11 of the rule requires &amp;lt;br /&amp;gt;&lt;br /&gt;
Lead Assessors to have a balance of &amp;lt;br /&amp;gt;&lt;br /&gt;
technical and managerial expertise. A &amp;lt;br /&amp;gt;&lt;br /&gt;
Lead Assessor also requires assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
or audit experience. The DoD views &amp;lt;br /&amp;gt;&lt;br /&gt;
these skills as the minimum required to &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately provide the technical &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance and managerial oversight of &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment team. The DoD declined &amp;lt;br /&amp;gt;&lt;br /&gt;
to revise the rule to specify IT and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity for the required audit &amp;lt;br /&amp;gt;&lt;br /&gt;
experience. &lt;br /&gt;
&lt;br /&gt;
The DoD also disagreed with a &lt;br /&gt;
&lt;br /&gt;
recommendation to require Lead CCAs &amp;lt;br /&amp;gt;&lt;br /&gt;
to have industry-specific knowledge of &amp;lt;br /&amp;gt;&lt;br /&gt;
the industry in which the OSC being &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed participates. The DoD found &amp;lt;br /&amp;gt;&lt;br /&gt;
that this requirement would &amp;lt;br /&amp;gt;&lt;br /&gt;
unreasonably restrict C3PAOs from &amp;lt;br /&amp;gt;&lt;br /&gt;
participating in a broad range of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and could have a negative &amp;lt;br /&amp;gt;&lt;br /&gt;
effect on the ability of the DIB to &amp;lt;br /&amp;gt;&lt;br /&gt;
schedule CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The OSC can select a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO with the experience it considers &amp;lt;br /&amp;gt;&lt;br /&gt;
valuable. &lt;br /&gt;
&lt;br /&gt;
The DoD declined a commentor’s &lt;br /&gt;
&lt;br /&gt;
request to modify the rule to allow the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO to determine the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
the frequency of CCA/CCP certification. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD considers the 3 years &amp;lt;br /&amp;gt;&lt;br /&gt;
certification period a key CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program requirement that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
enacted and managed by the CAICO. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD also declined to change the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule to extend the certification timeline &amp;lt;br /&amp;gt;&lt;br /&gt;
to 4 years for those earning a &amp;lt;br /&amp;gt;&lt;br /&gt;
certification prior to completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking. Additionally, the DoD did &amp;lt;br /&amp;gt;&lt;br /&gt;
not accept the recommendation to &amp;lt;br /&amp;gt;&lt;br /&gt;
remove the requirement for providing &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation in the English language, &amp;lt;br /&amp;gt;&lt;br /&gt;
which applies to all official information &amp;lt;br /&amp;gt;&lt;br /&gt;
that would be provided to the CAICO, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB, or the DoD. &lt;br /&gt;
&lt;br /&gt;
The DoD disagreed with a &lt;br /&gt;
&lt;br /&gt;
commenter’s recommendation to &amp;lt;br /&amp;gt;&lt;br /&gt;
remove the second sentence in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(7) that prohibits individual &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors from using any IT other than &lt;br /&gt;
&lt;br /&gt;
that provided to them by the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
that has been contracted to perform that &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s assessment. This sentence is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to eliminate ambiguity, &amp;lt;br /&amp;gt;&lt;br /&gt;
particularly for C3PAOs that may have &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented a BYOD program or that &amp;lt;br /&amp;gt;&lt;br /&gt;
allow some work roles to use personal &amp;lt;br /&amp;gt;&lt;br /&gt;
devices. The DoD updated the rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide additional clarity. &lt;br /&gt;
&lt;br /&gt;
The DoD does not concur with the &lt;br /&gt;
&lt;br /&gt;
comment calling for a DoD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8140.03 requirement on CCAs. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment teams are required to have &amp;lt;br /&amp;gt;&lt;br /&gt;
a Lead Assessor who must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
higher level of the DoDM 8140.03 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The rule has been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to remove reference to DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Manual 8570. &lt;br /&gt;
&lt;br /&gt;
The experience requirements &lt;br /&gt;
&lt;br /&gt;
referenced for the Lead CCA are &amp;lt;br /&amp;gt;&lt;br /&gt;
cumulative. The rule has been updated &amp;lt;br /&amp;gt;&lt;br /&gt;
to move Lead CCA requirements to the &amp;lt;br /&amp;gt;&lt;br /&gt;
end of § 170.11, but not to create a new &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
The DoD disagreed with the &lt;br /&gt;
&lt;br /&gt;
commenter’s assertion that Assessors &amp;lt;br /&amp;gt;&lt;br /&gt;
are robotic. Assessors will go through &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC training and will assess each &amp;lt;br /&amp;gt;&lt;br /&gt;
unique CMMC Assessment Scope, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined by the OSA, against the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. As specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.13(a) CCPs can participate on &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
with CCA oversight where the CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
makes all final decisions. Updates to &amp;lt;br /&amp;gt;&lt;br /&gt;
training are beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. Statements made in training &amp;lt;br /&amp;gt;&lt;br /&gt;
materials produced prior to final &amp;lt;br /&amp;gt;&lt;br /&gt;
adoption of the CMMC rule are beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of CMMC rulemaking. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
disagrees with the comment that &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.13 does not provide sufficient &amp;lt;br /&amp;gt;&lt;br /&gt;
detail regarding the role CCPs may play &amp;lt;br /&amp;gt;&lt;br /&gt;
in an assessment. The requirement in &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule that ‘‘with CCA oversight where &amp;lt;br /&amp;gt;&lt;br /&gt;
the CCA makes all final determinations’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
provides sufficient flexibility to adapt to &amp;lt;br /&amp;gt;&lt;br /&gt;
a wide variety of assessments while &amp;lt;br /&amp;gt;&lt;br /&gt;
ensuring the responsibility for &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment findings rests with the CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
and Lead CCA. &lt;br /&gt;
&lt;br /&gt;
The rule restates COI and CoPC &lt;br /&gt;
&lt;br /&gt;
requirements in each ecosystem section &amp;lt;br /&amp;gt;&lt;br /&gt;
because all CMMC ecosystem members &amp;lt;br /&amp;gt;&lt;br /&gt;
are required to abide by the appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics and conflicts of interest policies &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the CMMC AB and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO. Rule content pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics, quality assurance functions, &amp;lt;br /&amp;gt;&lt;br /&gt;
record keeping, data encryption, &amp;lt;br /&amp;gt;&lt;br /&gt;
security, and other functions across the &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem are tailored to reflect the role &amp;lt;br /&amp;gt;&lt;br /&gt;
each entity fills in the ecosystem. &lt;br /&gt;
&lt;br /&gt;
DoD CIO, in coordination with OUSD/ &lt;br /&gt;
&lt;br /&gt;
I&amp;amp;amp;S, evaluated the requirements for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. Based on the access &amp;lt;br /&amp;gt;&lt;br /&gt;
to sensitive unclassified information, a &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation that &amp;lt;br /&amp;gt;&lt;br /&gt;
results in determination of national &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00033&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83124 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
security eligibility is required. &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.13(a) states that a CCP is eligible &amp;lt;br /&amp;gt;&lt;br /&gt;
to participate in Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment with CCA oversight and is &amp;lt;br /&amp;gt;&lt;br /&gt;
eligible to become a CCA and will &amp;lt;br /&amp;gt;&lt;br /&gt;
receive additional training and testing &amp;lt;br /&amp;gt;&lt;br /&gt;
per the requirements in § 170.11. &lt;br /&gt;
&lt;br /&gt;
The phased implementation plan &lt;br /&gt;
&lt;br /&gt;
described in § 170.3(e) is intended to &amp;lt;br /&amp;gt;&lt;br /&gt;
address ramp-up issues and provide &amp;lt;br /&amp;gt;&lt;br /&gt;
time to train the necessary number of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors. DoD has updated the rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
add an additional six months to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 timeline. &lt;br /&gt;
&lt;br /&gt;
e. CCI &lt;br /&gt;
&lt;br /&gt;
1. Training and Training Materials &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment mistook the &lt;br /&gt;
&lt;br /&gt;
requirement to ‘‘provide all &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation and records in English’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
as applying to training materials. Four &amp;lt;br /&amp;gt;&lt;br /&gt;
comments expressed concerns about the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for confidentiality &amp;lt;br /&amp;gt;&lt;br /&gt;
surrounding training records. These &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns arose primarily from a &amp;lt;br /&amp;gt;&lt;br /&gt;
misinterpretation of the requirement to &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘keep confidential all information &amp;lt;br /&amp;gt;&lt;br /&gt;
obtained during the performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC training activities’’ to mean a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to keep the training &amp;lt;br /&amp;gt;&lt;br /&gt;
materials themselves confidential, &amp;lt;br /&amp;gt;&lt;br /&gt;
rather than keeping student records &amp;lt;br /&amp;gt;&lt;br /&gt;
confidential. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The requirement to &lt;br /&gt;
&lt;br /&gt;
‘‘provide all documentation and records &amp;lt;br /&amp;gt;&lt;br /&gt;
in English’’ refers to official information &amp;lt;br /&amp;gt;&lt;br /&gt;
that would be provided to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessor and Instructor Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization (CAICO) or the DoD. The &amp;lt;br /&amp;gt;&lt;br /&gt;
terms do not pertain to all materials &amp;lt;br /&amp;gt;&lt;br /&gt;
used in the delivery of a course. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD disagreed with the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation to delete the &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.12(b)(7) requirement for keeping &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC training records and information &amp;lt;br /&amp;gt;&lt;br /&gt;
confidential. ‘‘Training activities’’ do &amp;lt;br /&amp;gt;&lt;br /&gt;
not include course material. The &amp;lt;br /&amp;gt;&lt;br /&gt;
example in § 170.12(b)(7) (student &amp;lt;br /&amp;gt;&lt;br /&gt;
records) makes clear the type of data &amp;lt;br /&amp;gt;&lt;br /&gt;
covered by the rule. &lt;br /&gt;
&lt;br /&gt;
2. Time Limits and Other Constraints &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment &lt;br /&gt;
&lt;br /&gt;
recommended that the CAICO, instead &amp;lt;br /&amp;gt;&lt;br /&gt;
of the DoD, determine the frequency of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Instructor (CCI) &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. Another requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification on the length of time that &amp;lt;br /&amp;gt;&lt;br /&gt;
a CCI may not provide consulting &amp;lt;br /&amp;gt;&lt;br /&gt;
services. One comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
changing the rule to require CCIs to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide updates to the CAICO and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB no less than annually, in lieu &amp;lt;br /&amp;gt;&lt;br /&gt;
of ‘‘most up to date’’. &lt;br /&gt;
&lt;br /&gt;
Two comments expressed concern &lt;br /&gt;
&lt;br /&gt;
that CCIs are not allowed to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
consulting services to OSCs; one of the &amp;lt;br /&amp;gt;&lt;br /&gt;
comments asserted this would result in &lt;br /&gt;
&lt;br /&gt;
reduced quality of training for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Professionals (CCP) and &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Assessors (CCA). One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment expressed disagreement with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirement prohibiting CCIs from &amp;lt;br /&amp;gt;&lt;br /&gt;
exam development and exam &amp;lt;br /&amp;gt;&lt;br /&gt;
proctoring. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended a rule update indicating &amp;lt;br /&amp;gt;&lt;br /&gt;
CCIs can teach both CCA and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Professional (CCP) candidates. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD declined a &lt;br /&gt;
&lt;br /&gt;
commenter’s request to modify the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
to allow the CAICO to determine the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for validity period of a CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. The DoD considers the 3- &amp;lt;br /&amp;gt;&lt;br /&gt;
year certification period for CCIs as a &amp;lt;br /&amp;gt;&lt;br /&gt;
key CMMC program requirement that is &amp;lt;br /&amp;gt;&lt;br /&gt;
to be enforced by the CAICO. &lt;br /&gt;
&lt;br /&gt;
The DoD modified § 170.12(b)(4) to &lt;br /&gt;
&lt;br /&gt;
read ‘‘annually’’ instead of ‘‘most up to &amp;lt;br /&amp;gt;&lt;br /&gt;
date’’ to clarify the reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
All CMMC ecosystem members are &lt;br /&gt;
&lt;br /&gt;
required to abide by the appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics and conflicts of interest (COI) &amp;lt;br /&amp;gt;&lt;br /&gt;
policies established by the CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
and CAICO. Rule content pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics, quality assurance functions, &amp;lt;br /&amp;gt;&lt;br /&gt;
record keeping, data encryption, &amp;lt;br /&amp;gt;&lt;br /&gt;
security, and other functions across the &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem are tailored to reflect the role &amp;lt;br /&amp;gt;&lt;br /&gt;
each entity fills in the ecosystem. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD defined COI requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
reduce the possibility that a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem member acting in one &amp;lt;br /&amp;gt;&lt;br /&gt;
capacity may bias, or be biased by, &amp;lt;br /&amp;gt;&lt;br /&gt;
clients that are paying them to perform &amp;lt;br /&amp;gt;&lt;br /&gt;
another CMMC related service. CCIs are &amp;lt;br /&amp;gt;&lt;br /&gt;
not permitted to develop or proctor &amp;lt;br /&amp;gt;&lt;br /&gt;
exams to avoid participating in any &amp;lt;br /&amp;gt;&lt;br /&gt;
activity, practice, or transaction that &amp;lt;br /&amp;gt;&lt;br /&gt;
could result in an actual or perceived &amp;lt;br /&amp;gt;&lt;br /&gt;
conflict of interest. &lt;br /&gt;
&lt;br /&gt;
3. Relationship to CAICO and Other &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem Members &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment asked why &lt;br /&gt;
&lt;br /&gt;
the rule does not include requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for LTPs, and another requested &amp;lt;br /&amp;gt;&lt;br /&gt;
additional rule text to clarify the &amp;lt;br /&amp;gt;&lt;br /&gt;
relationship between an ATP and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO in administrative matters of &amp;lt;br /&amp;gt;&lt;br /&gt;
students. One comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
not requiring CCIs to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
qualification and training information to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CAICO. &lt;br /&gt;
&lt;br /&gt;
One comment recommended a &lt;br /&gt;
&lt;br /&gt;
method for reducing a perceived &amp;lt;br /&amp;gt;&lt;br /&gt;
redundancy in the rule text between &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem-related sections. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments asserted that a CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
certification is redundant because &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals attempting to become CCIs &amp;lt;br /&amp;gt;&lt;br /&gt;
are already certified as CCPs or CCAs. &lt;br /&gt;
&lt;br /&gt;
One comment asked that a new &lt;br /&gt;
&lt;br /&gt;
requirement be added to the rule under &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.12 to address the transition of &amp;lt;br /&amp;gt;&lt;br /&gt;
Provisional Instructors to CCIs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The CMMC rule does not &lt;br /&gt;
&lt;br /&gt;
use the term Licensed Training Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(LTP), as training providers are not &amp;lt;br /&amp;gt;&lt;br /&gt;
required to be licensed. The correct term &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC training providers is &amp;lt;br /&amp;gt;&lt;br /&gt;
Approved Training Provider (ATP). The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule contains the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to create the training for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. § 170.10 contains the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CAICO to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
and to ensure all training products, &amp;lt;br /&amp;gt;&lt;br /&gt;
instruction, and testing materials are of &amp;lt;br /&amp;gt;&lt;br /&gt;
high quality. &lt;br /&gt;
&lt;br /&gt;
DoD disagreed with a comment to &lt;br /&gt;
&lt;br /&gt;
delete a requirement in the rule for CCIs &amp;lt;br /&amp;gt;&lt;br /&gt;
to update the CAICO regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
qualification, training experience, and &amp;lt;br /&amp;gt;&lt;br /&gt;
other information relating to their &amp;lt;br /&amp;gt;&lt;br /&gt;
competency to teach within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem. Viewing and verifying CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
qualifications is an important element of &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance in the CAICO’s role of &amp;lt;br /&amp;gt;&lt;br /&gt;
training, testing, authorizing, certifying, &amp;lt;br /&amp;gt;&lt;br /&gt;
and recertifying CMMC assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
instructors, and related individuals. &lt;br /&gt;
&lt;br /&gt;
§ 170.12(b) in the rule was updated to &lt;br /&gt;
&lt;br /&gt;
add the requirement for a CCI to be &amp;lt;br /&amp;gt;&lt;br /&gt;
certified at or above the level of training &amp;lt;br /&amp;gt;&lt;br /&gt;
they are delivering. The DoD also &amp;lt;br /&amp;gt;&lt;br /&gt;
modified § 170.12(a)(11) to add CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Professional (CCP) candidates. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to remove the &lt;br /&gt;
&lt;br /&gt;
certification requirement for CCIs. &amp;lt;br /&amp;gt;&lt;br /&gt;
Although CMMC Certified Assessors &amp;lt;br /&amp;gt;&lt;br /&gt;
have the technical background, that &amp;lt;br /&amp;gt;&lt;br /&gt;
does not imply that they meet all the &amp;lt;br /&amp;gt;&lt;br /&gt;
instructor-unique qualifications &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary to be a CCI. &lt;br /&gt;
&lt;br /&gt;
The DoD modified § 170.12 to include &lt;br /&gt;
&lt;br /&gt;
requirements for Provisional Instructors &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to their transition to a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Instructor. Any Provisional &amp;lt;br /&amp;gt;&lt;br /&gt;
Instructor (PI) will be required to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve certification under the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Instructor (CCI) program &amp;lt;br /&amp;gt;&lt;br /&gt;
within 18 months of the final rule &amp;lt;br /&amp;gt;&lt;br /&gt;
publication. The PI designation ends 18 &amp;lt;br /&amp;gt;&lt;br /&gt;
months after the effective date of the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
f. Conflicts of Interest and Code of &amp;lt;br /&amp;gt;&lt;br /&gt;
Professional Conduct &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many commenters had &lt;br /&gt;
&lt;br /&gt;
questions about existing CMMC conflict &amp;lt;br /&amp;gt;&lt;br /&gt;
of interest (CoI) requirements and had &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestions for further protecting the &amp;lt;br /&amp;gt;&lt;br /&gt;
impartiality of the CMMC Program. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter requested the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
develop a mechanism to prevent third- &amp;lt;br /&amp;gt;&lt;br /&gt;
party assessment organizations from &amp;lt;br /&amp;gt;&lt;br /&gt;
delaying re-evaluation of NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to create a pipeline of &amp;lt;br /&amp;gt;&lt;br /&gt;
future assessment work. The commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended removing the 10-day re- &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluation deadline requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
currently in the CMMC Rule to prevent &amp;lt;br /&amp;gt;&lt;br /&gt;
any conflicts of interest. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter stated that allowing a &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00034&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83125 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
commercial entity to manage the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
‘ecosystem’ creates a scenario ‘fox &amp;lt;br /&amp;gt;&lt;br /&gt;
watching the henhouse’’ condition and &amp;lt;br /&amp;gt;&lt;br /&gt;
that fraud and abuse will be rampant. &lt;br /&gt;
&lt;br /&gt;
Some commenters questioned the &lt;br /&gt;
&lt;br /&gt;
legality of the current CMMC AB’s &amp;lt;br /&amp;gt;&lt;br /&gt;
establishment and alleged unethical &amp;lt;br /&amp;gt;&lt;br /&gt;
behavior by its Board of Directors. They &amp;lt;br /&amp;gt;&lt;br /&gt;
cited the number of resignations among &amp;lt;br /&amp;gt;&lt;br /&gt;
its Board of Directors as evidence of &amp;lt;br /&amp;gt;&lt;br /&gt;
internal politics, conflicts of interests, or &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics concerns. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the 6-month ‘‘cooling off &amp;lt;br /&amp;gt;&lt;br /&gt;
period’’ between an employee leaving &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB and supporting other &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC roles be extended to one year to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure impartiality within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. Another commenter claimed &amp;lt;br /&amp;gt;&lt;br /&gt;
an informational newsletter offered by &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB to ecosystem members &amp;lt;br /&amp;gt;&lt;br /&gt;
violates the conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In addition, commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
alleged that the CMMC AB’s progress &amp;lt;br /&amp;gt;&lt;br /&gt;
(prior to final rule publication) toward &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC compliance violates the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
of its contract with DoD, which the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
should terminate. &lt;br /&gt;
&lt;br /&gt;
Commenters also stated that DoD’s &lt;br /&gt;
&lt;br /&gt;
no-cost contract with the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB has forced them to focus on &amp;lt;br /&amp;gt;&lt;br /&gt;
generating revenue instead of building a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessor cadre. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
cited publicly available tax filings of the &amp;lt;br /&amp;gt;&lt;br /&gt;
current CMMC AB to substantiate that &amp;lt;br /&amp;gt;&lt;br /&gt;
view. Another commenter noted &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns that the rule permits a timeline &amp;lt;br /&amp;gt;&lt;br /&gt;
for meeting the ISO/IEC requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
rather than requiring immediate &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance, and suggested that it would &amp;lt;br /&amp;gt;&lt;br /&gt;
be more advantageous to cite different &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC requirements (for conformity &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment) than those identified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
One commenter wrote that significant &lt;br /&gt;
&lt;br /&gt;
delays in CMMC implementation this &amp;lt;br /&amp;gt;&lt;br /&gt;
far beyond the Department’s earlier &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives of 2020 constitute fraud and &amp;lt;br /&amp;gt;&lt;br /&gt;
claimed that DoD representatives &amp;lt;br /&amp;gt;&lt;br /&gt;
directed companies to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that have become &amp;lt;br /&amp;gt;&lt;br /&gt;
irrelevant due to changes in program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that occurred during &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking. &lt;br /&gt;
&lt;br /&gt;
Many commenters stated the &lt;br /&gt;
&lt;br /&gt;
Department needs to further clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
existing CoI requirements for CCIs, &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs, and CCPs in the CMMC Rule text. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specifically, commenters suggested the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD: &amp;lt;br /&amp;gt;&lt;br /&gt;
—Revise § 170.12(b)(5) to state that CCIs &lt;br /&gt;
&lt;br /&gt;
may serve on an assessment team for &amp;lt;br /&amp;gt;&lt;br /&gt;
a student’s company, provided the &amp;lt;br /&amp;gt;&lt;br /&gt;
CCI does not provide consulting to an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC during delivery of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Instruction or breach other conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
interest rules, and add that the CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
must ‘‘[b]e a currently certified CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
and conduct at least one certified or &lt;br /&gt;
&lt;br /&gt;
mock assessment under the direction &amp;lt;br /&amp;gt;&lt;br /&gt;
of a C3PAO annually.’’ &lt;br /&gt;
&lt;br /&gt;
—Revise § 170.12(b)(6) to allow CCIs to &lt;br /&gt;
&lt;br /&gt;
craft exam objectives and content, as &amp;lt;br /&amp;gt;&lt;br /&gt;
CCIs are the ‘‘most in tune with issues &amp;lt;br /&amp;gt;&lt;br /&gt;
faced by candidate CCPs and CCAs.’’ &lt;br /&gt;
&lt;br /&gt;
—Strike § 170.12 altogether, because &lt;br /&gt;
&lt;br /&gt;
potential CoIs will be rare and can be &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘managed by existing conflicts of &amp;lt;br /&amp;gt;&lt;br /&gt;
interest mechanisms’’; clarify that &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘while serving as a CMMC instructor’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
means ‘‘limited only to while actively &amp;lt;br /&amp;gt;&lt;br /&gt;
teaching or any time while the person &amp;lt;br /&amp;gt;&lt;br /&gt;
holds the CCI certification’’; and that &amp;lt;br /&amp;gt;&lt;br /&gt;
CoI concerns could be addressed by &amp;lt;br /&amp;gt;&lt;br /&gt;
the addition of an Instructor Code of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conduct. One commenter also &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested this section would &amp;lt;br /&amp;gt;&lt;br /&gt;
significantly decrease the available &amp;lt;br /&amp;gt;&lt;br /&gt;
pool of CMMC instructors, as they &amp;lt;br /&amp;gt;&lt;br /&gt;
would be forced to choose between &amp;lt;br /&amp;gt;&lt;br /&gt;
instructing and consulting, which &amp;lt;br /&amp;gt;&lt;br /&gt;
may be a more lucrative option. They &amp;lt;br /&amp;gt;&lt;br /&gt;
also claimed it prevented CCIs who &amp;lt;br /&amp;gt;&lt;br /&gt;
teach CCP/CCA courses at night from &amp;lt;br /&amp;gt;&lt;br /&gt;
providing consulting services during &amp;lt;br /&amp;gt;&lt;br /&gt;
the day. &lt;br /&gt;
&lt;br /&gt;
—Impose a three- or four-year &lt;br /&gt;
&lt;br /&gt;
prohibition on ecosystem members &amp;lt;br /&amp;gt;&lt;br /&gt;
from participating in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment process for an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
in which they previously served as a &amp;lt;br /&amp;gt;&lt;br /&gt;
consultant or ‘‘since the OSC last &amp;lt;br /&amp;gt;&lt;br /&gt;
obtained CMMC certification, &amp;lt;br /&amp;gt;&lt;br /&gt;
whichever is most recent.’’ &lt;br /&gt;
&lt;br /&gt;
—Add language to §§ 170.11 and 170.13 &lt;br /&gt;
&lt;br /&gt;
to clarify if an individual consults &amp;lt;br /&amp;gt;&lt;br /&gt;
with a defense industrial base &amp;lt;br /&amp;gt;&lt;br /&gt;
company, they are prohibited from &amp;lt;br /&amp;gt;&lt;br /&gt;
participating as a CMMC assessor for &amp;lt;br /&amp;gt;&lt;br /&gt;
that same company. &lt;br /&gt;
&lt;br /&gt;
—Update § 170.8(b)(ii)(17)(ii)(G) and &lt;br /&gt;
&lt;br /&gt;
add a time limit to this requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
to ensure a consultant can perform &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, given an appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
amount of time has passed. &lt;br /&gt;
&lt;br /&gt;
—Revise § 170.8(b)(17)(ii)(G) to say, &lt;br /&gt;
&lt;br /&gt;
‘‘Prohibit CMMC Ecosystem members &amp;lt;br /&amp;gt;&lt;br /&gt;
from participating in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment process for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in which they previously &amp;lt;br /&amp;gt;&lt;br /&gt;
served as an employee or consultant &amp;lt;br /&amp;gt;&lt;br /&gt;
to prepare the organization for any &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment,’’ as both an OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
employee and a CCPA/CCP serving as &amp;lt;br /&amp;gt;&lt;br /&gt;
a consultant would face identical CoI. &lt;br /&gt;
&lt;br /&gt;
—Provide more detail on the scope of &lt;br /&gt;
&lt;br /&gt;
CCA and CCP conflict of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
disclosure required, particularly &amp;lt;br /&amp;gt;&lt;br /&gt;
around the definition of ‘‘process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit’’ in § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
—More narrowly tailor the CoI &lt;br /&gt;
&lt;br /&gt;
requirement in § 170.8(b)(17)(i)(D) &amp;lt;br /&amp;gt;&lt;br /&gt;
and more expressly identify the &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘perceived conflicts of interest’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
scenarios to help ecosystem members &amp;lt;br /&amp;gt;&lt;br /&gt;
avoid legal risk. &lt;br /&gt;
&lt;br /&gt;
—Rewrite § 170.8(b)(17)(iii)(C) to clarify &lt;br /&gt;
&lt;br /&gt;
what constitutes a ‘‘satisfactory record &amp;lt;br /&amp;gt;&lt;br /&gt;
of integrity and business ethics.’’ &lt;br /&gt;
&lt;br /&gt;
—Provide more detail in § 170.10(b)(11) &lt;br /&gt;
&lt;br /&gt;
on the term ‘‘separation of duties,’’ so &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs know whether they can &amp;lt;br /&amp;gt;&lt;br /&gt;
volunteer to develop test questions or &amp;lt;br /&amp;gt;&lt;br /&gt;
provide training. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Response Summary: &#039;&#039;Some comments &lt;br /&gt;
&lt;br /&gt;
received lacked relevance to the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
content, which is limited to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to respond to speculative or &amp;lt;br /&amp;gt;&lt;br /&gt;
editorial comments about private &amp;lt;br /&amp;gt;&lt;br /&gt;
citizens or entities, all of which are not &amp;lt;br /&amp;gt;&lt;br /&gt;
within the scope of this rule. Personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
actions taken by the CMMC AB and &amp;lt;br /&amp;gt;&lt;br /&gt;
comments regarding filing of IRS forms &amp;lt;br /&amp;gt;&lt;br /&gt;
are not within the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
§ 170.8(b) of this final rule provides &lt;br /&gt;
&lt;br /&gt;
requirements of the CMMC AB. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule requires the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body and the CAICO to &amp;lt;br /&amp;gt;&lt;br /&gt;
have and abide by ethics and conflicts &amp;lt;br /&amp;gt;&lt;br /&gt;
of interest rules and to have and &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain a Code of Professional &amp;lt;br /&amp;gt;&lt;br /&gt;
Conduct (CoPC). § 170.8(b)(3) describes &amp;lt;br /&amp;gt;&lt;br /&gt;
the ISO/IEC requirements and the &amp;lt;br /&amp;gt;&lt;br /&gt;
timeline in which the CMMC AB needs &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet those requirements. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to comment on business &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions made by the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB in the performance of its CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
related roles, responsibilities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Based on information &amp;lt;br /&amp;gt;&lt;br /&gt;
currently known to DoD, the CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
is currently performing as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
this final rule and the terms of the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. The ANSI National &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body is performing the &amp;lt;br /&amp;gt;&lt;br /&gt;
function of accrediting the CAICO, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is appropriate given its status as &amp;lt;br /&amp;gt;&lt;br /&gt;
a subsidiary of the CMMC AB. &lt;br /&gt;
&lt;br /&gt;
The DoD defined CMMC Conflict of &lt;br /&gt;
&lt;br /&gt;
Interest requirements to reduce the &amp;lt;br /&amp;gt;&lt;br /&gt;
possibility that a member of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem acting in one capacity may &amp;lt;br /&amp;gt;&lt;br /&gt;
bias, or be biased by, clients that are &amp;lt;br /&amp;gt;&lt;br /&gt;
paying them to perform another CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
related service. The rule text includes &amp;lt;br /&amp;gt;&lt;br /&gt;
ethics requirements for members of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem, to include the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB (§ 170.8). The DoD concurred with &amp;lt;br /&amp;gt;&lt;br /&gt;
some comments and has increased the &amp;lt;br /&amp;gt;&lt;br /&gt;
cooling off period from six months to &amp;lt;br /&amp;gt;&lt;br /&gt;
one year in § 170.8(b)(17)(i)(C). &lt;br /&gt;
&lt;br /&gt;
DoD considered many alternatives &lt;br /&gt;
&lt;br /&gt;
before deciding upon the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
structure. The DoD has established &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a CMMC Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body, and this accreditation body will &amp;lt;br /&amp;gt;&lt;br /&gt;
administer the CMMC Ecosystem. The &amp;lt;br /&amp;gt;&lt;br /&gt;
phased CMMC implementation plan &amp;lt;br /&amp;gt;&lt;br /&gt;
provides time to train the necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
number of assessors and, the rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been updated to add an additional six &amp;lt;br /&amp;gt;&lt;br /&gt;
months to the Phase 1 timeline. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00035&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83126 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
The DoD requires that the &lt;br /&gt;
&lt;br /&gt;
Accreditation Body must achieve and &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain compliance with the ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E) standard (the &amp;lt;br /&amp;gt;&lt;br /&gt;
international benchmark used in &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrating an accreditation body’s &amp;lt;br /&amp;gt;&lt;br /&gt;
impartiality, technical competency, and &amp;lt;br /&amp;gt;&lt;br /&gt;
resources) and the requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.8. The CMMC Proposed &amp;lt;br /&amp;gt;&lt;br /&gt;
rule also requires compliance with ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC 17020:2012(E) for conformity &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. § 170.12(b)(5) was revised &amp;lt;br /&amp;gt;&lt;br /&gt;
to indicate that a CMMC instructor, &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to the Code of Professional &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics and Conflict of Interest policies, &amp;lt;br /&amp;gt;&lt;br /&gt;
may serve on an assessment team but &amp;lt;br /&amp;gt;&lt;br /&gt;
cannot consult. CCIs are not permitted &amp;lt;br /&amp;gt;&lt;br /&gt;
to develop or proctor exams to avoid &amp;lt;br /&amp;gt;&lt;br /&gt;
participating in any activity, practice, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transaction that could result in an actual &amp;lt;br /&amp;gt;&lt;br /&gt;
or perceived conflict of interest. &lt;br /&gt;
&lt;br /&gt;
The CAICO is responsible to ensure &lt;br /&gt;
&lt;br /&gt;
the separation of duties for individuals &amp;lt;br /&amp;gt;&lt;br /&gt;
volunteering to assist with testing, &amp;lt;br /&amp;gt;&lt;br /&gt;
training, and certification activities. An &amp;lt;br /&amp;gt;&lt;br /&gt;
example of separation of duties is &amp;lt;br /&amp;gt;&lt;br /&gt;
shown in § 170.12(b)(6), which specifies &amp;lt;br /&amp;gt;&lt;br /&gt;
that a CCI cannot be involved in &amp;lt;br /&amp;gt;&lt;br /&gt;
examination activities. &lt;br /&gt;
&lt;br /&gt;
DoD modified § 170.8(b)(17)(ii)(G) to &lt;br /&gt;
&lt;br /&gt;
add that a consultant is only limited &amp;lt;br /&amp;gt;&lt;br /&gt;
from participation in the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process for 36 months. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem members do not participate &amp;lt;br /&amp;gt;&lt;br /&gt;
in an assessor capacity on DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The DoD declined to add &amp;lt;br /&amp;gt;&lt;br /&gt;
explicit requirements prohibiting &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem members from participating &amp;lt;br /&amp;gt;&lt;br /&gt;
in an assessment of an OSC by whom &amp;lt;br /&amp;gt;&lt;br /&gt;
they were previously employed (directly &amp;lt;br /&amp;gt;&lt;br /&gt;
or as a consultant), because the scenario &amp;lt;br /&amp;gt;&lt;br /&gt;
is already covered under &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.8(b)(17)(ii)(G). &lt;br /&gt;
&lt;br /&gt;
DoD disagreed with the comments &lt;br /&gt;
&lt;br /&gt;
that a CMMC Ecosystem member is &amp;lt;br /&amp;gt;&lt;br /&gt;
unable to avoid perceived conflicts of &amp;lt;br /&amp;gt;&lt;br /&gt;
interest. The Accreditation Body is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to provide a CoI policy in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.8(b)(17) for CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
members. The Department expects that &amp;lt;br /&amp;gt;&lt;br /&gt;
a reasonable person subject to the CoI &amp;lt;br /&amp;gt;&lt;br /&gt;
policy should understand how to avoid &amp;lt;br /&amp;gt;&lt;br /&gt;
the appearance of conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
and, if unsure, seek clarity from the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. Details of the &amp;lt;br /&amp;gt;&lt;br /&gt;
disclosure requirements are in the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body conflict of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
policy. &lt;br /&gt;
&lt;br /&gt;
A satisfactory record of integrity and &lt;br /&gt;
&lt;br /&gt;
business ethics is a record that does not &amp;lt;br /&amp;gt;&lt;br /&gt;
indicate derogatory behavior in relation &amp;lt;br /&amp;gt;&lt;br /&gt;
to professional conduct or conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
interest. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to remove the 10- &lt;br /&gt;
&lt;br /&gt;
day re-evaluation deadline in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.17(c)(2) and 170.18(c)(2) to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure consistency in the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process. The OSC may utilize the &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals process, as necessary. The DoD &lt;br /&gt;
&lt;br /&gt;
is required to codify CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements through a prescribed and &amp;lt;br /&amp;gt;&lt;br /&gt;
formal rulemaking process. The timeline &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC implementation changed due &amp;lt;br /&amp;gt;&lt;br /&gt;
in part to DoD’s decision to pause and &amp;lt;br /&amp;gt;&lt;br /&gt;
assess the program, seek opportunities &amp;lt;br /&amp;gt;&lt;br /&gt;
to streamline and ease the burden of its &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, and respond to public &amp;lt;br /&amp;gt;&lt;br /&gt;
comments. The DoD declines to respond &amp;lt;br /&amp;gt;&lt;br /&gt;
to speculative or editorial comments &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding the actions of private citizens, &amp;lt;br /&amp;gt;&lt;br /&gt;
which are not within the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
g. Ecosystem Eligibility &lt;br /&gt;
&lt;br /&gt;
1. Foreign Ownership &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two comments noted the &lt;br /&gt;
&lt;br /&gt;
rule does not include Foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
Ownership, Control, or Influence (FOCI) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CAICO. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment recommended the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporate the definition of the &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘national technology and industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
base’’ and exclude those companies &amp;lt;br /&amp;gt;&lt;br /&gt;
from FOCI requirements. The NTIB &amp;lt;br /&amp;gt;&lt;br /&gt;
includes organizations from the United &amp;lt;br /&amp;gt;&lt;br /&gt;
States, the United Kingdom of Great &amp;lt;br /&amp;gt;&lt;br /&gt;
Britain and Northern Ireland, Australia, &amp;lt;br /&amp;gt;&lt;br /&gt;
New Zealand, and Canada that are &amp;lt;br /&amp;gt;&lt;br /&gt;
engaged in research, development, &amp;lt;br /&amp;gt;&lt;br /&gt;
production, integration, services, or &amp;lt;br /&amp;gt;&lt;br /&gt;
information technology activities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The CAICO has no FOCI &lt;br /&gt;
&lt;br /&gt;
requirement because they do not have &amp;lt;br /&amp;gt;&lt;br /&gt;
knowledge of the OSC’s network or &amp;lt;br /&amp;gt;&lt;br /&gt;
potential vulnerabilities identified in &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment process. Per &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(5), the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
implements the FOCI program that is &amp;lt;br /&amp;gt;&lt;br /&gt;
managed by DCSA. Potential FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
exemptions are outside the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and must be addressed through &amp;lt;br /&amp;gt;&lt;br /&gt;
international arrangements or &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements. &lt;br /&gt;
&lt;br /&gt;
2. Personnel Security &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;There were numerous &lt;br /&gt;
&lt;br /&gt;
comments regarding the Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
Personnel Security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Several comments recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
editorial clarification. Multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
comments requested clarification on &amp;lt;br /&amp;gt;&lt;br /&gt;
what ‘‘not eligible’’ meant and what is &amp;lt;br /&amp;gt;&lt;br /&gt;
the ‘‘equivalent process’’. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation be required for all &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized personnel while two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments recommended eliminating &amp;lt;br /&amp;gt;&lt;br /&gt;
the Tier 3 background investigation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Two other comments &amp;lt;br /&amp;gt;&lt;br /&gt;
requested clarification on why a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation is required when no secret &amp;lt;br /&amp;gt;&lt;br /&gt;
information is handled and there is no &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance granted. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested clarification on the Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
process. Three comments requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clarity on the citizenship requirements &lt;br /&gt;
&lt;br /&gt;
and how the Tier 3 requirement will be &amp;lt;br /&amp;gt;&lt;br /&gt;
enforced for international C3PAO’s. &lt;br /&gt;
&lt;br /&gt;
Another comment recommended &lt;br /&gt;
&lt;br /&gt;
adding a requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Instructors and Assessors to report to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CAICO within 30 days of conviction, &amp;lt;br /&amp;gt;&lt;br /&gt;
or guilty pleas to certain crimes. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;In coordination with the &lt;br /&gt;
&lt;br /&gt;
OUSD/I&amp;amp;amp;S, the DoD CIO evaluated &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC Ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
Based on the access to sensitive &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information, a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation that results in &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility is required as specified in this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The concept of ‘‘not eligible’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(4) is intended to cover those &amp;lt;br /&amp;gt;&lt;br /&gt;
applicants who do not meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
entrance requirements for a DCSA Tier &amp;lt;br /&amp;gt;&lt;br /&gt;
3 background investigation, it is not an &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative for applicants who do not &amp;lt;br /&amp;gt;&lt;br /&gt;
pass its Tier 3 background investigation. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DCSA maintains a record of all &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation information in &amp;lt;br /&amp;gt;&lt;br /&gt;
the Personnel Vetting Records system of &amp;lt;br /&amp;gt;&lt;br /&gt;
records, DUSDI 02-DoD, as published in &amp;lt;br /&amp;gt;&lt;br /&gt;
the &#039;&#039;&#039;Federal Register. &#039;&#039;&#039;The details of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation are &amp;lt;br /&amp;gt;&lt;br /&gt;
included in this rule to inform the &amp;lt;br /&amp;gt;&lt;br /&gt;
public of the CMMC requirement and &amp;lt;br /&amp;gt;&lt;br /&gt;
that the investigation will not result in &amp;lt;br /&amp;gt;&lt;br /&gt;
a clearance. The DoD declines to remove &amp;lt;br /&amp;gt;&lt;br /&gt;
reference to the Standard Form 86 from &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule. All documentation and records &amp;lt;br /&amp;gt;&lt;br /&gt;
for the background investigation process &amp;lt;br /&amp;gt;&lt;br /&gt;
must be provided in English; &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking as a Federal regulation &amp;lt;br /&amp;gt;&lt;br /&gt;
requires this level of detail to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
clarity of understanding and &amp;lt;br /&amp;gt;&lt;br /&gt;
interpretation. Details about background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalency is available &amp;lt;br /&amp;gt;&lt;br /&gt;
from DCSA at [http://www.dcsa.mil/Industrial-Security/International-Programs/Security-Assurances-for-Personnel-Facilities/ &#039;&#039;www.dcsa.mil/Industrial- &amp;lt;br /&amp;gt;&lt;br /&gt;
Security/International-Programs/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Security-Assurances-for-Personnel- &amp;lt;br /&amp;gt;&lt;br /&gt;
Facilities/&#039;&#039;. As stated in the 32 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
]170 CMMC Program rule, C3PAOs must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the criteria defined in section &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9. If a non-U.S. organization, and &amp;lt;br /&amp;gt;&lt;br /&gt;
its employees, meet all the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.9 and § 170.11, it would not be &amp;lt;br /&amp;gt;&lt;br /&gt;
prohibited from operating as a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
within the U.S. or abroad. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declined to make recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
administrative changes to § 170.9(b)(3), &amp;lt;br /&amp;gt;&lt;br /&gt;
because they did not result in a &amp;lt;br /&amp;gt;&lt;br /&gt;
substantive change. &lt;br /&gt;
&lt;br /&gt;
While a C3PAO may use its own &lt;br /&gt;
&lt;br /&gt;
employees to staff an assessment, it also &amp;lt;br /&amp;gt;&lt;br /&gt;
may leverage CCAs and CCPS who are &amp;lt;br /&amp;gt;&lt;br /&gt;
independent contractors, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
employees of a specific C3PAO. Because &amp;lt;br /&amp;gt;&lt;br /&gt;
these independent CCAs and CCPs may &amp;lt;br /&amp;gt;&lt;br /&gt;
not be covered by the C3PAO’s &amp;lt;br /&amp;gt;&lt;br /&gt;
background check requirement, CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requires CCAs and CCPs to have their &amp;lt;br /&amp;gt;&lt;br /&gt;
own Type 3 background checks or &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent. &lt;br /&gt;
&lt;br /&gt;
Section 170.10 has been updated to &lt;br /&gt;
&lt;br /&gt;
specify the CAICO must require CMMC &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00036&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83127 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
Ecosystem members to report to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO, within 30 days, if they are &amp;lt;br /&amp;gt;&lt;br /&gt;
convicted, plead guilty, or plead no &amp;lt;br /&amp;gt;&lt;br /&gt;
contest for certain specified legal &amp;lt;br /&amp;gt;&lt;br /&gt;
matters or criminal activities. &lt;br /&gt;
&lt;br /&gt;
h. ISO/IEC Standards &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
addressed ISO/IEC standards referenced &amp;lt;br /&amp;gt;&lt;br /&gt;
in the proposed rule. Most of these were &amp;lt;br /&amp;gt;&lt;br /&gt;
related to ISO/IEC 17020:2012(E). One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter wanted to know what the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule meant by ‘‘out-of-cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
from ISO/IEC 17020:2012(E).’’ Another &amp;lt;br /&amp;gt;&lt;br /&gt;
felt the section outlining CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities should clarify that the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO must approve all C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation requirements established &amp;lt;br /&amp;gt;&lt;br /&gt;
by the Accreditation Body under ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC 17020:2012(E). One person felt the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule should give C3PAOs more time to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve compliance with ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E) and one commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asserted that including a revocation &amp;lt;br /&amp;gt;&lt;br /&gt;
process in the CMMC PMO roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities section was inconsistent &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17020:2012(E) standards &amp;lt;br /&amp;gt;&lt;br /&gt;
because the C3PAO was the certification &amp;lt;br /&amp;gt;&lt;br /&gt;
body. &lt;br /&gt;
&lt;br /&gt;
One comment asserted the &lt;br /&gt;
&lt;br /&gt;
requirement in the rule for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB to complete the ILAC Peer Review &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to accrediting C3PAOs is too &amp;lt;br /&amp;gt;&lt;br /&gt;
onerous and not consistent with the &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC process for gaining &amp;lt;br /&amp;gt;&lt;br /&gt;
international recognition as an &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation body in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17011:2017(E). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The rule was updated in &lt;br /&gt;
&lt;br /&gt;
§ 170.8(a) to clarify responsibilities of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Accreditation Body. DoD agreed &amp;lt;br /&amp;gt;&lt;br /&gt;
with the comment that the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
to complete the Peer Review prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
accrediting C3PAOs was too onerous &amp;lt;br /&amp;gt;&lt;br /&gt;
and inconsistent with the ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
process under ISO/IEC 17011:2017(E). &amp;lt;br /&amp;gt;&lt;br /&gt;
The rule has been updated for clarity. &lt;br /&gt;
&lt;br /&gt;
Using the terms of the ISO/IEC &lt;br /&gt;
&lt;br /&gt;
17020:2012(E), the activity of the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO is an ‘‘inspection’’, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
a ‘‘certification’’. The C3PAO is an &amp;lt;br /&amp;gt;&lt;br /&gt;
inspection body, not a certification &amp;lt;br /&amp;gt;&lt;br /&gt;
body, and is responsible for conducting &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
[Inspection]. The rule was revised to &amp;lt;br /&amp;gt;&lt;br /&gt;
delete terms related to granting or &amp;lt;br /&amp;gt;&lt;br /&gt;
revoking certification assessment status. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD reserves the right to conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
a DCMA DIBCAC assessment of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA, as provided for under the DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 and DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. DoD declines to extend &amp;lt;br /&amp;gt;&lt;br /&gt;
the period for C3PAOs to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E). The Department has &amp;lt;br /&amp;gt;&lt;br /&gt;
determined that 27 months is reasonable &amp;lt;br /&amp;gt;&lt;br /&gt;
and sufficient for a C3PAO to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. The rule was also updated &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.9(b)(11) to clarify that audit &lt;br /&gt;
&lt;br /&gt;
information must be provided upon &amp;lt;br /&amp;gt;&lt;br /&gt;
request. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;14. Ecosystem Capacity &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Commenters expressed &lt;br /&gt;
&lt;br /&gt;
concern that the demand for third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments amongst the defense &amp;lt;br /&amp;gt;&lt;br /&gt;
industrial base will exceed the capacity &amp;lt;br /&amp;gt;&lt;br /&gt;
of available Certified CMMC Assessors &amp;lt;br /&amp;gt;&lt;br /&gt;
and Certified CMMC Professionals and &amp;lt;br /&amp;gt;&lt;br /&gt;
government assessors which may &amp;lt;br /&amp;gt;&lt;br /&gt;
prevent timely and affordable audits or &amp;lt;br /&amp;gt;&lt;br /&gt;
cause businesses to lose out on DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. To mitigate the concerns, one &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter suggested delaying phase-in &amp;lt;br /&amp;gt;&lt;br /&gt;
of certification assessment by two years, &amp;lt;br /&amp;gt;&lt;br /&gt;
by relying on self-assessment. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter warned of solicitation &amp;lt;br /&amp;gt;&lt;br /&gt;
protests if companies are kept out of a &amp;lt;br /&amp;gt;&lt;br /&gt;
competitive procurement due to a slow &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment process. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that insufficient assessors &amp;lt;br /&amp;gt;&lt;br /&gt;
may shrink the market for DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and compromise assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
quality. Commenters were apprehensive &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD projections for certification &amp;lt;br /&amp;gt;&lt;br /&gt;
demand didn’t factor in all &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors and that the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body lacks a strategy for &amp;lt;br /&amp;gt;&lt;br /&gt;
scaling to meet increased C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
demand. &lt;br /&gt;
&lt;br /&gt;
Additionally, one commenter pointed &lt;br /&gt;
&lt;br /&gt;
out that the rule indicates companies &amp;lt;br /&amp;gt;&lt;br /&gt;
can pursue a certification assessment at &amp;lt;br /&amp;gt;&lt;br /&gt;
any time after the rule is published, &amp;lt;br /&amp;gt;&lt;br /&gt;
which could tie up already limited &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO resources and impede &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment opportunities for other &amp;lt;br /&amp;gt;&lt;br /&gt;
companies bidding on an upcoming &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. Another expressed concern &amp;lt;br /&amp;gt;&lt;br /&gt;
that often-extensive travel times &amp;lt;br /&amp;gt;&lt;br /&gt;
required for assessors to reach rural- &amp;lt;br /&amp;gt;&lt;br /&gt;
based companies like electric &amp;lt;br /&amp;gt;&lt;br /&gt;
cooperatives will disincentivize &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors from prioritizing these &amp;lt;br /&amp;gt;&lt;br /&gt;
companies and prevent their timely &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
Commenters suggested several actions &lt;br /&gt;
&lt;br /&gt;
the Department could take to mitigate &amp;lt;br /&amp;gt;&lt;br /&gt;
capacity-related risks, including: &amp;lt;br /&amp;gt;&lt;br /&gt;
extending the phase-in of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirements; prioritizing &amp;lt;br /&amp;gt;&lt;br /&gt;
companies for Level 2 phase-in; &amp;lt;br /&amp;gt;&lt;br /&gt;
allowing C3PAOs to issue interim or &amp;lt;br /&amp;gt;&lt;br /&gt;
conditional certifications when unable &amp;lt;br /&amp;gt;&lt;br /&gt;
to timely complete contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments; and waiving requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for OSCs that are in the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process but not yet certified. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
asked that DoD forecast the volume and &amp;lt;br /&amp;gt;&lt;br /&gt;
timing of Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and clearly communicate &amp;lt;br /&amp;gt;&lt;br /&gt;
those assessment requirements with &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. Another requested forecasts &amp;lt;br /&amp;gt;&lt;br /&gt;
of both Level 2 and Level 3 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
capacity against various demand &amp;lt;br /&amp;gt;&lt;br /&gt;
scenarios for each certification level. &lt;br /&gt;
&lt;br /&gt;
Several commenters suggested that &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements for &lt;br /&gt;
&lt;br /&gt;
External Service Providers (ESPs) will &amp;lt;br /&amp;gt;&lt;br /&gt;
also impede CMMC implementation, as &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs (1) must be CMMC certified before &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSC can include them in their &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC certification assessment scope &amp;lt;br /&amp;gt;&lt;br /&gt;
and (2) will be competing with DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
companies for scarce C3PAO assessors. &amp;lt;br /&amp;gt;&lt;br /&gt;
Commenters suggested ways to reduce &amp;lt;br /&amp;gt;&lt;br /&gt;
burden on ESPs, which included: &amp;lt;br /&amp;gt;&lt;br /&gt;
allowing use of non-compliant ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
until Phase 3 and prioritizing &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments for ESPs ahead &amp;lt;br /&amp;gt;&lt;br /&gt;
of other assessments. &lt;br /&gt;
&lt;br /&gt;
Several commenters expressed &lt;br /&gt;
&lt;br /&gt;
concern about CCA and CCP roles, &amp;lt;br /&amp;gt;&lt;br /&gt;
based on perceived scarcity of &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates in the job market compared &amp;lt;br /&amp;gt;&lt;br /&gt;
with demand for similar services. &amp;lt;br /&amp;gt;&lt;br /&gt;
Concerns included the potential for &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA and CCP burnout from overwork, &amp;lt;br /&amp;gt;&lt;br /&gt;
dissatisfaction with repetitive &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments tasks, limited career path in &amp;lt;br /&amp;gt;&lt;br /&gt;
the roles, and the complexity of &amp;lt;br /&amp;gt;&lt;br /&gt;
operating within the CMMC ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter compared CCA and &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP roles with those of Certified Public &amp;lt;br /&amp;gt;&lt;br /&gt;
Accountants and Certified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
System Auditors, who have access to &amp;lt;br /&amp;gt;&lt;br /&gt;
more varied opportunities and &amp;lt;br /&amp;gt;&lt;br /&gt;
industries. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD received numerous &lt;br /&gt;
&lt;br /&gt;
comments about the use of ESPs which &amp;lt;br /&amp;gt;&lt;br /&gt;
do not process, store, or transmit CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
In response, the DoD revised the rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
reduce the assessment burden for ESPs. &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP assessment, certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements in 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 170.19(c)(2) and (d)(2) have been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated. ESPs that are not CSPs and do &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT process, store, or transmit CUI, do &amp;lt;br /&amp;gt;&lt;br /&gt;
not require CMMC assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. Services provided by an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP are in the OSA’s assessment scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
The phased implementation plan &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.3(e) is intended to &amp;lt;br /&amp;gt;&lt;br /&gt;
address ramp-up issues, provide time to &amp;lt;br /&amp;gt;&lt;br /&gt;
train the necessary number of assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
and allow companies time to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The DoD has updated the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule to add an additional six months to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Phase 1 timeline. Phase 2 will start &amp;lt;br /&amp;gt;&lt;br /&gt;
one calendar year after the start of Phase &amp;lt;br /&amp;gt;&lt;br /&gt;
1. It is beyond the scope of this rule for &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD to determine the order in which &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations are assessed. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to delete text &lt;br /&gt;
&lt;br /&gt;
stating that OSAs may elect to complete &amp;lt;br /&amp;gt;&lt;br /&gt;
a self-assessment or pursue CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment to distinguish &amp;lt;br /&amp;gt;&lt;br /&gt;
themselves as competitive because the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation did not result in a &amp;lt;br /&amp;gt;&lt;br /&gt;
substantive change. CMMC rule &amp;lt;br /&amp;gt;&lt;br /&gt;
describes anticipated impacts on the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB in the Impact and Cost Analysis &amp;lt;br /&amp;gt;&lt;br /&gt;
section. Speculation on market forces &amp;lt;br /&amp;gt;&lt;br /&gt;
affecting the DIB is outside of the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC program. Speculation on &amp;lt;br /&amp;gt;&lt;br /&gt;
market forces affecting CMMC &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00037&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83128 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
ecosystem CCP and CCA roles are also &amp;lt;br /&amp;gt;&lt;br /&gt;
outside of the scope of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program. Likewise, limitations on career &amp;lt;br /&amp;gt;&lt;br /&gt;
opportunities and associated issues &amp;lt;br /&amp;gt;&lt;br /&gt;
such as burn-out or job satisfaction are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of the program. &lt;br /&gt;
&lt;br /&gt;
The DoD declines to comment on &lt;br /&gt;
&lt;br /&gt;
external market factors impacting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC compliance. The seven-year &amp;lt;br /&amp;gt;&lt;br /&gt;
timespan reflects the DoD’s estimate for &amp;lt;br /&amp;gt;&lt;br /&gt;
all DIB members to achieve CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. The implementation plan &amp;lt;br /&amp;gt;&lt;br /&gt;
ramps up CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements over 4 phases, such that &amp;lt;br /&amp;gt;&lt;br /&gt;
the ecosystem will reach maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
capacity by year four. The DoD does not &amp;lt;br /&amp;gt;&lt;br /&gt;
agree with commenter assertions that &amp;lt;br /&amp;gt;&lt;br /&gt;
70,000 or more entities will require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 assessment by October 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
2026. Table 6 of the Impact and Cost &amp;lt;br /&amp;gt;&lt;br /&gt;
Analysis of CMMC 2.0 section provides &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD’s estimate of CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
numbers by year and level. &lt;br /&gt;
&lt;br /&gt;
DoD considered many alternatives &lt;br /&gt;
&lt;br /&gt;
before deciding upon the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
structure. By design, the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program depends on the supply and &amp;lt;br /&amp;gt;&lt;br /&gt;
demand dynamics of the free market, &amp;lt;br /&amp;gt;&lt;br /&gt;
enabling it to naturally scale and adapt &amp;lt;br /&amp;gt;&lt;br /&gt;
to capacity requirements. Planned &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to DCMA staffing levels have &amp;lt;br /&amp;gt;&lt;br /&gt;
been considered with regard to &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of CMMC Level 3 and &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO assessments as described in this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The DIBCAC will communicate &amp;lt;br /&amp;gt;&lt;br /&gt;
extensively with contractors about the &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct of a Level 3 assessment during &amp;lt;br /&amp;gt;&lt;br /&gt;
the pre-assessment planning phase. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;15. Assessments &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Level 1 and Mapping of 15 Level 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
17 Level 2 Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;A few questions were &lt;br /&gt;
&lt;br /&gt;
submitted about CMMC level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, on topics such as whether &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD intended affirmations for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level 1 be required annually versus &amp;lt;br /&amp;gt;&lt;br /&gt;
triennially, and whether specific &amp;lt;br /&amp;gt;&lt;br /&gt;
policies and procedures documentation &amp;lt;br /&amp;gt;&lt;br /&gt;
is required for Level 1 self-assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter asked about limits on &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiency remediation and re- &amp;lt;br /&amp;gt;&lt;br /&gt;
accomplishing an assessment in the &amp;lt;br /&amp;gt;&lt;br /&gt;
event a company fails a CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for the specific wording to reflect &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Level 1 assessment score in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS. &lt;br /&gt;
&lt;br /&gt;
One commenter objected to CMMC &lt;br /&gt;
&lt;br /&gt;
level 1 annual affirmation, which they &amp;lt;br /&amp;gt;&lt;br /&gt;
considered an unwarranted expansion &amp;lt;br /&amp;gt;&lt;br /&gt;
of CUI safeguarding requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems that process only &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI. One commenter recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
revisions to explicitly indicate that &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs may choose to engage the services &amp;lt;br /&amp;gt;&lt;br /&gt;
of a C3PAO to inform the OSA’s Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 self-assessment submission. Another &lt;br /&gt;
&lt;br /&gt;
commenter recommended editorial &amp;lt;br /&amp;gt;&lt;br /&gt;
revisions to avoid use of the term &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘CMMC security requirements’’ based &amp;lt;br /&amp;gt;&lt;br /&gt;
on the observation that CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are aligned directly to &amp;lt;br /&amp;gt;&lt;br /&gt;
those identified in FAR clause 52.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
21 or NIST publications. &lt;br /&gt;
&lt;br /&gt;
One commenter asked for explanation &lt;br /&gt;
&lt;br /&gt;
of perceived differences between tables &amp;lt;br /&amp;gt;&lt;br /&gt;
in the published rule that map CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 Security Requirements to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171A Jun2018, as compared &amp;lt;br /&amp;gt;&lt;br /&gt;
with prior versions of the document. &lt;br /&gt;
&lt;br /&gt;
One commenter asked for the &lt;br /&gt;
&lt;br /&gt;
rationale associated with mapping 15 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CMMC level 1 to 17 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in CMMC level 2. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters asked if systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
process FCI (and require CMMC level 1) &amp;lt;br /&amp;gt;&lt;br /&gt;
are considered within scope for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level 2 or 3 assessments, and if so, how &amp;lt;br /&amp;gt;&lt;br /&gt;
they should be documented. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;When applicable, the DoD &lt;br /&gt;
&lt;br /&gt;
does require an annual CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment against the 15 &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements aligned with &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21. Annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations are required at every &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level. There are no explicit &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation requirements for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 Self-Assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD modified the Level 1 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
Guide to provide clarity. &lt;br /&gt;
&lt;br /&gt;
An OSA may complete as many self- &lt;br /&gt;
&lt;br /&gt;
assessments as desired, and there is no &amp;lt;br /&amp;gt;&lt;br /&gt;
required timeframe between Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessments and updating CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status in SPRS. The entry in SPRS for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 is a binary selection &amp;lt;br /&amp;gt;&lt;br /&gt;
between Yes and No based on meeting &amp;lt;br /&amp;gt;&lt;br /&gt;
all Level 1 security requirements. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program verifies &lt;br /&gt;
&lt;br /&gt;
implementation of security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for FCI in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21. The DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
elected to use the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
postings and attestations in SPRS as the &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanism to verify compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
An OSA engaging an authorized &lt;br /&gt;
&lt;br /&gt;
C3PAO to perform the Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and then using the resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status when ‘‘self-assessing’’ is &amp;lt;br /&amp;gt;&lt;br /&gt;
permissible. The OSA however retains &amp;lt;br /&amp;gt;&lt;br /&gt;
all the responsibilities and liabilities of &amp;lt;br /&amp;gt;&lt;br /&gt;
the affirmation. No revisions to the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
were necessary. &lt;br /&gt;
&lt;br /&gt;
Writing style recommendations were &lt;br /&gt;
&lt;br /&gt;
not incorporated and no responses were &amp;lt;br /&amp;gt;&lt;br /&gt;
provided to those comments based on &amp;lt;br /&amp;gt;&lt;br /&gt;
comparison of pre-publication draft &amp;lt;br /&amp;gt;&lt;br /&gt;
versions with those officially published &amp;lt;br /&amp;gt;&lt;br /&gt;
for public comment. DoD aligned the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements for Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
exactly with those in FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 and aligned the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in Level 2 exactly with &amp;lt;br /&amp;gt;&lt;br /&gt;
those in NIST SP 800–171 R2. The 15 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements in FAR clause &lt;br /&gt;
&lt;br /&gt;
52.204–21, which make up CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1, were mapped by NIST into 17 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2. This was accomplished by &amp;lt;br /&amp;gt;&lt;br /&gt;
splitting 1 requirement into 3 parts, &amp;lt;br /&amp;gt;&lt;br /&gt;
while the other 14 align. Table 2 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.15(c)(1)(ii) provides a mapping. &lt;br /&gt;
&lt;br /&gt;
Meeting the CMMC Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment (§ 170.16) or CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment (§ 170.17) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements also satisfies the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed in § 170.15 for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
b. Level 2 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Commenters provided a &lt;br /&gt;
&lt;br /&gt;
number of very specific Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment scenarios and asked for rule &amp;lt;br /&amp;gt;&lt;br /&gt;
interpretation for each scenario. &amp;lt;br /&amp;gt;&lt;br /&gt;
Scenarios included differing scores for &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment and third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment; assessment timing; &amp;lt;br /&amp;gt;&lt;br /&gt;
conditional assessment expiration; and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI enclaves. &lt;br /&gt;
&lt;br /&gt;
One commenter stated the language &lt;br /&gt;
&lt;br /&gt;
describing certificates of assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
lacked clarity and seems to allow an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC to be issued a certificate of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment but not be certified. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments stated that wording &amp;lt;br /&amp;gt;&lt;br /&gt;
describing the expiration of a &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification could be interpreted to &amp;lt;br /&amp;gt;&lt;br /&gt;
mean that the OSA/OSC would be &amp;lt;br /&amp;gt;&lt;br /&gt;
permanently barred from seeking further &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts using information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
within that CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment said it was not clearly &amp;lt;br /&amp;gt;&lt;br /&gt;
stated that a Level 2 third party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment would satisfy contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. One comment stated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule does not clearly indicate &amp;lt;br /&amp;gt;&lt;br /&gt;
whether a Level 2 assessment checks for &amp;lt;br /&amp;gt;&lt;br /&gt;
more than just proper implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of the 110 requirements in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 and includes paragraphs— &amp;lt;br /&amp;gt;&lt;br /&gt;
(c) through (g) of DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012. This commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
advocated that those requirements be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed only during DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The rule has been updated &lt;br /&gt;
&lt;br /&gt;
to clarify that meeting the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for a CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment satisfies a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
same CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
The term ‘‘certificate of assessment’’ &lt;br /&gt;
&lt;br /&gt;
has been replaced with the term &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Certificate of CMMC Status’’ in the &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule. When an OSC has met all the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, a Certificate of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status is obtained from the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting the assessment. See § 170.9. &amp;lt;br /&amp;gt;&lt;br /&gt;
Under CMMC, OSCs are not certified; &amp;lt;br /&amp;gt;&lt;br /&gt;
rather, the assessed network receives a &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00038&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83129 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
Certificate of CMMC Status for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope if the network &amp;lt;br /&amp;gt;&lt;br /&gt;
meets all applicable certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. No rule edit is necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
because § 170.19 is clear on this point. &lt;br /&gt;
&lt;br /&gt;
The phrase ‘‘until such time as a valid &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 self-assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved’’ is added to the rule in the &amp;lt;br /&amp;gt;&lt;br /&gt;
event a Conditional Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or Conditional Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
expires [see sections &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.16(a)(1)(ii)(B)) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.17(a)(1)(ii)(B)]. &lt;br /&gt;
&lt;br /&gt;
The CMMC program does not assess &lt;br /&gt;
&lt;br /&gt;
paragraph (c) through (g) of DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program assesses the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in the FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21; National Institute of &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards and Technology (NIST) &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication (SP) 800–171 R2; &amp;lt;br /&amp;gt;&lt;br /&gt;
and selected requirements from the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable (see table 1 to § 170.14(c)(4) &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 Requirements). &lt;br /&gt;
&lt;br /&gt;
If the contract requires a Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment (&#039;&#039;i.e., &#039;&#039;a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Conditional/Final Level 2 (Self)’’), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 2 self-assessment score with a &amp;lt;br /&amp;gt;&lt;br /&gt;
current affirmation is valid for that &amp;lt;br /&amp;gt;&lt;br /&gt;
contract but not for a contract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. The DoD does not consider &amp;lt;br /&amp;gt;&lt;br /&gt;
it realistic or likely that C3PAOs will &amp;lt;br /&amp;gt;&lt;br /&gt;
purposefully ‘‘slow roll’’ completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments for which they have been &amp;lt;br /&amp;gt;&lt;br /&gt;
engaged by an OSC. However, the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status is based on final results &amp;lt;br /&amp;gt;&lt;br /&gt;
of an assessment and a valid &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation. A POA&amp;amp;amp;M Close-out &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment need only re-assess those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were assessed as NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET in the original assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in § 170.21(b). The OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
status is based on the results of this &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M Close-out assessment with a &amp;lt;br /&amp;gt;&lt;br /&gt;
valid affirmation. If the subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
will process, store, or transmit CUI, then &amp;lt;br /&amp;gt;&lt;br /&gt;
the flow down requirement for a Prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contract that specifies CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment (&#039;&#039;i.e., &#039;&#039;a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Conditional/Final Level 2 (C3PAO)’’). &lt;br /&gt;
&lt;br /&gt;
A POA&amp;amp;amp;M closeout applies to all &lt;br /&gt;
&lt;br /&gt;
NOT–MET requirements so if one &amp;lt;br /&amp;gt;&lt;br /&gt;
practice is not remediated within the &amp;lt;br /&amp;gt;&lt;br /&gt;
180-day time limit, the conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
certification will expire. Scope cannot &amp;lt;br /&amp;gt;&lt;br /&gt;
be changed in the middle of an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, so the conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
certification will expire. If the scope is &amp;lt;br /&amp;gt;&lt;br /&gt;
changed, a new assessment is required. &lt;br /&gt;
&lt;br /&gt;
The assessment is performed based on &lt;br /&gt;
&lt;br /&gt;
the defined CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
The OSA is only approved to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI and CUI within &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Assessment Scope defined. &lt;br /&gt;
&lt;br /&gt;
If the conditional assessment &lt;br /&gt;
&lt;br /&gt;
certification expires due to exceeding &amp;lt;br /&amp;gt;&lt;br /&gt;
the 180-day limit, a new full &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is required. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contracting officers can utilize standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contract remedies during any period &amp;lt;br /&amp;gt;&lt;br /&gt;
under which the OSA is not in &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with CMMC requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
If an OSC closed out their POA&amp;amp;amp;M 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
months ago, that Level 2 Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment would have &amp;lt;br /&amp;gt;&lt;br /&gt;
closed and the OSC would have &amp;lt;br /&amp;gt;&lt;br /&gt;
received a Level 2 Final certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment for the remainder of the 3- &amp;lt;br /&amp;gt;&lt;br /&gt;
year validity period. If after completing &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 2 Final certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, the OSC is reassessed and &amp;lt;br /&amp;gt;&lt;br /&gt;
does not achieve a score of 110, then the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will either get a new Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
certificate (if they meet the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M requirements), or the OSC will &amp;lt;br /&amp;gt;&lt;br /&gt;
not receive a new certificate. &lt;br /&gt;
&lt;br /&gt;
c. Level 3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
addressed CMMC Level 3 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and the relationship of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 assessments to Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. One comment noted that a &amp;lt;br /&amp;gt;&lt;br /&gt;
final version of the Level 3 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance was not available at the same &amp;lt;br /&amp;gt;&lt;br /&gt;
time as other CMMC assessment guides. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another recommended the DoD first &amp;lt;br /&amp;gt;&lt;br /&gt;
pilot implementation of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and clearly &amp;lt;br /&amp;gt;&lt;br /&gt;
identify (in advance) the data or &amp;lt;br /&amp;gt;&lt;br /&gt;
programs that will be subject to them. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter asked how DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain Level 3 requirements to align &amp;lt;br /&amp;gt;&lt;br /&gt;
with NIST’s guidance since Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
includes only a subset of NIST’s SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021 requirements. &lt;br /&gt;
&lt;br /&gt;
Another asked about validating &lt;br /&gt;
&lt;br /&gt;
compliance for assets that changed asset &amp;lt;br /&amp;gt;&lt;br /&gt;
categories when transitioning from &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification to Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. One comment said it was &amp;lt;br /&amp;gt;&lt;br /&gt;
that Level 2 certification is not clearly &amp;lt;br /&amp;gt;&lt;br /&gt;
identified as a prerequisite for Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, and that organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
might try to bypass Level 2. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asked whether those entities &amp;lt;br /&amp;gt;&lt;br /&gt;
that would need a CMMC level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment could seek a combined Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 and Level 3 certification from the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC to reduce cost to the OSC. &lt;br /&gt;
&lt;br /&gt;
One comment sought clarification of &lt;br /&gt;
&lt;br /&gt;
how long an OSC would be prohibited &amp;lt;br /&amp;gt;&lt;br /&gt;
from seeking additional contract awards &amp;lt;br /&amp;gt;&lt;br /&gt;
if a Level 3 certification expired. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments were concerned about the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC’s ability to terminate a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment if the review identifies a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 requirement that is not met. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;For CMMC Level 3, the &lt;br /&gt;
&lt;br /&gt;
DoD selected a subset of NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 requirements for enhanced &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding. The CMMC Level 3 &lt;br /&gt;
&lt;br /&gt;
supplemental documents were not &amp;lt;br /&amp;gt;&lt;br /&gt;
finalized prior to publication of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Proposed Rule. DoD’s final &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of the specific subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
is included in this final rule, which &amp;lt;br /&amp;gt;&lt;br /&gt;
defines the ODPs for Level 3 in table 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
to § 170.14(c)(4). DoD will update the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule when required to change the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, to include &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3. &lt;br /&gt;
&lt;br /&gt;
DoD has reviewed and declined the &lt;br /&gt;
&lt;br /&gt;
recommendation to conduct a pilot &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to phasing in CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Given the evolving &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity threat, DoD’s best interests &amp;lt;br /&amp;gt;&lt;br /&gt;
are served by ensuring that the selected &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 security requirements are in &amp;lt;br /&amp;gt;&lt;br /&gt;
place to provide enhanced protections &amp;lt;br /&amp;gt;&lt;br /&gt;
for sensitive DoD CUI. &lt;br /&gt;
&lt;br /&gt;
In those cases when DCMA DIBCAC &lt;br /&gt;
&lt;br /&gt;
identifies that a Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is NOT MET, DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC may allow for remediation, &amp;lt;br /&amp;gt;&lt;br /&gt;
place the assessment process on hold, or &amp;lt;br /&amp;gt;&lt;br /&gt;
may immediately terminate the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, depending on significance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the NOT MET security requirement(s) &amp;lt;br /&amp;gt;&lt;br /&gt;
and the nature of the required &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation. The determination of &amp;lt;br /&amp;gt;&lt;br /&gt;
whether a NOT MET requirement is &amp;lt;br /&amp;gt;&lt;br /&gt;
significant is reserved for the judgment &amp;lt;br /&amp;gt;&lt;br /&gt;
of the DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
The rule has been updated to clarify &lt;br /&gt;
&lt;br /&gt;
that DCMA DIBCAC has the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibility to validate compliance of &amp;lt;br /&amp;gt;&lt;br /&gt;
all assets that changed asset category &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;i.e., &#039;&#039;CRMA to CUI Asset) or assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (&#039;&#039;i.e., &#039;&#039;Specialized Assets) &amp;lt;br /&amp;gt;&lt;br /&gt;
between the Level 2 and Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. As addressed in § 170.18, a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition to request a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment from DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC is the receipt of a Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (C3PAO) CMMC Status. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
considered, but declined, the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation to allow OSAs to &amp;lt;br /&amp;gt;&lt;br /&gt;
simultaneously pursue Level 2 and &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 in one assessment. DoD must &amp;lt;br /&amp;gt;&lt;br /&gt;
enforce CMMC requirements uniformly &amp;lt;br /&amp;gt;&lt;br /&gt;
across the Defense Industrial Base for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
regardless of an OSA’s intended CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level. Permitting OSCs to seek combined &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 and 3 assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
would unfairly benefit only a subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
OSCs that were identified to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 requirements. &lt;br /&gt;
&lt;br /&gt;
The rule has been updated to clarify &lt;br /&gt;
&lt;br /&gt;
that the OSC will be ineligible for &amp;lt;br /&amp;gt;&lt;br /&gt;
additional contract awards that require &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment until such time as a valid &amp;lt;br /&amp;gt;&lt;br /&gt;
(Conditional or Final) CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) CMMC Status is achieved for &amp;lt;br /&amp;gt;&lt;br /&gt;
the information systems within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00039&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83130 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
d. Scoring Methodology &lt;br /&gt;
&lt;br /&gt;
1. CMMC Point Value System &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments were &lt;br /&gt;
&lt;br /&gt;
received concerning the point values &amp;lt;br /&amp;gt;&lt;br /&gt;
assigned to CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, their association to other &amp;lt;br /&amp;gt;&lt;br /&gt;
frameworks, consistency between &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC levels, and their use in POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility determination. Numerous &amp;lt;br /&amp;gt;&lt;br /&gt;
comments recommended that the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 weighted point system &amp;lt;br /&amp;gt;&lt;br /&gt;
where security requirements are valued &amp;lt;br /&amp;gt;&lt;br /&gt;
as 1, 3, or 5 be modeled after the one &amp;lt;br /&amp;gt;&lt;br /&gt;
point per requirement used in CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 scoring. Some also questioned &amp;lt;br /&amp;gt;&lt;br /&gt;
why the CMMC Level 2 scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
structure was the same as the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 DoD Assessment Methodology &amp;lt;br /&amp;gt;&lt;br /&gt;
(DODAM). Four comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended changes to the criteria for &amp;lt;br /&amp;gt;&lt;br /&gt;
adding unimplemented security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to an Assessment POA&amp;amp;amp;M. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment noted that temporary &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiencies which are appropriately &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in plans of action should be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as implemented. Some of the &amp;lt;br /&amp;gt;&lt;br /&gt;
comments recommended not assigning &amp;lt;br /&amp;gt;&lt;br /&gt;
point values to determine POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. Two other comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended dropping the NIST Basic &amp;lt;br /&amp;gt;&lt;br /&gt;
and Derived security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
designations and disassociating them &amp;lt;br /&amp;gt;&lt;br /&gt;
from CMMC point values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Recommendations to assign &lt;br /&gt;
&lt;br /&gt;
a point value of 1 to all CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements were not &amp;lt;br /&amp;gt;&lt;br /&gt;
accepted. CMMC adopted the scoring as &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the NIST SP 800–171 DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Methodology (DoDAM) &amp;lt;br /&amp;gt;&lt;br /&gt;
used by the DCMA DIBCAC and &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced in DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7020. As addressed in § 170.20(a) in this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, there is qualified standards &amp;lt;br /&amp;gt;&lt;br /&gt;
acceptance between a DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
High Assessment and CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. Revisions to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Scoring Methodology will be &amp;lt;br /&amp;gt;&lt;br /&gt;
made concurrently with changes to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoDAM. The variable point values of 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
3, and 5 are linked to the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of Basic Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements and Derived Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements as described in § 170.24. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD has updated the rule text at &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.24 to clarify which requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
may be included on a POA&amp;amp;amp;M. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 security requirement SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.11 can be partially effective and &amp;lt;br /&amp;gt;&lt;br /&gt;
may be included on a POA&amp;amp;amp;M if &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption is employed and is not FIPS- &amp;lt;br /&amp;gt;&lt;br /&gt;
validated. &lt;br /&gt;
&lt;br /&gt;
The DoD added a definition for &lt;br /&gt;
&lt;br /&gt;
enduring exceptions and temporary &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiencies to the rule. § 170.21 &amp;lt;br /&amp;gt;&lt;br /&gt;
addresses POA&amp;amp;amp;Ms for assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security requirement CA.L2–3.12.2 &amp;lt;br /&amp;gt;&lt;br /&gt;
allows for the development and &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of an operational plans &lt;br /&gt;
&lt;br /&gt;
of action designed to correct &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiencies and reduce or eliminate &amp;lt;br /&amp;gt;&lt;br /&gt;
vulnerabilities in organizational &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. These operational plans of &amp;lt;br /&amp;gt;&lt;br /&gt;
action are different from POA&amp;amp;amp;Ms &amp;lt;br /&amp;gt;&lt;br /&gt;
permitted under Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The rule has been updated &amp;lt;br /&amp;gt;&lt;br /&gt;
to make this distinction clear. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule does not prohibit the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
an operational plan of action to address &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary information system updates, &amp;lt;br /&amp;gt;&lt;br /&gt;
patches, or reconfiguration as threats &amp;lt;br /&amp;gt;&lt;br /&gt;
evolve. &lt;br /&gt;
&lt;br /&gt;
2. NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Objectives &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments &lt;br /&gt;
&lt;br /&gt;
questioned the role of NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171A Jun2018 Assessment Objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC assessment process. &amp;lt;br /&amp;gt;&lt;br /&gt;
Three comments asked whether all &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objectives needed to be met &amp;lt;br /&amp;gt;&lt;br /&gt;
to score a security requirement as MET. &amp;lt;br /&amp;gt;&lt;br /&gt;
Two comments questioned the need to &amp;lt;br /&amp;gt;&lt;br /&gt;
report assessment results at the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objective level within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 and CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
comments suggested that the DoD allow &amp;lt;br /&amp;gt;&lt;br /&gt;
for contractors to take a more risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
approach to include compensating &amp;lt;br /&amp;gt;&lt;br /&gt;
controls instead of a strict security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement-based model. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD must enforce CMMC &lt;br /&gt;
&lt;br /&gt;
requirements uniformly for all defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. Each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objective in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171A Jun2018 must yield a finding of &amp;lt;br /&amp;gt;&lt;br /&gt;
MET or NOT APPLICABLE for the &amp;lt;br /&amp;gt;&lt;br /&gt;
overall security requirement to be &amp;lt;br /&amp;gt;&lt;br /&gt;
scored as MET. Assessors exercise &amp;lt;br /&amp;gt;&lt;br /&gt;
judgment, within CMMC guidelines, in &amp;lt;br /&amp;gt;&lt;br /&gt;
determining when sufficient and &amp;lt;br /&amp;gt;&lt;br /&gt;
adequate evidence has been presented &amp;lt;br /&amp;gt;&lt;br /&gt;
to make an assessment finding. A &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement can be applicable, &amp;lt;br /&amp;gt;&lt;br /&gt;
even with assessment objectives that are &amp;lt;br /&amp;gt;&lt;br /&gt;
N/A. The security requirement is NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET when one or more applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objectives is NOT MET. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessments are conducted at the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement objective level, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the results are captured at the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement objective level. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment results are entered into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS at the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171A Jun2018 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
objective level of detail to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
metrics on which assessment objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
are proving difficult to implement and &amp;lt;br /&amp;gt;&lt;br /&gt;
to indicate where additional assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
training and guidance may be &amp;lt;br /&amp;gt;&lt;br /&gt;
warranted. &lt;br /&gt;
&lt;br /&gt;
The DoD declines to change &lt;br /&gt;
&lt;br /&gt;
requirements to allow additional &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-specific risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
approaches. National Institute of &lt;br /&gt;
&lt;br /&gt;
Standards and Technology (NIST) &amp;lt;br /&amp;gt;&lt;br /&gt;
determined the appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
characteristics and considered the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate attack vectors when NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2 was created, and tailored &amp;lt;br /&amp;gt;&lt;br /&gt;
the security requirements to protect the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI. Questions and &amp;lt;br /&amp;gt;&lt;br /&gt;
comments related to NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2 background, development and &amp;lt;br /&amp;gt;&lt;br /&gt;
scenarios are outside the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule. &lt;br /&gt;
&lt;br /&gt;
3. Other Scoring Comments &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Three comments were &lt;br /&gt;
&lt;br /&gt;
received concerning the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plans of action to document &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements which are not &amp;lt;br /&amp;gt;&lt;br /&gt;
fully implemented due to limitations &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the ability of an OSA to address. &amp;lt;br /&amp;gt;&lt;br /&gt;
The use of temporary deficiencies and &amp;lt;br /&amp;gt;&lt;br /&gt;
enduring exceptions were suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
along with the recommendation that &amp;lt;br /&amp;gt;&lt;br /&gt;
these items be scored as MET. &lt;br /&gt;
&lt;br /&gt;
The scoring of FIPS-validated &lt;br /&gt;
&lt;br /&gt;
modules was questioned in four &amp;lt;br /&amp;gt;&lt;br /&gt;
comments. An error in the point value &amp;lt;br /&amp;gt;&lt;br /&gt;
for encryption (1 and 3 points vs the &amp;lt;br /&amp;gt;&lt;br /&gt;
correct 3 and 5 points) was identified. &amp;lt;br /&amp;gt;&lt;br /&gt;
Clarification on full credit for &amp;lt;br /&amp;gt;&lt;br /&gt;
incomplete implementation of FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption was also requested. &lt;br /&gt;
&lt;br /&gt;
Two comments were received about &lt;br /&gt;
&lt;br /&gt;
the relationship between CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and CMMC Level 3 scoring asking if the &amp;lt;br /&amp;gt;&lt;br /&gt;
point values in each assessment were &amp;lt;br /&amp;gt;&lt;br /&gt;
cumulative and how the 80% eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
for an assessment POA&amp;amp;amp;M and &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional certification would be &amp;lt;br /&amp;gt;&lt;br /&gt;
calculated. &lt;br /&gt;
&lt;br /&gt;
Three comments requested &lt;br /&gt;
&lt;br /&gt;
clarification around the use of N/A in &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives, and in matters pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
previously granted DoD CIO variances. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment questioned what types of &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts are required to substantiate a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of N/A for a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement or assessment objective. &amp;lt;br /&amp;gt;&lt;br /&gt;
Three comments addressed the need for &amp;lt;br /&amp;gt;&lt;br /&gt;
a System Security Plan, its point value, &amp;lt;br /&amp;gt;&lt;br /&gt;
if any, and the need for an SSP as a &amp;lt;br /&amp;gt;&lt;br /&gt;
prerequisite for assessment as it exists &amp;lt;br /&amp;gt;&lt;br /&gt;
in the DIBCAC DODAM. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The government cannot &lt;br /&gt;
&lt;br /&gt;
comment on the suitability of specific &amp;lt;br /&amp;gt;&lt;br /&gt;
implementations or products to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements and is &amp;lt;br /&amp;gt;&lt;br /&gt;
aware that FIPS module validation can &amp;lt;br /&amp;gt;&lt;br /&gt;
exceed the 180-day CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M threshold. Guidance regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS implementation on Windows 11 is &amp;lt;br /&amp;gt;&lt;br /&gt;
not appropriate for inclusion in the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text and DoD declines to make an &amp;lt;br /&amp;gt;&lt;br /&gt;
update. Limitations of the FIPS- &amp;lt;br /&amp;gt;&lt;br /&gt;
validated module process do not impact &amp;lt;br /&amp;gt;&lt;br /&gt;
the implementation status of FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
cryptography. The rule has been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to include enduring exceptions &amp;lt;br /&amp;gt;&lt;br /&gt;
and temporary deficiencies. Vendor &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00040&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83131 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
limitations with respect to FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
validation could be considered enduring &amp;lt;br /&amp;gt;&lt;br /&gt;
exceptions or temporary deficiencies &amp;lt;br /&amp;gt;&lt;br /&gt;
and should be addressed in an OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plan of action. &lt;br /&gt;
&lt;br /&gt;
Several requirements within NIST SP &lt;br /&gt;
&lt;br /&gt;
800–171 R2 specify the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption without consideration of the &amp;lt;br /&amp;gt;&lt;br /&gt;
processing, storage, or transmission of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. Requirement 3.13.11 requires that &amp;lt;br /&amp;gt;&lt;br /&gt;
the encryption used be a FIPS-validated &amp;lt;br /&amp;gt;&lt;br /&gt;
module if the encryption is used to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect the confidentiality of CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
scoring in § 170.24(c)(2)(i)(B)(4)(ii) is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the use of encryption and &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the encryption uses a FIPS- &amp;lt;br /&amp;gt;&lt;br /&gt;
validated module. There is no &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration for multiple layers of &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption so specific guidance to &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors regarding layers of encryption &amp;lt;br /&amp;gt;&lt;br /&gt;
is not needed and DoD declines to make &amp;lt;br /&amp;gt;&lt;br /&gt;
the suggested addition. OSAs may &amp;lt;br /&amp;gt;&lt;br /&gt;
choose how they implement security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and C3PAOs will assess &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the stated implementations. &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs are trained in the correct process &amp;lt;br /&amp;gt;&lt;br /&gt;
to assess security requirements. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD has updated the rule text at &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.24(c) to clarify which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements may be included on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M, which addresses the error in &amp;lt;br /&amp;gt;&lt;br /&gt;
the point value for encryption. &lt;br /&gt;
&lt;br /&gt;
The scoring for CMMC Level 3 is &lt;br /&gt;
&lt;br /&gt;
separate from the scoring for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2. As stated in § 170.24(c)(3), the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 assessment score is &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to the number of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements that are assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
as MET. There are twenty-four CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 security requirements, identified &amp;lt;br /&amp;gt;&lt;br /&gt;
in table 1 to § 170.14(c)(4). CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 POA&amp;amp;amp;M eligibility is based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and does NOT include the &amp;lt;br /&amp;gt;&lt;br /&gt;
110 CMMC Level 2 requirements. &lt;br /&gt;
&lt;br /&gt;
‘‘Not applicable’’ was removed from &lt;br /&gt;
&lt;br /&gt;
§ 170.24(c)(9) for the case where the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CIO previously approved a &amp;lt;br /&amp;gt;&lt;br /&gt;
variance. The rule has been updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
reflect the language of DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 and the DoDAM, &amp;lt;br /&amp;gt;&lt;br /&gt;
including nonapplicable or to have an &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative, but equally effective, &amp;lt;br /&amp;gt;&lt;br /&gt;
security measure. Regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
comment on N/A objectives, § 170.23 is &amp;lt;br /&amp;gt;&lt;br /&gt;
clear that MET means all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives for the requirement and that &amp;lt;br /&amp;gt;&lt;br /&gt;
if an objective does not apply, then it is &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent to being MET. A security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement can be applicable, even &amp;lt;br /&amp;gt;&lt;br /&gt;
with one or more objectives that are N/ &amp;lt;br /&amp;gt;&lt;br /&gt;
A. The overall requirement is only NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET when one or more applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives is not satisfied. The &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of assessment findings is &amp;lt;br /&amp;gt;&lt;br /&gt;
made by an Assessor following the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment methodology. In the case of &amp;lt;br /&amp;gt;&lt;br /&gt;
a self-assessment, the Assessor is from &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA. In the case of a certification &lt;br /&gt;
&lt;br /&gt;
assessment, the Assessor is from the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO or DIBCAC. An assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
finding of NOT APPLICABLE (N/A) &amp;lt;br /&amp;gt;&lt;br /&gt;
means a security requirement (or &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objective) does not apply at &amp;lt;br /&amp;gt;&lt;br /&gt;
the time of the CMMC assessment. For &amp;lt;br /&amp;gt;&lt;br /&gt;
each assessment objective or security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement marked N/A, the Certified &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessor includes a statement that &amp;lt;br /&amp;gt;&lt;br /&gt;
explains why it does not apply to the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor. The OSC should document &amp;lt;br /&amp;gt;&lt;br /&gt;
in its SSP why the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
does not apply and provide justification. &amp;lt;br /&amp;gt;&lt;br /&gt;
There is no standard set of artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
required to justify a finding of N/A. &lt;br /&gt;
&lt;br /&gt;
A System Security Plan as described &lt;br /&gt;
&lt;br /&gt;
in security requirement CA.L2–3.12.4 is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to conduct an assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule has been updated at &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.24(c)(2)(i)(B)(6) for clarity. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security requirement CA.L2–3.12.4 does &amp;lt;br /&amp;gt;&lt;br /&gt;
not have an associated point value. The &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA will not receive a -1 for a missing &amp;lt;br /&amp;gt;&lt;br /&gt;
or incomplete SSP. The absence of an &amp;lt;br /&amp;gt;&lt;br /&gt;
up-to-date system security plan at the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of the assessment would result in &amp;lt;br /&amp;gt;&lt;br /&gt;
a finding that ‘an assessment could not &amp;lt;br /&amp;gt;&lt;br /&gt;
be completed due to incomplete &amp;lt;br /&amp;gt;&lt;br /&gt;
information and noncompliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012.’ The rule &amp;lt;br /&amp;gt;&lt;br /&gt;
has been updated in § 170.24(c)(6) to &amp;lt;br /&amp;gt;&lt;br /&gt;
clarify this. &lt;br /&gt;
&lt;br /&gt;
e. Artifacts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments and &lt;br /&gt;
&lt;br /&gt;
requests for clarification dealt with &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts that are reviewed or created &amp;lt;br /&amp;gt;&lt;br /&gt;
during a CMMC assessment, or as part &amp;lt;br /&amp;gt;&lt;br /&gt;
of compliance with other contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, including DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012. Some commenters asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether standardized SSP and POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
templates would be provided to assist &amp;lt;br /&amp;gt;&lt;br /&gt;
with compliance. Other templates &amp;lt;br /&amp;gt;&lt;br /&gt;
requested included pre-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
planning materials, final assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
reports, and the resulting Certificate of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status. &lt;br /&gt;
&lt;br /&gt;
Others expressed concern that sharing &lt;br /&gt;
&lt;br /&gt;
certain artifacts during the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process or permitting assessors to retain &amp;lt;br /&amp;gt;&lt;br /&gt;
them would create vulnerability. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, commenters asked whether &amp;lt;br /&amp;gt;&lt;br /&gt;
security protections are required for &amp;lt;br /&amp;gt;&lt;br /&gt;
documents held due to the artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
retention requirements. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked how CMMC assessment scores, or &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation information will be &amp;lt;br /&amp;gt;&lt;br /&gt;
protected, and whether the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program office will share this &amp;lt;br /&amp;gt;&lt;br /&gt;
information outside of DoD. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that C3PAOs should not be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to retain any OSC provided &amp;lt;br /&amp;gt;&lt;br /&gt;
materials. &lt;br /&gt;
&lt;br /&gt;
One commenter misinterpreted the &lt;br /&gt;
&lt;br /&gt;
supplemental hashing guide as &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring use of the MS PowerShell &amp;lt;br /&amp;gt;&lt;br /&gt;
script with the SHA256 algorithm. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter also stated it would be more &lt;br /&gt;
&lt;br /&gt;
efficient to specify a single hash be &amp;lt;br /&amp;gt;&lt;br /&gt;
provided for combined artifacts rather &amp;lt;br /&amp;gt;&lt;br /&gt;
than requiring separate hash values for &amp;lt;br /&amp;gt;&lt;br /&gt;
each artifact. They recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
deletion of the hashing requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter suggested requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
OSCs to generate hashes for artifacts as &amp;lt;br /&amp;gt;&lt;br /&gt;
part of a Level 2 self-assessment. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment also asked whether hashing is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for Level 3 artifacts. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asked how long OSAs must &amp;lt;br /&amp;gt;&lt;br /&gt;
retain artifacts following an assessment. &lt;br /&gt;
&lt;br /&gt;
Some comments expressed concern &lt;br /&gt;
&lt;br /&gt;
that C3PAOs that receive or retain OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts identified as CUI would be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to undergo assessment by both &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIBCAC and another C3PAO. Four &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters objected to the 6-year &amp;lt;br /&amp;gt;&lt;br /&gt;
artifact retention requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs and requested reduction to 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
year. Three commenters asked whether &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessors at level 1 or level 2 must &amp;lt;br /&amp;gt;&lt;br /&gt;
also retain supporting artifacts for 6 &amp;lt;br /&amp;gt;&lt;br /&gt;
years. Two commenters recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
revised wording of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to provide greater clarity &amp;lt;br /&amp;gt;&lt;br /&gt;
about artifact retention and integrity. &lt;br /&gt;
&lt;br /&gt;
One commenter requested edits to the &lt;br /&gt;
&lt;br /&gt;
description of SSP content, advocating &amp;lt;br /&amp;gt;&lt;br /&gt;
for deletion of references to &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational policies and procedures &amp;lt;br /&amp;gt;&lt;br /&gt;
in place to comply with NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2. The recommended edits also &amp;lt;br /&amp;gt;&lt;br /&gt;
changed attribution of the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
to create an SSP to reflect DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020 rather than DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012. This commenter also &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested additional wording to specify &amp;lt;br /&amp;gt;&lt;br /&gt;
that the OSA need not define roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of security personnel in &amp;lt;br /&amp;gt;&lt;br /&gt;
the SSP but may do so in ancillary &amp;lt;br /&amp;gt;&lt;br /&gt;
documents. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;This rule retains the &lt;br /&gt;
&lt;br /&gt;
reference to DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 that implements NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
as the basis for the requirement to create &amp;lt;br /&amp;gt;&lt;br /&gt;
and update an SSP. The DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
considered the recommended changes &amp;lt;br /&amp;gt;&lt;br /&gt;
to the rule regarding the SSP content &amp;lt;br /&amp;gt;&lt;br /&gt;
and declines to make the revision. The &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 requirement for an &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP is foundational to performing a &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and its purpose is to provide critical &amp;lt;br /&amp;gt;&lt;br /&gt;
information for performing the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The SSP should detail the &amp;lt;br /&amp;gt;&lt;br /&gt;
policies and procedures that support &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘. . . how security requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented . . .’’ for all NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 controls. DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
establish a specific SSP format, as OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
should define the best format for their &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations. The Overview section of &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule has been updated to remove the &amp;lt;br /&amp;gt;&lt;br /&gt;
statement indicating SSPs will outline &amp;lt;br /&amp;gt;&lt;br /&gt;
the roles and responsibilities of security &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel. DoD does not plan to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
document templates for SSPs and &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms, as they are already available &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00041&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83132 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
in existing NIST guidance. Templates &amp;lt;br /&amp;gt;&lt;br /&gt;
and schemas for the pre-assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results documents are &amp;lt;br /&amp;gt;&lt;br /&gt;
available to authorized CMMC eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://cmmc.emass.apps.mil users at &#039;&#039;https://cmmc.emass.apps.mil&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
Commenter concerns about artifact &lt;br /&gt;
&lt;br /&gt;
retention reflect misunderstanding of &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment process. Assessors and &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs do not retain OSC artifacts, &amp;lt;br /&amp;gt;&lt;br /&gt;
they only retain the hash value captured &amp;lt;br /&amp;gt;&lt;br /&gt;
during the assessment process. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessors will retain documents created &amp;lt;br /&amp;gt;&lt;br /&gt;
during the assessment such as their &amp;lt;br /&amp;gt;&lt;br /&gt;
notes and the Assessment Findings &amp;lt;br /&amp;gt;&lt;br /&gt;
Reports. To facilitate the protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
these documents, authorized C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
are required to go through a DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted CMMC Level 2 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and CMMC Assessors are only &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized to use C3PAO issued &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment that was within the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIBCAC assessment. Separately, the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC processes, stores, and transmits &amp;lt;br /&amp;gt;&lt;br /&gt;
its assessment related data on DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
networks. Assessment Reports are &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted to DoD via eMASS, which is &amp;lt;br /&amp;gt;&lt;br /&gt;
a government-owned, secured database. &amp;lt;br /&amp;gt;&lt;br /&gt;
Sharing of this information is subject to &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD policies. &lt;br /&gt;
&lt;br /&gt;
The OSC is responsible for &lt;br /&gt;
&lt;br /&gt;
maintaining and hashing all artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
that supported the assessment. The rule &amp;lt;br /&amp;gt;&lt;br /&gt;
has been modified to clarify C3PAOs do &amp;lt;br /&amp;gt;&lt;br /&gt;
not maintain artifacts from the OSC. The &amp;lt;br /&amp;gt;&lt;br /&gt;
OSCs artifacts must be hashed, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
value provided to the assessor for &amp;lt;br /&amp;gt;&lt;br /&gt;
submission into CMMC eMASS. That &amp;lt;br /&amp;gt;&lt;br /&gt;
hash value contains no sensitive &amp;lt;br /&amp;gt;&lt;br /&gt;
information. An OSC’s System Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Plan (SSP) will be reviewed as part of &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC certification assessment, but &amp;lt;br /&amp;gt;&lt;br /&gt;
not shared outside of the OSC. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessors will not retain copies of the &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP or any other proprietary OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
information. Assessors will retain the &amp;lt;br /&amp;gt;&lt;br /&gt;
name, date, and version of the SSP for &amp;lt;br /&amp;gt;&lt;br /&gt;
uploading in SPRS or eMASS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate for the level of assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessors will upload assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
information (&#039;&#039;e.g., &#039;&#039;list of artifacts, hash of &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts, and hashing algorithm used) &amp;lt;br /&amp;gt;&lt;br /&gt;
into CMMC eMASS as addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(17), and the OSC will retain &amp;lt;br /&amp;gt;&lt;br /&gt;
its assessment documentation as &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in § 170.17(c)(4) and &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(c)(4) &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 self-assessments &lt;br /&gt;
&lt;br /&gt;
procedures as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.16(c)(1) require assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018, which if conducted properly &amp;lt;br /&amp;gt;&lt;br /&gt;
will generate evidence. The rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been modified to incorporate data &amp;lt;br /&amp;gt;&lt;br /&gt;
retention requirements for self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments into §§ 170.15 and 170.16. &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs are not required to generate &amp;lt;br /&amp;gt;&lt;br /&gt;
hashes for self-assessment artifacts. &amp;lt;br /&amp;gt;&lt;br /&gt;
Hashing is only required for Level 2 or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 assessments by C3PAOs and &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC. The rule and Hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
Guide have been updated to add clarity &amp;lt;br /&amp;gt;&lt;br /&gt;
that only a single hash is required, and &amp;lt;br /&amp;gt;&lt;br /&gt;
that artifact retention is for six years. &amp;lt;br /&amp;gt;&lt;br /&gt;
The use of SHA256 algorithm is not &amp;lt;br /&amp;gt;&lt;br /&gt;
mandatory and therefore, the name of &amp;lt;br /&amp;gt;&lt;br /&gt;
the hash algorithm needs to be stored in &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. &lt;br /&gt;
&lt;br /&gt;
There are no additional requirements &lt;br /&gt;
&lt;br /&gt;
for artifact storage and retention beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
those identified in the rule. It is up to &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA to determine the best way to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure artifact availability during the &amp;lt;br /&amp;gt;&lt;br /&gt;
six-year retention period. The rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been updated in §§ 170.15 through &amp;lt;br /&amp;gt;&lt;br /&gt;
170.18 to clarify artifact retention &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
DoD declines to reduce the artifact &lt;br /&gt;
&lt;br /&gt;
retention period from six years to one &amp;lt;br /&amp;gt;&lt;br /&gt;
year. The rule has been updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
clarify that all OSAs and Assessors are &amp;lt;br /&amp;gt;&lt;br /&gt;
required to retain their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment data for six years. The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for an artifact retention &amp;lt;br /&amp;gt;&lt;br /&gt;
period of six years is a result of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Justice’s input to the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule. &lt;br /&gt;
&lt;br /&gt;
f. POA&amp;amp;amp;Ms &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Over forty comments were &lt;br /&gt;
&lt;br /&gt;
received about POA&amp;amp;amp;Ms seeking &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification or revision to the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
content on that topic. &lt;br /&gt;
&lt;br /&gt;
Several commenters misinterpreted &lt;br /&gt;
&lt;br /&gt;
the requirement to remediate or close &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M items within 180 days as &amp;lt;br /&amp;gt;&lt;br /&gt;
eliminating acceptability of operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plans of action for normal corrective &amp;lt;br /&amp;gt;&lt;br /&gt;
actions such as patching or other &amp;lt;br /&amp;gt;&lt;br /&gt;
routine maintenance activities, thus &amp;lt;br /&amp;gt;&lt;br /&gt;
making the achievement of 100% &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance impossible. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters requested rule revisions to &amp;lt;br /&amp;gt;&lt;br /&gt;
describe operational plans of action in &amp;lt;br /&amp;gt;&lt;br /&gt;
more detail. One commenter asked that &amp;lt;br /&amp;gt;&lt;br /&gt;
the concept of Enduring Exceptions be &amp;lt;br /&amp;gt;&lt;br /&gt;
added to the rule to address special &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances when remediation and &amp;lt;br /&amp;gt;&lt;br /&gt;
full compliance with CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is not feasible as described &amp;lt;br /&amp;gt;&lt;br /&gt;
in the NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment methodology. &lt;br /&gt;
&lt;br /&gt;
Several commenters expressed &lt;br /&gt;
&lt;br /&gt;
concern with the 180-day timeline to &amp;lt;br /&amp;gt;&lt;br /&gt;
close out POA&amp;amp;amp;Ms or limits on which &amp;lt;br /&amp;gt;&lt;br /&gt;
practices can be placed on them. &amp;lt;br /&amp;gt;&lt;br /&gt;
Recommendations for changing the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M timeline ranged from &amp;lt;br /&amp;gt;&lt;br /&gt;
completely deleting the time limit to &amp;lt;br /&amp;gt;&lt;br /&gt;
extending it by 1 to 3 years. One &amp;lt;br /&amp;gt;&lt;br /&gt;
variation was to permit more than 180 &amp;lt;br /&amp;gt;&lt;br /&gt;
days for closeout only during an initial &amp;lt;br /&amp;gt;&lt;br /&gt;
one-year ‘‘ramp-up’’ period. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter encouraged DoD to reduce &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M restrictions to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors’ genuine attempts to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and mitigate information &amp;lt;br /&amp;gt;&lt;br /&gt;
security risks. Three commenters also &amp;lt;br /&amp;gt;&lt;br /&gt;
thought the rule should allow &lt;br /&gt;
&lt;br /&gt;
contractors to request approval to delay &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M close-out when meeting the &amp;lt;br /&amp;gt;&lt;br /&gt;
original timeline is impracticable, while &amp;lt;br /&amp;gt;&lt;br /&gt;
another commenter suggested defining &amp;lt;br /&amp;gt;&lt;br /&gt;
the close-out timeline in the contract, &amp;lt;br /&amp;gt;&lt;br /&gt;
allowing negotiation of extension or &amp;lt;br /&amp;gt;&lt;br /&gt;
renewal of POA&amp;amp;amp;Ms through the &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting officer. Two commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
asked when the 180-day timeline begins &amp;lt;br /&amp;gt;&lt;br /&gt;
and one asked what actions occur if the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not closed out within that &amp;lt;br /&amp;gt;&lt;br /&gt;
period. &lt;br /&gt;
&lt;br /&gt;
Four commenters noted that the &lt;br /&gt;
&lt;br /&gt;
number of security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
explicitly precluded from POA&amp;amp;amp;Ms &amp;lt;br /&amp;gt;&lt;br /&gt;
makes CMMC challenging and &amp;lt;br /&amp;gt;&lt;br /&gt;
requested greater flexibility in how &amp;lt;br /&amp;gt;&lt;br /&gt;
many, and which practices may be &amp;lt;br /&amp;gt;&lt;br /&gt;
included. Three commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that companies be &amp;lt;br /&amp;gt;&lt;br /&gt;
allowed to have any number of failed &amp;lt;br /&amp;gt;&lt;br /&gt;
practices reassessed for up to six- &amp;lt;br /&amp;gt;&lt;br /&gt;
months after an assessment without &amp;lt;br /&amp;gt;&lt;br /&gt;
having to complete and pay for a new &amp;lt;br /&amp;gt;&lt;br /&gt;
full assessment. Three other &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters recommended that the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
allow for risk informed POA&amp;amp;amp;Ms, while &amp;lt;br /&amp;gt;&lt;br /&gt;
one stated that the rule should not &amp;lt;br /&amp;gt;&lt;br /&gt;
specify which requirements must be &amp;lt;br /&amp;gt;&lt;br /&gt;
met. One commenter requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification on how many items of each &amp;lt;br /&amp;gt;&lt;br /&gt;
point value may be included on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M for CMMC Level 2 conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. One commenter also asked &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD to consider abandoning controls &amp;lt;br /&amp;gt;&lt;br /&gt;
with high failure rates, lowering score &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements based on evidence of &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient mitigation. &lt;br /&gt;
&lt;br /&gt;
Several comments expressed concern &lt;br /&gt;
&lt;br /&gt;
that CMMC conditional certification &amp;lt;br /&amp;gt;&lt;br /&gt;
does not allow higher weighted &amp;lt;br /&amp;gt;&lt;br /&gt;
practices on a POA&amp;amp;amp;M and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the rule reduce those &amp;lt;br /&amp;gt;&lt;br /&gt;
restrictions to allow more security &amp;lt;br /&amp;gt;&lt;br /&gt;
practices. One commenter also &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended eliminating weighting &amp;lt;br /&amp;gt;&lt;br /&gt;
altogether, permitting any requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
to be part of the POA&amp;amp;amp;M. As rationale, &amp;lt;br /&amp;gt;&lt;br /&gt;
one commenter referenced DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 verbiage that &amp;lt;br /&amp;gt;&lt;br /&gt;
permits contractors to request DoD CIO &amp;lt;br /&amp;gt;&lt;br /&gt;
approval to vary from NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, saying that since all &amp;lt;br /&amp;gt;&lt;br /&gt;
approved variances are considered as &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Not Applicable’’, all requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
should be POA&amp;amp;amp;M eligible. &lt;br /&gt;
&lt;br /&gt;
Two commenters asked where &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;Ms are maintained, who is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for validating close-out, and &amp;lt;br /&amp;gt;&lt;br /&gt;
whether affirmation is required after &amp;lt;br /&amp;gt;&lt;br /&gt;
each assessment (including POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
close-out). One commenter asked about &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of the 180-day POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
close-out requirement to Critical, High, &amp;lt;br /&amp;gt;&lt;br /&gt;
Medium, or Low findings against &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Level Agreements. &lt;br /&gt;
&lt;br /&gt;
One commenter recommended that a &lt;br /&gt;
&lt;br /&gt;
description of appropriate POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
entries to be added to the rule and &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00042&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83133 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
provided other recommended edits to &amp;lt;br /&amp;gt;&lt;br /&gt;
the POA&amp;amp;amp;M section, including addition &amp;lt;br /&amp;gt;&lt;br /&gt;
of terms of art such as ‘‘assessment- &amp;lt;br /&amp;gt;&lt;br /&gt;
related’’ and ‘‘non-assessment-related’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
and deletion of the words ‘‘as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The CMMC Program allows &lt;br /&gt;
&lt;br /&gt;
the use of POA&amp;amp;amp;Ms. Section 170.21 &amp;lt;br /&amp;gt;&lt;br /&gt;
delineates the requirements that may be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed as part of an assessment with &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M, that must be closed out by &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M closeout assessment within &amp;lt;br /&amp;gt;&lt;br /&gt;
180 days of the initial assessment to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve the assessment requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
Final certification. At Level 1, the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
must affirm annually that it has &amp;lt;br /&amp;gt;&lt;br /&gt;
reassessed its environment. Security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement CA.L2–3.12.2 allows for the &amp;lt;br /&amp;gt;&lt;br /&gt;
development and implementation of an &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plans of action designed to &amp;lt;br /&amp;gt;&lt;br /&gt;
correct deficiencies and reduce or &amp;lt;br /&amp;gt;&lt;br /&gt;
eliminate vulnerabilities in &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational systems. The CMMC rule &amp;lt;br /&amp;gt;&lt;br /&gt;
does not prohibit an OSA from using an &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plan of action at any CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level to address necessary information &amp;lt;br /&amp;gt;&lt;br /&gt;
system updates, patches, or &amp;lt;br /&amp;gt;&lt;br /&gt;
reconfiguration as threats evolve. These &amp;lt;br /&amp;gt;&lt;br /&gt;
are different from POA&amp;amp;amp;Ms permitted &amp;lt;br /&amp;gt;&lt;br /&gt;
under a Conditional certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The DoD has updated the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule to make this distinction clear. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Department also updated the rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
include a definition and clarity for &amp;lt;br /&amp;gt;&lt;br /&gt;
enduring exceptions. The DoD CIO &amp;lt;br /&amp;gt;&lt;br /&gt;
option for variances in DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 is beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. &lt;br /&gt;
&lt;br /&gt;
Operational plans of action are the &lt;br /&gt;
&lt;br /&gt;
appropriate mechanism to handle CSPs, &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs (not a CSP) and third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
vendors that are no longer compliant &amp;lt;br /&amp;gt;&lt;br /&gt;
with a CMMC requirement. Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plans of action may be necessary when &amp;lt;br /&amp;gt;&lt;br /&gt;
the relevant security requirement or &amp;lt;br /&amp;gt;&lt;br /&gt;
control was fully implemented, but a &amp;lt;br /&amp;gt;&lt;br /&gt;
vulnerability or deficiency is discovered &amp;lt;br /&amp;gt;&lt;br /&gt;
after gaining a CMMC final compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
status, such as, but not limited to, &amp;lt;br /&amp;gt;&lt;br /&gt;
routine updates, patches, or updates to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC compliance status. For purposes &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC compliance, operational plans &amp;lt;br /&amp;gt;&lt;br /&gt;
of action are acceptable and are not &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to the 180-day timetable &amp;lt;br /&amp;gt;&lt;br /&gt;
established for initial assessment. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, the rule has been modified to &amp;lt;br /&amp;gt;&lt;br /&gt;
include a definition for Enduring &amp;lt;br /&amp;gt;&lt;br /&gt;
Exceptions. &lt;br /&gt;
&lt;br /&gt;
The DoD does not accept the &lt;br /&gt;
&lt;br /&gt;
recommendation to change the criteria &amp;lt;br /&amp;gt;&lt;br /&gt;
for POA&amp;amp;amp;Ms or the timeline allowed to &amp;lt;br /&amp;gt;&lt;br /&gt;
remediate open POA&amp;amp;amp;M items. The 180- &amp;lt;br /&amp;gt;&lt;br /&gt;
day period allowed for POA&amp;amp;amp;Ms and the &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of which weighted &amp;lt;br /&amp;gt;&lt;br /&gt;
practices can be placed on a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
was a risk-based decision. The &amp;lt;br /&amp;gt;&lt;br /&gt;
determination considers the relative risk &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD is willing to accept when a &amp;lt;br /&amp;gt;&lt;br /&gt;
particular practice is not met and the &lt;br /&gt;
&lt;br /&gt;
amount of risk the DoD is willing to &amp;lt;br /&amp;gt;&lt;br /&gt;
accept for those security practices that &amp;lt;br /&amp;gt;&lt;br /&gt;
go ‘‘NOT MET’’ for an extended period. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD declined to edit the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding the closeout of security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are not allowed on the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M as stated in § 170.21. The &amp;lt;br /&amp;gt;&lt;br /&gt;
decision in this scenario is a business &amp;lt;br /&amp;gt;&lt;br /&gt;
decision between the applicable C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
and the OSC. &lt;br /&gt;
&lt;br /&gt;
Given the evolving cybersecurity &lt;br /&gt;
&lt;br /&gt;
threat, DoD’s best interests are served by &amp;lt;br /&amp;gt;&lt;br /&gt;
ensuring that POA&amp;amp;amp;Ms remain open for &amp;lt;br /&amp;gt;&lt;br /&gt;
no longer than 180 days, regardless of &amp;lt;br /&amp;gt;&lt;br /&gt;
which controls are included or the plan &amp;lt;br /&amp;gt;&lt;br /&gt;
for remediation. &lt;br /&gt;
&lt;br /&gt;
The 180-day period starts when the &lt;br /&gt;
&lt;br /&gt;
CMMC assessment results are finalized &amp;lt;br /&amp;gt;&lt;br /&gt;
and submitted to SPRS or eMASS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate. As addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.17(a)(1)(ii)(B) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.18(a)(1)(ii)(B), if the POA&amp;amp;amp;M is not &amp;lt;br /&amp;gt;&lt;br /&gt;
closed out within the 180-day &amp;lt;br /&amp;gt;&lt;br /&gt;
timeframe, the Conditional Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
will expire. If the Conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification expires within the period &amp;lt;br /&amp;gt;&lt;br /&gt;
of performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with CMMC Level 2 or 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. The scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology created by the DoD reflects &amp;lt;br /&amp;gt;&lt;br /&gt;
the relative risk to DoD information &amp;lt;br /&amp;gt;&lt;br /&gt;
when a security requirement is NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET. As defined in § 170.17(c)(2), a &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement that is NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
may be re-evaluated during the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment and for 10 &amp;lt;br /&amp;gt;&lt;br /&gt;
business days following the active &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment period under certain &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions. Likewise, when an OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
executes a contract with a C3PAO it &amp;lt;br /&amp;gt;&lt;br /&gt;
may account for the timeliness of any &amp;lt;br /&amp;gt;&lt;br /&gt;
re-assessments. The language in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 describing the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO’s authority to approve variances is &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
A POA&amp;amp;amp;M for CMMC Level 2 can &lt;br /&gt;
&lt;br /&gt;
include up to 22 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
that have a value of 1, excluding those &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.21(a)(2)(iii), or may include &amp;lt;br /&amp;gt;&lt;br /&gt;
non-FIPS-validated encryption and up &amp;lt;br /&amp;gt;&lt;br /&gt;
to 19 security requirements that have a &amp;lt;br /&amp;gt;&lt;br /&gt;
value of 1. &lt;br /&gt;
&lt;br /&gt;
The OSA is responsible for &lt;br /&gt;
&lt;br /&gt;
maintaining the POA&amp;amp;amp;M that resulted &amp;lt;br /&amp;gt;&lt;br /&gt;
from a CMMC assessment; however, &amp;lt;br /&amp;gt;&lt;br /&gt;
those security requirements that were &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET and placed on a POA&amp;amp;amp;M are &amp;lt;br /&amp;gt;&lt;br /&gt;
recorded in eMASS. The OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for validating the close-out &amp;lt;br /&amp;gt;&lt;br /&gt;
of the security requirements on the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M within 180 days of a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The C3PAO or DCMA (as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable) must perform the POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
Close-out Assessment for a Final &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. An affirmation &lt;br /&gt;
&lt;br /&gt;
of compliance is required upon the &amp;lt;br /&amp;gt;&lt;br /&gt;
completion of any assessment— &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional, Close-out, or Final—and &amp;lt;br /&amp;gt;&lt;br /&gt;
annually after the completion of a Final &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The requirement outlined &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.21 for POA&amp;amp;amp;M close out does &amp;lt;br /&amp;gt;&lt;br /&gt;
not apply to Service Level Agreement &amp;lt;br /&amp;gt;&lt;br /&gt;
(SLA) severity levels. &lt;br /&gt;
&lt;br /&gt;
The Department declines to include &lt;br /&gt;
&lt;br /&gt;
recommended POA&amp;amp;amp;M examples in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, as they are already available in &amp;lt;br /&amp;gt;&lt;br /&gt;
existing NIST guidance, or make other &amp;lt;br /&amp;gt;&lt;br /&gt;
word changes to § 170.21. This section &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC rule has been updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
add clarity when discussing the POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding security requirements that &amp;lt;br /&amp;gt;&lt;br /&gt;
were assessed as NOT MET during a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment. These POA&amp;amp;amp;Ms are &amp;lt;br /&amp;gt;&lt;br /&gt;
distinct from an operational plan of &amp;lt;br /&amp;gt;&lt;br /&gt;
action. &lt;br /&gt;
&lt;br /&gt;
g. Assessment Activities and Reporting &lt;br /&gt;
&lt;br /&gt;
1. Data Entry &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment requested &lt;br /&gt;
&lt;br /&gt;
the rule state that records in SPRS must &amp;lt;br /&amp;gt;&lt;br /&gt;
be updated within six months of the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule’s effective date or when the &amp;lt;br /&amp;gt;&lt;br /&gt;
functionality is in place, whichever is &amp;lt;br /&amp;gt;&lt;br /&gt;
longer. Two comments asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
mitigations for assessment delays that &amp;lt;br /&amp;gt;&lt;br /&gt;
could impact the timeliness of &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. One comment asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
more information about assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
frequency guidelines, and one asked &amp;lt;br /&amp;gt;&lt;br /&gt;
which date would be used to determine &amp;lt;br /&amp;gt;&lt;br /&gt;
timing of CMMC Level 2 triennial &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, where this date is &amp;lt;br /&amp;gt;&lt;br /&gt;
maintained, and who is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
ensuring contractors meet all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;To be eligible for a contract &lt;br /&gt;
&lt;br /&gt;
with a CMMC Level 1 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, the OSA must perform a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment, input the result &amp;lt;br /&amp;gt;&lt;br /&gt;
into SPRS, and submit an affirmation. &amp;lt;br /&amp;gt;&lt;br /&gt;
The timeline for initiating and reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
a self- assessment is a business decision &amp;lt;br /&amp;gt;&lt;br /&gt;
to be made by each contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
considering contract opportunities it &amp;lt;br /&amp;gt;&lt;br /&gt;
wishes to pursue. Because the OSA can &amp;lt;br /&amp;gt;&lt;br /&gt;
fully control timelines for completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessments and plan for changes &amp;lt;br /&amp;gt;&lt;br /&gt;
within the assessment scope, and &amp;lt;br /&amp;gt;&lt;br /&gt;
because CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments occur on a standard 3-year &amp;lt;br /&amp;gt;&lt;br /&gt;
cycle, the DoD expects that companies &amp;lt;br /&amp;gt;&lt;br /&gt;
will plan assessments well in advance &amp;lt;br /&amp;gt;&lt;br /&gt;
of need. The required assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
frequency is every year for CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1, and every 3 years for CMMC Levels &amp;lt;br /&amp;gt;&lt;br /&gt;
2 and 3, or when changes within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope invalidate the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
Certification dates for CMMC levels 2 &lt;br /&gt;
&lt;br /&gt;
and 3 are set to the date the certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results are entered into &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS for self-assessments or the date &amp;lt;br /&amp;gt;&lt;br /&gt;
the Certificate of CMMC Status is &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00043&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83134 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
entered into eMASS for third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The triennial requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
renews on that date; there is no grace &amp;lt;br /&amp;gt;&lt;br /&gt;
period. Each OSA’s annual affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
attests that they have implemented, and &amp;lt;br /&amp;gt;&lt;br /&gt;
are maintaining their implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of, the security requirements. &lt;br /&gt;
&lt;br /&gt;
2. Supplier Risk Performance System &amp;lt;br /&amp;gt;&lt;br /&gt;
and eMASS &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Three commenters viewed &lt;br /&gt;
&lt;br /&gt;
CMMC’s intent to store CMMC related &amp;lt;br /&amp;gt;&lt;br /&gt;
data in an existing DoD system, SPRS, &amp;lt;br /&amp;gt;&lt;br /&gt;
as an indication that SPRS would &amp;lt;br /&amp;gt;&lt;br /&gt;
replace other DoD risk tracking systems &amp;lt;br /&amp;gt;&lt;br /&gt;
or the risk monitoring responsibilities of &amp;lt;br /&amp;gt;&lt;br /&gt;
other agencies. One commenter asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether other Services would have their &amp;lt;br /&amp;gt;&lt;br /&gt;
own systems, as the SPRS Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Office is within the Navy. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
comment stated CMMC and SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
should not be tasked with the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibility of addressing Supply &amp;lt;br /&amp;gt;&lt;br /&gt;
Chain Risk Management (SCRM). One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asked if the DoD intended to &amp;lt;br /&amp;gt;&lt;br /&gt;
make CMMC Level 2 and 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
information available to other agencies, &amp;lt;br /&amp;gt;&lt;br /&gt;
which could reduce the cost burden of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with assessment/ &amp;lt;br /&amp;gt;&lt;br /&gt;
certification programs adopted by other &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies. One comment asked how PII &amp;lt;br /&amp;gt;&lt;br /&gt;
would be protected in SPRS. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asked for SPRS to be &amp;lt;br /&amp;gt;&lt;br /&gt;
redesigned to list assessment results for &amp;lt;br /&amp;gt;&lt;br /&gt;
each security requirement instead of the &amp;lt;br /&amp;gt;&lt;br /&gt;
aggregate level. One comment asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC-specific process for entering &amp;lt;br /&amp;gt;&lt;br /&gt;
data into SPRS to make it easier for &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses and another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for vendor visibility into a &amp;lt;br /&amp;gt;&lt;br /&gt;
potential sub-contractor’s SPRS score. &lt;br /&gt;
&lt;br /&gt;
Several comments asked about the &lt;br /&gt;
&lt;br /&gt;
CAGE code requirement and noted a &amp;lt;br /&amp;gt;&lt;br /&gt;
perception that businesses outside the &amp;lt;br /&amp;gt;&lt;br /&gt;
U.S are unable to obtain a CAGE or &amp;lt;br /&amp;gt;&lt;br /&gt;
become a member of PIEE and therefore &amp;lt;br /&amp;gt;&lt;br /&gt;
unable to access SPRS. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether each contract would &amp;lt;br /&amp;gt;&lt;br /&gt;
require a new SPRS entry. &lt;br /&gt;
&lt;br /&gt;
One comment asked if OSCs that &lt;br /&gt;
&lt;br /&gt;
already have an eMASS account would &amp;lt;br /&amp;gt;&lt;br /&gt;
be able to access the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS and one &amp;lt;br /&amp;gt;&lt;br /&gt;
comment questioned the cost/benefit of &amp;lt;br /&amp;gt;&lt;br /&gt;
entering pre-assessment data into &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. Another comment asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification on the roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of DoD Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers regarding the data uploaded &amp;lt;br /&amp;gt;&lt;br /&gt;
into eMASS. One commenter suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that eMASS be modified to permit &amp;lt;br /&amp;gt;&lt;br /&gt;
tracking of self-assessment, in addition &amp;lt;br /&amp;gt;&lt;br /&gt;
to certification assessments. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;SPRS is used to provide &lt;br /&gt;
&lt;br /&gt;
CMMC Status, score results, and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation status to contracting officers &amp;lt;br /&amp;gt;&lt;br /&gt;
and program managers as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award process. It does not &amp;lt;br /&amp;gt;&lt;br /&gt;
supersede other DoD program office risk &lt;br /&gt;
&lt;br /&gt;
register systems. SPRS will be used for &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting CMMC Status of all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors, regardless of which service &amp;lt;br /&amp;gt;&lt;br /&gt;
issued the contract. Although the SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
program is managed by the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Navy, its use spans across the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department. There is no role for other &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies associated with this CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, which applies only to DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors that process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI or CUI. The CMMC PMO &amp;lt;br /&amp;gt;&lt;br /&gt;
has no current agreements with other &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal agencies to share CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results. There is nothing that &amp;lt;br /&amp;gt;&lt;br /&gt;
prevents an OSA from sharing their &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status with other entities. &lt;br /&gt;
&lt;br /&gt;
SPRS is an existing DoD database that &lt;br /&gt;
&lt;br /&gt;
is compliant with DoD regulations, &amp;lt;br /&amp;gt;&lt;br /&gt;
which includes meeting Privacy &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. DoD suppliers are already &amp;lt;br /&amp;gt;&lt;br /&gt;
required to use SPRS to record NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 self-assessment scores, as &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced in DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7020. The CMMC rule expands the use &amp;lt;br /&amp;gt;&lt;br /&gt;
of SPRS to include CMMC Status, &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment scores, and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations. &lt;br /&gt;
&lt;br /&gt;
SPRS is the tool that the DoD &lt;br /&gt;
&lt;br /&gt;
acquisition workforce will use to verify &amp;lt;br /&amp;gt;&lt;br /&gt;
companies meet CMMC requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
be eligible for contract award. SPRS data &amp;lt;br /&amp;gt;&lt;br /&gt;
entry does not make available to &amp;lt;br /&amp;gt;&lt;br /&gt;
Contracting Officers scoring of &amp;lt;br /&amp;gt;&lt;br /&gt;
individual security requirements. &lt;br /&gt;
&lt;br /&gt;
The DoD does not concur with &lt;br /&gt;
&lt;br /&gt;
granting prime contractors access to &amp;lt;br /&amp;gt;&lt;br /&gt;
view the CMMC scores or Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status for potential &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors in SPRS. Subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
may voluntarily share their CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status, assessment scores, or certificates &amp;lt;br /&amp;gt;&lt;br /&gt;
to facilitate business teaming &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements. Changing access to PIEE &amp;lt;br /&amp;gt;&lt;br /&gt;
and SPRS is outside the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
CMMC eMASS is a tailored, stand- &lt;br /&gt;
&lt;br /&gt;
alone instantiation of eMASS for use by &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized representatives from &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs, the DCMA DIBCAC, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO. Individuals from each &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO will have access to CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS to upload Level 2 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
data. DCMA DIBCAC personnel will &amp;lt;br /&amp;gt;&lt;br /&gt;
have access to CMMC eMASS to upload &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 assessment data. OSAs will not &amp;lt;br /&amp;gt;&lt;br /&gt;
have access to CMMC eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Authorized personnel from OSAs may &amp;lt;br /&amp;gt;&lt;br /&gt;
access SPRS, which will host &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment certification and self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment data, and will be able to &amp;lt;br /&amp;gt;&lt;br /&gt;
upload and view scores only for their &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. &lt;br /&gt;
&lt;br /&gt;
The DOD declines to add &lt;br /&gt;
&lt;br /&gt;
requirements for submitting self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments in eMASS. The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is for the OSA to enter &amp;lt;br /&amp;gt;&lt;br /&gt;
scores into SPRS. There is value to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD in having the pre-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
information in CMMC eMASS for &lt;br /&gt;
&lt;br /&gt;
overall program management and &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight. The information indicates &amp;lt;br /&amp;gt;&lt;br /&gt;
that an assessment is either scheduled &amp;lt;br /&amp;gt;&lt;br /&gt;
or in-process. The CMMC PMO seeks to &amp;lt;br /&amp;gt;&lt;br /&gt;
track CMMC program adoption, and pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information allows reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
on upcoming assessments. Based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD cost analysis, the effort to upload &amp;lt;br /&amp;gt;&lt;br /&gt;
pre-assessment material is minimal. &lt;br /&gt;
&lt;br /&gt;
DoD Program Managers are not &lt;br /&gt;
&lt;br /&gt;
responsible for uploading data into &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS, nor do they have any &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibility regarding the data &amp;lt;br /&amp;gt;&lt;br /&gt;
uploaded to eMASS by DCMA. An ESP, &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA, or OSC seeking CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
will need a CAGE code and an account &amp;lt;br /&amp;gt;&lt;br /&gt;
in SPRS to complete the annual &amp;lt;br /&amp;gt;&lt;br /&gt;
attestation required of all CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certified or CMMC compliant &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations. &lt;br /&gt;
&lt;br /&gt;
An OSA/OSC must obtain a CAGE &lt;br /&gt;
&lt;br /&gt;
code via [https://sam.gov &#039;&#039;https://sam.gov &#039;&#039;]before &amp;lt;br /&amp;gt;&lt;br /&gt;
registering in PIEE. Step by Step &amp;lt;br /&amp;gt;&lt;br /&gt;
instructions for how to obtain an &amp;lt;br /&amp;gt;&lt;br /&gt;
account can be found on the PIEE &amp;lt;br /&amp;gt;&lt;br /&gt;
Vendor Account website: [https://piee.eb.mil/xhtml/unauth/web/homepage/vendorGettingStartedHelp.xhtml &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
piee.eb.mil/xhtml/unauth/web/ &amp;lt;br /&amp;gt;&lt;br /&gt;
homepage/vendorGettingStartedHelp.&amp;lt;br /&amp;gt;&lt;br /&gt;
xhtml&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
CAGE codes (or NCAGE codes for &lt;br /&gt;
&lt;br /&gt;
non-US-based companies) are also &amp;lt;br /&amp;gt;&lt;br /&gt;
required. US-based contractors obtain a &amp;lt;br /&amp;gt;&lt;br /&gt;
Commercial and Government Entity &amp;lt;br /&amp;gt;&lt;br /&gt;
(CAGE) code from [https://cage.dla.mil/Home/UsageAgree &#039;&#039;https://cage.dla.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Home/UsageAgree&#039;&#039;. Businesses outside &amp;lt;br /&amp;gt;&lt;br /&gt;
]of the US must obtain a NATO &amp;lt;br /&amp;gt;&lt;br /&gt;
Commercial and Government Entity &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://eportal.nspa.nato.int/Codification/CageTool/home (NCAGE) code from &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
eportal.nspa.nato.int/Codification/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CageTool/home&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
As specified in §§ 170.15 and 170.16, &lt;br /&gt;
&lt;br /&gt;
SPRS inputs include the industry CAGE &amp;lt;br /&amp;gt;&lt;br /&gt;
codes(s) associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. For each new &amp;lt;br /&amp;gt;&lt;br /&gt;
information system used to support a &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract with FCI or CUI, a new &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS entry is required. If the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
or subcontractor will use an information &amp;lt;br /&amp;gt;&lt;br /&gt;
system associated with a CAGE code &amp;lt;br /&amp;gt;&lt;br /&gt;
already recorded in SPRS then a new &amp;lt;br /&amp;gt;&lt;br /&gt;
entry is not required. &lt;br /&gt;
&lt;br /&gt;
3. Assessors and Certificates &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter asked if an &lt;br /&gt;
&lt;br /&gt;
assessor is prohibited from interacting &amp;lt;br /&amp;gt;&lt;br /&gt;
with OSA IT tools such as MS Office &amp;lt;br /&amp;gt;&lt;br /&gt;
365 or cloud based GRC tools. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter requested the CMMC rule &amp;lt;br /&amp;gt;&lt;br /&gt;
require C3PAOs to clearly indicate the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope on the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certificate of CMMC Status, to include &amp;lt;br /&amp;gt;&lt;br /&gt;
CAGE codes, that could be shared with &amp;lt;br /&amp;gt;&lt;br /&gt;
trusted partners. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The rule text in &lt;br /&gt;
&lt;br /&gt;
§ 170.11(b)(7) does not prohibit &amp;lt;br /&amp;gt;&lt;br /&gt;
collecting assessment evidence within &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC environment using the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
IT. This section applies only to IT used &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00044&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83135 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
by the assessors to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit assessment-related information &amp;lt;br /&amp;gt;&lt;br /&gt;
once it leaves the OSC environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The rule has been modified to list the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum required information to be &amp;lt;br /&amp;gt;&lt;br /&gt;
included on the Certificate of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status, including CAGE code. &lt;br /&gt;
&lt;br /&gt;
h. Reassessment &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some commenters &lt;br /&gt;
&lt;br /&gt;
interpreted the end of a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment validity period (and need for &amp;lt;br /&amp;gt;&lt;br /&gt;
new assessment) as having the same &amp;lt;br /&amp;gt;&lt;br /&gt;
significance or meaning as a &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘reassessment’’, which the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
describes as potentially necessary only &amp;lt;br /&amp;gt;&lt;br /&gt;
in rare circumstances when &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity risks, threats, or &amp;lt;br /&amp;gt;&lt;br /&gt;
awareness have changed. &lt;br /&gt;
&lt;br /&gt;
Another commenter asked for &lt;br /&gt;
&lt;br /&gt;
examples of circumstances that might &amp;lt;br /&amp;gt;&lt;br /&gt;
prompt a re-assessment and description &amp;lt;br /&amp;gt;&lt;br /&gt;
of the process for completing one. Four &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters expressed concern that re- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments might be frequent, costly, &amp;lt;br /&amp;gt;&lt;br /&gt;
and time-consuming. These commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
sought confirmation that relatively &amp;lt;br /&amp;gt;&lt;br /&gt;
common system maintenance activities &amp;lt;br /&amp;gt;&lt;br /&gt;
would not require a new assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
prevent annual affirmation. &lt;br /&gt;
&lt;br /&gt;
One commenter questioned the &lt;br /&gt;
&lt;br /&gt;
rationale for differences between &amp;lt;br /&amp;gt;&lt;br /&gt;
validity periods for CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
versus Levels 2 and 3 assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended standardization on either &amp;lt;br /&amp;gt;&lt;br /&gt;
a 1-year or 3-year frequency for all &amp;lt;br /&amp;gt;&lt;br /&gt;
levels. Other commenters asserted that &amp;lt;br /&amp;gt;&lt;br /&gt;
annual affirmations would drive a need &amp;lt;br /&amp;gt;&lt;br /&gt;
for annual assessments at levels 2 or 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
and requested deletion of the &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation requirement. &lt;br /&gt;
&lt;br /&gt;
One commenter asked whether &lt;br /&gt;
&lt;br /&gt;
system changes within an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scope would require notification to the &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting agency. Another asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance on remediation of POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
items and asked whether systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
fall out of compliance must be &amp;lt;br /&amp;gt;&lt;br /&gt;
identified to the contracting agency. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD considered &lt;br /&gt;
&lt;br /&gt;
duration of assessment validity periods &amp;lt;br /&amp;gt;&lt;br /&gt;
and has chosen to require self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of the basic Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements every year, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
every three years. Levels 2 and 3 require &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of a significantly larger &amp;lt;br /&amp;gt;&lt;br /&gt;
number of more complex security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, which require more time &amp;lt;br /&amp;gt;&lt;br /&gt;
and attention to assess. &lt;br /&gt;
&lt;br /&gt;
The DoD also declines to delete the &lt;br /&gt;
&lt;br /&gt;
annual affirmation requirement and &amp;lt;br /&amp;gt;&lt;br /&gt;
does not agree that it equates to an &amp;lt;br /&amp;gt;&lt;br /&gt;
annual assessment. The rule was &amp;lt;br /&amp;gt;&lt;br /&gt;
modified to clarify that reassessments &amp;lt;br /&amp;gt;&lt;br /&gt;
may be required based on post- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment indicators of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
issues or non-compliance and are &amp;lt;br /&amp;gt;&lt;br /&gt;
different from new assessments that &amp;lt;br /&amp;gt;&lt;br /&gt;
occur when an assessment validity &lt;br /&gt;
&lt;br /&gt;
period expires. Reassessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
expected to be infrequent, conducted by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD, and necessary when &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity risks, threats, or &amp;lt;br /&amp;gt;&lt;br /&gt;
awareness have changed, or indicators &amp;lt;br /&amp;gt;&lt;br /&gt;
of cybersecurity deficiencies and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
non-compliance are present. When &amp;lt;br /&amp;gt;&lt;br /&gt;
required, DCMA DIBCAC will initiate &amp;lt;br /&amp;gt;&lt;br /&gt;
the re-assessment process using &amp;lt;br /&amp;gt;&lt;br /&gt;
established procedures. The rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been further updated to add this DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC responsibility in § 170.7. OSCs &amp;lt;br /&amp;gt;&lt;br /&gt;
seeking confirmation upon CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 POA&amp;amp;amp;M close-out may undergo &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M close-out assessment by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO, which is different from &amp;lt;br /&amp;gt;&lt;br /&gt;
reassessment. &lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification &lt;br /&gt;
&lt;br /&gt;
assessments are valid for a defined &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope as outlined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19 CMMC Scoping. A new &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is required if there are &amp;lt;br /&amp;gt;&lt;br /&gt;
significant architectural or boundary &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the previous CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. Examples include, &amp;lt;br /&amp;gt;&lt;br /&gt;
but are not limited to, expansions of &amp;lt;br /&amp;gt;&lt;br /&gt;
networks or mergers and acquisitions. &amp;lt;br /&amp;gt;&lt;br /&gt;
Operational changes within a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, such as adding or &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracting resources within the existing &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment boundary that follow the &amp;lt;br /&amp;gt;&lt;br /&gt;
existing SSP do not require a new &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, but rather are covered by &amp;lt;br /&amp;gt;&lt;br /&gt;
the annual affirmations to the &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The CMMC rule does not &amp;lt;br /&amp;gt;&lt;br /&gt;
prohibit an OSA from using an &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plan of action at any CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level to address necessary information &amp;lt;br /&amp;gt;&lt;br /&gt;
system updates, patches, or &amp;lt;br /&amp;gt;&lt;br /&gt;
reconfiguration as threats evolve. &lt;br /&gt;
&lt;br /&gt;
If the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
changes, then the current assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
no longer valid and a new assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
required. Requirements to notify the &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting agency of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
changes are described in the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 204 CMMC Acquisition rule. An &amp;lt;br /&amp;gt;&lt;br /&gt;
annual affirmation is required at each &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;16. CMMC Assessment Scoping Policy &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment asked &lt;br /&gt;
&lt;br /&gt;
whether the requirements of DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 apply to the entire &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor-owned information system, &amp;lt;br /&amp;gt;&lt;br /&gt;
or only those components of the system &amp;lt;br /&amp;gt;&lt;br /&gt;
that process, store, or transmit the CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another questioned whether assets that &amp;lt;br /&amp;gt;&lt;br /&gt;
process both FCI and CUI require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 assessment. &lt;br /&gt;
&lt;br /&gt;
One comment asserted that &lt;br /&gt;
&lt;br /&gt;
assessments described in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
provision 252.204–7019 and 7020 are &amp;lt;br /&amp;gt;&lt;br /&gt;
scoped differently than CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, and requested the rule be &amp;lt;br /&amp;gt;&lt;br /&gt;
revised to avoid duplication with those &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, where applicable. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that DoD determine &lt;br /&gt;
&lt;br /&gt;
scoping, boundaries, standards, and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments based on CUI data rather &amp;lt;br /&amp;gt;&lt;br /&gt;
than by systems. &lt;br /&gt;
&lt;br /&gt;
One comment suggested that the rule &lt;br /&gt;
&lt;br /&gt;
be modified to address CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability to service providers that &amp;lt;br /&amp;gt;&lt;br /&gt;
only provide temporary services, such &amp;lt;br /&amp;gt;&lt;br /&gt;
as penetration testing, cyber incident &amp;lt;br /&amp;gt;&lt;br /&gt;
response, or forensic analysis. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;OSAs determine the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope based on how and &amp;lt;br /&amp;gt;&lt;br /&gt;
where they will process, store, and &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI and CUI. DoD has reviewed &amp;lt;br /&amp;gt;&lt;br /&gt;
the suggested changes and declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
make any updates. Additional &amp;lt;br /&amp;gt;&lt;br /&gt;
information for CMMC Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
(§ 170.19) can be found in the relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping guides. The applicability of &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is not within the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. &lt;br /&gt;
&lt;br /&gt;
Meeting CMMC Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment or certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements also satisfies CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 self-assessment requirements for the &amp;lt;br /&amp;gt;&lt;br /&gt;
same CMMC Assessment Scope. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter incorrectly assumes that &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC asset categories drive a change to &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment scope from what exists &amp;lt;br /&amp;gt;&lt;br /&gt;
in DFARS clause 252.204–7012, which &amp;lt;br /&amp;gt;&lt;br /&gt;
implements NIST SP 800–171 R2. No &amp;lt;br /&amp;gt;&lt;br /&gt;
conflicts exist between the DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC requirements in this rule. &lt;br /&gt;
&lt;br /&gt;
The DoD declines to change the rule &lt;br /&gt;
&lt;br /&gt;
to base scoping, boundaries, standards, &amp;lt;br /&amp;gt;&lt;br /&gt;
or assessments solely on CUI data rather &amp;lt;br /&amp;gt;&lt;br /&gt;
than on systems. The purpose of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program is for contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors to demonstrate that FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI is adequately safeguarded &amp;lt;br /&amp;gt;&lt;br /&gt;
through the methodology provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule. The decision on what CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level is required for a contract is made &amp;lt;br /&amp;gt;&lt;br /&gt;
by the Government after considering the &amp;lt;br /&amp;gt;&lt;br /&gt;
nature of the planned effort, associated &amp;lt;br /&amp;gt;&lt;br /&gt;
risks, and CUI to be shared. OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
based on how and where they will &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, and transmit FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. &lt;br /&gt;
&lt;br /&gt;
Service providers who only need &lt;br /&gt;
&lt;br /&gt;
temporary access to perform services &amp;lt;br /&amp;gt;&lt;br /&gt;
such as penetration testing, cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
incident response, or forensic analysis &amp;lt;br /&amp;gt;&lt;br /&gt;
do not meet the definition of an ESP in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4 and do not process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. Therefore, they are not &amp;lt;br /&amp;gt;&lt;br /&gt;
within scope and the DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
modify the rule to include them. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;17. CMMC Assessment Scope for ESPs &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. CMMC Applicability to ESPs &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;DoD received numerous &lt;br /&gt;
&lt;br /&gt;
comments about the implications of &amp;lt;br /&amp;gt;&lt;br /&gt;
using an ESP while seeking to comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC requirements. Many &amp;lt;br /&amp;gt;&lt;br /&gt;
comments were concerns that the ESP &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00045&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83136 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
assessment requirements expanded the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope and cost of the CMMC program. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additionally, some comments described &amp;lt;br /&amp;gt;&lt;br /&gt;
overarching concerns about &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of CMMC requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
an ESP when it only provided a Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Asset or processed Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data. In general, commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
requested to narrow the rule while &amp;lt;br /&amp;gt;&lt;br /&gt;
providing more clarity and definition &amp;lt;br /&amp;gt;&lt;br /&gt;
related to CMMC requirements for ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
and CSPs. Many comments gave either &amp;lt;br /&amp;gt;&lt;br /&gt;
hypothetical or actual scenarios and &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether the ESP in that scenario &amp;lt;br /&amp;gt;&lt;br /&gt;
would be required to complete a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment at the level required for the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA being supported. &lt;br /&gt;
&lt;br /&gt;
One comment suggested that ESPs &lt;br /&gt;
&lt;br /&gt;
should be treated the same as Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Managed Assets. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that they be treated as &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets. Two comments &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed that DoD restrict DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to the use of an ESP/MSP/ &amp;lt;br /&amp;gt;&lt;br /&gt;
MSSP that is ISO/IEC 27001:2022(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
certified. Two comments suggest that &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s be allowed to use non-certified or &amp;lt;br /&amp;gt;&lt;br /&gt;
some form of conditionally certified &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs if they retain the appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts for review. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD has revised the &lt;br /&gt;
&lt;br /&gt;
rule to reduce the assessment burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers (ESP). ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.19(c)(2) and (d)(2) have been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated. The use of an ESP, its &amp;lt;br /&amp;gt;&lt;br /&gt;
relationship to the OSA, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
services provided need to be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented in the OSA’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix (CRM), which describes the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the OSA and ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
ESPs that are CSPs, and process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI, must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP requirements in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. ESPs that are &amp;lt;br /&amp;gt;&lt;br /&gt;
CSPs and do NOT process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI, are not required to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP requirements in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. Services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
by the CSP are in the OSA’s scope. &lt;br /&gt;
&lt;br /&gt;
When ESPs that are not CSPs, process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI, a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is required to verify &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding CUI. Any ESP services &amp;lt;br /&amp;gt;&lt;br /&gt;
used to meet OSA requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
within the scope of the OSA’s CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
When ESPs that are not CSPs do NOT &lt;br /&gt;
&lt;br /&gt;
process, store, or transmit CUI, they do &amp;lt;br /&amp;gt;&lt;br /&gt;
not require CMMC assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, however, services they &amp;lt;br /&amp;gt;&lt;br /&gt;
provide are in the OSA’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scope. There is nothing in the rule that &amp;lt;br /&amp;gt;&lt;br /&gt;
precludes an ESP, that is not a CSP, &lt;br /&gt;
&lt;br /&gt;
from voluntarily requesting a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. A C3PAO may perform &amp;lt;br /&amp;gt;&lt;br /&gt;
such an assessment if the ESP makes &amp;lt;br /&amp;gt;&lt;br /&gt;
that business decision. &lt;br /&gt;
&lt;br /&gt;
ESPs can be part of the same &lt;br /&gt;
&lt;br /&gt;
corporate/organizational structure but &amp;lt;br /&amp;gt;&lt;br /&gt;
still be external to the OSA such as a &amp;lt;br /&amp;gt;&lt;br /&gt;
centralized Security Operations Center &amp;lt;br /&amp;gt;&lt;br /&gt;
(SOC) or Network Operations Center &amp;lt;br /&amp;gt;&lt;br /&gt;
(NOC) which supports multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
business units. The same requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
apply and are based on whether the ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
provides cloud services and whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP processes, stores, or transmits CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
on their systems. &lt;br /&gt;
&lt;br /&gt;
An ESP that is used as on-site staff &lt;br /&gt;
&lt;br /&gt;
augmentation only, &#039;&#039;i.e., &#039;&#039;the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
provides all processes, technology, and &amp;lt;br /&amp;gt;&lt;br /&gt;
facilities, does not need CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. When ESPs are assessed as &amp;lt;br /&amp;gt;&lt;br /&gt;
part of an OSA’s assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type is dictated by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s DoD contract CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. The DoD declines to make &amp;lt;br /&amp;gt;&lt;br /&gt;
any other suggested changes to the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of ESPs. &lt;br /&gt;
&lt;br /&gt;
b. Definitions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments state &lt;br /&gt;
&lt;br /&gt;
that the definition of CSP in the rule is &amp;lt;br /&amp;gt;&lt;br /&gt;
overly broad and overlaps with the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of ESP. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
questioned whether a C3PAO is also a &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Asset and by &amp;lt;br /&amp;gt;&lt;br /&gt;
extension an ESP. Two comments &amp;lt;br /&amp;gt;&lt;br /&gt;
requested change to the definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
Out-of-Scope Assets to stipulate that &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD is Out-of-Scope. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
requested clarification on when an ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
would be considered a CSP. CSPs, &amp;lt;br /&amp;gt;&lt;br /&gt;
MSPs, and MSSPs are always &amp;lt;br /&amp;gt;&lt;br /&gt;
considered ESPs. The DoD has updated &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule to narrow the definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cloud Service Provider based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition for cloud computing from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–145 Sept2011. An ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
would be considered a CSP when it &amp;lt;br /&amp;gt;&lt;br /&gt;
provides its own cloud services based &amp;lt;br /&amp;gt;&lt;br /&gt;
on a model for enabling ubiquitous, &amp;lt;br /&amp;gt;&lt;br /&gt;
convenient, on-demand network access &amp;lt;br /&amp;gt;&lt;br /&gt;
to a shared pool of configurable &amp;lt;br /&amp;gt;&lt;br /&gt;
computing that can be rapidly &amp;lt;br /&amp;gt;&lt;br /&gt;
provisioned and released with minimal &amp;lt;br /&amp;gt;&lt;br /&gt;
management effort or service provider &amp;lt;br /&amp;gt;&lt;br /&gt;
interaction on the part of the OSA. &lt;br /&gt;
&lt;br /&gt;
An ESP (not a CSP) that provides &lt;br /&gt;
&lt;br /&gt;
technical support services to its clients &amp;lt;br /&amp;gt;&lt;br /&gt;
would be considered an MSP. It does &amp;lt;br /&amp;gt;&lt;br /&gt;
not host its own cloud platform offering. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP may utilize cloud offerings to &amp;lt;br /&amp;gt;&lt;br /&gt;
deliver services to clients without being &amp;lt;br /&amp;gt;&lt;br /&gt;
a CSP. An ESP that manages a third- &amp;lt;br /&amp;gt;&lt;br /&gt;
party cloud service on behalf of an OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
would not be considered a CSP. &lt;br /&gt;
&lt;br /&gt;
C3PAOs need not ‘‘receive’’ security &lt;br /&gt;
&lt;br /&gt;
protection data as part of an assessment; &amp;lt;br /&amp;gt;&lt;br /&gt;
they view the security protection data &amp;lt;br /&amp;gt;&lt;br /&gt;
while on premises at the OSC for the &lt;br /&gt;
&lt;br /&gt;
assessment. A C3PAO is not an ESP or &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection asset and is therefore &amp;lt;br /&amp;gt;&lt;br /&gt;
not within the OSA assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
boundary. DoD declines to delete the &amp;lt;br /&amp;gt;&lt;br /&gt;
phrase ‘‘except for assets that provide &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection for a CUI asset’’ from &amp;lt;br /&amp;gt;&lt;br /&gt;
the definition of Out-of-Scope Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets that provide security protection &amp;lt;br /&amp;gt;&lt;br /&gt;
for CUI are not Out-of-Scope Assets. A &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC definition for Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data has been added to the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
c. OSA Relationship to ESP &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments request &lt;br /&gt;
&lt;br /&gt;
clarification related to use of an ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
that is internal to the OSA. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested that DoD require &amp;lt;br /&amp;gt;&lt;br /&gt;
CSPs grant the US Government, as part &amp;lt;br /&amp;gt;&lt;br /&gt;
of the contract between the OSA and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CSP, access to any CUI that is subject to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements in the event of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual failures, criminal actions or &amp;lt;br /&amp;gt;&lt;br /&gt;
other legal situations that warrant &amp;lt;br /&amp;gt;&lt;br /&gt;
seizure of CUI data. Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
also asked whether the DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
standing or authority to require C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or conduct CMMC level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of ESPs, given that the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP’s direct contractual relationship is &amp;lt;br /&amp;gt;&lt;br /&gt;
not with the Government but with the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. Two comments suggest that ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
will be covered by the subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down requirements from an OSA. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD agrees with the need &lt;br /&gt;
&lt;br /&gt;
for added clarity around internal ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
and the rule was modified to remove the &amp;lt;br /&amp;gt;&lt;br /&gt;
term internal ESP. An ESP that provides &amp;lt;br /&amp;gt;&lt;br /&gt;
staff augmentation, where the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
provides all processes, technology, and &amp;lt;br /&amp;gt;&lt;br /&gt;
facilities, does not need CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Alternatively, an ESP can &amp;lt;br /&amp;gt;&lt;br /&gt;
be part of the same organizational &amp;lt;br /&amp;gt;&lt;br /&gt;
structure but still be external to the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA, such as a centralized SOC or NOC &amp;lt;br /&amp;gt;&lt;br /&gt;
which supports multiple business units. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC requirements apply and are &amp;lt;br /&amp;gt;&lt;br /&gt;
based on whether the ESP provides &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services and whether the ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, stores, or transmits CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
their systems. &lt;br /&gt;
&lt;br /&gt;
The OSA’s contractual rights with its &lt;br /&gt;
&lt;br /&gt;
CSP are beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
The rule states requirements for the &lt;br /&gt;
&lt;br /&gt;
OSA, not the ESP. The rule requires &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs that process, store, or transmit FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI to protect that data. If those &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs elect to use an ESP, and that ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, stores, or transmits FCI or &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI from the OSA, then the OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
require that the ESP protect the FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI and the ESP will be assessed as part &amp;lt;br /&amp;gt;&lt;br /&gt;
of the OSA’s assessment or require &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate or equivalent. &lt;br /&gt;
&lt;br /&gt;
Specifically for Level 3, if an OSC is &lt;br /&gt;
&lt;br /&gt;
seeking Level 3 certification and uses an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP that is not a CSP and that DOES &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI, then the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP will need to be assessed by DIBCAC &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00046&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83137 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
against the same Level 3 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
as the OSC as part of the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment unless the ESP voluntarily &amp;lt;br /&amp;gt;&lt;br /&gt;
seeks a DIBCAC Assessment. If an OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
is seeking Level 3 certification and uses &amp;lt;br /&amp;gt;&lt;br /&gt;
an ESP that DOES NOT process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI, then the ESP will NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be assessed by DIBCAC against &amp;lt;br /&amp;gt;&lt;br /&gt;
the same Level 3 requirements as the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC. ESPs provide a service that meets &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements specified by the OSA, &amp;lt;br /&amp;gt;&lt;br /&gt;
and therefore ESPs are not &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors on a DoD contract and &amp;lt;br /&amp;gt;&lt;br /&gt;
are not bound by subcontractor flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down requirements. &lt;br /&gt;
&lt;br /&gt;
d. Assessment of ESPs &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;There were multiple &lt;br /&gt;
&lt;br /&gt;
comments regarding the assessment of &amp;lt;br /&amp;gt;&lt;br /&gt;
an ESP. One comment recommends the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule be revised to identify the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements that would be &amp;lt;br /&amp;gt;&lt;br /&gt;
considered NOT MET by the OSA when &amp;lt;br /&amp;gt;&lt;br /&gt;
using a non-compliant ESP, and to &amp;lt;br /&amp;gt;&lt;br /&gt;
further require C3PAOs to validate the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSCs use of compliant ESPs during a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 assessment. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asks if an ESP, when assessed, &amp;lt;br /&amp;gt;&lt;br /&gt;
will require a CAGE code, and enter &amp;lt;br /&amp;gt;&lt;br /&gt;
scores into SPRS. Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
would be required when offering full IT &amp;lt;br /&amp;gt;&lt;br /&gt;
management and online storage, &amp;lt;br /&amp;gt;&lt;br /&gt;
including CUI, if the MSP policies &amp;lt;br /&amp;gt;&lt;br /&gt;
prevent employees from accessing &amp;lt;br /&amp;gt;&lt;br /&gt;
customer data. &lt;br /&gt;
&lt;br /&gt;
One comment asks for clarification on &lt;br /&gt;
&lt;br /&gt;
the contents of the System Security Plan &amp;lt;br /&amp;gt;&lt;br /&gt;
when documenting the use of an ESP. &amp;lt;br /&amp;gt;&lt;br /&gt;
Two comments ask how to assess an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA that is using a CSP to store CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
that does not meet the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. One comment asks how &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs can check on the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
status of an ESP. Three comments ask &amp;lt;br /&amp;gt;&lt;br /&gt;
how to avoid redundant assessments of &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs. One comment asks to clarify how &amp;lt;br /&amp;gt;&lt;br /&gt;
to handle ESPs at Level 3 with respect &amp;lt;br /&amp;gt;&lt;br /&gt;
to requirement AC.L3–3.1.2e that &amp;lt;br /&amp;gt;&lt;br /&gt;
restricts access to systems that are &amp;lt;br /&amp;gt;&lt;br /&gt;
owned, provisioned, or issued by the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommends DoD exempt CSPs that &amp;lt;br /&amp;gt;&lt;br /&gt;
provide service with end-to-end &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption from CMMC requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
similar to a common carrier. &lt;br /&gt;
&lt;br /&gt;
Several comments inquired about &lt;br /&gt;
&lt;br /&gt;
guidelines and practices for obtaining &amp;lt;br /&amp;gt;&lt;br /&gt;
Customer Responsibility Matrices &amp;lt;br /&amp;gt;&lt;br /&gt;
(CRM) from CSPs and suggest the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
be modified to also require them from &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs. One comment asks about how to &amp;lt;br /&amp;gt;&lt;br /&gt;
obtain a CSP’s System Security Plan. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Implications for OSAs and &lt;br /&gt;
&lt;br /&gt;
C3PAOs for using non-compliant ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
are adequately addressed in the rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC compliance of an ESP, &amp;lt;br /&amp;gt;&lt;br /&gt;
including a CSP, falls under the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. If an ESP is used to meet &lt;br /&gt;
&lt;br /&gt;
any of the CMMC requirements for the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA, then the ESP is part of the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of the OSA’s assessment, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance of the ESP will be verified. &lt;br /&gt;
&lt;br /&gt;
An ESP that is seeking CMMC &lt;br /&gt;
&lt;br /&gt;
assessment will need to obtain a CAGE &amp;lt;br /&amp;gt;&lt;br /&gt;
code and an account in SPRS to enable &amp;lt;br /&amp;gt;&lt;br /&gt;
the reporting of its assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
via CMMC eMASS. A SPRS account is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to complete the CMMC annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation requirement included in &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracts that include a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirement. &lt;br /&gt;
&lt;br /&gt;
An ESP that processes, stores, or &lt;br /&gt;
&lt;br /&gt;
transmits CUI, is an extension of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s environment. As part of that &amp;lt;br /&amp;gt;&lt;br /&gt;
environment, the ESP will be assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
against all requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
accountable for all users who have &amp;lt;br /&amp;gt;&lt;br /&gt;
access to CUI as part of the ESP’s &amp;lt;br /&amp;gt;&lt;br /&gt;
service, not just OSA employees. The &amp;lt;br /&amp;gt;&lt;br /&gt;
government cannot comment on specific &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation or documentation &amp;lt;br /&amp;gt;&lt;br /&gt;
choices of an OSA, including the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
an ESP. &lt;br /&gt;
&lt;br /&gt;
The C3PAO can only give credit to a &lt;br /&gt;
&lt;br /&gt;
FedRAMP Moderate Authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent CSP. Any requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
dependent on contributions from a CSP &amp;lt;br /&amp;gt;&lt;br /&gt;
in any other stage of compliance are &amp;lt;br /&amp;gt;&lt;br /&gt;
considered NOT MET. The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in the rule for FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate equivalency have been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to reflect DoD policy. OSAs can &amp;lt;br /&amp;gt;&lt;br /&gt;
consider CSPs in the FedRAMP process &amp;lt;br /&amp;gt;&lt;br /&gt;
for equivalency if they meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in DoD policy. &lt;br /&gt;
&lt;br /&gt;
An ESP that is a CSP will be listed on &lt;br /&gt;
&lt;br /&gt;
the FedRAMP Marketplace. An ESP that &amp;lt;br /&amp;gt;&lt;br /&gt;
is not a CSP and processes, stores, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmits CUI will be within the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment scope. An ESP can also &amp;lt;br /&amp;gt;&lt;br /&gt;
volunteer to have a C3PAO assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and could make that information &amp;lt;br /&amp;gt;&lt;br /&gt;
available to the OSA. &lt;br /&gt;
&lt;br /&gt;
ESPs that are not CSPs may request &lt;br /&gt;
&lt;br /&gt;
voluntary CMMC assessments of their &amp;lt;br /&amp;gt;&lt;br /&gt;
environment and use that as a business &amp;lt;br /&amp;gt;&lt;br /&gt;
discriminator. The marketplace for ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
services will adjust to find the efficient &amp;lt;br /&amp;gt;&lt;br /&gt;
manner for ESPs to support OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments that may include their &amp;lt;br /&amp;gt;&lt;br /&gt;
services. With respect to requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
AC.L3–3.1.2e, when an OSA adds an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP’s services to its network, the ESP is &amp;lt;br /&amp;gt;&lt;br /&gt;
considered to be provisioned by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. It is subject to the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for the use of an ESP. &lt;br /&gt;
&lt;br /&gt;
A common carrier’s information &lt;br /&gt;
&lt;br /&gt;
system is not within the contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope if CUI is &amp;lt;br /&amp;gt;&lt;br /&gt;
properly encrypted during transport &amp;lt;br /&amp;gt;&lt;br /&gt;
across the common carrier’s information &amp;lt;br /&amp;gt;&lt;br /&gt;
system. &lt;br /&gt;
&lt;br /&gt;
In a cloud model, the end-to-end &lt;br /&gt;
&lt;br /&gt;
encryption would apply when &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting between OSA CUI assets &amp;lt;br /&amp;gt;&lt;br /&gt;
and a cloud service. Once within the &amp;lt;br /&amp;gt;&lt;br /&gt;
security boundary of the CSP, the &lt;br /&gt;
&lt;br /&gt;
common carrier’s system no longer &amp;lt;br /&amp;gt;&lt;br /&gt;
contributes to the handling of the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and the CSP’s security practices apply. &amp;lt;br /&amp;gt;&lt;br /&gt;
If an OSA chooses to use a CSP to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate or equivalency &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply. &lt;br /&gt;
&lt;br /&gt;
The rule has been updated to include &lt;br /&gt;
&lt;br /&gt;
the use of a Customer Responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
Matrix by all ESPs, not just CSPs. &amp;lt;br /&amp;gt;&lt;br /&gt;
Obtaining a copy of a CSP’s SSP is not &amp;lt;br /&amp;gt;&lt;br /&gt;
required for a CSP that is FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Authorized. Documentation on the &amp;lt;br /&amp;gt;&lt;br /&gt;
services provided by the CSP and a &amp;lt;br /&amp;gt;&lt;br /&gt;
CRM will be required. &lt;br /&gt;
&lt;br /&gt;
e. Capacity for Assessment of ESPs &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments &lt;br /&gt;
&lt;br /&gt;
questioned whether the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem would be adequate to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
the number of CMMC assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary for ESPs. In response, some &amp;lt;br /&amp;gt;&lt;br /&gt;
comments recommend ESPs be given &amp;lt;br /&amp;gt;&lt;br /&gt;
priority for completing assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Others recommend different phasing or &amp;lt;br /&amp;gt;&lt;br /&gt;
forms of assessment and certification &amp;lt;br /&amp;gt;&lt;br /&gt;
during ramp up. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD declines to make &lt;br /&gt;
&lt;br /&gt;
suggested changes to the ramp up and &amp;lt;br /&amp;gt;&lt;br /&gt;
phasing of assessments for ESPs. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
considered many alternatives before &amp;lt;br /&amp;gt;&lt;br /&gt;
deciding upon the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment structure. By design, the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program depends on the supply &amp;lt;br /&amp;gt;&lt;br /&gt;
and demand dynamics of the free &amp;lt;br /&amp;gt;&lt;br /&gt;
market, enabling it to naturally scale &amp;lt;br /&amp;gt;&lt;br /&gt;
and adapt to capacity requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declines to set priorities for the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment marketplace. The DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
utilized a phased implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
approach to reduce implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
risk. DoD expects that the public has &amp;lt;br /&amp;gt;&lt;br /&gt;
utilized the lead-time prior to the &amp;lt;br /&amp;gt;&lt;br /&gt;
publication of this rule to prepare for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC implementation and buy-down &amp;lt;br /&amp;gt;&lt;br /&gt;
risk. CMMC Program requirements make &amp;lt;br /&amp;gt;&lt;br /&gt;
no changes to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by the DoD. It is beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of this rule for DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the order in which &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations are assessed. &lt;br /&gt;
&lt;br /&gt;
f. Remote Access by ESPs &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two comments ask for &lt;br /&gt;
&lt;br /&gt;
clarification on requirements for remote &amp;lt;br /&amp;gt;&lt;br /&gt;
access by an ESP to an OSA, whether &amp;lt;br /&amp;gt;&lt;br /&gt;
with OSA provided equipment or a &amp;lt;br /&amp;gt;&lt;br /&gt;
VPN. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The assessment of remote &lt;br /&gt;
&lt;br /&gt;
access may fall into several categories &amp;lt;br /&amp;gt;&lt;br /&gt;
and is dependent on the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
architecture used and how the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
creates its assessment environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
When an ESP is providing staff &amp;lt;br /&amp;gt;&lt;br /&gt;
augmentation to the OSA and the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
is providing all the systems used for &amp;lt;br /&amp;gt;&lt;br /&gt;
remote access, then the OSA’s policies &amp;lt;br /&amp;gt;&lt;br /&gt;
and procedures apply and the ESP is not &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00047&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83138 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
considered to be processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting CUI. When the ESP is using &amp;lt;br /&amp;gt;&lt;br /&gt;
a Virtual Desktop solution, then the &amp;lt;br /&amp;gt;&lt;br /&gt;
endpoint client device will be &amp;lt;br /&amp;gt;&lt;br /&gt;
considered out of scope when it is &amp;lt;br /&amp;gt;&lt;br /&gt;
configured to prevent storage, &amp;lt;br /&amp;gt;&lt;br /&gt;
processing, or transmission of CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
the end client beyond the Keyboard, &amp;lt;br /&amp;gt;&lt;br /&gt;
Video, Mouse input that is part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Virtual Desktop Infrastructure (VDI) &amp;lt;br /&amp;gt;&lt;br /&gt;
solution. &lt;br /&gt;
&lt;br /&gt;
Establishing a VPN connection with &lt;br /&gt;
&lt;br /&gt;
MSP equipment brings that equipment &amp;lt;br /&amp;gt;&lt;br /&gt;
into the OSA’s assessment scope. The &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment must meet the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for external access and &amp;lt;br /&amp;gt;&lt;br /&gt;
connection to the network. Depending &amp;lt;br /&amp;gt;&lt;br /&gt;
on the processing performed by the ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with the VPN connection, other &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements may apply. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;18. CMMC Assessment Scope for &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Assets and Data &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Scope and Authority &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments &lt;br /&gt;
&lt;br /&gt;
asserted that the use of Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data and Security Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets increases the scope and cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessments and recommend &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the costs or removing SPD &amp;lt;br /&amp;gt;&lt;br /&gt;
and SPA from the rule. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
presented the increased scope as an &amp;lt;br /&amp;gt;&lt;br /&gt;
inconsistency between NARA and NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171A Jun2018. A few comments &amp;lt;br /&amp;gt;&lt;br /&gt;
asked what authority DoD uses to &amp;lt;br /&amp;gt;&lt;br /&gt;
include SPD as part of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The commenter misread &lt;br /&gt;
&lt;br /&gt;
the rule’s application to ESPs and SPA/ &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD. Security Protection Assets are &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in NIST SP 800–171 R2 Sec &amp;lt;br /&amp;gt;&lt;br /&gt;
1.1 which states: ‘‘The requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
apply only to components of nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, or that provide security protection &amp;lt;br /&amp;gt;&lt;br /&gt;
for such components.’’ The rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been updated in table 3 to § 170.19(c)(1) &amp;lt;br /&amp;gt;&lt;br /&gt;
and table 5 to § 170.19(d)(1) to change &amp;lt;br /&amp;gt;&lt;br /&gt;
the definition and requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Assets. The phrase &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘irrespective of whether or not these &amp;lt;br /&amp;gt;&lt;br /&gt;
assets process, store, or transmit CUI’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
has been removed from the SPA &amp;lt;br /&amp;gt;&lt;br /&gt;
description and the CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements have been changed to read &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Assess against CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are relevant to the &amp;lt;br /&amp;gt;&lt;br /&gt;
capabilities provided.’’ Similar changes &amp;lt;br /&amp;gt;&lt;br /&gt;
were made to the guidance documents. &amp;lt;br /&amp;gt;&lt;br /&gt;
In order to clarify and address concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
about the perceived ‘‘expansion’’ of &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, the rule was revised to &amp;lt;br /&amp;gt;&lt;br /&gt;
reflect that ESPs that only store SPD or &amp;lt;br /&amp;gt;&lt;br /&gt;
provide an SPA and do not process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI do not require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment or certification. &lt;br /&gt;
&lt;br /&gt;
b. Definition and Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Numerous comments &lt;br /&gt;
&lt;br /&gt;
requested that the DoD provide a &amp;lt;br /&amp;gt;&lt;br /&gt;
definition for Security Protection Data &amp;lt;br /&amp;gt;&lt;br /&gt;
(SPD) and configuration data, as well as &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for SPD to help &amp;lt;br /&amp;gt;&lt;br /&gt;
understand the scope of SPD and how &amp;lt;br /&amp;gt;&lt;br /&gt;
that impacts the scope of Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets and the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of ESPs. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the removal of the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition and use of SPD. &lt;br /&gt;
&lt;br /&gt;
Multiple comments requested more &lt;br /&gt;
&lt;br /&gt;
information on the definition and &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping of Security Protection Assets, &amp;lt;br /&amp;gt;&lt;br /&gt;
their relationship to CUI, and their &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that the definition narrow the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of Security Protection Assets and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or their security and assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Other comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended eliminating the concept &amp;lt;br /&amp;gt;&lt;br /&gt;
of SPA. Additional comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended changing the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for SPAs to be the same as &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMAs Specialized Assets applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
commensurate with the level of &amp;lt;br /&amp;gt;&lt;br /&gt;
involvement with the security of CUI or &amp;lt;br /&amp;gt;&lt;br /&gt;
to only assess the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
provided by the SPA. Two comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that the phrase’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
irrespective of whether these assets &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI’’ be &amp;lt;br /&amp;gt;&lt;br /&gt;
removed from the definition of SPA. &lt;br /&gt;
&lt;br /&gt;
Two comments asked for clarification &lt;br /&gt;
&lt;br /&gt;
on the requirements for CSPs that only &amp;lt;br /&amp;gt;&lt;br /&gt;
handle SPD. &lt;br /&gt;
&lt;br /&gt;
Two comments recommended &lt;br /&gt;
&lt;br /&gt;
different security and assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for ESPs that host SPD but &amp;lt;br /&amp;gt;&lt;br /&gt;
do not process, store, or transmit CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD added a CMMC &lt;br /&gt;
&lt;br /&gt;
definition for Security Protection Data &amp;lt;br /&amp;gt;&lt;br /&gt;
to the rule. The DoD considered the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST definitions for System Information &amp;lt;br /&amp;gt;&lt;br /&gt;
and Security Relevant Information in &amp;lt;br /&amp;gt;&lt;br /&gt;
the development of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
definition for SPD. &lt;br /&gt;
&lt;br /&gt;
This rule does not regulate OSA &lt;br /&gt;
&lt;br /&gt;
Security Protection Data, but instead &amp;lt;br /&amp;gt;&lt;br /&gt;
implements existing regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, as defined in 32 CFR 2002.14(h)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and implemented by DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012. This clause requires &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of security protection assets &amp;lt;br /&amp;gt;&lt;br /&gt;
and security protection data through its &amp;lt;br /&amp;gt;&lt;br /&gt;
specification of NIST SP 800–171. &lt;br /&gt;
&lt;br /&gt;
DoD does not agree with the &lt;br /&gt;
&lt;br /&gt;
commentor’s statement that the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of Security Protection Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘is an exceedingly dangerous &amp;lt;br /&amp;gt;&lt;br /&gt;
adjustment to the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 2 Paragraph 1.1 Scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
Applicability.’’ Security Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets provide security to the entirety of &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSA’s assessment scope which &lt;br /&gt;
&lt;br /&gt;
includes CUI Assets and other in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
assets. &lt;br /&gt;
&lt;br /&gt;
The SPD definition also defines &lt;br /&gt;
&lt;br /&gt;
configuration data as data required to &amp;lt;br /&amp;gt;&lt;br /&gt;
operate a security protection asset. This &amp;lt;br /&amp;gt;&lt;br /&gt;
limits the possible interpretations of &amp;lt;br /&amp;gt;&lt;br /&gt;
configuration data. Further, the rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been updated to reflect that ESPs that do &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT process, store, or transmit CUI do &amp;lt;br /&amp;gt;&lt;br /&gt;
not require CMMC assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. &lt;br /&gt;
&lt;br /&gt;
All assets within an OSA defined &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 or 3 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
boundary have access to CUI and can &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. They are &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore subject to DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 and required to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 requirements. This is &amp;lt;br /&amp;gt;&lt;br /&gt;
the authority for including Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Risk Managed Assets (CRMAs) within &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessments. For Level 2, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
has decided to assume some risk and &amp;lt;br /&amp;gt;&lt;br /&gt;
lessen the assurance burden for a class &amp;lt;br /&amp;gt;&lt;br /&gt;
of these assets called Contractor Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Managed Assets, as specified in table 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
to § 170.19(c)(1). DoD does not assume &amp;lt;br /&amp;gt;&lt;br /&gt;
this risk at Level 3. CRMAs are subject &amp;lt;br /&amp;gt;&lt;br /&gt;
to assessment against all CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as specified in table 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(d)(1). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;19. CMMC Assessment Scope and &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate Equivalency &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several commenters &lt;br /&gt;
&lt;br /&gt;
identified inconsistencies between rule &amp;lt;br /&amp;gt;&lt;br /&gt;
content and a separate DoD policy &amp;lt;br /&amp;gt;&lt;br /&gt;
memo that defines requirements Cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Providers (CSPs) must meet to &amp;lt;br /&amp;gt;&lt;br /&gt;
be considered FedRAMP moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘equivalent’’ in the context of DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
requested administrative changes to the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule for consistency, while others &amp;lt;br /&amp;gt;&lt;br /&gt;
requested more substantive changes to &amp;lt;br /&amp;gt;&lt;br /&gt;
deconflict the rule with DoD’s policies. &amp;lt;br /&amp;gt;&lt;br /&gt;
Differences between the two documents &amp;lt;br /&amp;gt;&lt;br /&gt;
left some commenters unclear about &amp;lt;br /&amp;gt;&lt;br /&gt;
when a CSP would be considered &amp;lt;br /&amp;gt;&lt;br /&gt;
within a CMMC assessment scope or &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet CMMC requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
They also noted that some CSPs refuse &amp;lt;br /&amp;gt;&lt;br /&gt;
to provide clients with Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibility Matrices (CRMs), which &amp;lt;br /&amp;gt;&lt;br /&gt;
could impede an OSAs ability to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for specific instances when a &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP-moderate-authorized CSP &amp;lt;br /&amp;gt;&lt;br /&gt;
would not be accepted as meeting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements or which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements such a CSP could not &amp;lt;br /&amp;gt;&lt;br /&gt;
meet. &lt;br /&gt;
&lt;br /&gt;
Another commenter stated the &lt;br /&gt;
&lt;br /&gt;
FedRAMP moderate equivalency &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CSPs in this rule will &amp;lt;br /&amp;gt;&lt;br /&gt;
create confusion because they address &amp;lt;br /&amp;gt;&lt;br /&gt;
only the NIST SP 800–171 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and do not include the additional cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
incident reporting requirements &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00048&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83139 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
identified in DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012. One comment suggested that any &amp;lt;br /&amp;gt;&lt;br /&gt;
expectation for CSPs to meet the DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber incident reporting or completion &amp;lt;br /&amp;gt;&lt;br /&gt;
of a System Security Plan should be &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced in this CMMC rule. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter suggested that all DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts with CUI should include &amp;lt;br /&amp;gt;&lt;br /&gt;
clauses and provisions for CSPs to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal requirements, including a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and certification of their &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. &lt;br /&gt;
&lt;br /&gt;
One commenter asked whether it is &lt;br /&gt;
&lt;br /&gt;
sufficient for MSP/MSSPs to have &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP certification instead of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC certification. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
interpreted the rule’s wording related to &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection assets and data as &amp;lt;br /&amp;gt;&lt;br /&gt;
expanding requirements levied on CSPs. &lt;br /&gt;
&lt;br /&gt;
One commenter interpreted CMMC &lt;br /&gt;
&lt;br /&gt;
Level 3 assessment requirements as &amp;lt;br /&amp;gt;&lt;br /&gt;
meaning all parts of an OSCs &amp;lt;br /&amp;gt;&lt;br /&gt;
infrastructure are within scope for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment if the OSC uses a &amp;lt;br /&amp;gt;&lt;br /&gt;
CSP, and recommended the rule specify &amp;lt;br /&amp;gt;&lt;br /&gt;
that security requirements from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CRM must be documented in the SSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another asked whether OSCs must track &amp;lt;br /&amp;gt;&lt;br /&gt;
all FedRAMP controls in their SSP or &amp;lt;br /&amp;gt;&lt;br /&gt;
only those relevant to NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Requirements associated &lt;br /&gt;
&lt;br /&gt;
with the use of cloud service providers &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSPs) are covered under section &amp;lt;br /&amp;gt;&lt;br /&gt;
(b)(2)(ii)(D) of DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012. When a CSP is used, it must meet &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements of the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
moderate baseline or the equivalent. &amp;lt;br /&amp;gt;&lt;br /&gt;
The rule was updated for consistency &amp;lt;br /&amp;gt;&lt;br /&gt;
with those requirements, and now &amp;lt;br /&amp;gt;&lt;br /&gt;
requires FedRAMP moderate or &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP moderate equivalency as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in DoD Policy. &lt;br /&gt;
&lt;br /&gt;
§§ 170.16(c)(2), 170.17(c)(5), &lt;br /&gt;
&lt;br /&gt;
170.18(c)(5) address CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CSPs. The CMMC rule &amp;lt;br /&amp;gt;&lt;br /&gt;
does not add new requirements on the &amp;lt;br /&amp;gt;&lt;br /&gt;
use of CSPs, which are found in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. A CSP must be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against the FedRAMP moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline when the CSP processes, stores, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmits CUI. The CMMC rule does &amp;lt;br /&amp;gt;&lt;br /&gt;
not oppose or contradict the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, nor does this rule relieve a CSP &amp;lt;br /&amp;gt;&lt;br /&gt;
from any requirement defined in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. &lt;br /&gt;
&lt;br /&gt;
§ 170.17(c)(5)(iii) and the &lt;br /&gt;
&lt;br /&gt;
corresponding requirement in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(c)(5)(iii) only apply to CSPs &amp;lt;br /&amp;gt;&lt;br /&gt;
used to process, store, or transmit CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
in the execution of the contract or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontract requiring CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. It does not expand to any &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud provider outside the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Interactions between DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and their service providers &amp;lt;br /&amp;gt;&lt;br /&gt;
are beyond the scope of the rule. &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmation requirements described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.16 make clear that an OSA using &amp;lt;br /&amp;gt;&lt;br /&gt;
a FedRAMP Authorized CSP (at the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate or higher baseline) &amp;lt;br /&amp;gt;&lt;br /&gt;
is not responsible for the CSP’s &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. The OSA needs to &amp;lt;br /&amp;gt;&lt;br /&gt;
document in its SSP how the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
meets its requirements assigned in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CSP’s CRM. When using a CSP that is &amp;lt;br /&amp;gt;&lt;br /&gt;
not FedRAMP Authorized, the OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for determining if the CSP &amp;lt;br /&amp;gt;&lt;br /&gt;
meets the requirements for FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate equivalency as specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD policy. In this case, the OSA also &amp;lt;br /&amp;gt;&lt;br /&gt;
needs to document in its SSP how the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA meets the requirements assigned to &amp;lt;br /&amp;gt;&lt;br /&gt;
it in the CSP’s CRM. &lt;br /&gt;
&lt;br /&gt;
The rule has been updated to include &lt;br /&gt;
&lt;br /&gt;
verbiage from the DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 ‘‘in the performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract’’ for consistency. Use of the &amp;lt;br /&amp;gt;&lt;br /&gt;
term CUI in this rule is deliberate &amp;lt;br /&amp;gt;&lt;br /&gt;
because DoD intends to assess &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
for all CUI. The DoD declines to replace &amp;lt;br /&amp;gt;&lt;br /&gt;
the word CUI with the word CDI, as the &amp;lt;br /&amp;gt;&lt;br /&gt;
term CUI more clearly conveys that &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 is the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
all CUI information, as described in 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 2002.14. &lt;br /&gt;
&lt;br /&gt;
DoD received numerous comments &lt;br /&gt;
&lt;br /&gt;
about the use of ESPs which do not &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. In &amp;lt;br /&amp;gt;&lt;br /&gt;
response to comments, the DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
reduced the assessment burden on ESPs. &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP assessment, certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.19(c)(2) and (d)(2) have been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;20. CMMC Assessment Scope for &amp;lt;br /&amp;gt;&lt;br /&gt;
Devices and Asset Categorization &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Asset Categorization &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;There were many &lt;br /&gt;
&lt;br /&gt;
comments regarding the scoping and &amp;lt;br /&amp;gt;&lt;br /&gt;
treatment of assets when using table 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
to § 170.19(c)(1) and table 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(d)(1). Several comments asked &amp;lt;br /&amp;gt;&lt;br /&gt;
about when asset categorization occurs, &amp;lt;br /&amp;gt;&lt;br /&gt;
who approves it and how to document &amp;lt;br /&amp;gt;&lt;br /&gt;
it. Two comments questioned the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of using NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2 for Specialized Assets. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments suggested modifying the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of Out-of-Scope assets by &amp;lt;br /&amp;gt;&lt;br /&gt;
removing the last bullet or discussing &amp;lt;br /&amp;gt;&lt;br /&gt;
the use of encryption. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested adding more detailed &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions of the asset categories to the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. One comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
removing asset categories from the rule. &lt;br /&gt;
&lt;br /&gt;
Many comments requested scoping &lt;br /&gt;
&lt;br /&gt;
and categorization of specific scenarios, &amp;lt;br /&amp;gt;&lt;br /&gt;
such as ERP systems, MRP systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
quantum computing systems, data &amp;lt;br /&amp;gt;&lt;br /&gt;
diodes, asset isolation, and encrypted &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. Numerous additional comments &lt;br /&gt;
&lt;br /&gt;
requested clarification on scoping and &amp;lt;br /&amp;gt;&lt;br /&gt;
categorization of various security &amp;lt;br /&amp;gt;&lt;br /&gt;
product classes. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The OSA performs asset &lt;br /&gt;
&lt;br /&gt;
categorization and documents it in their &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. The OSA may choose the format &amp;lt;br /&amp;gt;&lt;br /&gt;
and content of its SSP. Table 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c)(1) requires that all asset &amp;lt;br /&amp;gt;&lt;br /&gt;
categories, including Specialized Assets, &amp;lt;br /&amp;gt;&lt;br /&gt;
be included in the asset inventory. &amp;lt;br /&amp;gt;&lt;br /&gt;
There is no requirement to embed every &amp;lt;br /&amp;gt;&lt;br /&gt;
asset in the SSP. In the SSP for Level 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA must show how Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets are managed using the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s risk-based security policies, &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures, and practices. Prior to the &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct of an assessment, the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
engages with the C3PAO assessor. It is &amp;lt;br /&amp;gt;&lt;br /&gt;
during this time that the classification of &amp;lt;br /&amp;gt;&lt;br /&gt;
assets should be agreed upon, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
results of these discussions are &amp;lt;br /&amp;gt;&lt;br /&gt;
documented in pre-planning materials. &amp;lt;br /&amp;gt;&lt;br /&gt;
This is an example of the pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and planning material &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted by the C3PAO as required in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(8) and the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope submitted to eMASS as required &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.17(a)(i)(D). It is beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule to address DoD review &amp;lt;br /&amp;gt;&lt;br /&gt;
of specific Specialized Assets for &amp;lt;br /&amp;gt;&lt;br /&gt;
individual contractors. &lt;br /&gt;
&lt;br /&gt;
DoD does not agree with a &lt;br /&gt;
&lt;br /&gt;
commentor’s statement that Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets are not actually assessed against &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements. As &amp;lt;br /&amp;gt;&lt;br /&gt;
documented in § 170.19, Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets are identified by the OSC. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment requirements of Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets differ between CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and CMMC Level 3. If Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets are part of a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, the OSA must document &amp;lt;br /&amp;gt;&lt;br /&gt;
them in the asset inventory, document &amp;lt;br /&amp;gt;&lt;br /&gt;
them in the SSP, and show how these &amp;lt;br /&amp;gt;&lt;br /&gt;
assets are managed using the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s risk-based security policies, &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures, and practices. If Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets are part of a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, they must be assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
against all CMMC Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, identified in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4). &lt;br /&gt;
&lt;br /&gt;
DoD agrees with one comment that &lt;br /&gt;
&lt;br /&gt;
even if NIST SP 800–171 R2 cannot be &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, that does not mean the &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets cannot be secured. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements are defined to &amp;lt;br /&amp;gt;&lt;br /&gt;
align directly to NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. For additional ease of &amp;lt;br /&amp;gt;&lt;br /&gt;
burden, at Level 1, IoT and OT are not &amp;lt;br /&amp;gt;&lt;br /&gt;
in scope, at Level 2 there are reduced &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, but they become in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
at Level 3, unless they are physically or &amp;lt;br /&amp;gt;&lt;br /&gt;
logically isolated. &lt;br /&gt;
&lt;br /&gt;
DoD has reviewed the text and &lt;br /&gt;
&lt;br /&gt;
declines to change the definition of Out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-scope assets because CUI should not &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00049&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83140 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
be transmitted via clear-text per NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2. The DoD has reviewed &amp;lt;br /&amp;gt;&lt;br /&gt;
the suggested changes to asset categories &amp;lt;br /&amp;gt;&lt;br /&gt;
and scoping tables and declines to make &amp;lt;br /&amp;gt;&lt;br /&gt;
an update. The asset categories in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule help the OSA understand the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of various asset types that &amp;lt;br /&amp;gt;&lt;br /&gt;
might be found within the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
boundary. &lt;br /&gt;
&lt;br /&gt;
OSAs determine the asset categories &lt;br /&gt;
&lt;br /&gt;
and assessment scope based on how and &amp;lt;br /&amp;gt;&lt;br /&gt;
where they will process, store, and &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI and CUI. DoD cannot &amp;lt;br /&amp;gt;&lt;br /&gt;
comment on the suitability of any &amp;lt;br /&amp;gt;&lt;br /&gt;
specific approach or technology to &amp;lt;br /&amp;gt;&lt;br /&gt;
successfully implement CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
b. Virtual Desktop Infrastructure &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
requested clarification on the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
Virtual Desktop Infrastructures and how &amp;lt;br /&amp;gt;&lt;br /&gt;
to scope its components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The rule has been updated &lt;br /&gt;
&lt;br /&gt;
in table 3 to § 170.19(c)(1) and table 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
to § 170.19(d)(1) to state that an &amp;lt;br /&amp;gt;&lt;br /&gt;
endpoint hosting a VDI client &amp;lt;br /&amp;gt;&lt;br /&gt;
configured to not allow any processing, &amp;lt;br /&amp;gt;&lt;br /&gt;
storage, or transmission of FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the Keyboard/Video/Mouse sent &amp;lt;br /&amp;gt;&lt;br /&gt;
to the VDI client is considered out of &amp;lt;br /&amp;gt;&lt;br /&gt;
scope. &lt;br /&gt;
&lt;br /&gt;
c. Contractor Risk Managed Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;There were numerous &lt;br /&gt;
&lt;br /&gt;
comments regarding Contractor Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Managed Assets. Several comments &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived conflicts in the changes &amp;lt;br /&amp;gt;&lt;br /&gt;
between the current rule and previous &amp;lt;br /&amp;gt;&lt;br /&gt;
intermediate documents regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMA requirements. Multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
comments recommended additional &amp;lt;br /&amp;gt;&lt;br /&gt;
details explaining risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
management of assets. Two comments &amp;lt;br /&amp;gt;&lt;br /&gt;
requested additional details on the &amp;lt;br /&amp;gt;&lt;br /&gt;
limited checks that are permitted during &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of CRMAs. Multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
comments requested clarification on &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMA requirements at Level 3 for the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA and ESP. One comment requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification about the documentation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CRMAs. &lt;br /&gt;
&lt;br /&gt;
One comment asserted that the rule &lt;br /&gt;
&lt;br /&gt;
co-mingled CRMAs with assets of an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP. One comment questioned why &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMAs were being included as in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
assets subject to CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. One comment asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification between the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CRMAs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;There was confusion and &lt;br /&gt;
&lt;br /&gt;
concern over conflicts from commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding responses to comments on a &amp;lt;br /&amp;gt;&lt;br /&gt;
previous version of the rule, other &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation, and the current rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD did not find any conflicting &amp;lt;br /&amp;gt;&lt;br /&gt;
language around CRMAs. There is no &amp;lt;br /&amp;gt;&lt;br /&gt;
conflict between CRMAs and the &lt;br /&gt;
&lt;br /&gt;
requirements for logical or physical &amp;lt;br /&amp;gt;&lt;br /&gt;
boundaries. CRMAs are only applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD does not agree with the statement &amp;lt;br /&amp;gt;&lt;br /&gt;
that the wording change around &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Risk Managed Asset (CRMA) &amp;lt;br /&amp;gt;&lt;br /&gt;
effectively makes the asset category &amp;lt;br /&amp;gt;&lt;br /&gt;
moot. &lt;br /&gt;
&lt;br /&gt;
The CRMA category was created to &lt;br /&gt;
&lt;br /&gt;
ease the assessment burden, based on &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department’s risk tolerance. It is not &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to reduce the level of &amp;lt;br /&amp;gt;&lt;br /&gt;
protection and the CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements which apply to the assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
Despite the wording changes identified &amp;lt;br /&amp;gt;&lt;br /&gt;
by the commentor, the CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and the assessor’s ability &amp;lt;br /&amp;gt;&lt;br /&gt;
to conduct a limited check to identify &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiencies as addressed in table 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c)(1) are unchanged. &lt;br /&gt;
&lt;br /&gt;
Contractor Risk Managed Assets &lt;br /&gt;
&lt;br /&gt;
(CRMA) should be prepared to be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements at Level 2, and included in &amp;lt;br /&amp;gt;&lt;br /&gt;
the SSP, asset inventory, and network &amp;lt;br /&amp;gt;&lt;br /&gt;
diagrams. &lt;br /&gt;
&lt;br /&gt;
Table 3 to § 170.19(c)(1) clearly &lt;br /&gt;
&lt;br /&gt;
addresses the assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for Contractor Risk Managed Assets. All &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements must be &amp;lt;br /&amp;gt;&lt;br /&gt;
MET when the OSA chooses to &amp;lt;br /&amp;gt;&lt;br /&gt;
designate certain assets as Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Risk Managed Assets. &lt;br /&gt;
&lt;br /&gt;
Eight guidance documents for the &lt;br /&gt;
&lt;br /&gt;
CMMC Program are listed in Appendix &amp;lt;br /&amp;gt;&lt;br /&gt;
A to Part 170—Guidance. These &amp;lt;br /&amp;gt;&lt;br /&gt;
documents provide additional guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
for the CMMC model, assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping, and hashing. Use of the &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance documents is optional. &lt;br /&gt;
&lt;br /&gt;
The OSA is responsible for &lt;br /&gt;
&lt;br /&gt;
determining its CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope and its relationship to security &amp;lt;br /&amp;gt;&lt;br /&gt;
domains. Assets are out-of-scope when &amp;lt;br /&amp;gt;&lt;br /&gt;
they are physically or logically &amp;lt;br /&amp;gt;&lt;br /&gt;
separated from the assessment scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Risk Managed Assets are &amp;lt;br /&amp;gt;&lt;br /&gt;
only applicable within the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment scope. Table 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c)(1) is used to identify the &amp;lt;br /&amp;gt;&lt;br /&gt;
asset categories within the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scope and the associated requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for each asset category. Contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
risk-based security policies, procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
and practices are not used to define the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of the assessment, they are &amp;lt;br /&amp;gt;&lt;br /&gt;
descriptive of the types of documents an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor will use to meet the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements. &lt;br /&gt;
&lt;br /&gt;
It is beyond the scope of the CMMC &lt;br /&gt;
&lt;br /&gt;
rule to provide a detailed explanation of &amp;lt;br /&amp;gt;&lt;br /&gt;
the usage of ‘‘risk-based’’ terminology &amp;lt;br /&amp;gt;&lt;br /&gt;
when implementing or assessing CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. DoD declines to speculate &amp;lt;br /&amp;gt;&lt;br /&gt;
and clarify the relationship between any &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 definitions and &amp;lt;br /&amp;gt;&lt;br /&gt;
any pending NIST SP 800–171 Revision &amp;lt;br /&amp;gt;&lt;br /&gt;
3 definitions. &lt;br /&gt;
&lt;br /&gt;
The DoD has defined the effort &lt;br /&gt;
&lt;br /&gt;
allowed during a limited check in table &amp;lt;br /&amp;gt;&lt;br /&gt;
1 to 170.19(c)(1). A limited check may &amp;lt;br /&amp;gt;&lt;br /&gt;
require submission of evidence. &lt;br /&gt;
&lt;br /&gt;
The DoD cannot anticipate how an &lt;br /&gt;
&lt;br /&gt;
OSC will scope its CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment with respect to its CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 environment. As specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
table 5 to § 170.19(d)(1), Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Risk Managed Assets are &amp;lt;br /&amp;gt;&lt;br /&gt;
categorized as CUI Assets at Level 3. &lt;br /&gt;
&lt;br /&gt;
The rule has been updated to clarify &lt;br /&gt;
&lt;br /&gt;
that ESPs do not require a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification unless they process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI in the performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract with a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
3 As stated in table 1 to § 170.19(c)(1), &lt;br /&gt;
&lt;br /&gt;
CRMA assets must be prepared to be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against CMMC requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The SSP must provide sufficient &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation describing how security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are met to allow the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor to follow the instruction in &amp;lt;br /&amp;gt;&lt;br /&gt;
table 1 to not assess against other &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The assessor will then &amp;lt;br /&amp;gt;&lt;br /&gt;
decide if a limited spot check is &amp;lt;br /&amp;gt;&lt;br /&gt;
warranted. The results of the limited &amp;lt;br /&amp;gt;&lt;br /&gt;
spot check can result in a requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
being scored as NOT MET. &lt;br /&gt;
&lt;br /&gt;
The rule does not create two classes &lt;br /&gt;
&lt;br /&gt;
of Contractor Risk Managed Assets as &amp;lt;br /&amp;gt;&lt;br /&gt;
one commenter asserts. Contractor Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Managed Assets are only those assets &amp;lt;br /&amp;gt;&lt;br /&gt;
that are owned by the OSC and within &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment scope. ESP assets are &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to the ESP requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
All assets within the OSA defined &lt;br /&gt;
&lt;br /&gt;
assessment boundary have access to CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and can process, store, or transmit CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
and are therefore subject to DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 and required to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet NIST SP 800–171 requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
This is the authority for including &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMAs within CMMC assessments. For &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2, DoD has decided to assume &amp;lt;br /&amp;gt;&lt;br /&gt;
some risk and lessen the assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
burden for a class of these assets called &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Risk Managed Assets, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in table 3 to § 170.19(c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD does not assume this risk at Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3. Contractor Risk Managed Assets are &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to assessment against all CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as specified in table 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(d)(1). &lt;br /&gt;
&lt;br /&gt;
At CMMC Level 2, Contractor Risk &lt;br /&gt;
&lt;br /&gt;
Managed Assets and Specialized Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
are assessed differently. Both types of &amp;lt;br /&amp;gt;&lt;br /&gt;
assets must be documented in the SSPs; &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets will not, however, be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed by the C3PAO while limited &amp;lt;br /&amp;gt;&lt;br /&gt;
checks may be performed on Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Risk Managed Assets. OSCs should be &amp;lt;br /&amp;gt;&lt;br /&gt;
prepared for assessment of Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Risk Managed Assets because a deeper &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment will be done if the assessor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluation of the OSC’s policies and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures raise questions. However, at &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00050&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83141 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
Level 3, Contractor Risk Managed Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
and Specialized Assets are assessed, like &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI assets, against all CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, so no additional &amp;lt;br /&amp;gt;&lt;br /&gt;
explanation is required. &lt;br /&gt;
&lt;br /&gt;
d. Specialized Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;There were numerous &lt;br /&gt;
&lt;br /&gt;
comments regarding Specialized Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
Several comments discuss the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
enduring exceptions for Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets and the use of the term in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2. Two comments confuse &amp;lt;br /&amp;gt;&lt;br /&gt;
the current rule with responses to a &amp;lt;br /&amp;gt;&lt;br /&gt;
previous version of the rule. A comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requests clarification why specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
assets are not CUI assets. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asks about the difference in &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements between &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMAs and Specialized assets. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested processes and best &amp;lt;br /&amp;gt;&lt;br /&gt;
practices for evaluation of specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
assets. &lt;br /&gt;
&lt;br /&gt;
Two comments recommend that the &lt;br /&gt;
&lt;br /&gt;
Specialized asset requirements for Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 remain the same as Level 2 due to the &amp;lt;br /&amp;gt;&lt;br /&gt;
difficulty of meeting the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in a manufacturing &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. Two comments request &amp;lt;br /&amp;gt;&lt;br /&gt;
additional clarification on the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of Specialized assets when &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment is a precursor to a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Definitions for enduring &lt;br /&gt;
&lt;br /&gt;
exceptions and temporary deficiencies &amp;lt;br /&amp;gt;&lt;br /&gt;
have been added to the rule. Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets are a type of enduring exception &amp;lt;br /&amp;gt;&lt;br /&gt;
and cover a broad range of &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances and system types that &amp;lt;br /&amp;gt;&lt;br /&gt;
may not be able to be fully secured as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in NIST SP 800–171 R2. It &amp;lt;br /&amp;gt;&lt;br /&gt;
does not give an OSA the flexibility to &amp;lt;br /&amp;gt;&lt;br /&gt;
broadly categorize assets as Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets. &lt;br /&gt;
&lt;br /&gt;
The OSA would be expected to &lt;br /&gt;
&lt;br /&gt;
address asset categorization with a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO during the initial scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
discussion to avoid disagreements &amp;lt;br /&amp;gt;&lt;br /&gt;
during the assessment process. &lt;br /&gt;
&lt;br /&gt;
In one example provided, a single &lt;br /&gt;
&lt;br /&gt;
asset which is unable to meet a single &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement would be a &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiency and be addressed &amp;lt;br /&amp;gt;&lt;br /&gt;
using an operational plan of action, &amp;lt;br /&amp;gt;&lt;br /&gt;
describing the cause with appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
mitigation and remediation identified. &lt;br /&gt;
&lt;br /&gt;
The sentence ‘‘NIST SP 800–171 Rev &lt;br /&gt;
&lt;br /&gt;
2 uses the term ‘‘enduring exceptions’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
to describe how to handle exceptions for &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets’’ appears in answers &amp;lt;br /&amp;gt;&lt;br /&gt;
to public comments on a previous &amp;lt;br /&amp;gt;&lt;br /&gt;
version of the rule, which responded to &amp;lt;br /&amp;gt;&lt;br /&gt;
the initial CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, therefore the inclusion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the sentence is not relevant to the rule. &lt;br /&gt;
&lt;br /&gt;
One commenter has misinterpreted &lt;br /&gt;
&lt;br /&gt;
the answer to a public comment on a &amp;lt;br /&amp;gt;&lt;br /&gt;
previous version of the rule, which &amp;lt;br /&amp;gt;&lt;br /&gt;
responded to the initial CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements. Specialized Assets are not &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluated at Level 1. Specialized Assets &amp;lt;br /&amp;gt;&lt;br /&gt;
at Level 2 need to be documented in the &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and included in the asset inventory &amp;lt;br /&amp;gt;&lt;br /&gt;
and network diagrams. They also are to &amp;lt;br /&amp;gt;&lt;br /&gt;
be managed using the contractor’s risk- &amp;lt;br /&amp;gt;&lt;br /&gt;
based security policies, procedures, and &amp;lt;br /&amp;gt;&lt;br /&gt;
practices. &lt;br /&gt;
&lt;br /&gt;
At Level 2, Specialized Assets do not &lt;br /&gt;
&lt;br /&gt;
need to be assessed against other CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. At Level 3, &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets should be prepared &amp;lt;br /&amp;gt;&lt;br /&gt;
to be assessed against CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. CMMC also provides for &amp;lt;br /&amp;gt;&lt;br /&gt;
the use of intermediary devices to &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard OT and IOT devices that &amp;lt;br /&amp;gt;&lt;br /&gt;
otherwise would be difficult or &amp;lt;br /&amp;gt;&lt;br /&gt;
expensive to protect. The phrase ‘‘or &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems not logically or &amp;lt;br /&amp;gt;&lt;br /&gt;
physically isolated from all such &amp;lt;br /&amp;gt;&lt;br /&gt;
systems’’ only appears in answers to &amp;lt;br /&amp;gt;&lt;br /&gt;
public comments on the original 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC interim final rule publication, &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore the inclusion of the phrase is &amp;lt;br /&amp;gt;&lt;br /&gt;
not relevant to the rule. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets span a broad &lt;br /&gt;
&lt;br /&gt;
spectrum of components and have &amp;lt;br /&amp;gt;&lt;br /&gt;
different limitations on the application &amp;lt;br /&amp;gt;&lt;br /&gt;
of security controls. Processes and &amp;lt;br /&amp;gt;&lt;br /&gt;
practices to implement and assess &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements on these devices &amp;lt;br /&amp;gt;&lt;br /&gt;
are outside the scope of the CMMC rule. &lt;br /&gt;
&lt;br /&gt;
The Level 3 assessment is designed to &lt;br /&gt;
&lt;br /&gt;
provide additional safeguards to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
the most sensitive CUI against advanced &amp;lt;br /&amp;gt;&lt;br /&gt;
persistent threats (APTs). DoD estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
that only one percent of defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors will require a CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 assessment. DoD has judged that the &amp;lt;br /&amp;gt;&lt;br /&gt;
risks associated with the exposure of &amp;lt;br /&amp;gt;&lt;br /&gt;
this CUI are sufficient to justify the &amp;lt;br /&amp;gt;&lt;br /&gt;
increased cost of a Level 3 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
on the small percentage of the DIB that &amp;lt;br /&amp;gt;&lt;br /&gt;
is processing, storing, or transmitting &amp;lt;br /&amp;gt;&lt;br /&gt;
this type of data. &lt;br /&gt;
&lt;br /&gt;
CMMC also provides for the use of &lt;br /&gt;
&lt;br /&gt;
intermediary devices to safeguard OT &amp;lt;br /&amp;gt;&lt;br /&gt;
and IOT devices that otherwise would &amp;lt;br /&amp;gt;&lt;br /&gt;
be difficult or expensive to protect. This &amp;lt;br /&amp;gt;&lt;br /&gt;
difference between how a Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset is assessed at Level 2 and Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 is risk-based and affords a reduction &amp;lt;br /&amp;gt;&lt;br /&gt;
in cost for a Level 2 certification. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
discussed between the OSC and the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO. If the OSC has a goal to undergo &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment for the same assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scope, it may be good business practice &amp;lt;br /&amp;gt;&lt;br /&gt;
for the OSC to disclose this information &amp;lt;br /&amp;gt;&lt;br /&gt;
to the C3PAO and be assessed based on &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 scoping, however this is not &amp;lt;br /&amp;gt;&lt;br /&gt;
required. &lt;br /&gt;
&lt;br /&gt;
e. Intermediary Devices &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment asks for &lt;br /&gt;
&lt;br /&gt;
additional information on intermediary &amp;lt;br /&amp;gt;&lt;br /&gt;
devices as referenced in table 5 to &lt;br /&gt;
&lt;br /&gt;
§ 170.19(d)(1). Another comment asks &amp;lt;br /&amp;gt;&lt;br /&gt;
for direction in situations where the &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asserts intermediary devices &amp;lt;br /&amp;gt;&lt;br /&gt;
are not practical. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;An intermediary device is &lt;br /&gt;
&lt;br /&gt;
used in conjunction with a specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
asset to provide the capability to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
one or more of the CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. For example, such a &amp;lt;br /&amp;gt;&lt;br /&gt;
device could be a boundary device or a &amp;lt;br /&amp;gt;&lt;br /&gt;
proxy, depending on which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are being met. The rule is &amp;lt;br /&amp;gt;&lt;br /&gt;
agnostic as to how many requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are met and what technology is used to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet them. Implementation guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
for OT/IOT/IIOT is outside the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;21. CMMC Assessment Scope for &amp;lt;br /&amp;gt;&lt;br /&gt;
Enterprise Versus Segmented &amp;lt;br /&amp;gt;&lt;br /&gt;
Environments &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two commenters sought &lt;br /&gt;
&lt;br /&gt;
guidance for segmented networks that &amp;lt;br /&amp;gt;&lt;br /&gt;
inherit some controls from an enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
network that has a valid CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, and asked whether &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments may be shared &amp;lt;br /&amp;gt;&lt;br /&gt;
between the networks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;§ 170.19 states that prior to &lt;br /&gt;
&lt;br /&gt;
a CMMC assessment, the OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
define the CMMC Assessment Scope for &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment, representing the &amp;lt;br /&amp;gt;&lt;br /&gt;
boundary with which the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment will be associated. Any &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC certification granted applies &amp;lt;br /&amp;gt;&lt;br /&gt;
only to the assessed CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. An enclave may be able to &amp;lt;br /&amp;gt;&lt;br /&gt;
leverage some elements of the enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment by inheriting some &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
network, but it cannot inherit the &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprise certification. Enclaves &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the certified CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope must be assessed separately based &amp;lt;br /&amp;gt;&lt;br /&gt;
on their own CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
There is no established metric for &lt;br /&gt;
&lt;br /&gt;
inherited implementations from an &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprise to any defined enclaves. The &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA determines the architecture that &amp;lt;br /&amp;gt;&lt;br /&gt;
best meets its business needs and &amp;lt;br /&amp;gt;&lt;br /&gt;
complies with CMMC requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Within the enclave, the OSA determines &amp;lt;br /&amp;gt;&lt;br /&gt;
which requirements are implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
and which requirements are inherited; &amp;lt;br /&amp;gt;&lt;br /&gt;
all requirements must be MET. If a &amp;lt;br /&amp;gt;&lt;br /&gt;
process, policy, tool, or technology &amp;lt;br /&amp;gt;&lt;br /&gt;
within the enclave would invalidate an &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation at the Enterprise level, &amp;lt;br /&amp;gt;&lt;br /&gt;
that requirement cannot be inherited &amp;lt;br /&amp;gt;&lt;br /&gt;
and the OSA must demonstrate that it &amp;lt;br /&amp;gt;&lt;br /&gt;
is MET by implementation in some &amp;lt;br /&amp;gt;&lt;br /&gt;
other way. Additional guidance related &amp;lt;br /&amp;gt;&lt;br /&gt;
to assessments and enclaves has been &amp;lt;br /&amp;gt;&lt;br /&gt;
added to the CMMC Scoping Guide &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 and Level 3. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;22. Revocations and Appeals Process &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment asked for &lt;br /&gt;
&lt;br /&gt;
more clarification regarding the granting &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00051&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83142 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
and revoking of interim validity status &amp;lt;br /&amp;gt;&lt;br /&gt;
for a CMMC assessment. Several &amp;lt;br /&amp;gt;&lt;br /&gt;
comments requested an appeal and &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation process if a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment status is revoked by the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. One comment requested that the &amp;lt;br /&amp;gt;&lt;br /&gt;
revocation process not be arbitrary or &amp;lt;br /&amp;gt;&lt;br /&gt;
capricious and provide for due process. &amp;lt;br /&amp;gt;&lt;br /&gt;
And one comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
removing the word ‘‘maintained’’ from &amp;lt;br /&amp;gt;&lt;br /&gt;
the criteria for revocation of the validity &amp;lt;br /&amp;gt;&lt;br /&gt;
status because maintenance is part of &amp;lt;br /&amp;gt;&lt;br /&gt;
ongoing operations as specified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement for Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments and Continuous &amp;lt;br /&amp;gt;&lt;br /&gt;
Monitoring (CA.L2–3.12.2). One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter asked whether SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting is the only mechanism in &amp;lt;br /&amp;gt;&lt;br /&gt;
place to ensure that OSAs maintain the &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and conduct self-assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
correctly. &lt;br /&gt;
&lt;br /&gt;
Three comments recommended that &lt;br /&gt;
&lt;br /&gt;
the DoD or CMMC PMO have a role in &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment appeals process. Of &amp;lt;br /&amp;gt;&lt;br /&gt;
these, one cited the DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 clause as precedent for &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CIO to render final decisions. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters suggested the CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
relationship to C3PAOs would bias any &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions they may make, and that final &amp;lt;br /&amp;gt;&lt;br /&gt;
appeal authority is an inherently &amp;lt;br /&amp;gt;&lt;br /&gt;
governmental risk acceptance decision. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment suggested that the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC or other DoD entity render final &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals decisions or take responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
for certifying OSCs. They also asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
the C3PAOs to be released from liability &amp;lt;br /&amp;gt;&lt;br /&gt;
for reasonable assessment judgments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Two comments asked whether the only &amp;lt;br /&amp;gt;&lt;br /&gt;
means to appeal a CMMC AB final &amp;lt;br /&amp;gt;&lt;br /&gt;
decision is through litigation. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asked who could escalate an &amp;lt;br /&amp;gt;&lt;br /&gt;
appeal to the CMMC AB. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested the rule include more &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the C3PAO appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
process, including that the process be &amp;lt;br /&amp;gt;&lt;br /&gt;
time bound and address disputes related &amp;lt;br /&amp;gt;&lt;br /&gt;
to perceived assessor errors, &amp;lt;br /&amp;gt;&lt;br /&gt;
malfeasance, and unethical conduct, &amp;lt;br /&amp;gt;&lt;br /&gt;
while another comment requested a &amp;lt;br /&amp;gt;&lt;br /&gt;
simpler appeals process. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested clarification as to how the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC interfaces with the C3PAO for &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals purposes. One comment asked &amp;lt;br /&amp;gt;&lt;br /&gt;
if there was a process to challenge &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs’ findings of non-compliance if &amp;lt;br /&amp;gt;&lt;br /&gt;
additional requirements are applied &amp;lt;br /&amp;gt;&lt;br /&gt;
from an assessment guide that are not &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the source standard. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asked how to dispute the &amp;lt;br /&amp;gt;&lt;br /&gt;
specific CMMC level included in a &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Requirements for CMMC &lt;br /&gt;
&lt;br /&gt;
Conditional certification assessments for &amp;lt;br /&amp;gt;&lt;br /&gt;
each level are defined in §§ 170.16 &amp;lt;br /&amp;gt;&lt;br /&gt;
through 170.18. Section 170.6(e) &amp;lt;br /&amp;gt;&lt;br /&gt;
describes indications that may trigger &amp;lt;br /&amp;gt;&lt;br /&gt;
investigative evaluations of an OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status. The DoD has revised the &lt;br /&gt;
&lt;br /&gt;
rule throughout to delete the term &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘revocation’’ and to clarify that the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
reserves its right to conduct a DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC assessment of the OSA, as &amp;lt;br /&amp;gt;&lt;br /&gt;
permitted under DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 and DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. If the results of a &amp;lt;br /&amp;gt;&lt;br /&gt;
subsequent DIBCAC assessment show &amp;lt;br /&amp;gt;&lt;br /&gt;
that adherence to provisions of this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
have not been achieved or maintained, &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIBCAC results take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment(s) or Final certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment(s) and will result in SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
reflecting that the OSA is not in &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance (&#039;&#039;i.e., &#039;&#039;lacks a current &amp;lt;br /&amp;gt;&lt;br /&gt;
Certificate of CMMC Status). There are &amp;lt;br /&amp;gt;&lt;br /&gt;
no additional requirements or checks on &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessments to ensure that OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain the SSP and conduct self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments correctly, beyond those &amp;lt;br /&amp;gt;&lt;br /&gt;
identified in the rule. &lt;br /&gt;
&lt;br /&gt;
One commenter misunderstood the &lt;br /&gt;
&lt;br /&gt;
meaning of ’maintained’ with respect to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 1, 2, and 3 provisions. An &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plan of action can be created &amp;lt;br /&amp;gt;&lt;br /&gt;
without risk to the certification validity &amp;lt;br /&amp;gt;&lt;br /&gt;
period. If a security event generates risk &amp;lt;br /&amp;gt;&lt;br /&gt;
for the protection of FCI or CUI, the &amp;lt;br /&amp;gt;&lt;br /&gt;
associated security requirements should &amp;lt;br /&amp;gt;&lt;br /&gt;
be readdressed expeditiously. If one or &amp;lt;br /&amp;gt;&lt;br /&gt;
more of the requirements can’t be &amp;lt;br /&amp;gt;&lt;br /&gt;
remediated, the OSA should create an &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plan of action and resolve it &amp;lt;br /&amp;gt;&lt;br /&gt;
in a time frame that continues to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide protection to FCI or CUI. &lt;br /&gt;
&lt;br /&gt;
The Accreditation Body must have its &lt;br /&gt;
&lt;br /&gt;
own appeals process, as required under &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17011:2017(E). Each C3PAO is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to have an appeals process &amp;lt;br /&amp;gt;&lt;br /&gt;
which involves elevation to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body for resolution. The &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals process is derived from and &amp;lt;br /&amp;gt;&lt;br /&gt;
consistent with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
and ISO/IEC 17011:2017(E). The appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
process is addressed in §§ 170.7(b), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.8(b)(16), and 170.9(b)(13), (19), and &amp;lt;br /&amp;gt;&lt;br /&gt;
(20). An OSC, the CMMC AB, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO may appeal the outcome of its &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC conducted assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
within 21 days of the assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
submitting a written basis for appeal &amp;lt;br /&amp;gt;&lt;br /&gt;
that include the requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
question for DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration. An OSC, the CMMC AB, &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC or a C3PAO should visit &#039;&#039;www.dcma.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC &#039;&#039;]to obtain the latest for contact &amp;lt;br /&amp;gt;&lt;br /&gt;
information for submitting appeals. A &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC Quality Assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
Review Team will respond to &amp;lt;br /&amp;gt;&lt;br /&gt;
acknowledge receipt of the appeal and &amp;lt;br /&amp;gt;&lt;br /&gt;
may request additional supporting &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation. &lt;br /&gt;
&lt;br /&gt;
By defining the requirements in this &lt;br /&gt;
&lt;br /&gt;
rule to become a C3PAO, and defining &amp;lt;br /&amp;gt;&lt;br /&gt;
a scoring methodology, the DoD is &amp;lt;br /&amp;gt;&lt;br /&gt;
providing the authority and guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary for C3PAOs to conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The CMMC Accreditation &lt;br /&gt;
&lt;br /&gt;
Body will administer the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem. The DoD will not assume &amp;lt;br /&amp;gt;&lt;br /&gt;
the workload of directly managing the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem or the other &amp;lt;br /&amp;gt;&lt;br /&gt;
alternatives suggested. DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
give the PMO responsibility to render &amp;lt;br /&amp;gt;&lt;br /&gt;
the final decision on all CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment appeals as this role is &amp;lt;br /&amp;gt;&lt;br /&gt;
properly aligned to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. The CMMC AB is &amp;lt;br /&amp;gt;&lt;br /&gt;
under contract with the Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense to execute defined roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities for the DoD CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program as outlined in § 170.8. The &amp;lt;br /&amp;gt;&lt;br /&gt;
specified CMMC AB requirements were &amp;lt;br /&amp;gt;&lt;br /&gt;
selected and approved by the DoD. They &amp;lt;br /&amp;gt;&lt;br /&gt;
include Conflict of Interest, Code of &amp;lt;br /&amp;gt;&lt;br /&gt;
Professional Conduct, and Ethics &amp;lt;br /&amp;gt;&lt;br /&gt;
policies as set forth in the DoD contract. &lt;br /&gt;
&lt;br /&gt;
For ISO/IEC 17020:2012(E) and ISO/ &lt;br /&gt;
&lt;br /&gt;
IEC 17011:2017(E) compliance, an &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals process is required. CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
specific requirements for appeals are &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in §§ 170.8(b)(16) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9(b)(13), (19), and (20). The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
expects the process to be managed &amp;lt;br /&amp;gt;&lt;br /&gt;
efficiently, however setting a specific &amp;lt;br /&amp;gt;&lt;br /&gt;
timeline is not appropriate as the time &amp;lt;br /&amp;gt;&lt;br /&gt;
may vary based on the complexity of the &amp;lt;br /&amp;gt;&lt;br /&gt;
issue. &lt;br /&gt;
&lt;br /&gt;
Responsibility for final appeals &lt;br /&gt;
&lt;br /&gt;
determination rests with the CMMC AB. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD declines to mandate that the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB consult with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO or DIBCAC prior to rendering a &amp;lt;br /&amp;gt;&lt;br /&gt;
decision. The CMMC PMO will serve in &amp;lt;br /&amp;gt;&lt;br /&gt;
the oversight role for the entire CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program. &lt;br /&gt;
&lt;br /&gt;
OSCs may submit any appeal arising &lt;br /&gt;
&lt;br /&gt;
from CMMC Level 2 assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
activities to C3PAOs as addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(19). OSCs may request a copy &amp;lt;br /&amp;gt;&lt;br /&gt;
of the process from their C3PAO. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule has been revised to reflect that any &amp;lt;br /&amp;gt;&lt;br /&gt;
dispute over assessment findings which &amp;lt;br /&amp;gt;&lt;br /&gt;
cannot be resolved by the C3PAO may &amp;lt;br /&amp;gt;&lt;br /&gt;
be escalated to the CMMC AB by either &amp;lt;br /&amp;gt;&lt;br /&gt;
the C3PAO or the OSC. The decision &amp;lt;br /&amp;gt;&lt;br /&gt;
rendered by the CMMC AB will be final &amp;lt;br /&amp;gt;&lt;br /&gt;
as stated in § 170.8(b)(16). Appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to an assessor’s professional &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct that is not resolved with the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO will also be escalated and &amp;lt;br /&amp;gt;&lt;br /&gt;
resolved by the CMMC AB. &lt;br /&gt;
&lt;br /&gt;
As addressed in § 170.9(b)(13), the &lt;br /&gt;
&lt;br /&gt;
C3PAO will have a quality assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
individual responsible for managing the &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals process in accordance with ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC 17020:2012(E) and ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E). Identification of the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO staff that an OSC should &amp;lt;br /&amp;gt;&lt;br /&gt;
interface with is beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. It is a business decision that &amp;lt;br /&amp;gt;&lt;br /&gt;
may vary by C3PAO and should be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed between the OSC and C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to conduct of an assessment. &lt;br /&gt;
&lt;br /&gt;
The supplemental documents listed &lt;br /&gt;
&lt;br /&gt;
in Appendix A provide additional &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance to aid in CMMC &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00052&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83143 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
implementation and are not &amp;lt;br /&amp;gt;&lt;br /&gt;
authoritative. In the event of conflicts &amp;lt;br /&amp;gt;&lt;br /&gt;
with the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference, this rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171A Jun2018 or NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172A Mar2022 guidance will &amp;lt;br /&amp;gt;&lt;br /&gt;
always take precedence. Disputes &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding the CMMC level specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
a contract solicitation should be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed with the contracting officer &amp;lt;br /&amp;gt;&lt;br /&gt;
using normal pre-award or post-award &amp;lt;br /&amp;gt;&lt;br /&gt;
communications processes. No revision &amp;lt;br /&amp;gt;&lt;br /&gt;
to the rule is required. Selection of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level is a DoD risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
decision made by the Program Manager &amp;lt;br /&amp;gt;&lt;br /&gt;
or Requiring Activity. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;23. CMMC Cybersecurity Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. NIST SP 800–171 R2 Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments were &lt;br /&gt;
&lt;br /&gt;
received regarding FIPS-validated &amp;lt;br /&amp;gt;&lt;br /&gt;
cryptography. Some recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
mitigating delays with FIPS validation &amp;lt;br /&amp;gt;&lt;br /&gt;
testing and reducing the risk of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment failures by allowing FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms or POA&amp;amp;amp;M extensions, &amp;lt;br /&amp;gt;&lt;br /&gt;
waivers, or making encryption an &amp;lt;br /&amp;gt;&lt;br /&gt;
organizationally defined parameter &amp;lt;br /&amp;gt;&lt;br /&gt;
(ODP). Similarly, some recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD accept alternate FIPS solutions &amp;lt;br /&amp;gt;&lt;br /&gt;
such as commercially viable modules &amp;lt;br /&amp;gt;&lt;br /&gt;
with FIPS-approved protocols or FIPS- &amp;lt;br /&amp;gt;&lt;br /&gt;
compliant—as opposed to FIPS- &amp;lt;br /&amp;gt;&lt;br /&gt;
validated—protocols. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that DoD collaborate with &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST to either improve the processing of &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS validation testing and/or to define &amp;lt;br /&amp;gt;&lt;br /&gt;
the encryption ODP for NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 Revision 3. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended DoD work with NIST to &amp;lt;br /&amp;gt;&lt;br /&gt;
align NIST ODPs in NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 3 to DoD ODPs defined in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Rule for CMMC Level 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure consistency. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked if FIPS 140–3 was an acceptable &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS implementation. &lt;br /&gt;
&lt;br /&gt;
Multiple comments addressed NIST &lt;br /&gt;
&lt;br /&gt;
requirements. One comment stated the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST cybersecurity standards and &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines are not legal requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The commenter recommended edits to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC rule to require contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
implement requirements ‘‘derived’’ from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 with measurable &amp;lt;br /&amp;gt;&lt;br /&gt;
specifications to protect CUI. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
commentors felt the body of the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule should have included a &amp;lt;br /&amp;gt;&lt;br /&gt;
list of the NIST requirements to be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed at each CMMC level. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment suggested clarifying when a &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems Security Plan is required for &amp;lt;br /&amp;gt;&lt;br /&gt;
each level. And, one asked if the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope and attestation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements included Non-Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization (NFO) controls or the flow- &amp;lt;br /&amp;gt;&lt;br /&gt;
down and reporting requirements from &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012. &lt;br /&gt;
&lt;br /&gt;
Some comments were speculative in &lt;br /&gt;
&lt;br /&gt;
nature and outside the scope of the rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter was concerned that a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment would not address &amp;lt;br /&amp;gt;&lt;br /&gt;
the risk of insider threats and national &amp;lt;br /&amp;gt;&lt;br /&gt;
security problems driven by political &amp;lt;br /&amp;gt;&lt;br /&gt;
divisions within Congress. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD is aware of industry &lt;br /&gt;
&lt;br /&gt;
concerns regarding FIPS validation &amp;lt;br /&amp;gt;&lt;br /&gt;
required in NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement 3.13.11. Because this is a &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST requirement, changing it is beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the CMMC rule. As stated &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.5(3), the CMMC Program does &amp;lt;br /&amp;gt;&lt;br /&gt;
not alter any separately applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to protect FCI or CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the requirement to use FIPS- &amp;lt;br /&amp;gt;&lt;br /&gt;
validated cryptography which comes &amp;lt;br /&amp;gt;&lt;br /&gt;
from NIST SP 800–171 as required by &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012. &amp;lt;br /&amp;gt;&lt;br /&gt;
Limitations of the FIPS-validated &amp;lt;br /&amp;gt;&lt;br /&gt;
module process do not impact the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation status of FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
cryptography. However, the rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been updated to allow for Enduring &amp;lt;br /&amp;gt;&lt;br /&gt;
Exceptions and temporary deficiencies, &amp;lt;br /&amp;gt;&lt;br /&gt;
which may apply to the implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of FIPS. &lt;br /&gt;
&lt;br /&gt;
DoD declined to update the rule to &lt;br /&gt;
&lt;br /&gt;
include ‘‘FIPS-compliant’’ encryption as &amp;lt;br /&amp;gt;&lt;br /&gt;
opposed to ‘‘FIPS-validated’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption. NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requires the use of validated modules in &amp;lt;br /&amp;gt;&lt;br /&gt;
specific conditions. Comments on the &amp;lt;br /&amp;gt;&lt;br /&gt;
specific security requirements contained &amp;lt;br /&amp;gt;&lt;br /&gt;
in NIST documentation are beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule and should be &amp;lt;br /&amp;gt;&lt;br /&gt;
directed to NIST. Collaboration between &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD and NIST about the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
cryptographic module validation &amp;lt;br /&amp;gt;&lt;br /&gt;
program, or to define cryptography &amp;lt;br /&amp;gt;&lt;br /&gt;
related ODPs in NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 3, is also beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule. Recommendations for desired &amp;lt;br /&amp;gt;&lt;br /&gt;
changes in NIST documentation should &amp;lt;br /&amp;gt;&lt;br /&gt;
be directed to NIST. &lt;br /&gt;
&lt;br /&gt;
The NIST Cryptographic Module &lt;br /&gt;
&lt;br /&gt;
Validation Program website provides a &amp;lt;br /&amp;gt;&lt;br /&gt;
list of approved solutions and their &amp;lt;br /&amp;gt;&lt;br /&gt;
timelines: [https://csrc.nist.gov/projects/cryptographic-module-validation-program &#039;&#039;https://csrc.nist.gov/projects/ &amp;lt;br /&amp;gt;&lt;br /&gt;
cryptographic-module-validation- &amp;lt;br /&amp;gt;&lt;br /&gt;
program&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171 information &lt;br /&gt;
&lt;br /&gt;
security requirements were codified in &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 2002 in response to &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance (in E.O. 13556) to standardize &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal agency policies for safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. The DoD has elected to use FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21, NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
and a subset of NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 as the basis for the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in this rule. &lt;br /&gt;
&lt;br /&gt;
As stated in § 170.14(c), CMMC Level &lt;br /&gt;
&lt;br /&gt;
1 requirements are found in FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21, CMMC Level 2 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are found in NIST SP 800–171 R2, and &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 requirements are a &amp;lt;br /&amp;gt;&lt;br /&gt;
selected subset of NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 requirements as specified in &lt;br /&gt;
&lt;br /&gt;
the 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule in table 1 of § 170.14. &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171A Jun2018 provides &lt;br /&gt;
&lt;br /&gt;
authoritative procedures for assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and the CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Guide provides additional &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance for assessing CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. Both documents &amp;lt;br /&amp;gt;&lt;br /&gt;
are referenced in the 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule, at §§ 170.16(c) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.17(c). &lt;br /&gt;
&lt;br /&gt;
It is recommended that an OSA &lt;br /&gt;
&lt;br /&gt;
develop a SSP as a best practice at Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1, however, it is not required for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 self-assessment. A &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment does not include &amp;lt;br /&amp;gt;&lt;br /&gt;
Non-Federal Organization (NFO) &amp;lt;br /&amp;gt;&lt;br /&gt;
controls from table E in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 nor the DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7021 flow down and reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
DoD concurs that CMMC provides no &lt;br /&gt;
&lt;br /&gt;
mechanism for addressing insider &amp;lt;br /&amp;gt;&lt;br /&gt;
threats posed by political divisions in &amp;lt;br /&amp;gt;&lt;br /&gt;
Congress. However, insider threat in &amp;lt;br /&amp;gt;&lt;br /&gt;
general is addressed in the following &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements: AT.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.2.3—Insider Threat Awareness; &amp;lt;br /&amp;gt;&lt;br /&gt;
AC.L2–3.1.7—Privileged Functions; &amp;lt;br /&amp;gt;&lt;br /&gt;
PS.L3–3.9.2e–Adverse Information. &lt;br /&gt;
&lt;br /&gt;
b. Transition to Future NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many commenters raised &lt;br /&gt;
&lt;br /&gt;
concerns about the CMMC Proposed &amp;lt;br /&amp;gt;&lt;br /&gt;
Rule’s citation of a specific version of a &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant baseline document, &#039;&#039;i.e., &#039;&#039;NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2. The expressed concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
focused mainly on a perceived potential &amp;lt;br /&amp;gt;&lt;br /&gt;
for a timing conflict between the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
revision requirements based on DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 (revision in effect &amp;lt;br /&amp;gt;&lt;br /&gt;
at time of solicitation) and this CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule which specifies NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2. Commentors provided a &amp;lt;br /&amp;gt;&lt;br /&gt;
variety of differing suggestions to &amp;lt;br /&amp;gt;&lt;br /&gt;
address these concerns. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters recommended that no &amp;lt;br /&amp;gt;&lt;br /&gt;
revision number be included, while &amp;lt;br /&amp;gt;&lt;br /&gt;
others recommended citing Revision 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
rather than Revision 2. Others &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended delaying the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. Some recommended changing &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 or issuing &amp;lt;br /&amp;gt;&lt;br /&gt;
a class deviation to address differences &amp;lt;br /&amp;gt;&lt;br /&gt;
between the NIST revisions cited. Those &amp;lt;br /&amp;gt;&lt;br /&gt;
that recommended citing to Revision 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
noted that to do otherwise could delay &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with Revision 3 beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST’s anticipated finalization of that &amp;lt;br /&amp;gt;&lt;br /&gt;
publication. Commenters noted that the &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria defined in guidance explaining &amp;lt;br /&amp;gt;&lt;br /&gt;
how to assess against NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (&#039;&#039;i.e., &#039;&#039;NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018) does not identify a revision &amp;lt;br /&amp;gt;&lt;br /&gt;
number for the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to which they apply. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition to the comments about NIST &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00053&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83144 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
SP 800–171 R2 and NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 3, some commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
questioned how DoD would implement &amp;lt;br /&amp;gt;&lt;br /&gt;
or how long the DoD would allow for &amp;lt;br /&amp;gt;&lt;br /&gt;
transitioning to each future version of &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST standards once approved. &lt;br /&gt;
&lt;br /&gt;
One commenter recommended &lt;br /&gt;
&lt;br /&gt;
defining a waiver process to manage the &amp;lt;br /&amp;gt;&lt;br /&gt;
transition for each new NIST revision. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter asked whether &amp;lt;br /&amp;gt;&lt;br /&gt;
contract work stoppages are expected &amp;lt;br /&amp;gt;&lt;br /&gt;
during such transitions and if industry &amp;lt;br /&amp;gt;&lt;br /&gt;
would be afforded time to understand &amp;lt;br /&amp;gt;&lt;br /&gt;
the impacts of new requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
existing systems. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that CMMC affirmations &amp;lt;br /&amp;gt;&lt;br /&gt;
should indicate continued compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
to the NIST SP 800–171 version that &amp;lt;br /&amp;gt;&lt;br /&gt;
applied to the corresponding self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or certification assessment. &lt;br /&gt;
&lt;br /&gt;
Two commenters recommended &lt;br /&gt;
&lt;br /&gt;
changing the incorporation by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
version of NIST 800–53 that is cited in &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule be changed from Revision 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 4, to better align with the &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporation of NIST SP 800–171 R2. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter noted that both &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 and NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 include Organizationally &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameters (ODP), the latter of &amp;lt;br /&amp;gt;&lt;br /&gt;
which are defined in this rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter advised against defining &amp;lt;br /&amp;gt;&lt;br /&gt;
ODP for either reference, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended deletion of specific rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text that does so. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD is aware of the &lt;br /&gt;
&lt;br /&gt;
differences between the language of &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 and the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule. 1 CFR part 51, which &amp;lt;br /&amp;gt;&lt;br /&gt;
governs drafting of this rule, requires &amp;lt;br /&amp;gt;&lt;br /&gt;
the specification of a revision to a &amp;lt;br /&amp;gt;&lt;br /&gt;
standard. Specifying a revision benefits &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem by ensuring it &amp;lt;br /&amp;gt;&lt;br /&gt;
moves forward from one NIST standard &amp;lt;br /&amp;gt;&lt;br /&gt;
to the next in an organized manner. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD cites NIST SP 800–171 R2 in this &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule for a variety of reasons, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the time needed for industry &amp;lt;br /&amp;gt;&lt;br /&gt;
preparation to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
prepare the CMMC Ecosystem to &amp;lt;br /&amp;gt;&lt;br /&gt;
perform assessments against subsequent &amp;lt;br /&amp;gt;&lt;br /&gt;
revisions. DoD is unable to incorporate &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestions that CMMC assessments be &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned to whichever NIST revision is &amp;lt;br /&amp;gt;&lt;br /&gt;
current at the time of solicitation and &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to respond to speculation about &amp;lt;br /&amp;gt;&lt;br /&gt;
the release timing of other publications. &amp;lt;br /&amp;gt;&lt;br /&gt;
In May 2024, NIST published SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 Revision 3, &#039;&#039;Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information in Nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems and Organizations, &#039;&#039;after these &amp;lt;br /&amp;gt;&lt;br /&gt;
comments were received. DoD will issue &amp;lt;br /&amp;gt;&lt;br /&gt;
future amendments to this rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporate the current version at that &amp;lt;br /&amp;gt;&lt;br /&gt;
time. Comments on the content of the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 Revision 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
publication or future NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
revisions should be directed to NIST. &lt;br /&gt;
&lt;br /&gt;
The final rule has been updated to &lt;br /&gt;
&lt;br /&gt;
specify the use of NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018, &#039;&#039;Assessing Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements for Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information, &#039;&#039;and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172A Mar2022, &#039;&#039;Assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The DoD has included the numbering &lt;br /&gt;
&lt;br /&gt;
scheme in the rule because the &amp;lt;br /&amp;gt;&lt;br /&gt;
numbering scheme is a key element of &amp;lt;br /&amp;gt;&lt;br /&gt;
the model. The CMMC numbering &amp;lt;br /&amp;gt;&lt;br /&gt;
scheme for security requirements must &amp;lt;br /&amp;gt;&lt;br /&gt;
pull together the independent &amp;lt;br /&amp;gt;&lt;br /&gt;
numbering schemes of FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 (for Level 1), NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 (for Level 2), and NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 (for Level 3); it must also &amp;lt;br /&amp;gt;&lt;br /&gt;
identify the domain and CMMC level of &amp;lt;br /&amp;gt;&lt;br /&gt;
the security requirement. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
developed the least complicated scheme &amp;lt;br /&amp;gt;&lt;br /&gt;
that met all these criteria. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program Office is unable &lt;br /&gt;
&lt;br /&gt;
to respond to comments proposing &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the DFARS, which is subject &amp;lt;br /&amp;gt;&lt;br /&gt;
to separate rulemaking procedures. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter described a hypothetical &amp;lt;br /&amp;gt;&lt;br /&gt;
scenario wherein a solicitation is issued &amp;lt;br /&amp;gt;&lt;br /&gt;
such that DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
would require compliance with NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 Revision 3, but the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement identified is for assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against NIST SP 800–171 R2. In this &amp;lt;br /&amp;gt;&lt;br /&gt;
hypothetical scenario, it is possible that &amp;lt;br /&amp;gt;&lt;br /&gt;
the bidder may meet the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement by citing a valid CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment against NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2, while also availing themselves of &amp;lt;br /&amp;gt;&lt;br /&gt;
the flexibilities provided in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 (2)(ii)(B) to submit &amp;lt;br /&amp;gt;&lt;br /&gt;
a written request to the Contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
Officer to vary from the current version &amp;lt;br /&amp;gt;&lt;br /&gt;
of NIST SP 800–171. &lt;br /&gt;
&lt;br /&gt;
Recommendations for modification to &lt;br /&gt;
&lt;br /&gt;
or deviation from DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 are beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. The DoD has evaluated the &amp;lt;br /&amp;gt;&lt;br /&gt;
potential interaction between the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements and the &amp;lt;br /&amp;gt;&lt;br /&gt;
existing requirements in DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 and believes that &amp;lt;br /&amp;gt;&lt;br /&gt;
potential conflicts have been resolved. &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–53 R5 is incorporated by &lt;br /&gt;
&lt;br /&gt;
reference only for applicable definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
because DoD chose to use the latest &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions available. While it is also &amp;lt;br /&amp;gt;&lt;br /&gt;
true that NIST SP 800–171 R2 was based &amp;lt;br /&amp;gt;&lt;br /&gt;
on NIST SP 800–53 Revision 4, the &amp;lt;br /&amp;gt;&lt;br /&gt;
origination of NIST SP 800–171 R2 is &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
Contractors and subcontractors will &lt;br /&gt;
&lt;br /&gt;
not be expected to stop work while they &amp;lt;br /&amp;gt;&lt;br /&gt;
implement changing standards. &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation of this rule will be &amp;lt;br /&amp;gt;&lt;br /&gt;
introduced as a pre-award requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
in new DoD solicitations, as described &amp;lt;br /&amp;gt;&lt;br /&gt;
in the timeline at § 170.3(e). &lt;br /&gt;
&lt;br /&gt;
Any substantive change to CMMC &lt;br /&gt;
&lt;br /&gt;
security requirements must go through &lt;br /&gt;
&lt;br /&gt;
rulemaking, and its associated timeline, &amp;lt;br /&amp;gt;&lt;br /&gt;
which may include public comment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The new rule may include a transition &amp;lt;br /&amp;gt;&lt;br /&gt;
period for implementation of the new &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
The commenter correctly identifies &lt;br /&gt;
&lt;br /&gt;
that the programmatic intent of this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
is for affirmations to signify systems in &amp;lt;br /&amp;gt;&lt;br /&gt;
question remain compliant as indicated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the assessment that was conducted. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments are conducted against the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified NIST publication versions or &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements in FAR clause 52.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
21. The 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule also reinforces this &amp;lt;br /&amp;gt;&lt;br /&gt;
thought by providing specific wording &amp;lt;br /&amp;gt;&lt;br /&gt;
of the affirmation. &lt;br /&gt;
&lt;br /&gt;
c. NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments &lt;br /&gt;
&lt;br /&gt;
recommended adding all the omitted &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 or a subset including Network &amp;lt;br /&amp;gt;&lt;br /&gt;
Intrusion Detection System, Deception &amp;lt;br /&amp;gt;&lt;br /&gt;
and Unpredictability, arguing that they &amp;lt;br /&amp;gt;&lt;br /&gt;
are necessary for protecting CUI and to &amp;lt;br /&amp;gt;&lt;br /&gt;
defend against advanced persistent &amp;lt;br /&amp;gt;&lt;br /&gt;
threats. &lt;br /&gt;
&lt;br /&gt;
Two comments inferred that the &lt;br /&gt;
&lt;br /&gt;
requirement to restrict access to systems &amp;lt;br /&amp;gt;&lt;br /&gt;
owned, provisioned or issued by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC means that the OSC must provide &amp;lt;br /&amp;gt;&lt;br /&gt;
all equipment used to access the system, &amp;lt;br /&amp;gt;&lt;br /&gt;
which they asserted is impossible &amp;lt;br /&amp;gt;&lt;br /&gt;
because outside entities using GFE, to &amp;lt;br /&amp;gt;&lt;br /&gt;
include DoD, may need access. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter also asked if DIB Furnished &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment would be required, and one &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter argued for an exception for &amp;lt;br /&amp;gt;&lt;br /&gt;
GFE, even though it is not owned, &amp;lt;br /&amp;gt;&lt;br /&gt;
provisioned, or issued by the OSC. &lt;br /&gt;
&lt;br /&gt;
Three comments stated that &lt;br /&gt;
&lt;br /&gt;
Organizationally Defined Parameters &amp;lt;br /&amp;gt;&lt;br /&gt;
(ODP) values need to be set by OSAs, &amp;lt;br /&amp;gt;&lt;br /&gt;
not DoD. One commenter argued this &amp;lt;br /&amp;gt;&lt;br /&gt;
will be necessary because of the &amp;lt;br /&amp;gt;&lt;br /&gt;
emerging ODPs at Level 2 associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with NIST SP 800–171 Revision 3. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter argued this is critical for &amp;lt;br /&amp;gt;&lt;br /&gt;
uniformity across the Federal enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
as many contractors support multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal agencies. The commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
further offered that allowing ODP values &amp;lt;br /&amp;gt;&lt;br /&gt;
to be set by OSAs could be limited to &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor systems not operated on &amp;lt;br /&amp;gt;&lt;br /&gt;
behalf of the DoD. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that ODP values set by OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
may require approval by the contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
officer. One comment stated that the &amp;lt;br /&amp;gt;&lt;br /&gt;
ODPs are too detailed for the 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program rule, and table &amp;lt;br /&amp;gt;&lt;br /&gt;
1 to § 170.14 should be moved to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 Assessment Guide. &lt;br /&gt;
&lt;br /&gt;
One comment argued that removal or &lt;br /&gt;
&lt;br /&gt;
quarantine of components to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
patching or re-configuration, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in table 1 to § 170.14(c)(4) &amp;lt;br /&amp;gt;&lt;br /&gt;
CM.L3–3.4.2e, is a disruptive and &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00054&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83145 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
possibly a destructive operational &amp;lt;br /&amp;gt;&lt;br /&gt;
constraint affecting business operations. &amp;lt;br /&amp;gt;&lt;br /&gt;
They asserted that patching and &amp;lt;br /&amp;gt;&lt;br /&gt;
reconfiguration are standard day-to-day &amp;lt;br /&amp;gt;&lt;br /&gt;
IT administrative activity, and &amp;lt;br /&amp;gt;&lt;br /&gt;
components do not need to be removed &amp;lt;br /&amp;gt;&lt;br /&gt;
or quarantined. &lt;br /&gt;
&lt;br /&gt;
One comment asserted that CMMC &lt;br /&gt;
&lt;br /&gt;
should be based on NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (linked to the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements) due to additional labor &amp;lt;br /&amp;gt;&lt;br /&gt;
required to create NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
solutions and benefits to be gained from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–53 R5 overlays. &lt;br /&gt;
&lt;br /&gt;
Two comments argued that IA:L3– &lt;br /&gt;
&lt;br /&gt;
3.5.3e regarding ’the prohibition of &amp;lt;br /&amp;gt;&lt;br /&gt;
system components from connecting to &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational systems unless certain &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions are met’ is essentially the &amp;lt;br /&amp;gt;&lt;br /&gt;
same requirement as CM:L2–3.4.7 &amp;lt;br /&amp;gt;&lt;br /&gt;
’restricting, disabling, or preventing the &amp;lt;br /&amp;gt;&lt;br /&gt;
use of nonessential programs, functions, &amp;lt;br /&amp;gt;&lt;br /&gt;
ports, protocols, and services’. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD considered many &lt;br /&gt;
&lt;br /&gt;
alternatives before deciding which NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–172 Feb2021 requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
include as part of CMMC Level 3. NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–172 Feb2021 notes that ‘‘There &amp;lt;br /&amp;gt;&lt;br /&gt;
is no expectation that all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
enhanced security requirements will be &amp;lt;br /&amp;gt;&lt;br /&gt;
selected by Federal agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing this guidance.’’ For a &amp;lt;br /&amp;gt;&lt;br /&gt;
variety of reasons, including DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
estimation of cybersecurity maturity and &amp;lt;br /&amp;gt;&lt;br /&gt;
complexity across the DIB, and potential &amp;lt;br /&amp;gt;&lt;br /&gt;
cost of certain Level 3 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
compared with the benefit, the DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
included a limited set of NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 requirements. On a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract-by-contract basis, additional &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements may be added. OSAs are at &amp;lt;br /&amp;gt;&lt;br /&gt;
liberty to implement additional &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
The intent of AC.L3–3.1.2e, which &lt;br /&gt;
&lt;br /&gt;
requires restricted access to systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
system components, is not that DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
companies issue laptops to external &amp;lt;br /&amp;gt;&lt;br /&gt;
users wishing to access Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
enclaves. While laptop issuance is one &amp;lt;br /&amp;gt;&lt;br /&gt;
solution, other options are available. &amp;lt;br /&amp;gt;&lt;br /&gt;
The important concept in this &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is ‘‘comply to connect’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
and it applies to all users, both within &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA and externally, equally. In &amp;lt;br /&amp;gt;&lt;br /&gt;
complying with this requirement, GFE &amp;lt;br /&amp;gt;&lt;br /&gt;
may be considered provisioned by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC and therefore is not restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
under that requirement. &lt;br /&gt;
&lt;br /&gt;
DoD defines the ODPs for NIST SP &lt;br /&gt;
&lt;br /&gt;
800–172 Feb2021 included in CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. This eliminates the risk of &amp;lt;br /&amp;gt;&lt;br /&gt;
different parameters being set for &amp;lt;br /&amp;gt;&lt;br /&gt;
different DoD programs. Rulemaking &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements dictate that table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
170.14(c)(4) be codified in the rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Guide is an optional &amp;lt;br /&amp;gt;&lt;br /&gt;
document. &lt;br /&gt;
&lt;br /&gt;
DoD declines to accept the risk of &lt;br /&gt;
&lt;br /&gt;
removing security requirement CM.L3– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.4.2e. The Assessment Guide has been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to include additional &amp;lt;br /&amp;gt;&lt;br /&gt;
discussion on this security requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
Feedback on individual security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements should be direct to NIST. &lt;br /&gt;
&lt;br /&gt;
Any relationship to the NIST SP 800– &lt;br /&gt;
&lt;br /&gt;
53 R5 controls is for information only. &amp;lt;br /&amp;gt;&lt;br /&gt;
The requirements that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented for CMMC Level 3 are &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in the rule table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4). &lt;br /&gt;
&lt;br /&gt;
IA:L3–3.5.3e and CM:L2–3.4.7 are &lt;br /&gt;
&lt;br /&gt;
different requirements. The L2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is about functionality, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the L3 requirement is about trust. &amp;lt;br /&amp;gt;&lt;br /&gt;
Feedback on individual security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements should be direct to NIST. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;24. CMMC Annual Affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter &lt;br /&gt;
&lt;br /&gt;
recommended the affirmation statement &amp;lt;br /&amp;gt;&lt;br /&gt;
include a statement confirming the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope has not changed and requested &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule be modified to identify types of &amp;lt;br /&amp;gt;&lt;br /&gt;
changes that would constitute a change &amp;lt;br /&amp;gt;&lt;br /&gt;
of system scope. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended removing any &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for affirmation after &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment certificate issuance or else &amp;lt;br /&amp;gt;&lt;br /&gt;
revising the rule to identify any benefits &amp;lt;br /&amp;gt;&lt;br /&gt;
the affirmation provides that conducting &amp;lt;br /&amp;gt;&lt;br /&gt;
an independent assessment does not &amp;lt;br /&amp;gt;&lt;br /&gt;
already provide. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the DoD clarify that out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-cycle affirmations are not needed. &lt;br /&gt;
&lt;br /&gt;
Three comments said the affirmation &lt;br /&gt;
&lt;br /&gt;
language needs revision because &amp;lt;br /&amp;gt;&lt;br /&gt;
maintaining perfect scores is not &amp;lt;br /&amp;gt;&lt;br /&gt;
possible and asking individuals to &amp;lt;br /&amp;gt;&lt;br /&gt;
affirm continuous compliance is &amp;lt;br /&amp;gt;&lt;br /&gt;
unreasonable. One commenter voiced &amp;lt;br /&amp;gt;&lt;br /&gt;
apprehension that signing the &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation statement would make a &amp;lt;br /&amp;gt;&lt;br /&gt;
person criminally liable under the False &amp;lt;br /&amp;gt;&lt;br /&gt;
Claims Act, due to the need for system &amp;lt;br /&amp;gt;&lt;br /&gt;
maintenance to fix things that break. &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter expressed concern that &amp;lt;br /&amp;gt;&lt;br /&gt;
continuous monitoring by contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
increases cost and burden to stay in &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance and opens companies up to &amp;lt;br /&amp;gt;&lt;br /&gt;
False Claims Act liabilities. One of these &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters recommended DoD rely on &amp;lt;br /&amp;gt;&lt;br /&gt;
representation and self-assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
lieu of affirmations to indicate that the &amp;lt;br /&amp;gt;&lt;br /&gt;
offeror meets the requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level required by the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation. Two commenters requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification on what affirmation entails. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter requested &amp;lt;br /&amp;gt;&lt;br /&gt;
modification to clarify that the &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirming Official will attest only that &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements are implemented as of &amp;lt;br /&amp;gt;&lt;br /&gt;
the certification date, or proposal &amp;lt;br /&amp;gt;&lt;br /&gt;
submission date, and requested removal &amp;lt;br /&amp;gt;&lt;br /&gt;
of affirmation references to continuous &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
Two commenters urged the &lt;br /&gt;
&lt;br /&gt;
Department to align the annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation timeline with the 3-year &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment timeline to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
consistency and reduce potential False &amp;lt;br /&amp;gt;&lt;br /&gt;
Claims Act liability. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
also incorrectly believed a prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor affirmation would be made &amp;lt;br /&amp;gt;&lt;br /&gt;
on behalf of its entire supply chain. &lt;br /&gt;
&lt;br /&gt;
Another commenter asked DoD to &lt;br /&gt;
&lt;br /&gt;
clarify that an organization may obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
from C3PAOs a limited review of &amp;lt;br /&amp;gt;&lt;br /&gt;
changes made since the last assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
in support of required affirmations and &amp;lt;br /&amp;gt;&lt;br /&gt;
noted that the DoD or CMMC AB may &amp;lt;br /&amp;gt;&lt;br /&gt;
wish to clarify what supporting &amp;lt;br /&amp;gt;&lt;br /&gt;
evidence is required for annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations. Additionally, the &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter recommended that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
reconsider the requirements for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 since these are covered by &amp;lt;br /&amp;gt;&lt;br /&gt;
System for Award Management (SAM). &lt;br /&gt;
&lt;br /&gt;
One commenter asked, in reference to &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout affirmations, if there &amp;lt;br /&amp;gt;&lt;br /&gt;
was no longer an expectation that a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO will confirm the close out of a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M. One commenter provided a &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation to include an &amp;lt;br /&amp;gt;&lt;br /&gt;
executive summary in the affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
that includes POA&amp;amp;amp;M related metrics as &amp;lt;br /&amp;gt;&lt;br /&gt;
an indicator of an OSA’s effective O&amp;amp;amp;M, &amp;lt;br /&amp;gt;&lt;br /&gt;
security, and continuous monitoring &amp;lt;br /&amp;gt;&lt;br /&gt;
activities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;As described in &lt;br /&gt;
&lt;br /&gt;
§ 170.22(a)(2)(ii), the CMMC affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
shall include a statement to the effect &amp;lt;br /&amp;gt;&lt;br /&gt;
that the OSA has implemented and will &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain implementation ‘‘within the &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant assessment scope’’, which &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately addresses the commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestion. No change to the rule text &amp;lt;br /&amp;gt;&lt;br /&gt;
was therefore required. Annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations ensure OSAs conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
periodic checks and verify to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department that changes to their &amp;lt;br /&amp;gt;&lt;br /&gt;
networks have not taken them out of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance during the certification &amp;lt;br /&amp;gt;&lt;br /&gt;
period. The annual affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement enables DoD to permit 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
years between CMMC Level 2 or 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, rather than requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
annual assessments. The DoD does not &amp;lt;br /&amp;gt;&lt;br /&gt;
agree with the comment that following &amp;lt;br /&amp;gt;&lt;br /&gt;
the procedures in § 170.22 creates an &amp;lt;br /&amp;gt;&lt;br /&gt;
additional burden. The DoD does not &amp;lt;br /&amp;gt;&lt;br /&gt;
concur with removing the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘continuing’’ or ‘‘continuous ‘‘as it &amp;lt;br /&amp;gt;&lt;br /&gt;
relates to an OSA’s affirmation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Continuing compliance means that the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor system in question remains &amp;lt;br /&amp;gt;&lt;br /&gt;
in compliance and that the OSA intends &amp;lt;br /&amp;gt;&lt;br /&gt;
to maintain compliance over time, not &amp;lt;br /&amp;gt;&lt;br /&gt;
that the OSA cannot have an operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plan of action. Any changes to the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system beyond use of &amp;lt;br /&amp;gt;&lt;br /&gt;
operational plans of action require a &amp;lt;br /&amp;gt;&lt;br /&gt;
new assessment and a new affirmation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Operational plans of action as described &amp;lt;br /&amp;gt;&lt;br /&gt;
in CA.L2–3.12.2 are part of normal &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00055&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83146 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
maintenance of a system and do not &amp;lt;br /&amp;gt;&lt;br /&gt;
require a separate out-of-cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation. The DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
address specific cases when affirmations &amp;lt;br /&amp;gt;&lt;br /&gt;
are not required. DoD’s use of the term &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA within the affirmations section is &amp;lt;br /&amp;gt;&lt;br /&gt;
deliberate and conveys that each &amp;lt;br /&amp;gt;&lt;br /&gt;
organization is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations pertaining to their own &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. An Affirming Official &amp;lt;br /&amp;gt;&lt;br /&gt;
definition was added to the rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
provides that clarification. &lt;br /&gt;
&lt;br /&gt;
The rule delineates which &lt;br /&gt;
&lt;br /&gt;
requirements may be addressed with a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M for up to 180 days to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status. As stated in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22, an Affirming Official attests &amp;lt;br /&amp;gt;&lt;br /&gt;
the organization is satisfying and will &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain its specified cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. An OSA may complete a &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment and submit a new &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation at any time. POA&amp;amp;amp;Ms &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with conditional assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
are closed-out by C3PAOs for Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
final certification assessments and by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC for Level 3 final &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments. OSAs must &amp;lt;br /&amp;gt;&lt;br /&gt;
affirm results in SPRS for all &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
If an OSA makes significant changes &lt;br /&gt;
&lt;br /&gt;
within the CMMC Assessment Scope, a &amp;lt;br /&amp;gt;&lt;br /&gt;
new assessment and affirmation are &amp;lt;br /&amp;gt;&lt;br /&gt;
required. The rule does not preclude &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs from contacting a C3PAO for a &amp;lt;br /&amp;gt;&lt;br /&gt;
review prior to an annual affirmation, &amp;lt;br /&amp;gt;&lt;br /&gt;
however this is not required. No &amp;lt;br /&amp;gt;&lt;br /&gt;
supporting evidence is required for an &amp;lt;br /&amp;gt;&lt;br /&gt;
annual affirmation. Annual &amp;lt;br /&amp;gt;&lt;br /&gt;
representations and certifications &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted in the System for Award &amp;lt;br /&amp;gt;&lt;br /&gt;
Management (SAM) serve a different &amp;lt;br /&amp;gt;&lt;br /&gt;
purpose from the CMMC affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement completed in SPRS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Furthermore, given the sensitivity of an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s cyber security status, the DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
elected not to use SAM, a public &amp;lt;br /&amp;gt;&lt;br /&gt;
website. &lt;br /&gt;
&lt;br /&gt;
Details for completion of the annual &lt;br /&gt;
&lt;br /&gt;
affirmation, including wording of the &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation statement, are addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
the 48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The affirmation signifies the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements were implemented as of &amp;lt;br /&amp;gt;&lt;br /&gt;
the date of the self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, and that the OSA has and &amp;lt;br /&amp;gt;&lt;br /&gt;
intends to maintain the system as &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. The DoD declines to require &amp;lt;br /&amp;gt;&lt;br /&gt;
the use of an executive summary or the &amp;lt;br /&amp;gt;&lt;br /&gt;
publication of metrics in the affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
statement as part of the affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
because that is not consistent with the &amp;lt;br /&amp;gt;&lt;br /&gt;
purpose of the affirmation requirement. &lt;br /&gt;
&lt;br /&gt;
Regarding the alignment of &lt;br /&gt;
&lt;br /&gt;
assessments and affirmation timelines, &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD declines to adopt &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended changes which would &amp;lt;br /&amp;gt;&lt;br /&gt;
allow up to 3 years to elapse before DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
companies would be required to assess &lt;br /&gt;
&lt;br /&gt;
the status of their cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;25. CMMC Acceptance of Alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. CMMC and Other Agency Standards &amp;lt;br /&amp;gt;&lt;br /&gt;
or Acceptance of CMMC Assessments &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several commenters asked &lt;br /&gt;
&lt;br /&gt;
for additional detail about § 170.20 &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards Acceptance. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
described discussions from various DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
industry engagements and suggested the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule is inconsistent with information &amp;lt;br /&amp;gt;&lt;br /&gt;
provided at those information exchange &amp;lt;br /&amp;gt;&lt;br /&gt;
events. &lt;br /&gt;
&lt;br /&gt;
Some commenters observed the rule &lt;br /&gt;
&lt;br /&gt;
does not describe DoD efforts to &amp;lt;br /&amp;gt;&lt;br /&gt;
coordinate with other agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding any additional cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements they choose to implement, &amp;lt;br /&amp;gt;&lt;br /&gt;
which could conflict or add burden for &amp;lt;br /&amp;gt;&lt;br /&gt;
companies that must also comply &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested implementing the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program government wide. An industry &amp;lt;br /&amp;gt;&lt;br /&gt;
association submitted several comments &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding perceived duplication &amp;lt;br /&amp;gt;&lt;br /&gt;
between this rule and cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of other Federal agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
and foreign governments. They also &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the DoD modify the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
to reflect other agency standards, such &amp;lt;br /&amp;gt;&lt;br /&gt;
as TSA and CISA security directives &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring cyber incident reporting for &amp;lt;br /&amp;gt;&lt;br /&gt;
natural gas utilities. &lt;br /&gt;
&lt;br /&gt;
Several commenters thought the rule &lt;br /&gt;
&lt;br /&gt;
did not adequately explain potential &amp;lt;br /&amp;gt;&lt;br /&gt;
portability of CMMC assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
referring to whether other agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
might recognize CMMC compliance as &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting or partially meeting their &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. One specifically &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested CMMC affirmations could be &amp;lt;br /&amp;gt;&lt;br /&gt;
accepted as evidence of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with any similar cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements other agencies may &amp;lt;br /&amp;gt;&lt;br /&gt;
implement. One comment suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that by assessing compliance of all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable security requirements, the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program will impede efforts to &amp;lt;br /&amp;gt;&lt;br /&gt;
establish DoD information sharing &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements with other non-DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations, including other agencies &amp;lt;br /&amp;gt;&lt;br /&gt;
and foreign governments. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Some comments received &lt;br /&gt;
&lt;br /&gt;
lacked relevance to the rule’s content, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is limited to specific CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to respond to speculative or &amp;lt;br /&amp;gt;&lt;br /&gt;
editorial comments about private &amp;lt;br /&amp;gt;&lt;br /&gt;
citizens or entities, all of which are not &amp;lt;br /&amp;gt;&lt;br /&gt;
within the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
Similar data security requirements are &lt;br /&gt;
&lt;br /&gt;
already applied to contractors across all &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal agencies, due to the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of FAR clause 52.204–21, &amp;lt;br /&amp;gt;&lt;br /&gt;
and 32 CFR part 2002. All executive &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies are required to comply with &lt;br /&gt;
&lt;br /&gt;
the same standards for protection of FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI in those regulations. Once &amp;lt;br /&amp;gt;&lt;br /&gt;
attained, a current CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
may be presented for consideration by &amp;lt;br /&amp;gt;&lt;br /&gt;
any entity (including other government &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies) as an indicator that the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
the certificate level (&#039;&#039;e.g., &#039;&#039;CMMC Level 2) &amp;lt;br /&amp;gt;&lt;br /&gt;
have in fact been implemented. &lt;br /&gt;
&lt;br /&gt;
CMMC Program requirements are &lt;br /&gt;
&lt;br /&gt;
designed to ensure compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
existing standards for protection of FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI and align directly to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines (&#039;&#039;e.g., &#039;&#039;NIST SP 800–171 R2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and the basic safeguarding requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
of FAR clause 52.204–21 that apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
all executive agencies. Regulations &amp;lt;br /&amp;gt;&lt;br /&gt;
issued by any executive agency must be &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned to these overarching &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, therefore CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will not conflict with any &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI safeguarding regulations that &amp;lt;br /&amp;gt;&lt;br /&gt;
may be issued by other agencies as cited &amp;lt;br /&amp;gt;&lt;br /&gt;
by the commenter. All executive &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies are permitted to submit and &amp;lt;br /&amp;gt;&lt;br /&gt;
review comments as part of the formal &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking process, and additional &amp;lt;br /&amp;gt;&lt;br /&gt;
coordination is not required. This rule &amp;lt;br /&amp;gt;&lt;br /&gt;
provides a consistent way of verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors’ compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced FAR and NIST requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
in addition to those from NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 where applicable. &lt;br /&gt;
&lt;br /&gt;
b. Requests To Recognize Alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several commenters &lt;br /&gt;
&lt;br /&gt;
requested the rule be modified to accept &amp;lt;br /&amp;gt;&lt;br /&gt;
or recognize alternate standards for the &amp;lt;br /&amp;gt;&lt;br /&gt;
purpose of meeting CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Some small to medium &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses recommended acceptance of &amp;lt;br /&amp;gt;&lt;br /&gt;
healthcare relevant standards or other &amp;lt;br /&amp;gt;&lt;br /&gt;
recognized certification frameworks as a &amp;lt;br /&amp;gt;&lt;br /&gt;
substitute for CMMC and FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Equivalency. &lt;br /&gt;
&lt;br /&gt;
Another comment cited verbiage in &lt;br /&gt;
&lt;br /&gt;
the DFARS clause 252.204–7012 clause &amp;lt;br /&amp;gt;&lt;br /&gt;
that references DoD CIO approval to &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘vary’’ from NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as rationale for revising &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC rule to permit acceptance of &amp;lt;br /&amp;gt;&lt;br /&gt;
other standards such as the NERC &amp;lt;br /&amp;gt;&lt;br /&gt;
Critical Infrastructure Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
standards which apply to North &amp;lt;br /&amp;gt;&lt;br /&gt;
America’s Bulk Electric System (BES). &lt;br /&gt;
&lt;br /&gt;
Some comments expressed concern &lt;br /&gt;
&lt;br /&gt;
that absent greater acceptance of the &amp;lt;br /&amp;gt;&lt;br /&gt;
standards required by other agencies, &amp;lt;br /&amp;gt;&lt;br /&gt;
companies complying with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
would be at a competitive disadvantage &amp;lt;br /&amp;gt;&lt;br /&gt;
due to the perceived costs of complying &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC standards. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
comment expressed a similar concern &amp;lt;br /&amp;gt;&lt;br /&gt;
but cited the need for acceptance of &amp;lt;br /&amp;gt;&lt;br /&gt;
foreign C3PAOs to effectively scale &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC to include assessment of foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
OSCs. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00056&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83147 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements apply to those contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
that seek to bid for DoD work which &amp;lt;br /&amp;gt;&lt;br /&gt;
requires processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting FCI or CUI in a contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information system. Section &amp;lt;br /&amp;gt;&lt;br /&gt;
170.20 addresses Standards Acceptance &amp;lt;br /&amp;gt;&lt;br /&gt;
and delineates the only existing bases &amp;lt;br /&amp;gt;&lt;br /&gt;
for accepting alternate standards in this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The DoD does not currently have &amp;lt;br /&amp;gt;&lt;br /&gt;
standards acceptance with other Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
entities in lieu of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
DoD’s harmonization of requirements &lt;br /&gt;
&lt;br /&gt;
with other agencies is achieved through &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with NIST standards. DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
recognition of the standards of other &amp;lt;br /&amp;gt;&lt;br /&gt;
nations occurs through negotiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
international arrangements and &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements, which is beyond the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of this rule. The CMMC Program has &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned requirements with NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
standards, and many foreign nations are &amp;lt;br /&amp;gt;&lt;br /&gt;
adopting NIST standards as well. In &amp;lt;br /&amp;gt;&lt;br /&gt;
developing this rule, the DoD worked &amp;lt;br /&amp;gt;&lt;br /&gt;
with standards bodies, removed unique &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, and aligned new &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements directly with NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 and select NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 requirements to reduce and &amp;lt;br /&amp;gt;&lt;br /&gt;
streamline cybersecurity burden across &amp;lt;br /&amp;gt;&lt;br /&gt;
the industry. CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements make no change to &amp;lt;br /&amp;gt;&lt;br /&gt;
existing policies for limits on &amp;lt;br /&amp;gt;&lt;br /&gt;
dissemination of CUI. Comments on &amp;lt;br /&amp;gt;&lt;br /&gt;
information sharing between other &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies or foreign entities are beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of this rule. The requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
to comply with NIST SP 800–171 was &amp;lt;br /&amp;gt;&lt;br /&gt;
mandated in DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012. Granting alternatives to that &amp;lt;br /&amp;gt;&lt;br /&gt;
standard is beyond the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
Several foreign or international &lt;br /&gt;
&lt;br /&gt;
companies submitted comments &amp;lt;br /&amp;gt;&lt;br /&gt;
expressing interest in the rule section &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to C3PAO requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
(§ 170.9(b)) and correctly noted that this &amp;lt;br /&amp;gt;&lt;br /&gt;
section does not preclude otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
qualified foreign companies from &amp;lt;br /&amp;gt;&lt;br /&gt;
achieving C3PAO accreditation. Note &amp;lt;br /&amp;gt;&lt;br /&gt;
that the DoD does permit C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel who are not eligible to obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
a Tier 3 background investigation to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the equivalent of a favorably &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudicated Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation. DoD will determine the &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalence for use with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program only. &lt;br /&gt;
&lt;br /&gt;
c. CMMC Acceptance of Other DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some commenters either &lt;br /&gt;
&lt;br /&gt;
did not understand or objected to the &amp;lt;br /&amp;gt;&lt;br /&gt;
fact that standards acceptance &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments require a score of 110 &amp;lt;br /&amp;gt;&lt;br /&gt;
without POA&amp;amp;amp;Ms. Other comments &lt;br /&gt;
&lt;br /&gt;
requested clarity regarding standards &amp;lt;br /&amp;gt;&lt;br /&gt;
acceptance of DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments at CMMC Levels 2 and 3. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment inquired about the &amp;lt;br /&amp;gt;&lt;br /&gt;
programmatic details of DCMA’s Joint &amp;lt;br /&amp;gt;&lt;br /&gt;
Surveillance Program. &lt;br /&gt;
&lt;br /&gt;
Another comment expressed concerns &lt;br /&gt;
&lt;br /&gt;
over disparities between how CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs and DIBCAC assess, given the &amp;lt;br /&amp;gt;&lt;br /&gt;
fact that DIBCAC assessors are &amp;lt;br /&amp;gt;&lt;br /&gt;
empowered to make risk acceptance &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions on behalf of the Government, &amp;lt;br /&amp;gt;&lt;br /&gt;
whereas C3PAO assessors are not. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter questioned the use of the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
FAQs as published in the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Procurement Toolbox. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter asked whether C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
assess for compliance with DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012, paragraphs c–g, as &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC does in their &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of OSAs. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that the DIBCAC is not &amp;lt;br /&amp;gt;&lt;br /&gt;
certified to conduct Level 3 assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
and that training requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 C3PAO assessors should &amp;lt;br /&amp;gt;&lt;br /&gt;
also apply to DIBCAC assessors, or else &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 assessments should be &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted by C3PAOs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;There is qualified &lt;br /&gt;
&lt;br /&gt;
standards acceptance between DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessment and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 Certification Assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.20(a). There is no &amp;lt;br /&amp;gt;&lt;br /&gt;
standards acceptance between DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessment and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. To be eligible for standards &amp;lt;br /&amp;gt;&lt;br /&gt;
acceptance resulting in a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, an OSC must achieve a &amp;lt;br /&amp;gt;&lt;br /&gt;
perfect 110 score on the Joint &amp;lt;br /&amp;gt;&lt;br /&gt;
Surveillance assessment without any &amp;lt;br /&amp;gt;&lt;br /&gt;
open POA&amp;amp;amp;Ms at the time of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. If the Joint Surveillance &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results in POA&amp;amp;amp;M actions, &amp;lt;br /&amp;gt;&lt;br /&gt;
any POA&amp;amp;amp;M must be closed prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
standards acceptance. &lt;br /&gt;
&lt;br /&gt;
Completion of a prior DCMA DIBCAC &lt;br /&gt;
&lt;br /&gt;
High Assessment does not necessarily &amp;lt;br /&amp;gt;&lt;br /&gt;
indicate the likelihood of a future &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 requirement. DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
High assessments are currently &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted against the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2 requirements, whereas the DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
identify the need for a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment when its internal policies &amp;lt;br /&amp;gt;&lt;br /&gt;
indicate the added protections of NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–172 Feb2021 are necessary to &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguard DoD information. &lt;br /&gt;
&lt;br /&gt;
Acceptance of a small number of &lt;br /&gt;
&lt;br /&gt;
DIBCAC High or Joint Surveillance &amp;lt;br /&amp;gt;&lt;br /&gt;
Program assessments to meet future &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will reduce the initial demand for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO assessment. Only those DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
High Assessments completed prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
the effective date of the rule are eligible &amp;lt;br /&amp;gt;&lt;br /&gt;
for standards acceptance to meet CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 Certification requirements. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD will enter CMMC Level 2 &lt;br /&gt;
&lt;br /&gt;
Certifications into eMASS for suitable &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessments, with a &amp;lt;br /&amp;gt;&lt;br /&gt;
validity period of 3 years from the date &amp;lt;br /&amp;gt;&lt;br /&gt;
of the original High Assessment. A &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Final Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is entered into eMASS by &amp;lt;br /&amp;gt;&lt;br /&gt;
the C3PAO following a successful (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;perfect score with no POA&amp;amp;amp;Ms) joint &amp;lt;br /&amp;gt;&lt;br /&gt;
surveillance assessment against NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2. It is not the result of a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 assessment but can be &amp;lt;br /&amp;gt;&lt;br /&gt;
provided as evidence that an OSC is &amp;lt;br /&amp;gt;&lt;br /&gt;
ready to initiate a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
Although Joint Surveillance is listed &lt;br /&gt;
&lt;br /&gt;
as standards acceptance in 170.20(a)(1), &amp;lt;br /&amp;gt;&lt;br /&gt;
the details of this DCMA program and &amp;lt;br /&amp;gt;&lt;br /&gt;
any changes to it are beyond the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of this rule. A Joint surveillance is a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment and falls &amp;lt;br /&amp;gt;&lt;br /&gt;
under their purview. The CMMC office &amp;lt;br /&amp;gt;&lt;br /&gt;
understands that there is disparity &amp;lt;br /&amp;gt;&lt;br /&gt;
between what is assessed by a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
and the DIBCAC and that the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
information in the DoD Procurement &amp;lt;br /&amp;gt;&lt;br /&gt;
Toolbox is the driving factor. Since the &amp;lt;br /&amp;gt;&lt;br /&gt;
Procurement Toolbox is outside of the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule, it cannot be properly &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed here or in the rule. With &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC the DoD utilizes a risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
approach in its allowance for POA&amp;amp;amp;Ms, &amp;lt;br /&amp;gt;&lt;br /&gt;
gradient scoring for certain controls &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;FIPS and MFA), temporary &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiencies, and enduring exceptions. &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC assessors are trained &lt;br /&gt;
&lt;br /&gt;
and qualified to conduct assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against NIST SP 800–171 R2 for the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. DoD determined that C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting assessments on other &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs introduced a significant &amp;lt;br /&amp;gt;&lt;br /&gt;
conflict of interest. Given the sensitivity &amp;lt;br /&amp;gt;&lt;br /&gt;
of the programs requiring Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, the DoD determined that &amp;lt;br /&amp;gt;&lt;br /&gt;
those assessments must be completed by &amp;lt;br /&amp;gt;&lt;br /&gt;
a DoD entity. The DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
respond to speculative or editorial &amp;lt;br /&amp;gt;&lt;br /&gt;
comments regarding DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
The CMMC model (§ 170.14) only &lt;br /&gt;
&lt;br /&gt;
incorporates requirements from FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21, NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172 Feb2021. C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
are only responsible for assessing the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of § 170.17. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC operates under different &amp;lt;br /&amp;gt;&lt;br /&gt;
authorities and can address all the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012. &lt;br /&gt;
&lt;br /&gt;
d. Validity Period for Standards &amp;lt;br /&amp;gt;&lt;br /&gt;
Acceptance &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two comments asked how &lt;br /&gt;
&lt;br /&gt;
SPRS would be updated to reflect &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification when based &amp;lt;br /&amp;gt;&lt;br /&gt;
on standards acceptance. One asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether that update would be &amp;lt;br /&amp;gt;&lt;br /&gt;
automatic. One comment asked whether &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC standards acceptance for &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00057&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83148 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
DIBCAC joint surveillance assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
would result in certifications being &amp;lt;br /&amp;gt;&lt;br /&gt;
issued to the OSA by the C3PAO or by &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC. &lt;br /&gt;
&lt;br /&gt;
Some comments, including those &lt;br /&gt;
&lt;br /&gt;
from three industry associations, &amp;lt;br /&amp;gt;&lt;br /&gt;
objected to the start date for the 3-year &amp;lt;br /&amp;gt;&lt;br /&gt;
validity of CMMC certification based on &amp;lt;br /&amp;gt;&lt;br /&gt;
standards acceptance of prior DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. Those comments requested &amp;lt;br /&amp;gt;&lt;br /&gt;
the validity period begin with the &amp;lt;br /&amp;gt;&lt;br /&gt;
effective date of the 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule. Along these lines, &amp;lt;br /&amp;gt;&lt;br /&gt;
another commenter asked whether &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs may certify an OSA based on &amp;lt;br /&amp;gt;&lt;br /&gt;
evidence of a perfect 110-scored &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessment. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested a 1-year extension &amp;lt;br /&amp;gt;&lt;br /&gt;
of the validity period to 4 years. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD has considered &lt;br /&gt;
&lt;br /&gt;
the recommendation to modify the &amp;lt;br /&amp;gt;&lt;br /&gt;
validity period for certifications &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting from standards acceptance and &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to revise the rule text. It is &amp;lt;br /&amp;gt;&lt;br /&gt;
important that contractors maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
security compliance for systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit DoD CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
Given the evolving cybersecurity threat, &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s best interests are served by &amp;lt;br /&amp;gt;&lt;br /&gt;
ensuring that CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments remain valid for no longer &amp;lt;br /&amp;gt;&lt;br /&gt;
than a 3-year period, regardless of who &amp;lt;br /&amp;gt;&lt;br /&gt;
performs the assessment. &lt;br /&gt;
&lt;br /&gt;
A C3PAO may not simply read the &lt;br /&gt;
&lt;br /&gt;
DIBCAC assessment score in SPRS and &amp;lt;br /&amp;gt;&lt;br /&gt;
grant a completed CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. C3PAOs may &amp;lt;br /&amp;gt;&lt;br /&gt;
only submit certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
results based on having conducted a &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. An OSA is free &amp;lt;br /&amp;gt;&lt;br /&gt;
to seek a C3PAO certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, but this would be &amp;lt;br /&amp;gt;&lt;br /&gt;
unnecessary, because a valid DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
High assessment with a 110 score will &amp;lt;br /&amp;gt;&lt;br /&gt;
automatically be converted in SPRS to &amp;lt;br /&amp;gt;&lt;br /&gt;
reflect a CMMC Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment provided all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of § 170.20(a)(1) are met. A &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High assessment conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
after the rule is effective is not eligible &amp;lt;br /&amp;gt;&lt;br /&gt;
for standards acceptance. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;26. CMMC Requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
International Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Applicability to International Entities &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several public commenters &lt;br /&gt;
&lt;br /&gt;
asked whether and how the CMMC rule &amp;lt;br /&amp;gt;&lt;br /&gt;
content would apply to foreign based or &amp;lt;br /&amp;gt;&lt;br /&gt;
international companies, either as &amp;lt;br /&amp;gt;&lt;br /&gt;
companies seeking to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements or as &amp;lt;br /&amp;gt;&lt;br /&gt;
companies seeking to participate in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
Some questions asked for &lt;br /&gt;
&lt;br /&gt;
interpretation of requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
specific scenarios, such as how CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements might affect Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Forces Agreements for DoD installations &lt;br /&gt;
&lt;br /&gt;
overseas. Others asked about &amp;lt;br /&amp;gt;&lt;br /&gt;
application of flow-down requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to foreign subcontractors, including in &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances when DFARS clauses do &amp;lt;br /&amp;gt;&lt;br /&gt;
not apply or when international &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements supersede application of &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012. A few &amp;lt;br /&amp;gt;&lt;br /&gt;
comments asked how foreign or &amp;lt;br /&amp;gt;&lt;br /&gt;
multinational corporations with &amp;lt;br /&amp;gt;&lt;br /&gt;
facilities abroad can attain CAGE codes, &amp;lt;br /&amp;gt;&lt;br /&gt;
access SPRS, or meet other aspects of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. Some asserted &amp;lt;br /&amp;gt;&lt;br /&gt;
that specific systems contractors need to &amp;lt;br /&amp;gt;&lt;br /&gt;
access, such as SPRS and PIEE, are not &amp;lt;br /&amp;gt;&lt;br /&gt;
designed to accommodate foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
address formats and requested &amp;lt;br /&amp;gt;&lt;br /&gt;
modifications or alternative options to &amp;lt;br /&amp;gt;&lt;br /&gt;
facilitate submission of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations. One commenter suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that assessment of foreign contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems should only be &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted by the host country, and &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether foreign contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
should be partially exempted from &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements are applicable when DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
requires processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting of either FCI or CUI during &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a DoD contract. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements would not apply &amp;lt;br /&amp;gt;&lt;br /&gt;
to a DoD Installation’s communication &amp;lt;br /&amp;gt;&lt;br /&gt;
with a Host Nation government on &amp;lt;br /&amp;gt;&lt;br /&gt;
matters related to the Installation. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
all DoD contractors alike when contract &amp;lt;br /&amp;gt;&lt;br /&gt;
performance will require processing, &amp;lt;br /&amp;gt;&lt;br /&gt;
storing, or transmitting of FCI or CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor-owned information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
This 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule does not permit partial exemption &amp;lt;br /&amp;gt;&lt;br /&gt;
of assessment requirements for foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. Any discussion of &amp;lt;br /&amp;gt;&lt;br /&gt;
exemptions or deviations for foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses are outside the scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and must be addressed through &amp;lt;br /&amp;gt;&lt;br /&gt;
government-to-government international &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements or agreements. Pathways &amp;lt;br /&amp;gt;&lt;br /&gt;
and timelines for achieving these &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements are outside the scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
CMMC requirements apply to both &lt;br /&gt;
&lt;br /&gt;
domestic and international primes and &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down to subcontractors throughout &amp;lt;br /&amp;gt;&lt;br /&gt;
the supply chain if their information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems process, store, or transmit FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
or CUI. CMMC requirements are based &amp;lt;br /&amp;gt;&lt;br /&gt;
upon the type of information processed &amp;lt;br /&amp;gt;&lt;br /&gt;
and shared, regardless of where the &amp;lt;br /&amp;gt;&lt;br /&gt;
company is headquartered or operates. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors are addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.23(a)(1) through (4). For additional &amp;lt;br /&amp;gt;&lt;br /&gt;
information about flow-down of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual requirements, see the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 204 CMMC Acquisition rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC process is the same for &amp;lt;br /&amp;gt;&lt;br /&gt;
international and domestic contractors &lt;br /&gt;
&lt;br /&gt;
and subcontractors. International sub- &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors must undergo a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment at the appropriate level to &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrate compliance with NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 requirements. All OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
must register in [https://sam.gov &#039;&#039;https://sam.gov&#039;&#039;, which &amp;lt;br /&amp;gt;&lt;br /&gt;
]has instructions for obtaining applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
CAGE or NATO CAGE codes (NCAGE &amp;lt;br /&amp;gt;&lt;br /&gt;
codes). &lt;br /&gt;
&lt;br /&gt;
Address data is not a required SPRS &lt;br /&gt;
&lt;br /&gt;
data input for CMMC purposes. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor address information is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to obtain a CAGE code that, &amp;lt;br /&amp;gt;&lt;br /&gt;
along with a Unique Entity ID, is &amp;lt;br /&amp;gt;&lt;br /&gt;
required to register in SAM. SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
currently receives assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
information from domestic and &amp;lt;br /&amp;gt;&lt;br /&gt;
international entities. International &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations get CAGE codes in the &amp;lt;br /&amp;gt;&lt;br /&gt;
same manner that US organizations do, &amp;lt;br /&amp;gt;&lt;br /&gt;
including in some instances NCAGE &amp;lt;br /&amp;gt;&lt;br /&gt;
codes. CAGE codes are required for a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor to register for a user account &amp;lt;br /&amp;gt;&lt;br /&gt;
in Procurement Integrated Enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
Environment (PIEE) that provides &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors access to SPRS and other &amp;lt;br /&amp;gt;&lt;br /&gt;
applications as necessary for DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
b. International Agreements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several commenters asked &lt;br /&gt;
&lt;br /&gt;
about procedures for establishing &amp;lt;br /&amp;gt;&lt;br /&gt;
recognition of other nations’ &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards or assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
programs as acceptable alternatives to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter noted the rule provides no &amp;lt;br /&amp;gt;&lt;br /&gt;
explicit recognition of existing &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements between the DoD and other &amp;lt;br /&amp;gt;&lt;br /&gt;
nations related to information sharing &amp;lt;br /&amp;gt;&lt;br /&gt;
and defense procurement. They and &amp;lt;br /&amp;gt;&lt;br /&gt;
other commenters asked that the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
identify a specific process for reaching &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements related to CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Some of these &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters identified specific foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity programs and requested &amp;lt;br /&amp;gt;&lt;br /&gt;
that the DoD work toward reciprocal &amp;lt;br /&amp;gt;&lt;br /&gt;
recognition of their underlying &amp;lt;br /&amp;gt;&lt;br /&gt;
standards. One of these commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
requested that DoD identify timelines &amp;lt;br /&amp;gt;&lt;br /&gt;
for establishing bilateral agreements. &lt;br /&gt;
&lt;br /&gt;
In particular, the Canadian &lt;br /&gt;
&lt;br /&gt;
counterpart for the CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed concern that Canadian &amp;lt;br /&amp;gt;&lt;br /&gt;
companies could be disadvantaged in &amp;lt;br /&amp;gt;&lt;br /&gt;
seeking CMMC certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
requested the DoD consider establishing &amp;lt;br /&amp;gt;&lt;br /&gt;
a unified accreditation body for &amp;lt;br /&amp;gt;&lt;br /&gt;
Canadian and US C3PAOs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;While the rule does address &lt;br /&gt;
&lt;br /&gt;
application to foreign contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem participants throughout, &amp;lt;br /&amp;gt;&lt;br /&gt;
these requirements may be superseded &amp;lt;br /&amp;gt;&lt;br /&gt;
by the terms and conditions of &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable international arrangements or &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements. &lt;br /&gt;
&lt;br /&gt;
CMMC validates cybersecurity &lt;br /&gt;
&lt;br /&gt;
requirements, as defined in FAR clause &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00058&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83149 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
52.204–21, NIST SP 800–171 R2, and a &amp;lt;br /&amp;gt;&lt;br /&gt;
selected subset of NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021, where applicable. These &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
international and domestic companies &amp;lt;br /&amp;gt;&lt;br /&gt;
when included in a DoD contract. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Department cannot speculate about the &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements of any international &amp;lt;br /&amp;gt;&lt;br /&gt;
agreement and how it may or may not &amp;lt;br /&amp;gt;&lt;br /&gt;
impact international partners, as these &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements are beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
The DoD has designed CMMC &lt;br /&gt;
&lt;br /&gt;
Program requirements to apply to those &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors that bid for DoD work which &amp;lt;br /&amp;gt;&lt;br /&gt;
will require access to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI or CUI in a contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information system. A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is portable in &amp;lt;br /&amp;gt;&lt;br /&gt;
the sense that it provides confidence &amp;lt;br /&amp;gt;&lt;br /&gt;
that the holder has been assessed by an &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized third party for compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the applicable security standards &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;NIST SP 800–171 R2 or NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021). Once attained, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC certification assessment status &amp;lt;br /&amp;gt;&lt;br /&gt;
may be presented for consideration by &amp;lt;br /&amp;gt;&lt;br /&gt;
any entity as an indicator that they have &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with the certificate level (&#039;&#039;e.g., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;NIST SP 800–171 R2 or NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021). Section 170.20 delineates &amp;lt;br /&amp;gt;&lt;br /&gt;
the only existing bases for accepting &amp;lt;br /&amp;gt;&lt;br /&gt;
alternate standards in this rule.- It is &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
a specific set of directions or guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
on recognition for alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards. Deviations &amp;lt;br /&amp;gt;&lt;br /&gt;
from DFARS clauses are also beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule. &lt;br /&gt;
&lt;br /&gt;
Section 170.20 has been modified to &lt;br /&gt;
&lt;br /&gt;
state that an OSC with a perfect score &amp;lt;br /&amp;gt;&lt;br /&gt;
from a prior DCMA DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment aligned with the same &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 Scoping may meet &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Final Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements via acceptance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the prior DIBCAC assessment in lieu &amp;lt;br /&amp;gt;&lt;br /&gt;
of a C3PAO assessment. Standards &amp;lt;br /&amp;gt;&lt;br /&gt;
Acceptance does not refer to &amp;lt;br /&amp;gt;&lt;br /&gt;
international standards acceptance, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is not described within the rule. &lt;br /&gt;
&lt;br /&gt;
c. C3PAO, CCP, and CCA Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;In addition to the interest &lt;br /&gt;
&lt;br /&gt;
in international agreements, some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters expressed concern about &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem capacity to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
demand for Level 2 certification. They &amp;lt;br /&amp;gt;&lt;br /&gt;
advocated support for accreditation of &amp;lt;br /&amp;gt;&lt;br /&gt;
non-U.S. based C3PAOs. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter suggested that FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements be deleted from the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and managed via DoD’s oversight of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB. One commenter speculated &amp;lt;br /&amp;gt;&lt;br /&gt;
the phased CMMC implementation plan &amp;lt;br /&amp;gt;&lt;br /&gt;
would require all non-U.S. firms to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply simultaneously and &lt;br /&gt;
&lt;br /&gt;
recommended that foreign contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
be allowed additional time to comply. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another recommended that foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
companies be permitted to simply self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assess in lieu of obtaining a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
Several commenters asked about &lt;br /&gt;
&lt;br /&gt;
foreign nationals participating in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC ecosystem and noted &amp;lt;br /&amp;gt;&lt;br /&gt;
discrepancies between qualifications &amp;lt;br /&amp;gt;&lt;br /&gt;
identified in the rule and content on the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB’s website at the time of rule &amp;lt;br /&amp;gt;&lt;br /&gt;
publication. These commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed interest in the ability for &amp;lt;br /&amp;gt;&lt;br /&gt;
foreign citizens to become CCAs, CCPs, &amp;lt;br /&amp;gt;&lt;br /&gt;
and LTPs (a term no longer used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule). &lt;br /&gt;
&lt;br /&gt;
One commenter presumed that only &lt;br /&gt;
&lt;br /&gt;
U.S.-based Cloud Service Providers &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSPs) may become FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized, and asserted a need to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorize or accredit foreign-based CSPs &amp;lt;br /&amp;gt;&lt;br /&gt;
that foreign DIB contractors might use &amp;lt;br /&amp;gt;&lt;br /&gt;
while still achieving CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. Another asked how foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses can comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC without access to U.S. approved &amp;lt;br /&amp;gt;&lt;br /&gt;
CSPs. One commenter asked for &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance on how to get foreign products &amp;lt;br /&amp;gt;&lt;br /&gt;
and services, such as encryption and &amp;lt;br /&amp;gt;&lt;br /&gt;
decryption mechanisms, approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
use in information systems that require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that the CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
permit assessment by C3PAOs and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors accredited in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
other ISO/IEC standards than those &amp;lt;br /&amp;gt;&lt;br /&gt;
identified in this rule. They cited ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC 27001 or 9901 as suitable alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC standards. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD declines to delay &lt;br /&gt;
&lt;br /&gt;
CMMC Program implementation for &amp;lt;br /&amp;gt;&lt;br /&gt;
non-U.S. organizations. International &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses will not receive special &amp;lt;br /&amp;gt;&lt;br /&gt;
accommodations because the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program’s phased implementation will &amp;lt;br /&amp;gt;&lt;br /&gt;
impact both U.S. and non-U.S. defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors equally. The &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan described in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule does not promote or prioritize &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments of any &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor over any other contractor. All &amp;lt;br /&amp;gt;&lt;br /&gt;
companies, regardless of location or &amp;lt;br /&amp;gt;&lt;br /&gt;
nationality, will have access to any &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized C3PAO. The rule does not &amp;lt;br /&amp;gt;&lt;br /&gt;
preclude non-U.S. citizens or foreign- &amp;lt;br /&amp;gt;&lt;br /&gt;
owned C3PAOs from operating in the &amp;lt;br /&amp;gt;&lt;br /&gt;
U.S. Additionally, U.S. owned C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
may operate in a foreign nation. &lt;br /&gt;
&lt;br /&gt;
As stated in the rule, C3PAOs must &lt;br /&gt;
&lt;br /&gt;
meet the criteria in § 170.9. Non-U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations and employees that meet &amp;lt;br /&amp;gt;&lt;br /&gt;
all the requirements in §§ 170.9 and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.11 will not be prohibited from &amp;lt;br /&amp;gt;&lt;br /&gt;
operating as a C3PAO within the U.S. or &amp;lt;br /&amp;gt;&lt;br /&gt;
abroad. A list of authorized C3PAOs is &amp;lt;br /&amp;gt;&lt;br /&gt;
available on the current CMMC AB &amp;lt;br /&amp;gt;&lt;br /&gt;
marketplace. DoD does not concur with &amp;lt;br /&amp;gt;&lt;br /&gt;
the recommendation to delete &lt;br /&gt;
&lt;br /&gt;
§ 170.9(b)(5) content identifying FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Those details for &amp;lt;br /&amp;gt;&lt;br /&gt;
complying with FOCI are necessary for &amp;lt;br /&amp;gt;&lt;br /&gt;
understanding the requirement. &lt;br /&gt;
&lt;br /&gt;
Some commenters noted differences &lt;br /&gt;
&lt;br /&gt;
between the rule content and &amp;lt;br /&amp;gt;&lt;br /&gt;
information on the CMMC AB website. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC AB is part of the public and &amp;lt;br /&amp;gt;&lt;br /&gt;
had no access to advance information &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to publication of the proposed &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The rule takes precedence in the &amp;lt;br /&amp;gt;&lt;br /&gt;
event of any discrepancy with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB materials. &lt;br /&gt;
&lt;br /&gt;
The document ‘Career Pathway &lt;br /&gt;
&lt;br /&gt;
Certified Assessor 612’, dated 2020, has &amp;lt;br /&amp;gt;&lt;br /&gt;
been replaced by a regularly updated &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Cyberspace Workforce Framework &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://public.cyber.mil/dcwf-work-role/security-control-assessor/ which may be found at &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
public.cyber.mil/dcwf-work-role/ &amp;lt;br /&amp;gt;&lt;br /&gt;
security-control-assessor/&#039;&#039;. Intermediate &amp;lt;br /&amp;gt;&lt;br /&gt;
]and Advanced Foundational &amp;lt;br /&amp;gt;&lt;br /&gt;
Qualification Options in the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Cyberspace Workforce Framework’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Control Assessor (612) Work &amp;lt;br /&amp;gt;&lt;br /&gt;
Role are available to foreign nationals. &amp;lt;br /&amp;gt;&lt;br /&gt;
The rule has been updated to reflect this &amp;lt;br /&amp;gt;&lt;br /&gt;
reference update. &lt;br /&gt;
&lt;br /&gt;
A domestic or international business &lt;br /&gt;
&lt;br /&gt;
seeking a contract that contains DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012, and using a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
service provider to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit covered defense information in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of that DoD contract, must &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure that the CSP meets FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or equivalency &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. As the FedRAMP program &amp;lt;br /&amp;gt;&lt;br /&gt;
and FedRAMP equivalency are available &amp;lt;br /&amp;gt;&lt;br /&gt;
to international organizations, foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
entities do not need to develop their &amp;lt;br /&amp;gt;&lt;br /&gt;
own FedRAMP program. FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or equivalency is also &amp;lt;br /&amp;gt;&lt;br /&gt;
available to small businesses. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
leverages the FedRAMP program to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement requirements for the &amp;lt;br /&amp;gt;&lt;br /&gt;
adoption of secure cloud services across &amp;lt;br /&amp;gt;&lt;br /&gt;
the Federal Government and provide a &amp;lt;br /&amp;gt;&lt;br /&gt;
standardized approach to security and &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment for cloud technologies. &amp;lt;br /&amp;gt;&lt;br /&gt;
Export controlled goods and ITAR are &amp;lt;br /&amp;gt;&lt;br /&gt;
outside the scope of the 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule. &lt;br /&gt;
&lt;br /&gt;
The process for identifying specific &lt;br /&gt;
&lt;br /&gt;
products or services that may meet NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements is beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule. CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are unrelated to evaluation &amp;lt;br /&amp;gt;&lt;br /&gt;
or approval of encryption or decryption &amp;lt;br /&amp;gt;&lt;br /&gt;
products manufactured by foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
information security companies. &lt;br /&gt;
&lt;br /&gt;
DoD considered many alternatives &lt;br /&gt;
&lt;br /&gt;
before deciding upon the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
structure. Alternative methods of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment have proven inadequate and &amp;lt;br /&amp;gt;&lt;br /&gt;
necessitated the establishment of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC. DoD declines to accept the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation of an alternate path to &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO accreditation. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00059&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83150 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;27. Impact to Small Businesses &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Funding the CMMC Program &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment asserted that &lt;br /&gt;
&lt;br /&gt;
the rule does not address CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program funding, affordability, and &amp;lt;br /&amp;gt;&lt;br /&gt;
sustainability. They recommended the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD conduct and publish a &amp;lt;br /&amp;gt;&lt;br /&gt;
comprehensive cost assessment for each &amp;lt;br /&amp;gt;&lt;br /&gt;
level of CMMC certification and explore &amp;lt;br /&amp;gt;&lt;br /&gt;
ways to reduce the financial burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD included an analysis &lt;br /&gt;
&lt;br /&gt;
of costs to meet CMMC requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
the regulatory impact analysis for this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
As described in the estimate included &lt;br /&gt;
&lt;br /&gt;
with the rule, the major cost categories &amp;lt;br /&amp;gt;&lt;br /&gt;
for compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are anticipated to include &amp;lt;br /&amp;gt;&lt;br /&gt;
costs for completing a self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;Level 1 or 2); costs to prepare for &amp;lt;br /&amp;gt;&lt;br /&gt;
and undergo C3PAO assessment (Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2); costs required to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 security requirements and for &amp;lt;br /&amp;gt;&lt;br /&gt;
preparing to undergo DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment (Level 3). All of these except &amp;lt;br /&amp;gt;&lt;br /&gt;
the market costs of a C3PAO are &amp;lt;br /&amp;gt;&lt;br /&gt;
controlled by the organization seeking &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Market forces of supply and &amp;lt;br /&amp;gt;&lt;br /&gt;
demand will determine C3PAO pricing &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
Analysis of costs to meet CMMC &lt;br /&gt;
&lt;br /&gt;
requirements is provided in the &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory impact analysis for this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC rule does not make any &amp;lt;br /&amp;gt;&lt;br /&gt;
change to cost allowability as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
the FAR 31.201–2 Determining &amp;lt;br /&amp;gt;&lt;br /&gt;
Allowability. Verifying compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable security requirements may &amp;lt;br /&amp;gt;&lt;br /&gt;
increase cost and is necessary for the &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of DoD CUI. With the revised &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC, the DoD has streamlined &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to align directly to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines and has eliminated unique &amp;lt;br /&amp;gt;&lt;br /&gt;
security practices to ease the burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
smaller companies. DoD must enforce &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements uniformly across &amp;lt;br /&amp;gt;&lt;br /&gt;
the Defense Industrial Base for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
value of information (and impact of its &amp;lt;br /&amp;gt;&lt;br /&gt;
loss) does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information moves to contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. The DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
speculate about how OSCs and C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
negotiate mutually acceptable terms and &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions for assessment agreements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD declined to modify the &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates, which are intended to be &amp;lt;br /&amp;gt;&lt;br /&gt;
representative and to inform &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking. &lt;br /&gt;
&lt;br /&gt;
b. Disproportionate Cost Burden &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many comments &lt;br /&gt;
&lt;br /&gt;
emphasized the importance of small &amp;lt;br /&amp;gt;&lt;br /&gt;
business to the DoD contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
environment and expressed the concern &lt;br /&gt;
&lt;br /&gt;
that increased cost burden on small &amp;lt;br /&amp;gt;&lt;br /&gt;
companies will result in an anti- &amp;lt;br /&amp;gt;&lt;br /&gt;
competitive barrier to entry. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specifically, commenters state the lack &amp;lt;br /&amp;gt;&lt;br /&gt;
of in-house security resources, inability &amp;lt;br /&amp;gt;&lt;br /&gt;
to amortize costs, upfront costs to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with CMMC Level 1 and 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
without guaranteed contracts, keeping &amp;lt;br /&amp;gt;&lt;br /&gt;
pace with requirements changes, paying &amp;lt;br /&amp;gt;&lt;br /&gt;
market rates for C3PAO assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
and obtaining ‘‘perfect’’ compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with requirement or assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives may not be affordable or may &amp;lt;br /&amp;gt;&lt;br /&gt;
cause unacceptable enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
disruption. One comment asserted that &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD is not considering additional &amp;lt;br /&amp;gt;&lt;br /&gt;
costs to small- and medium-sized &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses (SMBs) for ongoing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. One comment stated the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost of entry for a new SMB may be &amp;lt;br /&amp;gt;&lt;br /&gt;
insurmountable even with cost &amp;lt;br /&amp;gt;&lt;br /&gt;
recovery. One comment suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘right-sizing’’ CMMC by tailoring &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements based on business &amp;lt;br /&amp;gt;&lt;br /&gt;
size and number of employees. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additionally, one comment asserted &amp;lt;br /&amp;gt;&lt;br /&gt;
that small businesses would be unfairly &amp;lt;br /&amp;gt;&lt;br /&gt;
punished while large, legacy primes &amp;lt;br /&amp;gt;&lt;br /&gt;
would lobby and get waivers. &lt;br /&gt;
&lt;br /&gt;
Two comments noted that CMMC will &lt;br /&gt;
&lt;br /&gt;
increase costs, perhaps doubling annual &amp;lt;br /&amp;gt;&lt;br /&gt;
IT and security spending, ultimately &amp;lt;br /&amp;gt;&lt;br /&gt;
passing the cost to customers, the &amp;lt;br /&amp;gt;&lt;br /&gt;
government and the taxpayer and asked &amp;lt;br /&amp;gt;&lt;br /&gt;
how the DoD plans to deal with price &amp;lt;br /&amp;gt;&lt;br /&gt;
increases from subcontractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
primes. One comment suggested the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD pay contractor employees to learn &amp;lt;br /&amp;gt;&lt;br /&gt;
to cyber defend rather than pay auditor &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment costs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD concurs with &lt;br /&gt;
&lt;br /&gt;
commenters’ assessment of the &amp;lt;br /&amp;gt;&lt;br /&gt;
importance of small businesses to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. The DoD has streamlined CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to align directly to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines and has eliminated unique &amp;lt;br /&amp;gt;&lt;br /&gt;
security practices to ease the burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
smaller companies. In recognition of the &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber threat both to DoD and to the DIB, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
designed to ensure compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
existing standards for protection of FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI. These cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements align directly to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines (&#039;&#039;i.e., &#039;&#039;NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172 Feb2021) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
basic safeguarding requirements (FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21) that apply to all &amp;lt;br /&amp;gt;&lt;br /&gt;
executive agencies. &lt;br /&gt;
&lt;br /&gt;
The analysis of costs to meet CMMC &lt;br /&gt;
&lt;br /&gt;
Level 1 and 2 requirements are provided &amp;lt;br /&amp;gt;&lt;br /&gt;
in the Regulatory Impact Analysis &amp;lt;br /&amp;gt;&lt;br /&gt;
published with this rule. Note that &amp;lt;br /&amp;gt;&lt;br /&gt;
certification is never required for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1, which is a self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. CMMC Level 2 may either &amp;lt;br /&amp;gt;&lt;br /&gt;
be met via self-assessment, or via &amp;lt;br /&amp;gt;&lt;br /&gt;
certification following a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, depending on the specific &lt;br /&gt;
&lt;br /&gt;
requirement cited in the solicitation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Some comments appeared to reference &amp;lt;br /&amp;gt;&lt;br /&gt;
costs to meet the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
existing DFARS clause 252.204–7012. &amp;lt;br /&amp;gt;&lt;br /&gt;
Please refer to 81 FR 72990, October 21, &amp;lt;br /&amp;gt;&lt;br /&gt;
2016, for DoD’s final rule implementing &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD’s requirement that ‘‘contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
shall implement NIST SP 800–171 as &amp;lt;br /&amp;gt;&lt;br /&gt;
soon as practical, but not later than &amp;lt;br /&amp;gt;&lt;br /&gt;
December 31, 2017.’’ &lt;br /&gt;
&lt;br /&gt;
The cost estimates for SMBs represent &lt;br /&gt;
&lt;br /&gt;
average derived estimates based on &amp;lt;br /&amp;gt;&lt;br /&gt;
internal expertise and public feedback &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with OMB Circular A–4. &amp;lt;br /&amp;gt;&lt;br /&gt;
The size and complexity of the network &amp;lt;br /&amp;gt;&lt;br /&gt;
within scope of the assessment impacts &amp;lt;br /&amp;gt;&lt;br /&gt;
the estimates as well. &lt;br /&gt;
&lt;br /&gt;
The DoD has streamlined CMMC &lt;br /&gt;
&lt;br /&gt;
requirements to align directly to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines and has eliminated unique &amp;lt;br /&amp;gt;&lt;br /&gt;
security practices to ease the burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
smaller companies. In addition, CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 and select CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are now met via self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, which reduces burden to &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses. &lt;br /&gt;
&lt;br /&gt;
The CMMC program incorporates &lt;br /&gt;
&lt;br /&gt;
flexibility with the use of self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, POA&amp;amp;amp;Ms, and waivers. &amp;lt;br /&amp;gt;&lt;br /&gt;
Since December 2017, DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 has required contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to implement the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
adequate security applicable for &amp;lt;br /&amp;gt;&lt;br /&gt;
processing, storing, or transmitting CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
in support of the performance of a DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. OSAs that are currently &amp;lt;br /&amp;gt;&lt;br /&gt;
attesting that they meet DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 should not have difficulty &amp;lt;br /&amp;gt;&lt;br /&gt;
successfully achieving a Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
Some comments received lacked &lt;br /&gt;
&lt;br /&gt;
relevance to the rule’s content, which is &amp;lt;br /&amp;gt;&lt;br /&gt;
limited to specific CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The DoD declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
address speculation about lobbying &amp;lt;br /&amp;gt;&lt;br /&gt;
activities. Verifying compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable security requirements may &amp;lt;br /&amp;gt;&lt;br /&gt;
increase financial cost to the DoD due &amp;lt;br /&amp;gt;&lt;br /&gt;
to increased contract costs but it is &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary for the protection of DoD CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
The cost of lost technological advantage &amp;lt;br /&amp;gt;&lt;br /&gt;
over potential adversaries is greater than &amp;lt;br /&amp;gt;&lt;br /&gt;
the costs of such enforcement. The &amp;lt;br /&amp;gt;&lt;br /&gt;
value of information (and impact of its &amp;lt;br /&amp;gt;&lt;br /&gt;
loss) does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information moves to contractors. &lt;br /&gt;
&lt;br /&gt;
The trade-off is between protecting &lt;br /&gt;
&lt;br /&gt;
sensitive information from our nation’s &amp;lt;br /&amp;gt;&lt;br /&gt;
adversaries and accepting the fact that &amp;lt;br /&amp;gt;&lt;br /&gt;
security costs increase for numerous &amp;lt;br /&amp;gt;&lt;br /&gt;
reasons. Many of those cost-drivers are &amp;lt;br /&amp;gt;&lt;br /&gt;
completely independent of CMMC. &amp;lt;br /&amp;gt;&lt;br /&gt;
While CMMC compliance adds to an &amp;lt;br /&amp;gt;&lt;br /&gt;
organization’s cost, no member of the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB can assume the status-quo in &amp;lt;br /&amp;gt;&lt;br /&gt;
today’s ever-changing cyber security &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. Increasing costs to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
the nation’s data and industries from &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00060&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83151 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
emerging threats is simply a component &amp;lt;br /&amp;gt;&lt;br /&gt;
of doing business anywhere in the &amp;lt;br /&amp;gt;&lt;br /&gt;
world. Processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting sensitive Government &amp;lt;br /&amp;gt;&lt;br /&gt;
information comes with a handling cost &amp;lt;br /&amp;gt;&lt;br /&gt;
that needs to be built into each &amp;lt;br /&amp;gt;&lt;br /&gt;
organization’s business model. &lt;br /&gt;
&lt;br /&gt;
Some comments included suggestions &lt;br /&gt;
&lt;br /&gt;
about how workflow should occur &amp;lt;br /&amp;gt;&lt;br /&gt;
between prime and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
decrease or eliminate the transfer of CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
to subcontractors. The DoD cannot &amp;lt;br /&amp;gt;&lt;br /&gt;
dictate these business practices but &amp;lt;br /&amp;gt;&lt;br /&gt;
encourages prime contractors to work &amp;lt;br /&amp;gt;&lt;br /&gt;
with its subcontractors to flow down &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI with the required security and the &amp;lt;br /&amp;gt;&lt;br /&gt;
least burden. Questions regarding what &amp;lt;br /&amp;gt;&lt;br /&gt;
to mark as CUI are out of scope of this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. At the time of award, the DoD may &amp;lt;br /&amp;gt;&lt;br /&gt;
have no visibility into whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
awardee will choose to further &amp;lt;br /&amp;gt;&lt;br /&gt;
disseminate DoD’s CUI, but DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 and DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7021 require that the prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor to flow down the information &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement to any &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor with which the CUI will &amp;lt;br /&amp;gt;&lt;br /&gt;
be shared. Decisions regarding which &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD information must be shared to &amp;lt;br /&amp;gt;&lt;br /&gt;
support completion of which &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor tasks takes place between &amp;lt;br /&amp;gt;&lt;br /&gt;
the prime contractor and the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors chosen to complete the &amp;lt;br /&amp;gt;&lt;br /&gt;
specific tasks. &lt;br /&gt;
&lt;br /&gt;
c. Phasing the Cost To Comply &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two comments suggested a &lt;br /&gt;
&lt;br /&gt;
phased compliance would help offset &amp;lt;br /&amp;gt;&lt;br /&gt;
financial burden while working toward &amp;lt;br /&amp;gt;&lt;br /&gt;
full compliance. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed concern that Managed Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Providers (MSPs), many of which are &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses, will not have time to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve Level 2 certification before their &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA and OSC customers need them to &amp;lt;br /&amp;gt;&lt;br /&gt;
be certified and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
extending the phased timeline. &lt;br /&gt;
&lt;br /&gt;
Several comments stated that &lt;br /&gt;
&lt;br /&gt;
recouping compliance costs could take &amp;lt;br /&amp;gt;&lt;br /&gt;
years, forcing SMBs into financial debt, &amp;lt;br /&amp;gt;&lt;br /&gt;
contract termination, and exclusion &amp;lt;br /&amp;gt;&lt;br /&gt;
from the market for DoD contracts. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter expressed concern about &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of CMMC as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition of contract award and the &amp;lt;br /&amp;gt;&lt;br /&gt;
implication that compliance costs are &amp;lt;br /&amp;gt;&lt;br /&gt;
incurred prior to receiving a DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD declined to implement &lt;br /&gt;
&lt;br /&gt;
a small entity specific ‘‘phased &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance’’. Since December 2017, &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 has &amp;lt;br /&amp;gt;&lt;br /&gt;
required contractors to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to provide adequate security applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
for processing, storing, or transmitting &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI in support of the performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract. &lt;br /&gt;
&lt;br /&gt;
DoD received numerous comments &lt;br /&gt;
&lt;br /&gt;
about the use of ESPs, including MSPs, &amp;lt;br /&amp;gt;&lt;br /&gt;
which do not process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. In response to comments, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
has reduced the assessment burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers (ESPs). ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.19(c)(2) and (d)(2) have been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated. ESPs that are not CSPs and do &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT process, store, or transmit CUI, do &amp;lt;br /&amp;gt;&lt;br /&gt;
not require CMMC assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. Services provided by an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
CMMC has taken several steps to keep &lt;br /&gt;
&lt;br /&gt;
the cost of compliance with the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
commensurate with the risk to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s information. Level 1 only requires &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment, and many contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
with CUI will only require a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment. Companies that &amp;lt;br /&amp;gt;&lt;br /&gt;
currently attest that they meet DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 should not have &amp;lt;br /&amp;gt;&lt;br /&gt;
difficulty completing a Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. In accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking process, this rule was &amp;lt;br /&amp;gt;&lt;br /&gt;
reviewed by both DoD cost analysts and &amp;lt;br /&amp;gt;&lt;br /&gt;
OMB economists for realism and &amp;lt;br /&amp;gt;&lt;br /&gt;
completeness. &lt;br /&gt;
&lt;br /&gt;
This is a 32 CFR part 170 CMMC &lt;br /&gt;
&lt;br /&gt;
Program rule, not an acquisition rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
The 48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule will address implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC as it pertains to DoD contracts. &lt;br /&gt;
&lt;br /&gt;
d. Detailed Cost Analysis &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;A few comments suggested &lt;br /&gt;
&lt;br /&gt;
a detailed cost analysis should consider &amp;lt;br /&amp;gt;&lt;br /&gt;
SMBs of various sizes, types, and &amp;lt;br /&amp;gt;&lt;br /&gt;
challenges to ensure compliance is &amp;lt;br /&amp;gt;&lt;br /&gt;
sustainable. One comment asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether a profit margin analysis was &amp;lt;br /&amp;gt;&lt;br /&gt;
performed, while another asserted that &amp;lt;br /&amp;gt;&lt;br /&gt;
other third-party assessments are less &amp;lt;br /&amp;gt;&lt;br /&gt;
expensive than the estimates for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Another stated CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 cost estimates are too low and &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested using costs associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
SECRET-level networks for calculation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD provided an &lt;br /&gt;
&lt;br /&gt;
analysis of costs to meet CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 and 2 requirements in the regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
impact analysis for this rule. The cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates provided for this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
represent average costs for companies to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with CMMC requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the need for self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
or independent assessment against the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified standards. Comparing costs &amp;lt;br /&amp;gt;&lt;br /&gt;
with other third-party security audits &amp;lt;br /&amp;gt;&lt;br /&gt;
presumes that the security and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements are identical, &amp;lt;br /&amp;gt;&lt;br /&gt;
and DoD disagrees with that &amp;lt;br /&amp;gt;&lt;br /&gt;
assumption. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to produce another &lt;br /&gt;
&lt;br /&gt;
cost estimate for CMMC assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. As required by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Rulemaking Guidance, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
provided cost estimates and impact &lt;br /&gt;
&lt;br /&gt;
analyses in the proposed rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis included estimated costs for &amp;lt;br /&amp;gt;&lt;br /&gt;
each level and type of assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification for different sized &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor businesses. The cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates did not include an analysis of &amp;lt;br /&amp;gt;&lt;br /&gt;
profit margins, which is not required. &amp;lt;br /&amp;gt;&lt;br /&gt;
This rule also does not provide the cost &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis for all actions, personnel, and &amp;lt;br /&amp;gt;&lt;br /&gt;
security measures required to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI information, data, systems, and &amp;lt;br /&amp;gt;&lt;br /&gt;
technical products through the life cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
of the work and data generated. The cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates represent derived estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
based on internal expertise and public &amp;lt;br /&amp;gt;&lt;br /&gt;
feedback in accordance with OMB &amp;lt;br /&amp;gt;&lt;br /&gt;
Circular A–4. &lt;br /&gt;
&lt;br /&gt;
Market forces of supply and demand &lt;br /&gt;
&lt;br /&gt;
will determine C3PAO pricing for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The size and complexity of &amp;lt;br /&amp;gt;&lt;br /&gt;
the network within scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment impacts the costs as well. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 assessments against the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 baseline are &amp;lt;br /&amp;gt;&lt;br /&gt;
performed free of cost by DoD assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
which reduces the cost of CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3. &lt;br /&gt;
&lt;br /&gt;
The costs associated with a &lt;br /&gt;
&lt;br /&gt;
government-owned SECRET-level &amp;lt;br /&amp;gt;&lt;br /&gt;
network are not relevant to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program which ensures protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI. &lt;br /&gt;
&lt;br /&gt;
e. Assistance Programs or Other Relief &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several commenters &lt;br /&gt;
&lt;br /&gt;
proposed that financial assistance, &amp;lt;br /&amp;gt;&lt;br /&gt;
contract incentives, direct &amp;lt;br /&amp;gt;&lt;br /&gt;
reimbursement of assessment costs (in &amp;lt;br /&amp;gt;&lt;br /&gt;
whole or in part), and market rate price &amp;lt;br /&amp;gt;&lt;br /&gt;
caps be considered to lessen financial &amp;lt;br /&amp;gt;&lt;br /&gt;
burden and decrease the entry barrier &amp;lt;br /&amp;gt;&lt;br /&gt;
for SMBs. Several comments also &amp;lt;br /&amp;gt;&lt;br /&gt;
inquired about DoD SMB grant &amp;lt;br /&amp;gt;&lt;br /&gt;
programs to help SMBs cover the cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
Multiple comments suggested DOD &lt;br /&gt;
&lt;br /&gt;
provide actionable guidance through &amp;lt;br /&amp;gt;&lt;br /&gt;
outreach support and assistance along &amp;lt;br /&amp;gt;&lt;br /&gt;
with free or reduced cost cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
services to SMBs, with two referencing &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD Office of Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Programs and one the DoD Procurement &amp;lt;br /&amp;gt;&lt;br /&gt;
Toolbox. One comment, from a large &amp;lt;br /&amp;gt;&lt;br /&gt;
business with SMB suppliers, requested &amp;lt;br /&amp;gt;&lt;br /&gt;
clearer guidance and support for flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down to sub-tier suppliers and SMB &amp;lt;br /&amp;gt;&lt;br /&gt;
supply chains. &lt;br /&gt;
&lt;br /&gt;
One comment stated firms who &lt;br /&gt;
&lt;br /&gt;
receive a low number of CUI documents &amp;lt;br /&amp;gt;&lt;br /&gt;
(30 docs in 3-years on 10 computers) do &amp;lt;br /&amp;gt;&lt;br /&gt;
not justify the cost of becoming CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliant, and added the cost is nearly &amp;lt;br /&amp;gt;&lt;br /&gt;
as much as protection for classified &amp;lt;br /&amp;gt;&lt;br /&gt;
documents. One commenter suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements would not apply to their &amp;lt;br /&amp;gt;&lt;br /&gt;
specific characteristics, &#039;&#039;i.e., &#039;&#039;a very small &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00061&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83152 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
business with minimal internet &amp;lt;br /&amp;gt;&lt;br /&gt;
connectivity, no remote access, no &amp;lt;br /&amp;gt;&lt;br /&gt;
public access, no mobile devices, no &amp;lt;br /&amp;gt;&lt;br /&gt;
remote work, and no known &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity issues. The comment &amp;lt;br /&amp;gt;&lt;br /&gt;
asserted that the company posed &amp;lt;br /&amp;gt;&lt;br /&gt;
minimal risk to CUI and should be &amp;lt;br /&amp;gt;&lt;br /&gt;
excused from adhering to CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program requirements based on cost &amp;lt;br /&amp;gt;&lt;br /&gt;
burden. &lt;br /&gt;
&lt;br /&gt;
One comment proposed eliminating &lt;br /&gt;
&lt;br /&gt;
third party assessment costs and relying &amp;lt;br /&amp;gt;&lt;br /&gt;
only on self-certification to address the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost burdens. One comment noted that &amp;lt;br /&amp;gt;&lt;br /&gt;
free market pricing and a short supply &amp;lt;br /&amp;gt;&lt;br /&gt;
of C3PAOs combined with excessive &amp;lt;br /&amp;gt;&lt;br /&gt;
waiting times may result in SMB &amp;lt;br /&amp;gt;&lt;br /&gt;
attrition. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;It is not within in scope of &lt;br /&gt;
&lt;br /&gt;
this rule to address how companies &amp;lt;br /&amp;gt;&lt;br /&gt;
recover assessment costs. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
rule makes no change to the cost &amp;lt;br /&amp;gt;&lt;br /&gt;
allowability parameters described in &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR 31.201–2 Determining &amp;lt;br /&amp;gt;&lt;br /&gt;
Allowability. &lt;br /&gt;
&lt;br /&gt;
Contractors are required to comply &lt;br /&gt;
&lt;br /&gt;
with all terms and conditions of DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts, to include terms and &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions relating to cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
protections and assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, as implemented by this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. This holds true when a contract &amp;lt;br /&amp;gt;&lt;br /&gt;
clause is flowed down to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. &lt;br /&gt;
&lt;br /&gt;
Several of the commenters’ &lt;br /&gt;
&lt;br /&gt;
recommendations have potential benefit &amp;lt;br /&amp;gt;&lt;br /&gt;
for the contractor and sub-contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
communities; however, they are beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the rule. These &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations included creation or &amp;lt;br /&amp;gt;&lt;br /&gt;
expansion of: &lt;br /&gt;
&lt;br /&gt;
grants and assistance programs, &lt;br /&gt;
&lt;br /&gt;
financial support for small business, the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD [Procurement] Toolbox, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Office of Small Business Programs, &amp;lt;br /&amp;gt;&lt;br /&gt;
contract incentives and free or reduced &amp;lt;br /&amp;gt;&lt;br /&gt;
cost DoD cybersecurity services. &lt;br /&gt;
&lt;br /&gt;
DoD understands the burden on small &lt;br /&gt;
&lt;br /&gt;
business. Nonetheless, DoD must &amp;lt;br /&amp;gt;&lt;br /&gt;
enforce CMMC requirements uniformly &amp;lt;br /&amp;gt;&lt;br /&gt;
across the Defense Industrial Base for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. The requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary to protect a single document &amp;lt;br /&amp;gt;&lt;br /&gt;
are the same as to protect many &amp;lt;br /&amp;gt;&lt;br /&gt;
documents, therefore scaling by amount &amp;lt;br /&amp;gt;&lt;br /&gt;
of CUI expected is not a viable &amp;lt;br /&amp;gt;&lt;br /&gt;
approach. &lt;br /&gt;
&lt;br /&gt;
Solicitations for DoD contracts that &lt;br /&gt;
&lt;br /&gt;
will involve the processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting of FCI or CUI on any &amp;lt;br /&amp;gt;&lt;br /&gt;
nonfederal system, regardless of the size &amp;lt;br /&amp;gt;&lt;br /&gt;
or configuration of the nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
system, will specify the required CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level (1, 2 or 3) and assessment type &amp;lt;br /&amp;gt;&lt;br /&gt;
(self-assessment or independent third- &amp;lt;br /&amp;gt;&lt;br /&gt;
party assessment). That requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
applies, regardless of the number of &lt;br /&gt;
&lt;br /&gt;
computers or components in a &amp;lt;br /&amp;gt;&lt;br /&gt;
nonfederal information system. &lt;br /&gt;
&lt;br /&gt;
DoD’s original implementation of &lt;br /&gt;
&lt;br /&gt;
security requirements for adequate &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of CUI relied upon self- &amp;lt;br /&amp;gt;&lt;br /&gt;
attestation by contractors. Since that &amp;lt;br /&amp;gt;&lt;br /&gt;
time, the DoD Inspector General and &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA found that contractors did not &amp;lt;br /&amp;gt;&lt;br /&gt;
consistently implement mandated &amp;lt;br /&amp;gt;&lt;br /&gt;
system security requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding CUI and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD take steps to assess a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s ability to protect this &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
All contactors or sub-contractors with &lt;br /&gt;
&lt;br /&gt;
access to CUI need to be capable of &amp;lt;br /&amp;gt;&lt;br /&gt;
protecting that information to the &amp;lt;br /&amp;gt;&lt;br /&gt;
standard specified in 32 CFR part 2002. &amp;lt;br /&amp;gt;&lt;br /&gt;
If a small business cannot comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 and NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2, then that business &amp;lt;br /&amp;gt;&lt;br /&gt;
should not be processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting CUI. DoD’s programs, &amp;lt;br /&amp;gt;&lt;br /&gt;
technological superiority, and best &amp;lt;br /&amp;gt;&lt;br /&gt;
interests are not served if CUI is not &amp;lt;br /&amp;gt;&lt;br /&gt;
consistently safeguarded by all who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit it. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;28. Perceived Cost of CMMC Program &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
expressed disagreement with &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions supporting the cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimate, namely that implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
costs to comply with the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
of FAR clause 52.204–21 and DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 predate and are &amp;lt;br /&amp;gt;&lt;br /&gt;
not included as CMMC costs. These &amp;lt;br /&amp;gt;&lt;br /&gt;
comments assert that the cost of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance should include those costs, &amp;lt;br /&amp;gt;&lt;br /&gt;
and therefore dwarfs the cost of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. They further assert that &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s position does not account for &amp;lt;br /&amp;gt;&lt;br /&gt;
those contractors who have only &amp;lt;br /&amp;gt;&lt;br /&gt;
recently joined the DIB marketplace or &amp;lt;br /&amp;gt;&lt;br /&gt;
those that aspire to do so. The concern &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed in the comments is that the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost of standing up an infrastructure to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve and maintain DoD cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements regarding the protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI, combined with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment costs, is prohibitive and will &amp;lt;br /&amp;gt;&lt;br /&gt;
create a lack of diverse suppliers. &lt;br /&gt;
&lt;br /&gt;
Two commenters asserted the CMMC &lt;br /&gt;
&lt;br /&gt;
Program expanded application of &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements due to a perceived &amp;lt;br /&amp;gt;&lt;br /&gt;
extension of those requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
additional organizations, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers (ESPs). One &amp;lt;br /&amp;gt;&lt;br /&gt;
of the commenters further speculated &amp;lt;br /&amp;gt;&lt;br /&gt;
that CMMC requirements may decrease &amp;lt;br /&amp;gt;&lt;br /&gt;
the availability of ESPs that are &amp;lt;br /&amp;gt;&lt;br /&gt;
available and suitable to support DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
members as needed to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter stated that this scope &amp;lt;br /&amp;gt;&lt;br /&gt;
expansion increases direct &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation and compliance costs &amp;lt;br /&amp;gt;&lt;br /&gt;
above and beyond the CMMC Program’s &lt;br /&gt;
&lt;br /&gt;
estimated assessment costs. The &amp;lt;br /&amp;gt;&lt;br /&gt;
comment cites the introduction of the &amp;lt;br /&amp;gt;&lt;br /&gt;
terms ‘‘Security Protection Assets’’ and &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Security Protection Data’’ as extending &amp;lt;br /&amp;gt;&lt;br /&gt;
applicability of those requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
incurring the additional direct &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation and compliance costs. &amp;lt;br /&amp;gt;&lt;br /&gt;
Lastly, the comment notes these changes &amp;lt;br /&amp;gt;&lt;br /&gt;
will drive costs to ‘‘rip and replace’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
existing tools and likely purchase more &amp;lt;br /&amp;gt;&lt;br /&gt;
expensive FedRAMP or CMMC-certified &amp;lt;br /&amp;gt;&lt;br /&gt;
tools. &lt;br /&gt;
&lt;br /&gt;
One comment indicated that, while &lt;br /&gt;
&lt;br /&gt;
compliance with NIST SP 800–171 was &amp;lt;br /&amp;gt;&lt;br /&gt;
required by December 31, 2017, &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 increases requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
cost because NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 emphasizes process and &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation in addition to the intent &amp;lt;br /&amp;gt;&lt;br /&gt;
of the security requirement. &lt;br /&gt;
&lt;br /&gt;
Two comments pointed out that some &lt;br /&gt;
&lt;br /&gt;
contractors may need to accelerate &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation efforts and close out &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms under existing DoD contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
that are subject to DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 to meet CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. These comments &amp;lt;br /&amp;gt;&lt;br /&gt;
requested that since these contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
will now be faced with accelerating &amp;lt;br /&amp;gt;&lt;br /&gt;
close-out of their POA&amp;amp;amp;Ms, which will &amp;lt;br /&amp;gt;&lt;br /&gt;
incur additional costs, that DoD account &amp;lt;br /&amp;gt;&lt;br /&gt;
for those costs in the estimate and &amp;lt;br /&amp;gt;&lt;br /&gt;
potentially allow for recovery of those &amp;lt;br /&amp;gt;&lt;br /&gt;
costs. &lt;br /&gt;
&lt;br /&gt;
One comment asserts that CMMC &lt;br /&gt;
&lt;br /&gt;
assessment failures, remediation &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, and subsequent &amp;lt;br /&amp;gt;&lt;br /&gt;
reassessments will be very costly in &amp;lt;br /&amp;gt;&lt;br /&gt;
both time and money. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;81 FR 72990, October 21, &lt;br /&gt;
&lt;br /&gt;
2016 implemented the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement that ‘‘contractors shall &amp;lt;br /&amp;gt;&lt;br /&gt;
implement NIST SP 800–171 as soon as &amp;lt;br /&amp;gt;&lt;br /&gt;
practical, but not later than December &amp;lt;br /&amp;gt;&lt;br /&gt;
31, 2017.’’ Public comments related to &amp;lt;br /&amp;gt;&lt;br /&gt;
costs for implementation were &amp;lt;br /&amp;gt;&lt;br /&gt;
published with that final rule, along &amp;lt;br /&amp;gt;&lt;br /&gt;
with DoD’s responses. CMMC cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates are derived estimates based on &amp;lt;br /&amp;gt;&lt;br /&gt;
internal expertise and public feedback &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with OMB Circular A–4 &amp;lt;br /&amp;gt;&lt;br /&gt;
and are representative of average &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment efforts not actual prices of &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO services available in the &amp;lt;br /&amp;gt;&lt;br /&gt;
marketplace. Market forces of supply &amp;lt;br /&amp;gt;&lt;br /&gt;
and demand will determine C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
pricing for CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and how C3PAOs choose to &amp;lt;br /&amp;gt;&lt;br /&gt;
distinguish their service offerings from &amp;lt;br /&amp;gt;&lt;br /&gt;
other C3PAOs, including the timely &amp;lt;br /&amp;gt;&lt;br /&gt;
availability of an assessment team, or re- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments after an assessment failure. &amp;lt;br /&amp;gt;&lt;br /&gt;
The size and complexity of the network &amp;lt;br /&amp;gt;&lt;br /&gt;
within the scope of the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
impacts the costs as well. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to speculate about how OSCs &amp;lt;br /&amp;gt;&lt;br /&gt;
and C3PAOs negotiate mutually &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00062&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83153 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
acceptable terms and conditions for &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment agreements. &lt;br /&gt;
&lt;br /&gt;
OSA implementation of the &lt;br /&gt;
&lt;br /&gt;
requirements of FAR clause 52.204–21 &amp;lt;br /&amp;gt;&lt;br /&gt;
and DFARS clause 252.204–7012 long &amp;lt;br /&amp;gt;&lt;br /&gt;
predate CMMC and are not included in &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC cost estimates, since those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are not driven by or &amp;lt;br /&amp;gt;&lt;br /&gt;
attributable to CMMC, even for new or &amp;lt;br /&amp;gt;&lt;br /&gt;
aspiring defense contractors, and have &amp;lt;br /&amp;gt;&lt;br /&gt;
been in force since 2017 on DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts that include the processing, &amp;lt;br /&amp;gt;&lt;br /&gt;
storing, or transmitting of FCI or CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
the performance of a DoD contract. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD has taken measures to make a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment as straight forward as &amp;lt;br /&amp;gt;&lt;br /&gt;
possible and provided guidance to &amp;lt;br /&amp;gt;&lt;br /&gt;
mitigate any variance in assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scores. Additionally, the DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
streamlined CMMC requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
align directly to NIST guidelines and &amp;lt;br /&amp;gt;&lt;br /&gt;
has eliminated unique security practices &amp;lt;br /&amp;gt;&lt;br /&gt;
to ease the burden on smaller &amp;lt;br /&amp;gt;&lt;br /&gt;
companies. DoD must enforce CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements uniformly across the &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Industrial Base for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. Creation &amp;lt;br /&amp;gt;&lt;br /&gt;
of a grants and assistance programs are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 requires protection &amp;lt;br /&amp;gt;&lt;br /&gt;
of security protection assets and &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection data. Section 1.1 of &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 states: ‘‘The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply only to components &amp;lt;br /&amp;gt;&lt;br /&gt;
of nonfederal systems that process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI, or that provide &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection for such &amp;lt;br /&amp;gt;&lt;br /&gt;
components.’’ There is therefore no &amp;lt;br /&amp;gt;&lt;br /&gt;
increase in the scope as described in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
Security protection data requires &lt;br /&gt;
&lt;br /&gt;
protection commensurate with the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
it protects and is based on how and &amp;lt;br /&amp;gt;&lt;br /&gt;
where the security protection data is &amp;lt;br /&amp;gt;&lt;br /&gt;
stored. The FedRAMP requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
handling security protection data is &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore the same as that for handling &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. Any impact to the cost of serving &amp;lt;br /&amp;gt;&lt;br /&gt;
Government customers across the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
is beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
As NIST states in NIST SP 800–171A &lt;br /&gt;
&lt;br /&gt;
Jun2018, ‘‘The assessment procedures &amp;lt;br /&amp;gt;&lt;br /&gt;
are flexible and can be customized to &amp;lt;br /&amp;gt;&lt;br /&gt;
the needs of the organizations and the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors conducting the assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security assessments can be conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
as self-assessments; independent, third- &amp;lt;br /&amp;gt;&lt;br /&gt;
party assessments; or government- &amp;lt;br /&amp;gt;&lt;br /&gt;
sponsored assessments and can be &amp;lt;br /&amp;gt;&lt;br /&gt;
applied with various degrees of rigor, &amp;lt;br /&amp;gt;&lt;br /&gt;
based on customer-defined depth and &amp;lt;br /&amp;gt;&lt;br /&gt;
coverage attributes.’’ CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are designed to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with existing standards for &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of FCI and CUI and align &amp;lt;br /&amp;gt;&lt;br /&gt;
directly to NIST guidelines (&#039;&#039;i.e., &#039;&#039;NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2 and NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021) and the basic safeguarding &lt;br /&gt;
&lt;br /&gt;
requirements (of FAR clause 52.204–21) &amp;lt;br /&amp;gt;&lt;br /&gt;
that apply to all executive agencies. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule accounts for costs associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment via NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018. &lt;br /&gt;
&lt;br /&gt;
Within the limitations of section &lt;br /&gt;
&lt;br /&gt;
§ 170.21 Plan of Action and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements, offerors may bid on a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract while continuing to work &amp;lt;br /&amp;gt;&lt;br /&gt;
towards full CMMC compliance. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
rejects the notion that organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
must ‘‘accelerate’’ to meet a requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
in place since 2017. DoD did not intend &amp;lt;br /&amp;gt;&lt;br /&gt;
nor expect that POA&amp;amp;amp;Ms would remain &amp;lt;br /&amp;gt;&lt;br /&gt;
open-ended and unimplemented for &amp;lt;br /&amp;gt;&lt;br /&gt;
years. &lt;br /&gt;
&lt;br /&gt;
The DoD provided an analysis of costs &lt;br /&gt;
&lt;br /&gt;
to meet CMMC Level 1 and 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in the regulatory impact &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis for this rule. Certification is &amp;lt;br /&amp;gt;&lt;br /&gt;
never required for CMMC Level 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is a self-assessment requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 may either be met via &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment, or via a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, depending on the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement cited in the solicitation. It &amp;lt;br /&amp;gt;&lt;br /&gt;
is not within in scope of this rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
address the way companies recover &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment costs. &lt;br /&gt;
&lt;br /&gt;
Verifying compliance with applicable &lt;br /&gt;
&lt;br /&gt;
security requirements may increase cost &amp;lt;br /&amp;gt;&lt;br /&gt;
and is necessary for the protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD FCI and CUI. The cost of lost &amp;lt;br /&amp;gt;&lt;br /&gt;
technological advantage over potential &amp;lt;br /&amp;gt;&lt;br /&gt;
adversaries is greater than the costs of &amp;lt;br /&amp;gt;&lt;br /&gt;
such enforcement. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;29. CMMC Benefits and Cost Estimates &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Cost Estimate Assumptions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments proposed &lt;br /&gt;
&lt;br /&gt;
the DoD directly assume the costs for &amp;lt;br /&amp;gt;&lt;br /&gt;
industrial base compliance, increase &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award prices, offer grants and &amp;lt;br /&amp;gt;&lt;br /&gt;
loans, or provide tax credits to offset the &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with compliance. One &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for clarification regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
allowable versus unallowable costs. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment stated the cost estimate was a &amp;lt;br /&amp;gt;&lt;br /&gt;
good guesstimate of the total cost to the &amp;lt;br /&amp;gt;&lt;br /&gt;
USG, but the flow down costs and the &amp;lt;br /&amp;gt;&lt;br /&gt;
price of doing business will be at the &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Office level. The commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
requested the DoD provide a table of &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Office funding requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
aid Program Managers in reflecting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC costs in an Acquisition Strategy &amp;lt;br /&amp;gt;&lt;br /&gt;
and Cost Analysis Requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
Document (CARD). &lt;br /&gt;
&lt;br /&gt;
A few comments asked about the &lt;br /&gt;
&lt;br /&gt;
assumptions used to estimate numbers &amp;lt;br /&amp;gt;&lt;br /&gt;
of assessments by category and stated &amp;lt;br /&amp;gt;&lt;br /&gt;
the labor rates for ESPs and C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
were too low, and costs associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
small entities were incorrect. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments also suggested the number of &amp;lt;br /&amp;gt;&lt;br /&gt;
hours estimated for self-assessment are &amp;lt;br /&amp;gt;&lt;br /&gt;
too low, and three questioned the &amp;lt;br /&amp;gt;&lt;br /&gt;
accuracy of small and medium sized &lt;br /&gt;
&lt;br /&gt;
business labor rates and asserted that &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment costs for small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses were not sustainable. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment suggested that cost data in &amp;lt;br /&amp;gt;&lt;br /&gt;
existing/past contracts should be used &amp;lt;br /&amp;gt;&lt;br /&gt;
as a part of CMMC cost analysis and &amp;lt;br /&amp;gt;&lt;br /&gt;
Section H costs should apply to the &amp;lt;br /&amp;gt;&lt;br /&gt;
current CMMC cost estimate. &lt;br /&gt;
&lt;br /&gt;
One comment claimed it is cost &lt;br /&gt;
&lt;br /&gt;
prohibitive for individuals to obtain a &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP or CCA certification, which will &amp;lt;br /&amp;gt;&lt;br /&gt;
hamper the CMMC Program’s &amp;lt;br /&amp;gt;&lt;br /&gt;
scalability. &lt;br /&gt;
&lt;br /&gt;
One comment requested the &lt;br /&gt;
&lt;br /&gt;
government elaborate on how the &amp;lt;br /&amp;gt;&lt;br /&gt;
estimated 417.83 hours per response &amp;lt;br /&amp;gt;&lt;br /&gt;
was derived for table 39, C3PAOs Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 Certification and Assessment, in &amp;lt;br /&amp;gt;&lt;br /&gt;
section § 170.17(a). Another comment &amp;lt;br /&amp;gt;&lt;br /&gt;
asserted that assessments conducted by &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Technical Risk Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology (DTRAM) assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
teams require more manhours than are &amp;lt;br /&amp;gt;&lt;br /&gt;
anticipated for CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
One comment stated that while DoD &lt;br /&gt;
&lt;br /&gt;
included an estimate for annual senior &amp;lt;br /&amp;gt;&lt;br /&gt;
official affirmations in the Regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
Impact Analysis, it assumed a minimal &amp;lt;br /&amp;gt;&lt;br /&gt;
number of hours will be required to &amp;lt;br /&amp;gt;&lt;br /&gt;
complete this task which may not be &amp;lt;br /&amp;gt;&lt;br /&gt;
adequate to complete a full compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
review. &lt;br /&gt;
&lt;br /&gt;
One comment stated the DoD self- &lt;br /&gt;
&lt;br /&gt;
assessment resource allocations for an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP for both CMMC Level 1 and Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 are estimated 125% to 175% too low &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the belief that a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment should have more rigor than &amp;lt;br /&amp;gt;&lt;br /&gt;
a gap analysis. Specifically, the &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter posed questions on what &amp;lt;br /&amp;gt;&lt;br /&gt;
inputs from potential OSAs were used &amp;lt;br /&amp;gt;&lt;br /&gt;
and identifying the rigor a Certifying &amp;lt;br /&amp;gt;&lt;br /&gt;
Official would require for attestation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Recommendations include that the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
clearly state its assumptions regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment rigor, have OSA legal &amp;lt;br /&amp;gt;&lt;br /&gt;
counsel review assumptions and cost &amp;lt;br /&amp;gt;&lt;br /&gt;
factors, and identify a representative &amp;lt;br /&amp;gt;&lt;br /&gt;
cross-section of stakeholders to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine appropriate rigor &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions for company’s ESPs and &amp;lt;br /&amp;gt;&lt;br /&gt;
new to CMMC self-assessments. &lt;br /&gt;
&lt;br /&gt;
One comment stated that the DoD’s &lt;br /&gt;
&lt;br /&gt;
assumptions for the level of effort &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed as Director and staff IT &amp;lt;br /&amp;gt;&lt;br /&gt;
specialist hours are too low. Although &amp;lt;br /&amp;gt;&lt;br /&gt;
there are continuous monitoring &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of NIST 800–171 R2, those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements do not invoke the level of &amp;lt;br /&amp;gt;&lt;br /&gt;
effort necessary for an executive to make &amp;lt;br /&amp;gt;&lt;br /&gt;
an attestation corresponding to the level &amp;lt;br /&amp;gt;&lt;br /&gt;
of personal risk and corporate liability &amp;lt;br /&amp;gt;&lt;br /&gt;
incurred under the False Claims Act. &amp;lt;br /&amp;gt;&lt;br /&gt;
The comment asserted that DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions failed to account for an &amp;lt;br /&amp;gt;&lt;br /&gt;
SMB to acquire and manage technical &amp;lt;br /&amp;gt;&lt;br /&gt;
tools or manage the reaffirmation or an &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprise change management effort. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00063&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83154 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
The comment included several &amp;lt;br /&amp;gt;&lt;br /&gt;
questions regarding the inputs used to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine lack of ongoing management &amp;lt;br /&amp;gt;&lt;br /&gt;
resource requirements for reaffirmation, &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk management application, and &amp;lt;br /&amp;gt;&lt;br /&gt;
inputs across the DIB regarding the level &amp;lt;br /&amp;gt;&lt;br /&gt;
of assurance needed for affirmations to &amp;lt;br /&amp;gt;&lt;br /&gt;
address liability concerns with the False &amp;lt;br /&amp;gt;&lt;br /&gt;
Claims Act. Another recommendation &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the DoD clearly state the &amp;lt;br /&amp;gt;&lt;br /&gt;
degree of rigor an OSA should assume &amp;lt;br /&amp;gt;&lt;br /&gt;
and revisit the cost assumptions &amp;lt;br /&amp;gt;&lt;br /&gt;
involved to provide the Entity official &amp;lt;br /&amp;gt;&lt;br /&gt;
with assurance for reaffirmation. &lt;br /&gt;
&lt;br /&gt;
One commenter reviewed the CMMC &lt;br /&gt;
&lt;br /&gt;
AB’s draft CMMC Assessment Process &amp;lt;br /&amp;gt;&lt;br /&gt;
(CAP) document and agreed that 120 &amp;lt;br /&amp;gt;&lt;br /&gt;
hours for a C3PAO’s three-person team &amp;lt;br /&amp;gt;&lt;br /&gt;
inclusive of Phases 1, 2 and 3 is &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate for smaller companies and &amp;lt;br /&amp;gt;&lt;br /&gt;
should be considered a lower bound for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs deployed resources but &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the 156 ESP assessment hours &amp;lt;br /&amp;gt;&lt;br /&gt;
should be decreased. &lt;br /&gt;
&lt;br /&gt;
One comment highlighted the &lt;br /&gt;
&lt;br /&gt;
following rule text, ‘‘The total estimated &amp;lt;br /&amp;gt;&lt;br /&gt;
Public (large and small entities) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Government costs associated with this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, calculated in over a 20-year &amp;lt;br /&amp;gt;&lt;br /&gt;
horizon in 2023 dollars at a 7 percent &amp;lt;br /&amp;gt;&lt;br /&gt;
discount rate and a 3 percent discount &amp;lt;br /&amp;gt;&lt;br /&gt;
rate are provided as follows,’’ and asked &amp;lt;br /&amp;gt;&lt;br /&gt;
how an organization could become &amp;lt;br /&amp;gt;&lt;br /&gt;
eligible for the 7% discount. &lt;br /&gt;
&lt;br /&gt;
One comment proposed DOD remove &lt;br /&gt;
&lt;br /&gt;
CMMC Level 1, or defer CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation for several years, since &amp;lt;br /&amp;gt;&lt;br /&gt;
it does not involve CUI. The comment &amp;lt;br /&amp;gt;&lt;br /&gt;
stated CMMC Level 1 cost estimations &amp;lt;br /&amp;gt;&lt;br /&gt;
and burden of compliance in the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
were greatly understated, that few &amp;lt;br /&amp;gt;&lt;br /&gt;
companies subject to this CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
have any idea what is expected of them, &amp;lt;br /&amp;gt;&lt;br /&gt;
and most will struggle with financial, &amp;lt;br /&amp;gt;&lt;br /&gt;
technical, and human resources. &amp;lt;br /&amp;gt;&lt;br /&gt;
Though FAR clause 52.204–21 is widely &amp;lt;br /&amp;gt;&lt;br /&gt;
used in Federal contracts, it has not &amp;lt;br /&amp;gt;&lt;br /&gt;
been successfully communicated that &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171A Jun2018 will be &amp;lt;br /&amp;gt;&lt;br /&gt;
used. The comment concludes stating &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 does not include CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore making cost and compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
an excessive demand. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Subsidizing costs for the &lt;br /&gt;
&lt;br /&gt;
defense industrial base compliance is &amp;lt;br /&amp;gt;&lt;br /&gt;
not within the scope of this rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule has taken several steps to keep the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost of compliance with the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
commensurate with the risk to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s information. In addition, Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
only requires self-assessment, and many &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts with CUI will only require a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 self-assessment. Companies that &amp;lt;br /&amp;gt;&lt;br /&gt;
are currently and validly attesting that &amp;lt;br /&amp;gt;&lt;br /&gt;
they meet DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
should not have difficulty passing a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 self-assessment. &lt;br /&gt;
&lt;br /&gt;
Cost estimates provided in this rule &lt;br /&gt;
&lt;br /&gt;
were based on internal expertise, &lt;br /&gt;
&lt;br /&gt;
compliant with OMB Circular A–4, and &amp;lt;br /&amp;gt;&lt;br /&gt;
informed by public feedback. Certain &amp;lt;br /&amp;gt;&lt;br /&gt;
elements of the estimated costs will be &amp;lt;br /&amp;gt;&lt;br /&gt;
influenced by market forces of supply &amp;lt;br /&amp;gt;&lt;br /&gt;
and demand, which will determine &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO pricing for CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments. &lt;br /&gt;
&lt;br /&gt;
The number of assessments over the &lt;br /&gt;
&lt;br /&gt;
phase-in period were estimated using &amp;lt;br /&amp;gt;&lt;br /&gt;
data from the Electronic Data Access &amp;lt;br /&amp;gt;&lt;br /&gt;
system for the contracts containing &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 in fiscal &amp;lt;br /&amp;gt;&lt;br /&gt;
years 2019, 2020, and 2021, as well as &amp;lt;br /&amp;gt;&lt;br /&gt;
data calculated for the initial CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. This data was used in &amp;lt;br /&amp;gt;&lt;br /&gt;
combination with an expected growth &amp;lt;br /&amp;gt;&lt;br /&gt;
factor to estimate DoD contracts and &amp;lt;br /&amp;gt;&lt;br /&gt;
orders in the future. Data also showed &amp;lt;br /&amp;gt;&lt;br /&gt;
the number of awards that were made to &amp;lt;br /&amp;gt;&lt;br /&gt;
small entities and other than small &amp;lt;br /&amp;gt;&lt;br /&gt;
entities. The resulting estimate was &amp;lt;br /&amp;gt;&lt;br /&gt;
phased in over 7 years to allow the &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem to grow and accommodate an &amp;lt;br /&amp;gt;&lt;br /&gt;
increasing number of assessments. &lt;br /&gt;
&lt;br /&gt;
The assumptions and analysis of costs &lt;br /&gt;
&lt;br /&gt;
are provided in the regulatory impact &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis for this rule and are explained &amp;lt;br /&amp;gt;&lt;br /&gt;
in depth. One of the assumptions is that &amp;lt;br /&amp;gt;&lt;br /&gt;
Non-Small Entities have a team of full- &amp;lt;br /&amp;gt;&lt;br /&gt;
time cybersecurity professionals on staff &amp;lt;br /&amp;gt;&lt;br /&gt;
while Small Entities do not. The &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions reflect Small Entities will &amp;lt;br /&amp;gt;&lt;br /&gt;
likely obtain support from External &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Providers and have a staff &amp;lt;br /&amp;gt;&lt;br /&gt;
member submit affirmations and SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
scores for self-assessments (when &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable). &lt;br /&gt;
&lt;br /&gt;
DoD included an analysis of costs to &lt;br /&gt;
&lt;br /&gt;
meet CMMC requirements in the &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory impact analysis for this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
As described in the estimate included &amp;lt;br /&amp;gt;&lt;br /&gt;
with the rule, the major cost categories &amp;lt;br /&amp;gt;&lt;br /&gt;
for compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are anticipated to include &amp;lt;br /&amp;gt;&lt;br /&gt;
costs for completing a self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;Level 1 or 2); costs to prepare for &amp;lt;br /&amp;gt;&lt;br /&gt;
and undergo C3PAO assessment (Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2); costs required to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 security requirements and for &amp;lt;br /&amp;gt;&lt;br /&gt;
preparing to undergo DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment (Level 3). Market forces of &amp;lt;br /&amp;gt;&lt;br /&gt;
supply and demand will determine &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO pricing for CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
rule does not make any change to cost &amp;lt;br /&amp;gt;&lt;br /&gt;
allowability as defined in the FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
31.201–2, Determining Allowability. &lt;br /&gt;
&lt;br /&gt;
As addressed in the Assumptions &lt;br /&gt;
&lt;br /&gt;
section of the Regulatory Impact &amp;lt;br /&amp;gt;&lt;br /&gt;
Analysis (RIA), the cost estimates for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Levels 1 and 2 are based only on &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment, certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation activities that a defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor, subcontractor, or ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
member must take to allow DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify implementation of the relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
underlying security requirements. For &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3, cost estimates to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement applicable security &lt;br /&gt;
&lt;br /&gt;
requirements are included as they are a &amp;lt;br /&amp;gt;&lt;br /&gt;
new addition to current security &amp;lt;br /&amp;gt;&lt;br /&gt;
protection requirements. Section H costs &amp;lt;br /&amp;gt;&lt;br /&gt;
of existing/past contracts do not apply. &lt;br /&gt;
&lt;br /&gt;
CCP and CCA certification costs are &lt;br /&gt;
&lt;br /&gt;
set by the CAICO and are market driven. &amp;lt;br /&amp;gt;&lt;br /&gt;
The hours used in the cost estimations &amp;lt;br /&amp;gt;&lt;br /&gt;
are based on estimates by subject matter &amp;lt;br /&amp;gt;&lt;br /&gt;
experts. The 417.83 hours per response &amp;lt;br /&amp;gt;&lt;br /&gt;
questioned by the commentor ties to &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment on small entities as &amp;lt;br /&amp;gt;&lt;br /&gt;
identified in table 36, not Level 1 or &amp;lt;br /&amp;gt;&lt;br /&gt;
table 39 as stated in the comment. &lt;br /&gt;
&lt;br /&gt;
In response to public comments &lt;br /&gt;
&lt;br /&gt;
received in the initial 48 CFR CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
interim final rule public comment &amp;lt;br /&amp;gt;&lt;br /&gt;
period, DoD streamlined the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
model to ease the assessment burden. At &amp;lt;br /&amp;gt;&lt;br /&gt;
the same time, estimates were increased &amp;lt;br /&amp;gt;&lt;br /&gt;
for the time and cost of self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
based on industry and DIBCAC input. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD estimates are based on defendable &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions and documented labor &amp;lt;br /&amp;gt;&lt;br /&gt;
rates. Therefore, DoD declines to modify &amp;lt;br /&amp;gt;&lt;br /&gt;
the self-assessment estimates. &lt;br /&gt;
&lt;br /&gt;
The DoD has streamlined CMMC &lt;br /&gt;
&lt;br /&gt;
requirements to align directly to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines and eliminated unique &amp;lt;br /&amp;gt;&lt;br /&gt;
security practices to ease the burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
smaller companies, included an analysis &amp;lt;br /&amp;gt;&lt;br /&gt;
of costs to meet CMMC requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
the regulatory impact analysis for this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The DoD declined to modify the &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates, which are intended to be &amp;lt;br /&amp;gt;&lt;br /&gt;
representative and to inform &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking. &lt;br /&gt;
&lt;br /&gt;
Verifying compliance with applicable &lt;br /&gt;
&lt;br /&gt;
security requirements may increase cost &amp;lt;br /&amp;gt;&lt;br /&gt;
and is necessary for the protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CUI. The cost of lost technological &amp;lt;br /&amp;gt;&lt;br /&gt;
advantage over potential adversaries is &amp;lt;br /&amp;gt;&lt;br /&gt;
greater than the costs of such &amp;lt;br /&amp;gt;&lt;br /&gt;
enforcement. The value of information &amp;lt;br /&amp;gt;&lt;br /&gt;
(and impact of its loss) does not &amp;lt;br /&amp;gt;&lt;br /&gt;
diminish when the information moves &amp;lt;br /&amp;gt;&lt;br /&gt;
to contractors. &lt;br /&gt;
&lt;br /&gt;
DoD rejected the recommendation to &lt;br /&gt;
&lt;br /&gt;
adjust the annual requirement for senior &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations to a triennial requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
to decrease senior affirmation costs. The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for annual affirmations is to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure the Affirming Official &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for CMMC requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. If compliance is being &amp;lt;br /&amp;gt;&lt;br /&gt;
maintained as required, this should not &amp;lt;br /&amp;gt;&lt;br /&gt;
require more time or cost than provided &amp;lt;br /&amp;gt;&lt;br /&gt;
in the estimates. Further, DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 already requires NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 continuous monitoring via &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement 3.12.3. DoD also declined &amp;lt;br /&amp;gt;&lt;br /&gt;
to make the recommended edits to &amp;lt;br /&amp;gt;&lt;br /&gt;
further delineate a company’s internal &amp;lt;br /&amp;gt;&lt;br /&gt;
review of self-assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
reaffirmations in the cost assumptions. &lt;br /&gt;
&lt;br /&gt;
The cost estimates provided for this &lt;br /&gt;
&lt;br /&gt;
rule represent average costs for &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00064&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83155 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
companies to comply with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, including the need for self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or independent assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against the specified standards. Whether &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA elects to satisfy those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements themselves, or by using &amp;lt;br /&amp;gt;&lt;br /&gt;
one ESP for many requirements, or by &amp;lt;br /&amp;gt;&lt;br /&gt;
using several ESPs for individual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, is a decision to be made &amp;lt;br /&amp;gt;&lt;br /&gt;
by the OSA. That decision does not &amp;lt;br /&amp;gt;&lt;br /&gt;
change DoDs estimate of average costs to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet CMMC requirements. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declined to recalculate cost estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
using lower costs for ESP assessments. &lt;br /&gt;
&lt;br /&gt;
The 7% discount rate is not a &lt;br /&gt;
&lt;br /&gt;
discount for organizations. The discount &amp;lt;br /&amp;gt;&lt;br /&gt;
rate is a part of a formula used in a &amp;lt;br /&amp;gt;&lt;br /&gt;
business impact analysis calculation. &amp;lt;br /&amp;gt;&lt;br /&gt;
When calculating 20 years in the future, &amp;lt;br /&amp;gt;&lt;br /&gt;
a discount rate is used to determine the &amp;lt;br /&amp;gt;&lt;br /&gt;
net present value of money. Discount &amp;lt;br /&amp;gt;&lt;br /&gt;
rates are explained in step seven of &amp;lt;br /&amp;gt;&lt;br /&gt;
OMB Circular A–4: Regulatory Impact &amp;lt;br /&amp;gt;&lt;br /&gt;
Analysis: A Primer. The DoD does not &amp;lt;br /&amp;gt;&lt;br /&gt;
agree with the commenter’s assertion &amp;lt;br /&amp;gt;&lt;br /&gt;
that the cost estimates greatly understate &amp;lt;br /&amp;gt;&lt;br /&gt;
the costs and burden to Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. The 15 FAR security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that comprise CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 should already have the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements implemented if an OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
network processes, stores, or transmits &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI. In addition to NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018, the CMMC Level 1 Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Guide provides supplemental &amp;lt;br /&amp;gt;&lt;br /&gt;
information to help facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation and assessment of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 security requirements. &lt;br /&gt;
&lt;br /&gt;
b. Economic Impact &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment suggested &lt;br /&gt;
&lt;br /&gt;
the government evaluate the economic &amp;lt;br /&amp;gt;&lt;br /&gt;
impact of implementing the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting requirements at scale. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
comment expressed the notion that the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost impact analysis does not account &amp;lt;br /&amp;gt;&lt;br /&gt;
for the free market response, referring to &amp;lt;br /&amp;gt;&lt;br /&gt;
the associated cost increases and &amp;lt;br /&amp;gt;&lt;br /&gt;
schedule delays that directly impact the &amp;lt;br /&amp;gt;&lt;br /&gt;
warfighter and taxpayer. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commentor suggested the cost could &amp;lt;br /&amp;gt;&lt;br /&gt;
dwarf both the cost of implementing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance and achieving certification. &lt;br /&gt;
&lt;br /&gt;
One comment stated the CMMC Level &lt;br /&gt;
&lt;br /&gt;
2 and Level 3 cost burdens for &amp;lt;br /&amp;gt;&lt;br /&gt;
companies that were historically never &amp;lt;br /&amp;gt;&lt;br /&gt;
subjected to such requirements may be &amp;lt;br /&amp;gt;&lt;br /&gt;
disproportionate to the risk their &amp;lt;br /&amp;gt;&lt;br /&gt;
operations pose to the inadvertent &amp;lt;br /&amp;gt;&lt;br /&gt;
disclosure of CUI or FCI. It suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
ensuring requirements be proportional &amp;lt;br /&amp;gt;&lt;br /&gt;
to the subcontractor’s activity and risk &amp;lt;br /&amp;gt;&lt;br /&gt;
levels. The comment further mentioned &amp;lt;br /&amp;gt;&lt;br /&gt;
that costs may be passed on to the prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor, and DoD should consider &amp;lt;br /&amp;gt;&lt;br /&gt;
providing recovery costs in the price of &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. &lt;br /&gt;
&lt;br /&gt;
One comment stated the 100% &lt;br /&gt;
&lt;br /&gt;
compliance to CMMC Level 2 &lt;br /&gt;
&lt;br /&gt;
certification may be financially &amp;lt;br /&amp;gt;&lt;br /&gt;
unachievable and suggests if a risk &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment shows the likelihood of &amp;lt;br /&amp;gt;&lt;br /&gt;
harm is comparatively low, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
should direct CMMC Program assessors &amp;lt;br /&amp;gt;&lt;br /&gt;
to use their professional judgments and &amp;lt;br /&amp;gt;&lt;br /&gt;
not require seeking maximum evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
of compliance where there is evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
of sufficiency. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD has already &lt;br /&gt;
&lt;br /&gt;
evaluated the reporting requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and the analysis of the costs is provided &amp;lt;br /&amp;gt;&lt;br /&gt;
in the Regulatory Impact Analysis &amp;lt;br /&amp;gt;&lt;br /&gt;
published with this rule. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declined to respond to speculative or &amp;lt;br /&amp;gt;&lt;br /&gt;
editorial comments about downstream &amp;lt;br /&amp;gt;&lt;br /&gt;
impacts of the market’s reaction to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC, all of which are beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule. &lt;br /&gt;
&lt;br /&gt;
The DoD declined the &lt;br /&gt;
&lt;br /&gt;
recommendation to restructure CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
to be proportional to the subcontractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
activity and risk levels. DoD must &amp;lt;br /&amp;gt;&lt;br /&gt;
enforce CMMC requirements uniformly &amp;lt;br /&amp;gt;&lt;br /&gt;
across the Defense Industrial Base for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
value of information (and impact of its &amp;lt;br /&amp;gt;&lt;br /&gt;
loss) does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information moves to contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. &lt;br /&gt;
&lt;br /&gt;
Assessors exercise judgment in &lt;br /&gt;
&lt;br /&gt;
determining when sufficient and &amp;lt;br /&amp;gt;&lt;br /&gt;
adequate evidence has been presented &amp;lt;br /&amp;gt;&lt;br /&gt;
to make an assessment finding. This is &amp;lt;br /&amp;gt;&lt;br /&gt;
consistent with current DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments and assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted under the Joint Surveillance &amp;lt;br /&amp;gt;&lt;br /&gt;
Voluntary Assessment (JSVA) program. &amp;lt;br /&amp;gt;&lt;br /&gt;
Furthermore, to reduce burden to small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses, the CMMC program has &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented flexibility with self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, POA&amp;amp;amp;Ms, and waivers. &lt;br /&gt;
&lt;br /&gt;
c. Cross-Functional Requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
Artifacts &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Multiple comments &lt;br /&gt;
&lt;br /&gt;
maintained that DoD underestimated &amp;lt;br /&amp;gt;&lt;br /&gt;
the cross-functional (Human Resources, &amp;lt;br /&amp;gt;&lt;br /&gt;
Physical Security, Training, etc.) &amp;lt;br /&amp;gt;&lt;br /&gt;
manhours and associated cost to collect &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts and evidence in preparation for &amp;lt;br /&amp;gt;&lt;br /&gt;
a C3PAO assessment. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
stated the DoD’s overestimation of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 requirements would &amp;lt;br /&amp;gt;&lt;br /&gt;
correspond to an underestimation of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance costs. The comment referred &amp;lt;br /&amp;gt;&lt;br /&gt;
to current NIST requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
asserted that potential revisions would &amp;lt;br /&amp;gt;&lt;br /&gt;
force changes to POA&amp;amp;amp;Ms causing &amp;lt;br /&amp;gt;&lt;br /&gt;
additional costs beyond those included &amp;lt;br /&amp;gt;&lt;br /&gt;
in the estimates. The comment &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the DoD should determine the &amp;lt;br /&amp;gt;&lt;br /&gt;
range of potential compliance timelines, &amp;lt;br /&amp;gt;&lt;br /&gt;
the use and value of existing and &amp;lt;br /&amp;gt;&lt;br /&gt;
planned POA&amp;amp;amp;Ms, and true certification &amp;lt;br /&amp;gt;&lt;br /&gt;
costs, both for initial compliance as well &amp;lt;br /&amp;gt;&lt;br /&gt;
as ongoing maintenance and oversight. &lt;br /&gt;
&lt;br /&gt;
One commentor claimed too much &lt;br /&gt;
&lt;br /&gt;
funding was expended over the past 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
years for the CMMC database system. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;OSCs prepare for C3PAO &lt;br /&gt;
&lt;br /&gt;
assessments based upon NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines as addressed in § 170.17. The &amp;lt;br /&amp;gt;&lt;br /&gt;
cost and time estimates represent the &amp;lt;br /&amp;gt;&lt;br /&gt;
time to gather the evidence to address &amp;lt;br /&amp;gt;&lt;br /&gt;
all assessment objectives are derived &amp;lt;br /&amp;gt;&lt;br /&gt;
averages based on internal expertise and &amp;lt;br /&amp;gt;&lt;br /&gt;
public feedback in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
OMB Circular A–4 Regulatory Impact &amp;lt;br /&amp;gt;&lt;br /&gt;
Analysis: A Primer. The size and &amp;lt;br /&amp;gt;&lt;br /&gt;
complexity of the network within scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of the assessment impacts the costs as &amp;lt;br /&amp;gt;&lt;br /&gt;
well. &lt;br /&gt;
&lt;br /&gt;
The time estimates represent average &lt;br /&gt;
&lt;br /&gt;
derived estimates based on internal &amp;lt;br /&amp;gt;&lt;br /&gt;
expertise and public feedback in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with OMB Circular A–4. &amp;lt;br /&amp;gt;&lt;br /&gt;
The size and complexity of the network &amp;lt;br /&amp;gt;&lt;br /&gt;
within scope of the assessment impacts &amp;lt;br /&amp;gt;&lt;br /&gt;
the time estimates as well. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
does not concur with the commenter’s &amp;lt;br /&amp;gt;&lt;br /&gt;
claim that too much funding has been &amp;lt;br /&amp;gt;&lt;br /&gt;
spent to develop the DoD’s database for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program. &lt;br /&gt;
&lt;br /&gt;
d. Duplication or Overlap &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment asserted &lt;br /&gt;
&lt;br /&gt;
CMMC requirements may be duplicative &amp;lt;br /&amp;gt;&lt;br /&gt;
or conflict with existing utility industry &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance requirements that address &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, since utility companies will not &amp;lt;br /&amp;gt;&lt;br /&gt;
require CMMC Level 3 certification. &amp;lt;br /&amp;gt;&lt;br /&gt;
They proposed the utilities and the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
collaborate to harmonize requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to limit the financial burden. &lt;br /&gt;
&lt;br /&gt;
One comment highlighted a concern &lt;br /&gt;
&lt;br /&gt;
that cost for companies that have &amp;lt;br /&amp;gt;&lt;br /&gt;
multiple contracts, each requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
different CMMC Program requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Concerns were specifically based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
increased costs from CMMC Level 2 to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 compliancy and &amp;lt;br /&amp;gt;&lt;br /&gt;
assuming costs would be borne by &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. They expressed similar &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns about costs for FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, given a purported backlog &amp;lt;br /&amp;gt;&lt;br /&gt;
in FedRAMP authorizations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Addressing the &lt;br /&gt;
&lt;br /&gt;
harmonization between the DoD, &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors, and subcontractors is &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. These are &amp;lt;br /&amp;gt;&lt;br /&gt;
functions of the DIB Sector Coordinating &amp;lt;br /&amp;gt;&lt;br /&gt;
Council and the DIB Government &amp;lt;br /&amp;gt;&lt;br /&gt;
Coordinating Council. Additionally, &amp;lt;br /&amp;gt;&lt;br /&gt;
non-DoD programs are outside the &amp;lt;br /&amp;gt;&lt;br /&gt;
control and scope of the 32 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
170 CMMC Program rule. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
encourages prime contractors to work &amp;lt;br /&amp;gt;&lt;br /&gt;
with its subcontractors to flow down &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI with the required security and the &amp;lt;br /&amp;gt;&lt;br /&gt;
least burden. &lt;br /&gt;
&lt;br /&gt;
DoD is aware organizations may &lt;br /&gt;
&lt;br /&gt;
receive multiple contracts that may &amp;lt;br /&amp;gt;&lt;br /&gt;
require different CMMC levels based &amp;lt;br /&amp;gt;&lt;br /&gt;
upon programmatic data security needs. &amp;lt;br /&amp;gt;&lt;br /&gt;
It is beyond the scope of this rule to &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00065&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83156 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
dictate how OSAs manage varying &amp;lt;br /&amp;gt;&lt;br /&gt;
contract requirements. Contractors that &amp;lt;br /&amp;gt;&lt;br /&gt;
have achieved a CMMC Level 2 or Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 certification automatically meet a &amp;lt;br /&amp;gt;&lt;br /&gt;
stated requirement of a lower CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level if the same system/assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scope will be used in performance of the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;30. Alternatives &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Alternate Programs &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many comment &lt;br /&gt;
&lt;br /&gt;
submissions included lengthy proposals &amp;lt;br /&amp;gt;&lt;br /&gt;
for alternatives to the CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
purported to alleviate specific concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
with aspects of CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In some cases, the &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns were based on a misreading of &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule’s content. The DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed some valid concerns through &amp;lt;br /&amp;gt;&lt;br /&gt;
rule revisions that differ from the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations. &lt;br /&gt;
&lt;br /&gt;
One commenter suggested eliminating &lt;br /&gt;
&lt;br /&gt;
compliance assessments in favor of &amp;lt;br /&amp;gt;&lt;br /&gt;
establishing a DoD office to conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
penetration testing of each DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
company’s network every two years. &amp;lt;br /&amp;gt;&lt;br /&gt;
Other commenters also recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD establish a secure portal and &amp;lt;br /&amp;gt;&lt;br /&gt;
share CUI with contractors only through &amp;lt;br /&amp;gt;&lt;br /&gt;
that portal, as a way for the DIB to avoid &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost of securing their information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. One commenter suggested the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD monitor use of waivers and utilize &amp;lt;br /&amp;gt;&lt;br /&gt;
this secure portal approach when &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC waivers apply. Similar &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations included sharing CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
only through password encrypted files &amp;lt;br /&amp;gt;&lt;br /&gt;
or requiring contractors to store CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
restricted access folders. In similar &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestions, several commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
thought the DoD should provide its &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors with training, GFE and other &amp;lt;br /&amp;gt;&lt;br /&gt;
tools necessary to secure the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems being used &amp;lt;br /&amp;gt;&lt;br /&gt;
to process or store CUI. One such &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter stated that the Government &amp;lt;br /&amp;gt;&lt;br /&gt;
should appropriate funding for secure &amp;lt;br /&amp;gt;&lt;br /&gt;
solutions rather than phasing in &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessments. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter suggested the DoD consider &amp;lt;br /&amp;gt;&lt;br /&gt;
industry’s application of alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
security mechanisms in lieu of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels 2 and 3. Another recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD stand up a voluntary DIB Cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Program to improve real-time &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring of the DIB, improve &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity for firms that cannot &amp;lt;br /&amp;gt;&lt;br /&gt;
afford the needed professional staff, and &amp;lt;br /&amp;gt;&lt;br /&gt;
offer data and legal protections to DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
firms. Another such commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that DoD fund securing the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB through contract incentives. &lt;br /&gt;
&lt;br /&gt;
One commenter recommended &lt;br /&gt;
&lt;br /&gt;
mandating DIB use of the DoD CIO’s DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
CS Program or other DoD cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
related services as alternatives to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program. That comment &lt;br /&gt;
&lt;br /&gt;
suggested reassigning Government &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel to provide training for all &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors, to reduce training cost and &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure enough assessors to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
demand. Another commenter made &amp;lt;br /&amp;gt;&lt;br /&gt;
similar recommendations about CISA &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity service offerings. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;Many comments included &lt;br /&gt;
&lt;br /&gt;
lengthy proposals for alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
approaches to the CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
which would alleviate specific concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
with aspects of CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In some cases, the &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestions were based on a misreading &amp;lt;br /&amp;gt;&lt;br /&gt;
of the rule’s content. The DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed some valid concerns via rule &amp;lt;br /&amp;gt;&lt;br /&gt;
revisions that differ from commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations. &lt;br /&gt;
&lt;br /&gt;
The DoD notes with interest one &lt;br /&gt;
&lt;br /&gt;
commenter’s reference to initiatives &amp;lt;br /&amp;gt;&lt;br /&gt;
described in a report to Congress about &amp;lt;br /&amp;gt;&lt;br /&gt;
the breadth of cybersecurity related &amp;lt;br /&amp;gt;&lt;br /&gt;
initiatives within the Department. While &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC is an important initiative, it &amp;lt;br /&amp;gt;&lt;br /&gt;
is by no means the Department’s only &amp;lt;br /&amp;gt;&lt;br /&gt;
effort to improve DIB cybersecurity. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program addresses adequate &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of contractor owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems which process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI or CUI. Other DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
initiatives related to secure cloud or &amp;lt;br /&amp;gt;&lt;br /&gt;
software development environments are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
The DoD did not adopt suggested &lt;br /&gt;
&lt;br /&gt;
alternatives, such as policy-based &amp;lt;br /&amp;gt;&lt;br /&gt;
solutions that lack a rigorous assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
component. The DoD determined that &amp;lt;br /&amp;gt;&lt;br /&gt;
sharing CUI only through DoD-hosted &amp;lt;br /&amp;gt;&lt;br /&gt;
secure platforms, in lieu of &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the CMMC Program, was &amp;lt;br /&amp;gt;&lt;br /&gt;
not a scalable or cost-effective solution. &amp;lt;br /&amp;gt;&lt;br /&gt;
Although the DoD expanded the &amp;lt;br /&amp;gt;&lt;br /&gt;
availability of resources through the DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
Collaborative Information Sharing &amp;lt;br /&amp;gt;&lt;br /&gt;
Environment (DCISE) program, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
also declines to rely only on training in &amp;lt;br /&amp;gt;&lt;br /&gt;
lieu of assessment. &lt;br /&gt;
&lt;br /&gt;
The purpose of CMMC is to require &lt;br /&gt;
&lt;br /&gt;
defense contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to undergo an assessment to verify the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of prescribed &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards. The security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are already specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
existing regulations (32 CFR part 2002, &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012, and FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21). &lt;br /&gt;
&lt;br /&gt;
Comments which suggest that &lt;br /&gt;
&lt;br /&gt;
enrollment in the DoD’s DIB CS Program &amp;lt;br /&amp;gt;&lt;br /&gt;
can be an alternative means of meeting &amp;lt;br /&amp;gt;&lt;br /&gt;
the objectives of CMMC misinterpret the &amp;lt;br /&amp;gt;&lt;br /&gt;
services that the DIB CS Program &amp;lt;br /&amp;gt;&lt;br /&gt;
provides. The DIB CS Program does not &amp;lt;br /&amp;gt;&lt;br /&gt;
provide any mechanism for verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
whether those participants have secured &amp;lt;br /&amp;gt;&lt;br /&gt;
their contractor owned information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems to the standards required by &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012. Likewise, &amp;lt;br /&amp;gt;&lt;br /&gt;
the recommended NSA cybersecurity &lt;br /&gt;
&lt;br /&gt;
offerings also do not provide the same &amp;lt;br /&amp;gt;&lt;br /&gt;
verification mechanism that CMMC will &amp;lt;br /&amp;gt;&lt;br /&gt;
provide. CMMC Program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to contractor-owned information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI. Hardware and software &amp;lt;br /&amp;gt;&lt;br /&gt;
approving authorities for GFE are not &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant to this CMMC rule. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declined to adopt the recommendation &amp;lt;br /&amp;gt;&lt;br /&gt;
to provide GFE to DIB contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain security, ownership of data &amp;lt;br /&amp;gt;&lt;br /&gt;
and support Clinger-Cohen Act &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
Some comments received reflect a &lt;br /&gt;
&lt;br /&gt;
misinterpretation of the cost estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
that accompany this rule, which are &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to inform the rulemaking &amp;lt;br /&amp;gt;&lt;br /&gt;
process. The cost estimates are not &amp;lt;br /&amp;gt;&lt;br /&gt;
indicative of a funded budget line &amp;lt;br /&amp;gt;&lt;br /&gt;
which could be reprogrammed to fund &amp;lt;br /&amp;gt;&lt;br /&gt;
a new agency to meet the objectives of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program. Comments &amp;lt;br /&amp;gt;&lt;br /&gt;
recommending that funding be &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriated (by Congress) to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIB with security solutions are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule. &lt;br /&gt;
&lt;br /&gt;
b. Alternate Standards &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter &lt;br /&gt;
&lt;br /&gt;
recommended aligning requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD policies rather than to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
standards and relying on FISMA &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessments in lieu of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC model. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the DoD and NIST work &amp;lt;br /&amp;gt;&lt;br /&gt;
with other international standards &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations to incorporate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (really NIST standards) &amp;lt;br /&amp;gt;&lt;br /&gt;
into existing ISO/IEC and CMMI &amp;lt;br /&amp;gt;&lt;br /&gt;
standards. In general, these commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended DoD accept alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments conducted against alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
standards by assessors with alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
training and qualifications. They further &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that DoD issue an RFI &amp;lt;br /&amp;gt;&lt;br /&gt;
seeking recommendation of alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
third-party assessment schemes. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter recommended the rule be &amp;lt;br /&amp;gt;&lt;br /&gt;
modified to require that contracts with &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC level 3 requirement also &amp;lt;br /&amp;gt;&lt;br /&gt;
require use of a FedRAMP moderate or &amp;lt;br /&amp;gt;&lt;br /&gt;
higher CSP, and that contracts with a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level 2 requirement permit use &amp;lt;br /&amp;gt;&lt;br /&gt;
of CSPs with either FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization (or higher) or CMMC level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 or 3 certification assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC is based on the &lt;br /&gt;
&lt;br /&gt;
executive branch’s CUI Program as the &amp;lt;br /&amp;gt;&lt;br /&gt;
authoritative source, as codified in 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 2002. The definition of CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and general requirements for its &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding are included in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
2002.4 and 2002.14, respectively. 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 2002.14(h)(2) specifically requires &amp;lt;br /&amp;gt;&lt;br /&gt;
that ‘‘Agencies must use NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 when establishing security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to protect CUI’s &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality on non-Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems . . .’’ The CMMC &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00066&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83157 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
Program makes no change to the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
program or its implementing policies. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractually, DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, effective since December 2017, &amp;lt;br /&amp;gt;&lt;br /&gt;
requires contractors to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to provide adequate security applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
for processing, storing, or transmitting &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI in support of the performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract. That requirement applies, &amp;lt;br /&amp;gt;&lt;br /&gt;
regardless of the number of computers &amp;lt;br /&amp;gt;&lt;br /&gt;
or components in a non-Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
information system. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program provides an &lt;br /&gt;
&lt;br /&gt;
assessment mechanism to verify that &amp;lt;br /&amp;gt;&lt;br /&gt;
prospective offerors comply with the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable information security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. All executive agencies are &amp;lt;br /&amp;gt;&lt;br /&gt;
required to follow the policies described &amp;lt;br /&amp;gt;&lt;br /&gt;
in 32 CFR 2002.14. DoD aligned CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements with NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
because it is enterprise focused and is &amp;lt;br /&amp;gt;&lt;br /&gt;
already required in DoD contracts when &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 is &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–171 R2 provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements, whereas &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC validates implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
those requirements. CMMC does not &amp;lt;br /&amp;gt;&lt;br /&gt;
duplicate these documents. &lt;br /&gt;
&lt;br /&gt;
The DoD publishes Security &lt;br /&gt;
&lt;br /&gt;
Technical Implementation Guides &amp;lt;br /&amp;gt;&lt;br /&gt;
(STIGs) for specific products, primarily &amp;lt;br /&amp;gt;&lt;br /&gt;
to guide secure implementation in DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. The OSA is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
creating the implementation guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
they will use to meet the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. OSAs are free to &amp;lt;br /&amp;gt;&lt;br /&gt;
use the DoD STIGS if they feel they are &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate. The DoD does not want to &amp;lt;br /&amp;gt;&lt;br /&gt;
limit the choices available to the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
for implementation guidance. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, the DoD declines to create &amp;lt;br /&amp;gt;&lt;br /&gt;
STIGs for all products that might be &amp;lt;br /&amp;gt;&lt;br /&gt;
used in the OSA’s environment. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
comments lacked relevance to the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
content, which is limited to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program requirements. &lt;br /&gt;
&lt;br /&gt;
Changes to DFARS clause 252.204– &lt;br /&gt;
&lt;br /&gt;
7012 are outside the scope of this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declines to modify CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
or Level 3 requirements related to use of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cloud Service Providers (CSP). A CSP is &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate baseline. This is required &amp;lt;br /&amp;gt;&lt;br /&gt;
when a CSP, regardless of the &amp;lt;br /&amp;gt;&lt;br /&gt;
component or type of CSP, processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
stores, or transmits CUI. &lt;br /&gt;
&lt;br /&gt;
The DoD declines to align CMMC &lt;br /&gt;
&lt;br /&gt;
requirements to alternate standards or &amp;lt;br /&amp;gt;&lt;br /&gt;
accept compliance with alternate &amp;lt;br /&amp;gt;&lt;br /&gt;
standards in lieu of the NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 standard mandated by 32 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
2002 for the protection of CUI. CMMI is &amp;lt;br /&amp;gt;&lt;br /&gt;
focused on improving the software &amp;lt;br /&amp;gt;&lt;br /&gt;
development process, while CMMC is &amp;lt;br /&amp;gt;&lt;br /&gt;
focused on verifying the proper &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of DIB cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Incorporating &lt;br /&gt;
&lt;br /&gt;
requirements into new or other existing &amp;lt;br /&amp;gt;&lt;br /&gt;
standards would unacceptably delay &amp;lt;br /&amp;gt;&lt;br /&gt;
action to improve DIB cybersecurity. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD must take action to improve &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB cybersecurity, regardless of the &amp;lt;br /&amp;gt;&lt;br /&gt;
global state of cybersecurity. DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
publication of this rule follows &amp;lt;br /&amp;gt;&lt;br /&gt;
completion of OMB’s formal rulemaking &amp;lt;br /&amp;gt;&lt;br /&gt;
process, which includes both DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
internal coordination and Interagency &amp;lt;br /&amp;gt;&lt;br /&gt;
coordination. The recommendation for &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD to establish a voluntary DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
Cyber Protection Program is beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of this rule. &lt;br /&gt;
&lt;br /&gt;
One commenter recommended &lt;br /&gt;
&lt;br /&gt;
administrative edits to identify CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
levels at a particular place in the pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
amble description of the program. The &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble is not part of the official &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation. In addition to background &amp;lt;br /&amp;gt;&lt;br /&gt;
and overview information about the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed or final rule, the preamble &amp;lt;br /&amp;gt;&lt;br /&gt;
includes responses to all comments &amp;lt;br /&amp;gt;&lt;br /&gt;
received during the public comment &amp;lt;br /&amp;gt;&lt;br /&gt;
period on the proposed rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
certification requirements are in subpart &amp;lt;br /&amp;gt;&lt;br /&gt;
D, §§ 170.15 through 170.18. &lt;br /&gt;
&lt;br /&gt;
c. Alternate Implementation Timelines &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several commenters &lt;br /&gt;
&lt;br /&gt;
suggested that DoD abandon CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in favor of simply &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing to rely upon self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, or else allowing &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to comply with DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
absent any assessment (self-conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
or third-party). Of those recommending &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment, two commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
limited the suggestion only to &amp;lt;br /&amp;gt;&lt;br /&gt;
companies that self-certified as small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses and one further &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that DoD pay for &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment of all small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses. One such commenter based &amp;lt;br /&amp;gt;&lt;br /&gt;
their opinion on an interpretation that &amp;lt;br /&amp;gt;&lt;br /&gt;
text in NIST SP 800–171 R2 identifies &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements as a model for self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Another commenter made &amp;lt;br /&amp;gt;&lt;br /&gt;
no suggestion to change assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, other than to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
them post-award, rather than pre-award. &lt;br /&gt;
&lt;br /&gt;
One comment expressed doubt in the &lt;br /&gt;
&lt;br /&gt;
ability of the ecosystem to scale &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficiently to meet the demand for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO assessments and assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
training. &lt;br /&gt;
&lt;br /&gt;
One commenter suggested the rule be &lt;br /&gt;
&lt;br /&gt;
revised to eliminate POA&amp;amp;amp;Ms but &amp;lt;br /&amp;gt;&lt;br /&gt;
expand the period during which &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiencies can be reassessed from &amp;lt;br /&amp;gt;&lt;br /&gt;
within 10 days of initial assessment to &amp;lt;br /&amp;gt;&lt;br /&gt;
60 days for those prospective &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested varying timelines for &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms based on a variety of criteria, &amp;lt;br /&amp;gt;&lt;br /&gt;
including how many DoD contracts are &amp;lt;br /&amp;gt;&lt;br /&gt;
held. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD declined to accept &lt;br /&gt;
&lt;br /&gt;
the risk associated with implementing &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC solely as a post-award &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. When contracts require &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, DoD requires that they be &amp;lt;br /&amp;gt;&lt;br /&gt;
compliant with DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 and competent to adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard CUI from the beginning of the &amp;lt;br /&amp;gt;&lt;br /&gt;
period of performance. DoD declines the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation to require primes to &amp;lt;br /&amp;gt;&lt;br /&gt;
assume the cost of CMMC for their &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. Arrangements between &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors are &amp;lt;br /&amp;gt;&lt;br /&gt;
negotiated directly between those &amp;lt;br /&amp;gt;&lt;br /&gt;
parties. The DoD does not accept the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation to eliminate or change &amp;lt;br /&amp;gt;&lt;br /&gt;
the criteria for POA&amp;amp;amp;Ms or the timeline &amp;lt;br /&amp;gt;&lt;br /&gt;
allowed to remediate open POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
items. The 180-day period allowed for &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms and the determination of &amp;lt;br /&amp;gt;&lt;br /&gt;
which weighted practices can be placed &amp;lt;br /&amp;gt;&lt;br /&gt;
on a POA&amp;amp;amp;M was a risk-based decision. &amp;lt;br /&amp;gt;&lt;br /&gt;
The determination considers the relative &amp;lt;br /&amp;gt;&lt;br /&gt;
risk DoD is willing to accept when a &amp;lt;br /&amp;gt;&lt;br /&gt;
particular practice is not met and the &amp;lt;br /&amp;gt;&lt;br /&gt;
amount of risk the DoD is willing to &amp;lt;br /&amp;gt;&lt;br /&gt;
accept for those security practices that &amp;lt;br /&amp;gt;&lt;br /&gt;
go ‘‘NOT MET’’ for an extended period. &lt;br /&gt;
&lt;br /&gt;
The Department declines to adopt the &lt;br /&gt;
&lt;br /&gt;
recommendation to allow DIB members &amp;lt;br /&amp;gt;&lt;br /&gt;
to assist in designing the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanism for assessing DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with DoD’s contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In developing the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program, the DoD sought and &amp;lt;br /&amp;gt;&lt;br /&gt;
considered DIB input. DoD disagrees &amp;lt;br /&amp;gt;&lt;br /&gt;
with the comment that there is a lack of &amp;lt;br /&amp;gt;&lt;br /&gt;
scalability in the CMMC program. The &amp;lt;br /&amp;gt;&lt;br /&gt;
phased implementation plan described &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.3(e) is intended to address any &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem ramp-up issues, &amp;lt;br /&amp;gt;&lt;br /&gt;
provide time to train the necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
number of assessors, and allow &amp;lt;br /&amp;gt;&lt;br /&gt;
companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The rule has been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to add an additional six months &amp;lt;br /&amp;gt;&lt;br /&gt;
to the Phase 1 timeline. As with all its &amp;lt;br /&amp;gt;&lt;br /&gt;
programs, the Department intends to &amp;lt;br /&amp;gt;&lt;br /&gt;
effectively oversee the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
and act as needed to manage its effective &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. Although the full &amp;lt;br /&amp;gt;&lt;br /&gt;
extent of DoD’s oversight process is &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule, the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text addresses DoD’s authority to waive &amp;lt;br /&amp;gt;&lt;br /&gt;
the application of CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
when warranted in accordance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable policies, procedures, and &amp;lt;br /&amp;gt;&lt;br /&gt;
approval requirements. &lt;br /&gt;
&lt;br /&gt;
DoD has utilized a phased approach &lt;br /&gt;
&lt;br /&gt;
to the rollout to reduce implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
risk. CMMC Program requirements make &amp;lt;br /&amp;gt;&lt;br /&gt;
no changes to existing policies for &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by the DoD. It is beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of this rule for DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the order in which &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations are assessed. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00067&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83158 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
d. Alternate Assessors or Assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
(Including Self-Assessment Only) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter submitted &lt;br /&gt;
&lt;br /&gt;
numerous recommendations based on &amp;lt;br /&amp;gt;&lt;br /&gt;
an opinion that skills required for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting CMMC compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments are like those required for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting Independent Technical Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments (ITRAs) on Major Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition Programs (MDAPs). Such &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments are conducted by the Office &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Undersecretary of Defense for &amp;lt;br /&amp;gt;&lt;br /&gt;
Research &amp;amp;amp; Engineering (OUSD(R&amp;amp;amp;E)) in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with Defense Technical Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Methodology (DTRAM) &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria. These criteria extend beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and include &amp;lt;br /&amp;gt;&lt;br /&gt;
characteristics such as modular open &amp;lt;br /&amp;gt;&lt;br /&gt;
systems architecture, software, &amp;lt;br /&amp;gt;&lt;br /&gt;
manufacturing, reliability, availability, &amp;lt;br /&amp;gt;&lt;br /&gt;
maintainability, and others. This &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter noted the DoD’s Adaptive &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition Framework applies to both &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems and National &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Systems and suggested that &amp;lt;br /&amp;gt;&lt;br /&gt;
existing acquisition requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to ITRA and DTRAM should &amp;lt;br /&amp;gt;&lt;br /&gt;
suffice in lieu of CMMC assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
The commenter recommended that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
use existing ITRA teams to perform &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessments of contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems. In addition, &amp;lt;br /&amp;gt;&lt;br /&gt;
they recommended aligning &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to DoD policies rather &amp;lt;br /&amp;gt;&lt;br /&gt;
than to NIST standards. Other &amp;lt;br /&amp;gt;&lt;br /&gt;
comments made similar suggestions to &amp;lt;br /&amp;gt;&lt;br /&gt;
synchronize cybersecurity requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
with DoD policies rather than NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
standards but cited FISMA compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments as the appropriate model &amp;lt;br /&amp;gt;&lt;br /&gt;
rather than the DTRAM. &lt;br /&gt;
&lt;br /&gt;
One comment suggested that C3PAOs &lt;br /&gt;
&lt;br /&gt;
be permitted to conduct partial &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of ESPs, MSPs, and MSSPs. &amp;lt;br /&amp;gt;&lt;br /&gt;
Multiple comments expressed concern &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for OSAs that use ESPs, stating that &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs would be unlikely to know which &amp;lt;br /&amp;gt;&lt;br /&gt;
components of the services they &amp;lt;br /&amp;gt;&lt;br /&gt;
purchased were covered by a required &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 assessment. This &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter recommended the creation &amp;lt;br /&amp;gt;&lt;br /&gt;
of a separate type of CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically for ESPs, which they further &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended should be highlighted on &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC AB marketplace to assist &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs in selecting an appropriately &amp;lt;br /&amp;gt;&lt;br /&gt;
vetted ESP. These comments provided &amp;lt;br /&amp;gt;&lt;br /&gt;
an extended description of the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping guidance that should be adding &amp;lt;br /&amp;gt;&lt;br /&gt;
to existing CMMC supplemental &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation, as well as several &amp;lt;br /&amp;gt;&lt;br /&gt;
sample scenarios explaining how &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for this new type of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment should be applied. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
comments highlighted that the rule’s &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble does not include details of &lt;br /&gt;
&lt;br /&gt;
assessment and implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Several commenters recommended &lt;br /&gt;
&lt;br /&gt;
the DoD abandon the CMMC ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
model and conduct all cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessments using DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors, which would reduce cost to &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIB. One such commenter suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that DIBCAC assessment of C3PAOs, as &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the accreditation process, &amp;lt;br /&amp;gt;&lt;br /&gt;
detracts from DIBCAC’s capacity to &amp;lt;br /&amp;gt;&lt;br /&gt;
perform CMMC level 2 assessments for &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIB. Another noted that as &amp;lt;br /&amp;gt;&lt;br /&gt;
Government employees, DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors could exercise judgement to &amp;lt;br /&amp;gt;&lt;br /&gt;
make risk-tolerance decisions that non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Government C3PAOs cannot, including &amp;lt;br /&amp;gt;&lt;br /&gt;
possible acceptance of partial non- &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD must enforce CMMC &lt;br /&gt;
&lt;br /&gt;
requirements uniformly across the &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Industrial Base for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
value of information and impact of its &amp;lt;br /&amp;gt;&lt;br /&gt;
loss does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information moves to contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. The DoD has considered &amp;lt;br /&amp;gt;&lt;br /&gt;
the recommendation and declines to &amp;lt;br /&amp;gt;&lt;br /&gt;
revise the rule text to rely solely on self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or eliminate the 3-year &amp;lt;br /&amp;gt;&lt;br /&gt;
validity period to rely on a one-time &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. It is important that &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors maintain security &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance for systems that process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit DoD CUI. Given the &amp;lt;br /&amp;gt;&lt;br /&gt;
evolving cybersecurity threat, DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
best interests are served by ensuring that &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 assessments remain &amp;lt;br /&amp;gt;&lt;br /&gt;
valid for no longer than a 3-year period, &amp;lt;br /&amp;gt;&lt;br /&gt;
regardless of who performs the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
CMMC Program requirements in this &lt;br /&gt;
&lt;br /&gt;
rule are designed to improve &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of FCI and CUI. DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
privity of contract to enforce these &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and CISA does not. OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
are free to choose CISA services as part &amp;lt;br /&amp;gt;&lt;br /&gt;
of their implementation of DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. FISMA is for Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that are used by Government &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel or the public and is therefore &amp;lt;br /&amp;gt;&lt;br /&gt;
an unsuitable surrogate for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. If a contractor provides &amp;lt;br /&amp;gt;&lt;br /&gt;
outsourced IT services to a Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
agency, the system is considered a &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal system and FISMA applies. In &amp;lt;br /&amp;gt;&lt;br /&gt;
contrast, CMMC requirements apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
nonfederal systems that are used &amp;lt;br /&amp;gt;&lt;br /&gt;
internally by contractor personnel. &lt;br /&gt;
&lt;br /&gt;
The DoD disagreed with the &lt;br /&gt;
&lt;br /&gt;
commenter’s assertions about NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 and the available &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment methods. DoD’s DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
currently performs assessments using &amp;lt;br /&amp;gt;&lt;br /&gt;
the procedures in NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018, and these documents &amp;lt;br /&amp;gt;&lt;br /&gt;
explicitly identify the target audience to &lt;br /&gt;
&lt;br /&gt;
include individuals with security &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment responsibilities, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
auditors, assessors, and ‘‘independent &amp;lt;br /&amp;gt;&lt;br /&gt;
verifiers’’. The aggregated SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and scoring is CUI. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
does not wish to make this information &amp;lt;br /&amp;gt;&lt;br /&gt;
public, which might aid adversaries in &amp;lt;br /&amp;gt;&lt;br /&gt;
coordinating their attacks. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program does not &lt;br /&gt;
&lt;br /&gt;
alleviate or supersede any existing &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of the Adaptive &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition Framework, nor does &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC alter any statutory or regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for acquisition program &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation or deliverables. &lt;br /&gt;
&lt;br /&gt;
One commenter referenced &lt;br /&gt;
&lt;br /&gt;
assessments required during the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition process for DoD systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s policies governing acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
programs require that Independent &amp;lt;br /&amp;gt;&lt;br /&gt;
Technical Risk Assessments be &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted on Major Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition Programs. These &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments provide a view of program &amp;lt;br /&amp;gt;&lt;br /&gt;
technical risk and are not well-suited to &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment of contractor owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems against standards &amp;lt;br /&amp;gt;&lt;br /&gt;
for safeguarding CUI. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments are conducted on &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor owned information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
to gauge compliance with FAR and &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS requirements for safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI that is processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted within those contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
owned information systems. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter incorrectly asserts that the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Scoring Methodology does not &amp;lt;br /&amp;gt;&lt;br /&gt;
parallel existing scoring methods, &amp;lt;br /&amp;gt;&lt;br /&gt;
however the CMMC methodology is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the DoDAM. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to accept the &lt;br /&gt;
&lt;br /&gt;
recommended alternative of self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment with the potential to require &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC assessment for a sampling of &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contractors, which is essentially &amp;lt;br /&amp;gt;&lt;br /&gt;
the status quo. Both GAO reporting and &amp;lt;br /&amp;gt;&lt;br /&gt;
other DoD analysis have shown that the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB has not consistently implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
the NIST SP 800–171 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
needed to comply with DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012, even though DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
objective was for the contactor to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement NIST SP 800–171 as soon as &amp;lt;br /&amp;gt;&lt;br /&gt;
practical, but not later than December &amp;lt;br /&amp;gt;&lt;br /&gt;
31, 2017. &lt;br /&gt;
&lt;br /&gt;
The DoD reserves the right to decide &lt;br /&gt;
&lt;br /&gt;
when reliance on self-assessment will &amp;lt;br /&amp;gt;&lt;br /&gt;
suffice, and when compliance should be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed through CMMC certification. &amp;lt;br /&amp;gt;&lt;br /&gt;
Based on DoD decision criteria that &amp;lt;br /&amp;gt;&lt;br /&gt;
includes a risk assessment of the type &amp;lt;br /&amp;gt;&lt;br /&gt;
and sensitivity of program information &amp;lt;br /&amp;gt;&lt;br /&gt;
to be shared, Program Managers will &amp;lt;br /&amp;gt;&lt;br /&gt;
identify the appropriate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement (&#039;&#039;e.g., &#039;&#039;CMMC Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or Level 2 certification) in &amp;lt;br /&amp;gt;&lt;br /&gt;
the solicitation. &lt;br /&gt;
&lt;br /&gt;
The government does not have the &lt;br /&gt;
&lt;br /&gt;
capacity in house to adequately assess &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00068&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83159 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
the 220,00+ companies in the DIB. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD cannot assume the workload of &amp;lt;br /&amp;gt;&lt;br /&gt;
directly assessing every DIB contractor. &amp;lt;br /&amp;gt;&lt;br /&gt;
With this final rule, DoD established a &amp;lt;br /&amp;gt;&lt;br /&gt;
scalable way to verify, through &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, that contractors have &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented required security &amp;lt;br /&amp;gt;&lt;br /&gt;
measures necessary to safeguard DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
information. The DIBCAC’s mission is &amp;lt;br /&amp;gt;&lt;br /&gt;
derived from DoD priorities and the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department is actively working to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure that the DIBCAC is adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
resourced to effectively execute its &amp;lt;br /&amp;gt;&lt;br /&gt;
mission areas. Planned changes to &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA staffing levels have been &amp;lt;br /&amp;gt;&lt;br /&gt;
considered and are necessary to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the elements of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program described in this rule (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Level 3 and C3PAO assessments). &lt;br /&gt;
&lt;br /&gt;
By design, the CMMC Program &lt;br /&gt;
&lt;br /&gt;
depends on the supply and demand &amp;lt;br /&amp;gt;&lt;br /&gt;
dynamics of the free market, enabling it &amp;lt;br /&amp;gt;&lt;br /&gt;
to naturally scale and adapt to capacity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The DoD established &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for each part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
ecosystem to support a robust &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessment mechanism for &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s contractual requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard CUI that is processed, stored, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmitted in contractor owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems. The DoD cannot &amp;lt;br /&amp;gt;&lt;br /&gt;
assume the workload of directly &amp;lt;br /&amp;gt;&lt;br /&gt;
assessing every DIB contractor. &lt;br /&gt;
&lt;br /&gt;
One commenter provided numerous &lt;br /&gt;
&lt;br /&gt;
comments expressing concern that &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs that use ESPs will be unlikely to &amp;lt;br /&amp;gt;&lt;br /&gt;
know which ESP services require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment within the OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
boundary or scope. This commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended an alternate type of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment specifically for ESPs. &amp;lt;br /&amp;gt;&lt;br /&gt;
In lieu of adopting that &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendation, the DoD has updated &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule in §§ 170.19(c)(2) and (d)(2) to &amp;lt;br /&amp;gt;&lt;br /&gt;
reduce the assessment burden on ESPs. &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declined to allow partial CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments. ESPs may request &amp;lt;br /&amp;gt;&lt;br /&gt;
voluntary CMMC assessments of their &amp;lt;br /&amp;gt;&lt;br /&gt;
environment and use that as a business &amp;lt;br /&amp;gt;&lt;br /&gt;
discriminator. The marketplace for ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
services will adjust to find the efficient &amp;lt;br /&amp;gt;&lt;br /&gt;
manner for ESPs to support OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
e. Alternate Governance &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Rather than abandon the &lt;br /&gt;
&lt;br /&gt;
CMMC ecosystem model entirely, some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters recommended only that &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD revise the CMMC Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body’s roles and responsibilities. Three &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended the DoD eliminate the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB and take on its &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities; of these, one further &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested the DoD publish detailed &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Technical Implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
Guides describing how to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
the applicable NIST requirements. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter questioned the reasons for &amp;lt;br /&amp;gt;&lt;br /&gt;
creating a CMMC AB rather than &lt;br /&gt;
&lt;br /&gt;
accepting another existing accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
body or multiple accreditation bodies. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment expressed doubt in the &amp;lt;br /&amp;gt;&lt;br /&gt;
ability of the ecosystem to scale &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficiently to meet the demand for &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO assessments and assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
training. &lt;br /&gt;
&lt;br /&gt;
Multiple comments called for &lt;br /&gt;
&lt;br /&gt;
organizations other than the current &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC AB to run the CMMC ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
such as a CMMC Advisory Council or a &amp;lt;br /&amp;gt;&lt;br /&gt;
Civilian Cybersecurity Corps comprised &amp;lt;br /&amp;gt;&lt;br /&gt;
of government and private sector staff. &amp;lt;br /&amp;gt;&lt;br /&gt;
One such comment requested that, &amp;lt;br /&amp;gt;&lt;br /&gt;
unlike the current CMMC AB, the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed body would be funded and &amp;lt;br /&amp;gt;&lt;br /&gt;
managed by the government. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters recommended the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
consider accepting other types of &amp;lt;br /&amp;gt;&lt;br /&gt;
conformance assessment such as ISO/ &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC 27001:2022(E) and Health &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Trust Alliance (HITRUST) &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. One noted this would &amp;lt;br /&amp;gt;&lt;br /&gt;
require guidance to describe how to &amp;lt;br /&amp;gt;&lt;br /&gt;
address the gaps between standards &amp;lt;br /&amp;gt;&lt;br /&gt;
those assessments are aligned to and &amp;lt;br /&amp;gt;&lt;br /&gt;
those that CMMC are aligned to (&#039;&#039;e.g., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;NIST SP 800–171 R2 for CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2). This commenter further suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD accept alternate industry &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications in lieu of the training &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements identified for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessors. One commenter suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD accept FedRAMP authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;DoD considered many &lt;br /&gt;
&lt;br /&gt;
alternatives before deciding upon the &amp;lt;br /&amp;gt;&lt;br /&gt;
current CMMC structure. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
established requirements for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body, and this &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation body will administer the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. The DoD reviewed &amp;lt;br /&amp;gt;&lt;br /&gt;
and assessed the whitepapers that were &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted by RFI respondents and &amp;lt;br /&amp;gt;&lt;br /&gt;
determined that no single respondents &amp;lt;br /&amp;gt;&lt;br /&gt;
could meet all the broad facets required &amp;lt;br /&amp;gt;&lt;br /&gt;
to serve as the CMMC Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body. Based on this assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD published notice of a planned &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting in November 2019 to allow the &amp;lt;br /&amp;gt;&lt;br /&gt;
respondents and other members of the &amp;lt;br /&amp;gt;&lt;br /&gt;
public to hear the senior DoD leadership &amp;lt;br /&amp;gt;&lt;br /&gt;
address DoD perspectives regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
notional CMMC implementation flow; &amp;lt;br /&amp;gt;&lt;br /&gt;
the notional program structure; the &amp;lt;br /&amp;gt;&lt;br /&gt;
notional CMMC Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
activities, structure, and relationship &amp;lt;br /&amp;gt;&lt;br /&gt;
with the DoD; and the notional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation schedule. The DoD also &amp;lt;br /&amp;gt;&lt;br /&gt;
provided information regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s planned way forward. The &amp;lt;br /&amp;gt;&lt;br /&gt;
result of the November 2019 meeting &amp;lt;br /&amp;gt;&lt;br /&gt;
was the establishment of the current &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body. The &amp;lt;br /&amp;gt;&lt;br /&gt;
relationship between the current CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body and the DoD was &amp;lt;br /&amp;gt;&lt;br /&gt;
formalized through a Memorandum of &amp;lt;br /&amp;gt;&lt;br /&gt;
Understanding and then a No-Cost &lt;br /&gt;
&lt;br /&gt;
Contract. The DoD cannot assume the &amp;lt;br /&amp;gt;&lt;br /&gt;
risk or the workload of directly &amp;lt;br /&amp;gt;&lt;br /&gt;
managing the CMMC Ecosystem or the &amp;lt;br /&amp;gt;&lt;br /&gt;
other alternatives suggested. The current &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body is aligned to &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD through contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;31. Rulemaking Process &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments were &lt;br /&gt;
&lt;br /&gt;
submitted to identify problems with &amp;lt;br /&amp;gt;&lt;br /&gt;
using the Federal eRulemaking Portal (at &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.regulations.gov &#039;&#039;www.regulations.gov&#039;&#039;) or the ]&#039;&#039;&#039;Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register &#039;&#039;&#039;website and did not address &amp;lt;br /&amp;gt;&lt;br /&gt;
content of the proposed rule. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter was confused by the &amp;lt;br /&amp;gt;&lt;br /&gt;
identification of the rule as ‘‘Proposed’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
rather than final. Another asked &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the rule could be republished &amp;lt;br /&amp;gt;&lt;br /&gt;
with page numbers. &lt;br /&gt;
&lt;br /&gt;
Many comments critiqued the format, &lt;br /&gt;
&lt;br /&gt;
heading and section numbering, use of &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporation by reference, or sections &amp;lt;br /&amp;gt;&lt;br /&gt;
contained within the rule, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
the substance of the content. For &amp;lt;br /&amp;gt;&lt;br /&gt;
example, some comments described the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule as overly repetitive or &amp;lt;br /&amp;gt;&lt;br /&gt;
containing duplicative sections. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
comments recommended deleting &amp;lt;br /&amp;gt;&lt;br /&gt;
specific sections to shorten or simplify &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule, including ‘‘History of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Program’’. Some commenters perceived &amp;lt;br /&amp;gt;&lt;br /&gt;
the preamble to the rule as unnecessary &amp;lt;br /&amp;gt;&lt;br /&gt;
and recommended deleting or &amp;lt;br /&amp;gt;&lt;br /&gt;
shortening that section. In addition, one &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter noted that responses to &amp;lt;br /&amp;gt;&lt;br /&gt;
public comments received against an &amp;lt;br /&amp;gt;&lt;br /&gt;
earlier CMMC rule publication ought to &amp;lt;br /&amp;gt;&lt;br /&gt;
be published with the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule rather than this &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Several commenters simply thought the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule text too verbose and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
rewriting the content with fewer words &amp;lt;br /&amp;gt;&lt;br /&gt;
and simpler language or using tables to &amp;lt;br /&amp;gt;&lt;br /&gt;
shorten the content. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
criticized the organization of the &amp;lt;br /&amp;gt;&lt;br /&gt;
documents. &lt;br /&gt;
&lt;br /&gt;
Several comments addressed &lt;br /&gt;
&lt;br /&gt;
references to documents outside the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, or those that are incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference. One commenter asked how &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD will recognize when revisions &amp;lt;br /&amp;gt;&lt;br /&gt;
to documents incorporated by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
cause them to be misaligned &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements identified in this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Other comments requested that &amp;lt;br /&amp;gt;&lt;br /&gt;
additional documents be incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference, such as DoD Instructions &amp;lt;br /&amp;gt;&lt;br /&gt;
on CUI and the DISA Cloud Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Technical Reference Architecture. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters complained that the page &amp;lt;br /&amp;gt;&lt;br /&gt;
count of the rule and documents &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference was too high &amp;lt;br /&amp;gt;&lt;br /&gt;
and asked whether contractors are &amp;lt;br /&amp;gt;&lt;br /&gt;
expected to read them all. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters objected to certain terms in &amp;lt;br /&amp;gt;&lt;br /&gt;
the definitions section pointing to other &amp;lt;br /&amp;gt;&lt;br /&gt;
documents as the source of the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00069&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83160 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
definition. One further suggested that &amp;lt;br /&amp;gt;&lt;br /&gt;
such definitions be revised to simply &amp;lt;br /&amp;gt;&lt;br /&gt;
point to the URL of the source &amp;lt;br /&amp;gt;&lt;br /&gt;
definition. &lt;br /&gt;
&lt;br /&gt;
Some comments recommended &lt;br /&gt;
&lt;br /&gt;
moving content from the new 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program rule to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC supplemental documents or &amp;lt;br /&amp;gt;&lt;br /&gt;
changing citations to reference them &amp;lt;br /&amp;gt;&lt;br /&gt;
rather than the NIST documents that are &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
asked why the scoring methodology was &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated into the rule, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment questioned whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
supplemental documents are truly &amp;lt;br /&amp;gt;&lt;br /&gt;
optional, rather than required for &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. One comment stated a &amp;lt;br /&amp;gt;&lt;br /&gt;
public comment period should be &amp;lt;br /&amp;gt;&lt;br /&gt;
required for all supplemental guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to final publication. &lt;br /&gt;
&lt;br /&gt;
One commenter asked what &lt;br /&gt;
&lt;br /&gt;
precipitated implementation of the CFR, &amp;lt;br /&amp;gt;&lt;br /&gt;
which the DoD interpreted as a question &amp;lt;br /&amp;gt;&lt;br /&gt;
about codification of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program in the CFR. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether the rulemaking process &amp;lt;br /&amp;gt;&lt;br /&gt;
had afforded a certain group the &amp;lt;br /&amp;gt;&lt;br /&gt;
opportunity to coordinate or comment &amp;lt;br /&amp;gt;&lt;br /&gt;
on the rule. Another referenced the &amp;lt;br /&amp;gt;&lt;br /&gt;
separate 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rulemaking effort needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the content of this rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
urged the DoD to consider public &amp;lt;br /&amp;gt;&lt;br /&gt;
comments of both rules prior to their &amp;lt;br /&amp;gt;&lt;br /&gt;
publication as final. &lt;br /&gt;
&lt;br /&gt;
One comment specifically suggested &lt;br /&gt;
&lt;br /&gt;
the CMMC program be implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
Government-wide. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
simply submitted a copy of a CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
related article from the February 2024 &amp;lt;br /&amp;gt;&lt;br /&gt;
issue of National Defense Magazine and &amp;lt;br /&amp;gt;&lt;br /&gt;
quoted or extracted from it rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
providing any specific comment or &amp;lt;br /&amp;gt;&lt;br /&gt;
question. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The process for creating &lt;br /&gt;
&lt;br /&gt;
Federal regulations generally has three &amp;lt;br /&amp;gt;&lt;br /&gt;
main phases: initiating rulemaking &amp;lt;br /&amp;gt;&lt;br /&gt;
actions, developing proposed rules, and &amp;lt;br /&amp;gt;&lt;br /&gt;
developing final rules. A proposed rule &amp;lt;br /&amp;gt;&lt;br /&gt;
is published for public comment prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to developing the final rule. A final rule &amp;lt;br /&amp;gt;&lt;br /&gt;
must identify its effective date and be &amp;lt;br /&amp;gt;&lt;br /&gt;
published 60 days prior to that date. &amp;lt;br /&amp;gt;&lt;br /&gt;
The structure and formatting &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for proposed and final &amp;lt;br /&amp;gt;&lt;br /&gt;
rules and the process for submitting &amp;lt;br /&amp;gt;&lt;br /&gt;
public comments are prescribed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Office of the Federal Register and OMB, &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively, and are outside of DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
control. &lt;br /&gt;
&lt;br /&gt;
OMB approved publishing the CMMC &lt;br /&gt;
&lt;br /&gt;
rule as a Proposed Rule. It has &amp;lt;br /&amp;gt;&lt;br /&gt;
undergone a required notice-and- &amp;lt;br /&amp;gt;&lt;br /&gt;
comment process to give the public an &amp;lt;br /&amp;gt;&lt;br /&gt;
opportunity to submit comments. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Proposed Rule and the comments &amp;lt;br /&amp;gt;&lt;br /&gt;
received informed the final rule. Issues &lt;br /&gt;
&lt;br /&gt;
with the &#039;&#039;&#039;Federal Register &#039;&#039;&#039;or &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.regulations.gov &#039;&#039;www.regulations.gov &#039;&#039;]functionality for &amp;lt;br /&amp;gt;&lt;br /&gt;
submitting comments via attachment of &amp;lt;br /&amp;gt;&lt;br /&gt;
pdf or other file type were raised with &amp;lt;br /&amp;gt;&lt;br /&gt;
the appropriate help desk and resolved &amp;lt;br /&amp;gt;&lt;br /&gt;
before conclusion of the public &amp;lt;br /&amp;gt;&lt;br /&gt;
comment period. The public comment &amp;lt;br /&amp;gt;&lt;br /&gt;
period for this rule permitted review &amp;lt;br /&amp;gt;&lt;br /&gt;
and feedback from any member of the &amp;lt;br /&amp;gt;&lt;br /&gt;
public. &lt;br /&gt;
&lt;br /&gt;
This rule follows the format and &lt;br /&gt;
&lt;br /&gt;
includes all sections required in OMB &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines for formal rulemaking. The &amp;lt;br /&amp;gt;&lt;br /&gt;
length of this rule is necessary to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
all affected parties have sufficient &amp;lt;br /&amp;gt;&lt;br /&gt;
information to understand and comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with the rule. &#039;&#039;&#039;Federal Register &#039;&#039;&#039;page &amp;lt;br /&amp;gt;&lt;br /&gt;
numbers are visible when viewing the &amp;lt;br /&amp;gt;&lt;br /&gt;
PDF version of the rule published &amp;lt;br /&amp;gt;&lt;br /&gt;
Tuesday, December 26, 2023 (88 FR &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/FR-2023-12-26/pdf/2023-27280.pdf 89058; &#039;&#039;www.govinfo.gov/content/pkg/ &amp;lt;br /&amp;gt;&lt;br /&gt;
FR-2023-12-26/pdf/2023-27280.pdf&#039;&#039;). ]&lt;br /&gt;
&lt;br /&gt;
Material published in the &#039;&#039;&#039;Federal &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Register &#039;&#039;&#039;contains numerous sections, &amp;lt;br /&amp;gt;&lt;br /&gt;
including portions that do not amend &amp;lt;br /&amp;gt;&lt;br /&gt;
the CFR. Specifically, the preamble for &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule, is written in a summary format &amp;lt;br /&amp;gt;&lt;br /&gt;
and is not intended to provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed information that is in the &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory text. &lt;br /&gt;
&lt;br /&gt;
DoD declines to delete reserved &lt;br /&gt;
&lt;br /&gt;
sections because the editorial standard &amp;lt;br /&amp;gt;&lt;br /&gt;
for orderly codification is that for every &amp;lt;br /&amp;gt;&lt;br /&gt;
(a) there must be at least a (b), and for &amp;lt;br /&amp;gt;&lt;br /&gt;
every (1) there must be at least a (2), etc. &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Reserved’’ meets this standard when &amp;lt;br /&amp;gt;&lt;br /&gt;
there is no additional text required. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declined to make other &amp;lt;br /&amp;gt;&lt;br /&gt;
administrative changes, because the &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations did not result in a &amp;lt;br /&amp;gt;&lt;br /&gt;
substantive change. &lt;br /&gt;
&lt;br /&gt;
One commenter correctly identified &lt;br /&gt;
&lt;br /&gt;
that the initial 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program proposed rule included &amp;lt;br /&amp;gt;&lt;br /&gt;
discussion and analysis of comments &amp;lt;br /&amp;gt;&lt;br /&gt;
made against prior publication of a 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR CMMC interim final rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
decision to include that material was &amp;lt;br /&amp;gt;&lt;br /&gt;
made for the public’s convenience and &amp;lt;br /&amp;gt;&lt;br /&gt;
to facilitate greater understanding of the &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule and the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
Codification of the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requires publication of both the 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program final rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
the 48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule. Each of those final rules will &amp;lt;br /&amp;gt;&lt;br /&gt;
include a discussion and analysis of &amp;lt;br /&amp;gt;&lt;br /&gt;
public comments received during their &amp;lt;br /&amp;gt;&lt;br /&gt;
respective comment periods. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO worked in conjunction with &amp;lt;br /&amp;gt;&lt;br /&gt;
OUSD(A&amp;amp;amp;S) to ensure that the 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program rule and the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 204 CMMC Acquisition rule &amp;lt;br /&amp;gt;&lt;br /&gt;
are in sync. &lt;br /&gt;
&lt;br /&gt;
The preamble is not regulatory text. &lt;br /&gt;
&lt;br /&gt;
The preamble includes a response to the &amp;lt;br /&amp;gt;&lt;br /&gt;
significant, relevant issues raised in &amp;lt;br /&amp;gt;&lt;br /&gt;
previous public comments on the &lt;br /&gt;
&lt;br /&gt;
original CMMC program. DoD declines &amp;lt;br /&amp;gt;&lt;br /&gt;
to adopt recommendations to move &amp;lt;br /&amp;gt;&lt;br /&gt;
content from the 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule to the &amp;lt;br /&amp;gt;&lt;br /&gt;
supplemental documents, which are not &amp;lt;br /&amp;gt;&lt;br /&gt;
codified. As such, the supplemental &amp;lt;br /&amp;gt;&lt;br /&gt;
documents are provided for optional &amp;lt;br /&amp;gt;&lt;br /&gt;
use, and the regulatory text takes &amp;lt;br /&amp;gt;&lt;br /&gt;
precedence. The CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Process (CAP) guidance is a product of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Accreditation Body and is not &amp;lt;br /&amp;gt;&lt;br /&gt;
codified in the CFR as part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, and the regulatory text in part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
takes precedence. &lt;br /&gt;
&lt;br /&gt;
Comments on the CMMC &lt;br /&gt;
&lt;br /&gt;
Supplemental Guidance were received &amp;lt;br /&amp;gt;&lt;br /&gt;
as part of the public comment period &amp;lt;br /&amp;gt;&lt;br /&gt;
review. Final versions of these &amp;lt;br /&amp;gt;&lt;br /&gt;
documents were published with this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. Other supplemental materials &amp;lt;br /&amp;gt;&lt;br /&gt;
published by the Accreditation Body do &amp;lt;br /&amp;gt;&lt;br /&gt;
not convey government direction and &amp;lt;br /&amp;gt;&lt;br /&gt;
are therefore do not require rulemaking. &amp;lt;br /&amp;gt;&lt;br /&gt;
Supplemental documents (&#039;&#039;e.g., &#039;&#039;CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and scoping guides) are not &amp;lt;br /&amp;gt;&lt;br /&gt;
codified in the CFR as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory text. To codify CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program requirements, content must be &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule text. DoD developed the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Guides to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
supplemental information to the public &amp;lt;br /&amp;gt;&lt;br /&gt;
offering added clarity on the intent of &amp;lt;br /&amp;gt;&lt;br /&gt;
the NIST SP 800–171A Jun2018 and &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172A Mar2022 guides. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Assessment Guides are &amp;lt;br /&amp;gt;&lt;br /&gt;
particularly important for security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements with organization-defined &amp;lt;br /&amp;gt;&lt;br /&gt;
parameters (ODPs) (&#039;&#039;e.g., &#039;&#039;CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3). There is no requirement to use the &amp;lt;br /&amp;gt;&lt;br /&gt;
supplemental guidance documents. &lt;br /&gt;
&lt;br /&gt;
Office of the Federal Register (OFR) &lt;br /&gt;
&lt;br /&gt;
regulations, at 1 CFR part 51, govern the &amp;lt;br /&amp;gt;&lt;br /&gt;
IBR process. IBR is only available if the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable regulations are published in &amp;lt;br /&amp;gt;&lt;br /&gt;
the &#039;&#039;&#039;Federal Register &#039;&#039;&#039;and codified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR. When incorporated by reference, &amp;lt;br /&amp;gt;&lt;br /&gt;
this material has the force and effect of &amp;lt;br /&amp;gt;&lt;br /&gt;
law, as do all regulations published in &amp;lt;br /&amp;gt;&lt;br /&gt;
the &#039;&#039;&#039;Federal Register &#039;&#039;&#039;and codified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR. 1 CFR part 51 requires the &amp;lt;br /&amp;gt;&lt;br /&gt;
specification of a revision to a standard, &amp;lt;br /&amp;gt;&lt;br /&gt;
for example NIST SP 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Protecting Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information in Nonfederal Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations, &#039;&#039;Revision 2, February &amp;lt;br /&amp;gt;&lt;br /&gt;
2020 (includes updates as of January 28, &amp;lt;br /&amp;gt;&lt;br /&gt;
2021), which is incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference in this rule. The DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
determine when to update this rule after &amp;lt;br /&amp;gt;&lt;br /&gt;
documents incorporated by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
have been revised. Per OFR guidance, &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4 points to other sections of part &amp;lt;br /&amp;gt;&lt;br /&gt;
170 where applicable and repeats &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions for terms incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference. &lt;br /&gt;
&lt;br /&gt;
Contractors complying with CMMC &lt;br /&gt;
&lt;br /&gt;
requirements need to be familiar with &amp;lt;br /&amp;gt;&lt;br /&gt;
those documents that are incorporated &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00070&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83161 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
by reference. The definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor is not incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, but rather points to a &amp;lt;br /&amp;gt;&lt;br /&gt;
definition codified in 48 CFR 3.502–1, &amp;lt;br /&amp;gt;&lt;br /&gt;
as recommended in OMB guidelines for &amp;lt;br /&amp;gt;&lt;br /&gt;
formal rulemaking. DoD has determined &amp;lt;br /&amp;gt;&lt;br /&gt;
that the Defense Information Systems &amp;lt;br /&amp;gt;&lt;br /&gt;
Agency’s Cloud Security Technical &amp;lt;br /&amp;gt;&lt;br /&gt;
Reference Architecture does not meet &amp;lt;br /&amp;gt;&lt;br /&gt;
the criteria for approved IBR material. &amp;lt;br /&amp;gt;&lt;br /&gt;
However, the rule has been updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
use a different definition for Cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Provider. The requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
NARA’s CUI program (32 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
2002) and DoD’s implementing policies &amp;lt;br /&amp;gt;&lt;br /&gt;
for identifying and managing CUI are &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of the CMMC rule. &lt;br /&gt;
&lt;br /&gt;
The CFR is the codification of the &lt;br /&gt;
&lt;br /&gt;
Federal Government’s rules and &amp;lt;br /&amp;gt;&lt;br /&gt;
regulations published in the &#039;&#039;&#039;Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register&#039;&#039;&#039;. The CFR was created with the &amp;lt;br /&amp;gt;&lt;br /&gt;
passage of the Federal Register Act and &amp;lt;br /&amp;gt;&lt;br /&gt;
amended in 1937 to provide a &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘codification’’ of all regulations at least &amp;lt;br /&amp;gt;&lt;br /&gt;
once a year. The CFR reflects the tenet &amp;lt;br /&amp;gt;&lt;br /&gt;
that the Federal Government must &amp;lt;br /&amp;gt;&lt;br /&gt;
follow an open public process when &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking. &lt;br /&gt;
&lt;br /&gt;
Due to the broad application of &lt;br /&gt;
&lt;br /&gt;
CMMC requirements for DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition support by the defense &amp;lt;br /&amp;gt;&lt;br /&gt;
industrial base, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
determined that codifying the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program and its associated requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in 32 CFR part 170 CMMC Program rule &amp;lt;br /&amp;gt;&lt;br /&gt;
(for national defense and security) was &amp;lt;br /&amp;gt;&lt;br /&gt;
needed in conjunction with the &amp;lt;br /&amp;gt;&lt;br /&gt;
corresponding DFARS contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements codified in 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
The DoD has no authority to make &lt;br /&gt;
&lt;br /&gt;
CMMC a Federal-wide program. The &amp;lt;br /&amp;gt;&lt;br /&gt;
notice of the required CMMC level is &amp;lt;br /&amp;gt;&lt;br /&gt;
provided at time of solicitation. This &amp;lt;br /&amp;gt;&lt;br /&gt;
does not prohibit contractors from &amp;lt;br /&amp;gt;&lt;br /&gt;
pursuing CMMC assessments prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
receipt of a solicitation. &lt;br /&gt;
&lt;br /&gt;
DoD declines to comment on the &lt;br /&gt;
&lt;br /&gt;
reposting of information being reported &amp;lt;br /&amp;gt;&lt;br /&gt;
in the media. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;32. Administrative Changes to Terms, &amp;lt;br /&amp;gt;&lt;br /&gt;
References and Notations &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Over 160 comments asked &lt;br /&gt;
&lt;br /&gt;
for clarification of terminology or the &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, removal, or modification of a &amp;lt;br /&amp;gt;&lt;br /&gt;
definition. Most requests focused on &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data and Assets, &amp;lt;br /&amp;gt;&lt;br /&gt;
Senior Officials, Information System, &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers, Cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Providers, Managed Support &amp;lt;br /&amp;gt;&lt;br /&gt;
Providers, Internet of Things, CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Requirements, Organization &amp;lt;br /&amp;gt;&lt;br /&gt;
Seeking Assessment, and Organization &amp;lt;br /&amp;gt;&lt;br /&gt;
Seeking Certification. Numerous &amp;lt;br /&amp;gt;&lt;br /&gt;
comments recommended the following &amp;lt;br /&amp;gt;&lt;br /&gt;
terms could be clarified, expanded, or &amp;lt;br /&amp;gt;&lt;br /&gt;
defined: ‘‘Defense Industrial Base’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘personal information’’, ‘‘contractor’’, &lt;br /&gt;
&lt;br /&gt;
‘‘sub-contractor’’, ‘‘Prime Contractor’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘equipment’’, ‘‘contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system’’, ‘‘Information System’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘system’’ ‘‘Information Resource’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘CMMC Approved Training Materials &amp;lt;br /&amp;gt;&lt;br /&gt;
(CATM)’’, ‘‘CMMC Certified Instructor &amp;lt;br /&amp;gt;&lt;br /&gt;
(CCI)’’, ‘‘Provisional Instructor (PI)’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘cyber incident’’, ‘‘Accreditation Body’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Assessment Findings Report’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Organizationally-Defined’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Organizationally-Defined Parameter &amp;lt;br /&amp;gt;&lt;br /&gt;
(ODP)’’, ‘‘Periodically’’, ‘‘Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment’’, ‘‘Risk Analysis’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
Supervisory Control’’, Data &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition’’, ‘‘Operationally Critical &amp;lt;br /&amp;gt;&lt;br /&gt;
Support’’, ‘‘System Security Plan &amp;lt;br /&amp;gt;&lt;br /&gt;
(SSP)’’, ‘‘TTP’’, ‘‘CMMC’’, ‘‘COTS’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘NARA’’,’’C3PAO’’ ‘‘IS’’, NSS’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Technology Asset’’, ‘‘Personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets’’, ‘‘Asset Categories’’, ‘‘DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
High’’, and ‘‘Enterprise’’. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;All requests for changes to &lt;br /&gt;
&lt;br /&gt;
terminology definitions, references, and &amp;lt;br /&amp;gt;&lt;br /&gt;
usage have been reviewed. In response, &amp;lt;br /&amp;gt;&lt;br /&gt;
many terms were updated in § 170.4 &amp;lt;br /&amp;gt;&lt;br /&gt;
Acronyms and definitions. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
determined those terms that were not &amp;lt;br /&amp;gt;&lt;br /&gt;
changed to be sufficiently defined and &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriately referenced, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
requested administrative changes would &amp;lt;br /&amp;gt;&lt;br /&gt;
not have resulted in a substantive &amp;lt;br /&amp;gt;&lt;br /&gt;
change. &lt;br /&gt;
&lt;br /&gt;
a. SPA/SPD/Asset &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Numerous comments asked &lt;br /&gt;
&lt;br /&gt;
the DoD to expand on the definition, &amp;lt;br /&amp;gt;&lt;br /&gt;
explanation, and guidance for Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data (SPD) and Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets (SPA). Several other &amp;lt;br /&amp;gt;&lt;br /&gt;
comments requested that the rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
supplemental documents add or expand &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions for ‘‘Asset’’, including &amp;lt;br /&amp;gt;&lt;br /&gt;
various specific types of assets like &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Technology Assets’’, ‘‘Personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets’’, ‘‘Organizational Assets’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Specialized Assets’’. Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
asked to modify the definition for &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Security Protection Asset’’, ‘‘CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset’’, ‘‘FCI Asset’’, and ‘‘Out-of-Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets’’. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD modified the rule &lt;br /&gt;
&lt;br /&gt;
to add a definition for ‘‘Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data (SPD).’’ The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
considered the NIST definitions for &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘System Information’’ and ‘‘Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Relevant Information’’ in the &amp;lt;br /&amp;gt;&lt;br /&gt;
development of the new SPD definition. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC does not regulate the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD, but instead implements existing &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory requirements for the &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of CUI. The DoD does not &amp;lt;br /&amp;gt;&lt;br /&gt;
agree with the statement that the ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
definition conflates SPA with CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
assets. The definition of Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets is consistent with its &amp;lt;br /&amp;gt;&lt;br /&gt;
application in the NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
abstract. The phrase ‘‘FCI Assets are part &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Level 1 CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
and are assessed against all CMMC &lt;br /&gt;
&lt;br /&gt;
Level 1 requirements’’ was removed &amp;lt;br /&amp;gt;&lt;br /&gt;
from the rule. The DoD declined to &amp;lt;br /&amp;gt;&lt;br /&gt;
rephrase the term ‘‘CUI Assets.’’ The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD reviewed the recommended edit &amp;lt;br /&amp;gt;&lt;br /&gt;
and declined to make an update to &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Out-of-Scope Assets.’’ The definition, &amp;lt;br /&amp;gt;&lt;br /&gt;
as written, provides a clear distinction &amp;lt;br /&amp;gt;&lt;br /&gt;
with Security Protection Assets (SPAs). &lt;br /&gt;
&lt;br /&gt;
b. Senior Official &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments asked &lt;br /&gt;
&lt;br /&gt;
for additional definition or guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
about the Senior Official role. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD modified the rule &lt;br /&gt;
&lt;br /&gt;
to replace all references to the ‘‘Senior &amp;lt;br /&amp;gt;&lt;br /&gt;
Official’’ with ‘‘Affirming Official’’ and &amp;lt;br /&amp;gt;&lt;br /&gt;
provided additional clarity on this term. &amp;lt;br /&amp;gt;&lt;br /&gt;
It is beyond the purview of the DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
define technical qualifications for an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA Affirming Official. &lt;br /&gt;
&lt;br /&gt;
c. ESP/CSP/MSP &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some comments asked for &lt;br /&gt;
&lt;br /&gt;
additional clarification of the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
related to External Service Providers &amp;lt;br /&amp;gt;&lt;br /&gt;
(ESPs) and Cloud Service Providers &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSPs). Two comments requested the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule add a definition and acronym for &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Managed Service Provider’’. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD received &lt;br /&gt;
&lt;br /&gt;
numerous comments about the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs which do not process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. In response to these &amp;lt;br /&amp;gt;&lt;br /&gt;
comments, the DoD modified the rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
reduce the assessment burden on ESPs. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that utilizes staff augmentation, &amp;lt;br /&amp;gt;&lt;br /&gt;
where the OSA provides all processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
technology, and facilities, does not &amp;lt;br /&amp;gt;&lt;br /&gt;
require a CMMC assessment. The rule &amp;lt;br /&amp;gt;&lt;br /&gt;
was also updated to add a definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘CSP’’ that is based on the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–145 Sept2011 definition of cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
computing. The term ‘‘Managed Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider’’ is not used in the rule; &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore, the acronym was removed &amp;lt;br /&amp;gt;&lt;br /&gt;
from § 170.4. &lt;br /&gt;
&lt;br /&gt;
d. IoT/OT/ICS &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
recommended DoD clarify the definition &amp;lt;br /&amp;gt;&lt;br /&gt;
of IoT, OT, and ICS. Regarding IoT, one &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested the rule specify that &amp;lt;br /&amp;gt;&lt;br /&gt;
the exchange of data and information &amp;lt;br /&amp;gt;&lt;br /&gt;
between devices occurs over the &amp;lt;br /&amp;gt;&lt;br /&gt;
internet. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;As specified in the rule, &lt;br /&gt;
&lt;br /&gt;
IoT, IIoT, and OT, are Specialized &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets, and all requirements associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with Specialized Assets apply to any &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment that processes, stores, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmits CUI but is unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured. The description of Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IoT) in the level 2 and level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoping Guides is consistent with the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of IOT in § 170.4 and is &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–172A Mar2022. &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoping Guide text also provides &amp;lt;br /&amp;gt;&lt;br /&gt;
examples to help clarify what types of &amp;lt;br /&amp;gt;&lt;br /&gt;
devices may be IoT. The definition of &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00071&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83162 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
OT is from NIST SP 800–60 V2R1 and &amp;lt;br /&amp;gt;&lt;br /&gt;
the definition of ICS is from NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–82r3. Requests for revisions to &amp;lt;br /&amp;gt;&lt;br /&gt;
these definitions should be addressed to &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST. OSAs determine the asset &amp;lt;br /&amp;gt;&lt;br /&gt;
categories and assessment scope based &amp;lt;br /&amp;gt;&lt;br /&gt;
on how and where they will process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, and transmit FCI and CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD declined to comment on individual &amp;lt;br /&amp;gt;&lt;br /&gt;
use cases included in the comments. &lt;br /&gt;
&lt;br /&gt;
e. Program and Security Requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Two comments asked for a &lt;br /&gt;
&lt;br /&gt;
definition of ‘‘Security Requirements’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
while another asked for the DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
define the term ‘‘CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements’’ in the rule. Three &amp;lt;br /&amp;gt;&lt;br /&gt;
comments addressed concerns with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security practices numbering &amp;lt;br /&amp;gt;&lt;br /&gt;
scheme in §§ 170.14(c)(i). One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested clarification on what &amp;lt;br /&amp;gt;&lt;br /&gt;
constitutes a ‘‘priority’’ program. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter stated the term ‘‘all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements’’ is ambiguous and many &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs will only attest to fulfilling the &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR 52.204–21 or NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. The commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
felt this could lead to a significant &amp;lt;br /&amp;gt;&lt;br /&gt;
disconnect at CMMC Level 2 since Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 includes security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with the use of ESPs, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs (&#039;&#039;e.g., &#039;&#039;para (b)(2)(ii)(D)) and &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD CIO FedRAMP Equivalency &amp;lt;br /&amp;gt;&lt;br /&gt;
memorandum. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements are all the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
codified in the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule. The term ‘‘CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Requirements’’ is defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c). The CMMC supplemental &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance documents add clarity; &amp;lt;br /&amp;gt;&lt;br /&gt;
however, they are not authoritative and &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule itself takes precedence. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC numbering scheme in the rule is &amp;lt;br /&amp;gt;&lt;br /&gt;
a key element of the model that must &amp;lt;br /&amp;gt;&lt;br /&gt;
pull together the independent &amp;lt;br /&amp;gt;&lt;br /&gt;
numbering schemes of FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 (for Level 1), NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 (for Level 2), and NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 (for Level 3). For the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program, the numbering scheme &amp;lt;br /&amp;gt;&lt;br /&gt;
must also identify the domain and &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level of each security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. The term ‘‘priority &amp;lt;br /&amp;gt;&lt;br /&gt;
program’’ is not used in the rule; &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore, no definition of this term is &amp;lt;br /&amp;gt;&lt;br /&gt;
needed. A commenter incorrectly &amp;lt;br /&amp;gt;&lt;br /&gt;
associated CMMC Program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
as CMMC security requirements. To &amp;lt;br /&amp;gt;&lt;br /&gt;
address potential confusion, the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
was updated to define ‘‘CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements’’ as the 15 Level 1 FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, the 110 NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2 requirements, and the 24 selected &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
f. OSA and OSC &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments &lt;br /&gt;
&lt;br /&gt;
requested clarification of the terms OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
and OSC. One recommended combining &amp;lt;br /&amp;gt;&lt;br /&gt;
them into a single term. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The definitions of &lt;br /&gt;
&lt;br /&gt;
Organization Seeking Assessment (OSA) &amp;lt;br /&amp;gt;&lt;br /&gt;
and Organization Seeking Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
(OSC) are provided in § 170.4. It is &amp;lt;br /&amp;gt;&lt;br /&gt;
important to note that OSC is a sub-set &amp;lt;br /&amp;gt;&lt;br /&gt;
of OSA. &lt;br /&gt;
&lt;br /&gt;
g. Process, Store, or Transmit &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Several comments asked &lt;br /&gt;
&lt;br /&gt;
about use of the term, ‘‘Process, store or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit’’. One asked about its &amp;lt;br /&amp;gt;&lt;br /&gt;
application to a turnkey cloud based &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC solution and whether the intent &amp;lt;br /&amp;gt;&lt;br /&gt;
was to consider ‘‘access’’ a subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘process’’. Another recommended using &amp;lt;br /&amp;gt;&lt;br /&gt;
the term ‘‘Handle’’ in lieu of this term &amp;lt;br /&amp;gt;&lt;br /&gt;
and noted that this would also require &amp;lt;br /&amp;gt;&lt;br /&gt;
amendments to DFARS clause 252–204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012. Another comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
rephrasing the definition to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
clarity while another asked that the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of ‘‘Process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit’’ (§ 170.4(b)) explicitly include &amp;lt;br /&amp;gt;&lt;br /&gt;
residence of data in memory, which has &amp;lt;br /&amp;gt;&lt;br /&gt;
not previously been identified in this &amp;lt;br /&amp;gt;&lt;br /&gt;
context and could raise interpretation &amp;lt;br /&amp;gt;&lt;br /&gt;
issues. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The phrase ‘‘process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit’’ is more specific than the &amp;lt;br /&amp;gt;&lt;br /&gt;
term ‘‘handle’’ and is consistent with &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract requirements for Non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal Information systems as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012. The DoD intended ‘‘Access’’ to be &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the ‘‘Process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit definition as written in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). An organization offering a &amp;lt;br /&amp;gt;&lt;br /&gt;
turnkey cloud based CMMC solution &amp;lt;br /&amp;gt;&lt;br /&gt;
would be considered an ESP by this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, and the rule was updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
address assessment and certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of ESPs. The rule &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions are provided for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
clarity of the terms included in the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and does not nor cannot include every &amp;lt;br /&amp;gt;&lt;br /&gt;
potential instance of the term’s &amp;lt;br /&amp;gt;&lt;br /&gt;
application to a contractor’s information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. &lt;br /&gt;
&lt;br /&gt;
h. Clarification of Definitions for FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Three comments requested &lt;br /&gt;
&lt;br /&gt;
clarification of and noted inconsistency &amp;lt;br /&amp;gt;&lt;br /&gt;
between the terms ‘‘FCI’’ and ‘‘CUI’’. &amp;lt;br /&amp;gt;&lt;br /&gt;
One perceived ‘‘[FCI]’’ and ‘‘[CUI]’’ as &amp;lt;br /&amp;gt;&lt;br /&gt;
new acronyms and asked why this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
includes them. One comment noted the &amp;lt;br /&amp;gt;&lt;br /&gt;
inconsistent use of the terms ‘‘CUI and &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI’’ and ‘‘sensitive unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
information’’ and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
selecting one term for use throughout &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule. Another comment requested &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions for CMMC be distinguished &amp;lt;br /&amp;gt;&lt;br /&gt;
with formatting or another notation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;FCI is defined in FAR &lt;br /&gt;
&lt;br /&gt;
clause 52.204–21. The definition of CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and general requirements for its &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding are included in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
2002.4 and 2002.14, respectively. CUI is &amp;lt;br /&amp;gt;&lt;br /&gt;
not a new acronym. The notation &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘[FCI]’’ is identified in table 2 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.15(c)(1)(ii) to reflect its alignment &amp;lt;br /&amp;gt;&lt;br /&gt;
to the requirements of FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 for basic safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
information. Similarly, ‘‘[CUI]’’ has been &amp;lt;br /&amp;gt;&lt;br /&gt;
added to reflect the use of those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CMMC Level 2, which &amp;lt;br /&amp;gt;&lt;br /&gt;
is designed to protect CUI, not FCI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD amended the rule such that &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘sensitive unclassified information’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
will consistently be replaced with ‘‘FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and/or CUI’’ as appropriate. &lt;br /&gt;
&lt;br /&gt;
i. Use of Terms Information and Data &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One comment noted the &lt;br /&gt;
&lt;br /&gt;
terms ‘‘data’’, ‘‘technical data’’, and &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘information’’ are used synonymously &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the rule and supplemental &amp;lt;br /&amp;gt;&lt;br /&gt;
documents. They also noted that neither &amp;lt;br /&amp;gt;&lt;br /&gt;
NARA’s CUI Registry nor the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 define the word &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘information’’ and asserted this was a &amp;lt;br /&amp;gt;&lt;br /&gt;
major oversight by NARA ISOO, the CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Executive Agent. The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter requested this rule adopt the &amp;lt;br /&amp;gt;&lt;br /&gt;
term ‘‘Information’’ throughout the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and only use ‘‘data’’ when specifically &amp;lt;br /&amp;gt;&lt;br /&gt;
intended based on its definition. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter requested the term &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Technical Data’’ be replaced with the &amp;lt;br /&amp;gt;&lt;br /&gt;
term ‘‘Information’’. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;As a commenter stated, &lt;br /&gt;
&lt;br /&gt;
both the CUI program and NIST use the &amp;lt;br /&amp;gt;&lt;br /&gt;
term ‘‘information’’. Suggestions that &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD work with NARA or NIST to &amp;lt;br /&amp;gt;&lt;br /&gt;
define this term are outside the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. Within this rule, data &amp;lt;br /&amp;gt;&lt;br /&gt;
generally refers to individual facts, such &amp;lt;br /&amp;gt;&lt;br /&gt;
as those submitted to eMASS or SPRS; &amp;lt;br /&amp;gt;&lt;br /&gt;
however, data and information may be &amp;lt;br /&amp;gt;&lt;br /&gt;
used interchangeably. DoD declined to &amp;lt;br /&amp;gt;&lt;br /&gt;
make requested administrative edits &amp;lt;br /&amp;gt;&lt;br /&gt;
because they would not result in a &amp;lt;br /&amp;gt;&lt;br /&gt;
substantive change. &lt;br /&gt;
&lt;br /&gt;
j. Source Materials Incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
Reference &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Four comments asked for &lt;br /&gt;
&lt;br /&gt;
clarification of those documents &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference, or the &amp;lt;br /&amp;gt;&lt;br /&gt;
specific versions of documents &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced in the rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD declined to &lt;br /&gt;
&lt;br /&gt;
incorporate by reference the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s role as data owner. NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–53 R5 was incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference only for use with applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions because it provided the &amp;lt;br /&amp;gt;&lt;br /&gt;
latest definitions available. &lt;br /&gt;
&lt;br /&gt;
The OSA is responsible for &lt;br /&gt;
&lt;br /&gt;
determining its CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope and its relationship to security &amp;lt;br /&amp;gt;&lt;br /&gt;
domains. Assets are out-of-scope when &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00072&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83163 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
they are physically or logically &amp;lt;br /&amp;gt;&lt;br /&gt;
separated from the assessment scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Risk Managed Assets are &amp;lt;br /&amp;gt;&lt;br /&gt;
only applicable within the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment scope. Table 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c)(1) is used to identify the &amp;lt;br /&amp;gt;&lt;br /&gt;
asset categories within the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
scope and the associated requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for each asset category. Contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
risk-based security policies, procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
and practices are not used to define the &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of the assessment, they are &amp;lt;br /&amp;gt;&lt;br /&gt;
descriptive of the types of documents an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor will use to meet the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements. &lt;br /&gt;
&lt;br /&gt;
To ensure the source of every &lt;br /&gt;
&lt;br /&gt;
definition is accounted for, the terms in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4 either cite a reference or are &amp;lt;br /&amp;gt;&lt;br /&gt;
designated as CMMC-custom using the &amp;lt;br /&amp;gt;&lt;br /&gt;
notation ‘‘(CMMC-custom term).’’ The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule has been updated to eliminate the &amp;lt;br /&amp;gt;&lt;br /&gt;
CNSS Glossary definitions and replaced &amp;lt;br /&amp;gt;&lt;br /&gt;
them with appropriate NIST definitions. &lt;br /&gt;
&lt;br /&gt;
k. Miscellaneous Other Terms, &amp;lt;br /&amp;gt;&lt;br /&gt;
References and Notations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Three comments asked &lt;br /&gt;
&lt;br /&gt;
about references to the DoD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8570, ‘‘Information Assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
Workforce Improvement Program,’’ and &amp;lt;br /&amp;gt;&lt;br /&gt;
one asked if the references should be &amp;lt;br /&amp;gt;&lt;br /&gt;
replaced by the newer DoD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8140. &lt;br /&gt;
&lt;br /&gt;
One commenter suggested DoD add &lt;br /&gt;
&lt;br /&gt;
an enhanced definition of ‘‘Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Domain’’ domain to the glossary. &lt;br /&gt;
&lt;br /&gt;
One questioned use of the CNSSI– &lt;br /&gt;
&lt;br /&gt;
4009 Glossary instead of the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
Glossary of Terms. One comment &amp;lt;br /&amp;gt;&lt;br /&gt;
requested a change to text quoted from &amp;lt;br /&amp;gt;&lt;br /&gt;
another source. One commenter asserted &amp;lt;br /&amp;gt;&lt;br /&gt;
that the rule includes no reference to &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘existing FAR, DFARS, or DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
authoritative sources’’ and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended that they be added in &amp;lt;br /&amp;gt;&lt;br /&gt;
instead referencing NIST publications &amp;lt;br /&amp;gt;&lt;br /&gt;
only. &lt;br /&gt;
&lt;br /&gt;
One comment asked if it is necessary &lt;br /&gt;
&lt;br /&gt;
to read and understand all FIPS, NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800, CNSSI, and ISO/IEC documents &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by referenced in § 170.2. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment requested the references &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Assessment Guides in &amp;lt;br /&amp;gt;&lt;br /&gt;
Appendix A be changed to NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 and NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172A Mar2022. Two comments noted &amp;lt;br /&amp;gt;&lt;br /&gt;
version numbers are not always &amp;lt;br /&amp;gt;&lt;br /&gt;
provided for two specific document &amp;lt;br /&amp;gt;&lt;br /&gt;
sources. Another comment requested &amp;lt;br /&amp;gt;&lt;br /&gt;
references for supporting information, &amp;lt;br /&amp;gt;&lt;br /&gt;
resources, and training for the DIB. &lt;br /&gt;
&lt;br /&gt;
A commenter asked if the term &lt;br /&gt;
&lt;br /&gt;
‘‘Government Information Systems’’ was &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent to the term ‘‘Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems’’ while another &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed that the term, ‘‘CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 Final Certification Assessment was &amp;lt;br /&amp;gt;&lt;br /&gt;
confusing given that ‘‘Assessment’’ and &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Certification’’ are two separate and &lt;br /&gt;
&lt;br /&gt;
distinct terms. Another comment noted &amp;lt;br /&amp;gt;&lt;br /&gt;
that the Summary Information section &amp;lt;br /&amp;gt;&lt;br /&gt;
states there is a difference between a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA and a POA&amp;amp;amp;M but recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
both terms be defined for clarity. &lt;br /&gt;
&lt;br /&gt;
One comment stated the ‘‘CMMC &lt;br /&gt;
&lt;br /&gt;
Certified Assessor (CCA)’’ definition &amp;lt;br /&amp;gt;&lt;br /&gt;
and acronym are not used consistently &amp;lt;br /&amp;gt;&lt;br /&gt;
in the rule and the current CMMC AB’s &amp;lt;br /&amp;gt;&lt;br /&gt;
website. Another comment noted that &amp;lt;br /&amp;gt;&lt;br /&gt;
the term, ‘‘related practitioners’’ under &amp;lt;br /&amp;gt;&lt;br /&gt;
the definition of CAICO in § 170.4 could &amp;lt;br /&amp;gt;&lt;br /&gt;
be confused with the term ‘‘Registered &amp;lt;br /&amp;gt;&lt;br /&gt;
Practitioners (RP)’’ used by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
AB as their designation for consultants. &lt;br /&gt;
&lt;br /&gt;
One comment stated that the DoD &lt;br /&gt;
&lt;br /&gt;
must be deliberate in its use of certain &amp;lt;br /&amp;gt;&lt;br /&gt;
terms, especially the words ‘‘must’’ and &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘shall’’, which connote legal &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, versus words like ‘‘will’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘expected’’, ‘‘can’’, ‘‘may’’, ‘‘should’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
etc., which are permissive (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;optional) &lt;br /&gt;
&lt;br /&gt;
One commenter noted the word &lt;br /&gt;
&lt;br /&gt;
‘‘practice’’ was replaced multiple times &amp;lt;br /&amp;gt;&lt;br /&gt;
based on a comparison of pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
publication drafts with the formal drafts &amp;lt;br /&amp;gt;&lt;br /&gt;
that were published for public &amp;lt;br /&amp;gt;&lt;br /&gt;
comment. &lt;br /&gt;
&lt;br /&gt;
Another comment asserted that the &lt;br /&gt;
&lt;br /&gt;
DoD is falsely describing the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program as addressing ‘‘basic’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements when this is &amp;lt;br /&amp;gt;&lt;br /&gt;
the most demanding cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standard ever produced. &lt;br /&gt;
&lt;br /&gt;
One commenter objected to the &lt;br /&gt;
&lt;br /&gt;
CMMC Level 1, 2, and 3 Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
definitions in § 170.4 referring to the &amp;lt;br /&amp;gt;&lt;br /&gt;
content of corresponding rule sections &amp;lt;br /&amp;gt;&lt;br /&gt;
and suggested that the definitions be &amp;lt;br /&amp;gt;&lt;br /&gt;
deleted from § 170.4 unless they can be &amp;lt;br /&amp;gt;&lt;br /&gt;
succinctly defined without doing so. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The rule has been updated &lt;br /&gt;
&lt;br /&gt;
to reference DoD Manual 8140 &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Cyberspace Workforce Qualification &amp;lt;br /&amp;gt;&lt;br /&gt;
and Management Program’’ which &amp;lt;br /&amp;gt;&lt;br /&gt;
replaced DoD Manual 8570, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Information Assurance Workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
Improvement Program.’’ DOD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8140.03 is available at: [https://dodcio.defense.gov/Portals/0/Documents/Library/DoDM-8140-03.pdf &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
dodcio.defense.gov/Portals/0/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents/Library/DoDM-8140-03.pdf&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
No changes were made to quotations &lt;br /&gt;
&lt;br /&gt;
from sources outside the rule. A &amp;lt;br /&amp;gt;&lt;br /&gt;
definition cited from a source must &amp;lt;br /&amp;gt;&lt;br /&gt;
exactly match the source, it cannot be &amp;lt;br /&amp;gt;&lt;br /&gt;
altered. To address a commenter’s &amp;lt;br /&amp;gt;&lt;br /&gt;
misperception that the rule does not &amp;lt;br /&amp;gt;&lt;br /&gt;
reference ‘‘existing FAR/DFARS, or &amp;lt;br /&amp;gt;&lt;br /&gt;
other DoD authoritative sources,’’ it &amp;lt;br /&amp;gt;&lt;br /&gt;
should be noted that the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule includes 54 mentions &amp;lt;br /&amp;gt;&lt;br /&gt;
each of FAR clause 52.204–21 and &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 is added to &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracts to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of NIST SP 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is the authoritative reference for &amp;lt;br /&amp;gt;&lt;br /&gt;
adequate safeguarding of CUI. &lt;br /&gt;
&lt;br /&gt;
Contractors complying with CMMC &lt;br /&gt;
&lt;br /&gt;
need to be familiar with those &amp;lt;br /&amp;gt;&lt;br /&gt;
documents that are incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, which address requirement- &amp;lt;br /&amp;gt;&lt;br /&gt;
related topics. NIST SP 800–53 R5 is &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated by reference only for &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable definitions because DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
chose to use the latest definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
available. The purpose of a reference &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.2 should be interpreted &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the context in which it is used. &amp;lt;br /&amp;gt;&lt;br /&gt;
For example, the references provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4 specify the source of the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition. The references for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments Guides listed in Appendix &amp;lt;br /&amp;gt;&lt;br /&gt;
A have been updated. These guides are &amp;lt;br /&amp;gt;&lt;br /&gt;
largely derived from NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2, NIST SP 800–171A Jun2018, NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–172 Feb2021, and NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172A Mar2022. &lt;br /&gt;
&lt;br /&gt;
The DoD has updated § 170.3 to align &lt;br /&gt;
&lt;br /&gt;
with the FAR terminology and now &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects ‘‘Federal Information System’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
instead of ‘‘Government Information &amp;lt;br /&amp;gt;&lt;br /&gt;
System’’. &lt;br /&gt;
&lt;br /&gt;
The DoD updated the rule to reference &lt;br /&gt;
&lt;br /&gt;
the latest version of ‘‘Cloud Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Technical Reference Architecture’’ and, &amp;lt;br /&amp;gt;&lt;br /&gt;
where appropriate, to identify a revision &amp;lt;br /&amp;gt;&lt;br /&gt;
number for NIST SP 800–171. Specific &amp;lt;br /&amp;gt;&lt;br /&gt;
details of cybersecurity-related &amp;lt;br /&amp;gt;&lt;br /&gt;
resources and training developed to &amp;lt;br /&amp;gt;&lt;br /&gt;
support the DIB are outside the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule. As it becomes available, &amp;lt;br /&amp;gt;&lt;br /&gt;
supporting resources and training &amp;lt;br /&amp;gt;&lt;br /&gt;
information will be disseminated. &amp;lt;br /&amp;gt;&lt;br /&gt;
Currently, multiple public resources are &amp;lt;br /&amp;gt;&lt;br /&gt;
available to help educate companies on &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST and CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to respond to &lt;br /&gt;
&lt;br /&gt;
comments based on comparison of pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
publication draft versions of the &amp;lt;br /&amp;gt;&lt;br /&gt;
supplemental guidance documents. &lt;br /&gt;
&lt;br /&gt;
A commenter’s claim that DoD views &lt;br /&gt;
&lt;br /&gt;
the CMMC program as only addressing &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘basic cybersecurity’’ is incorrect. &amp;lt;br /&amp;gt;&lt;br /&gt;
Throughout the rule, references to &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘basic safeguarding’’ mean the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of CMMC Level 1, which &amp;lt;br /&amp;gt;&lt;br /&gt;
align directly to the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21. That FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
is titled ‘‘Basic Safeguarding of Covered &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Information Systems’’. &amp;lt;br /&amp;gt;&lt;br /&gt;
Similarly, the CMMC program &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to comply with a subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021, titled, ‘‘Enhanced Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information.’’ &lt;br /&gt;
&lt;br /&gt;
Section 170.4 includes acronyms and &lt;br /&gt;
&lt;br /&gt;
definitions used in the rule text. Terms &amp;lt;br /&amp;gt;&lt;br /&gt;
from other authoritative sources are &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.4 and are properly &amp;lt;br /&amp;gt;&lt;br /&gt;
sourced. 1 CFR part 51 governs drafting &amp;lt;br /&amp;gt;&lt;br /&gt;
of this rule. &lt;br /&gt;
&lt;br /&gt;
The DoD updated the rule throughout &lt;br /&gt;
&lt;br /&gt;
to reflect new terminology better &amp;lt;br /&amp;gt;&lt;br /&gt;
differentiating between the activity of &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00073&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83164 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
undergoing an assessment and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status that may result from that &amp;lt;br /&amp;gt;&lt;br /&gt;
activity. An OSA undergoes one of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following: Level 1 self-assessment; Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 self-assessment; Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment; or Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The result of that &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activity is either failure to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet minimum requirements or one of &amp;lt;br /&amp;gt;&lt;br /&gt;
the following CMMC Statuses: Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 (Self); Conditional Level 2 (Self); &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (Self); Conditional Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO); Final Level 2 (C3PAO); &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC); or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
The official DoD acronym for CCA is &lt;br /&gt;
&lt;br /&gt;
‘‘CMMC Certified Assessor,’’ as &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in § 170.4. All CMMC terms &amp;lt;br /&amp;gt;&lt;br /&gt;
and definitions provided in this 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program rule are &amp;lt;br /&amp;gt;&lt;br /&gt;
codified and therefore take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over definitions and acronym usage &amp;lt;br /&amp;gt;&lt;br /&gt;
from the CMMC website or other &amp;lt;br /&amp;gt;&lt;br /&gt;
sources. &lt;br /&gt;
&lt;br /&gt;
To avoid confusion in the ecosystem &lt;br /&gt;
&lt;br /&gt;
with the term ‘‘practitioner’’, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
modified the definition in § 170.4 to &amp;lt;br /&amp;gt;&lt;br /&gt;
replace the word ‘‘practitioners’’ with &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘professionals.’’ &lt;br /&gt;
&lt;br /&gt;
While ‘‘must’’ is a more commonly &lt;br /&gt;
&lt;br /&gt;
used term than ‘‘shall’’, both terms &amp;lt;br /&amp;gt;&lt;br /&gt;
impose a requirement as defined in FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
2.101 Definitions. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;33. Rule Text Modifications &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
a. Changes to the Preamble &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;One commenter &lt;br /&gt;
&lt;br /&gt;
recommended that the supplemental &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Guides be consolidated &amp;lt;br /&amp;gt;&lt;br /&gt;
with and cross referenced to &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC Levels in &amp;lt;br /&amp;gt;&lt;br /&gt;
the same document. Eighty-three &amp;lt;br /&amp;gt;&lt;br /&gt;
comments requested changes to the &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble section of the rule text. Of &amp;lt;br /&amp;gt;&lt;br /&gt;
those, 17 were incorporated and are &amp;lt;br /&amp;gt;&lt;br /&gt;
summarized below. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Writing Style: &#039;&#039;Multiple commenters &lt;br /&gt;
&lt;br /&gt;
wanted shorter, simpler, and more &amp;lt;br /&amp;gt;&lt;br /&gt;
focused wording starting with changes &amp;lt;br /&amp;gt;&lt;br /&gt;
to the first sentence in the Summary &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
Word Choices: In the ‘‘CMMC 2.0 &lt;br /&gt;
&lt;br /&gt;
Overview as Proposed by this Rule’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
section several comments objected to &amp;lt;br /&amp;gt;&lt;br /&gt;
the description of FAR clause 52.204–21 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as ‘‘elementary’’ or &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘basic’’. One comment asserted that &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘may’’ is not the correct verb for &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Defense contracts . . . may include &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable requirements . . . ,’’. One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment suggested the preamble &amp;lt;br /&amp;gt;&lt;br /&gt;
sentence ‘‘Once CMMC is implemented, &amp;lt;br /&amp;gt;&lt;br /&gt;
the required CMMC level for contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
will be specified in the solicitation,’’ be &amp;lt;br /&amp;gt;&lt;br /&gt;
revised to use wording that is more &amp;lt;br /&amp;gt;&lt;br /&gt;
consistent with other parts of the &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble and rule text. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed edits to remove passive voice &lt;br /&gt;
&lt;br /&gt;
from a sentence in the preamble &amp;lt;br /&amp;gt;&lt;br /&gt;
description of Key Changes &amp;lt;br /&amp;gt;&lt;br /&gt;
Incorporated in the Revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. One commenter requested a &amp;lt;br /&amp;gt;&lt;br /&gt;
change to reference the relevant DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012, rather than the &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS subpart 204.73. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Clarifications: &#039;&#039;Two comments &lt;br /&gt;
&lt;br /&gt;
asserted that the description of &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations requirement could be mis- &amp;lt;br /&amp;gt;&lt;br /&gt;
interpreted as suggesting that primes &amp;lt;br /&amp;gt;&lt;br /&gt;
and subcontractors all submit a single &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation or that one contractor must &amp;lt;br /&amp;gt;&lt;br /&gt;
affirm another’s continuing compliance. &amp;lt;br /&amp;gt;&lt;br /&gt;
One comment requested clarification &amp;lt;br /&amp;gt;&lt;br /&gt;
about FedRAMP requirements for Cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Providers. Some comments &amp;lt;br /&amp;gt;&lt;br /&gt;
asked whether POA&amp;amp;amp;Ms must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented in the System Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Plan. One comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
punctuation and grammatical edits and &amp;lt;br /&amp;gt;&lt;br /&gt;
asked for clarification of rule text that &amp;lt;br /&amp;gt;&lt;br /&gt;
discusses the impact of not logically or &amp;lt;br /&amp;gt;&lt;br /&gt;
physically separating contractor-owned &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems that process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit FCI (or CUI) from those that &amp;lt;br /&amp;gt;&lt;br /&gt;
do not. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;This rule follows the &lt;br /&gt;
&lt;br /&gt;
format and includes all sections &amp;lt;br /&amp;gt;&lt;br /&gt;
required in OMB guidelines for formal &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking. The DoD lacks authority to &amp;lt;br /&amp;gt;&lt;br /&gt;
modify the template or omit required &amp;lt;br /&amp;gt;&lt;br /&gt;
sections, as requested by some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters. In addition, one &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter recommended that the &amp;lt;br /&amp;gt;&lt;br /&gt;
supplemental Assessment Guides be &amp;lt;br /&amp;gt;&lt;br /&gt;
consolidated with and cross referenced &amp;lt;br /&amp;gt;&lt;br /&gt;
to requirements for the CMMC Levels in &amp;lt;br /&amp;gt;&lt;br /&gt;
the same document. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
interpreted this recommendation as a &amp;lt;br /&amp;gt;&lt;br /&gt;
request to integrate all information in &amp;lt;br /&amp;gt;&lt;br /&gt;
the supplemental guidance into the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text, which does not align with &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking guidelines (1 CFR part 51). &amp;lt;br /&amp;gt;&lt;br /&gt;
No changes were made to consolidate or &amp;lt;br /&amp;gt;&lt;br /&gt;
integrate the supplemental guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
documents, which are not codified and &amp;lt;br /&amp;gt;&lt;br /&gt;
are provided as optional resources to &amp;lt;br /&amp;gt;&lt;br /&gt;
assist OSAs. The regulatory content in &amp;lt;br /&amp;gt;&lt;br /&gt;
the 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule takes precedence. &lt;br /&gt;
&lt;br /&gt;
Some commenters criticized the &lt;br /&gt;
&lt;br /&gt;
preamble summary paragraph, and one &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted a preferred rewrite that &amp;lt;br /&amp;gt;&lt;br /&gt;
oversimplified the content so far as to &amp;lt;br /&amp;gt;&lt;br /&gt;
alter the intended meaning. For that &amp;lt;br /&amp;gt;&lt;br /&gt;
reason, the specific revisions were not &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated. However, the DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
revised the final rule to begin with a &amp;lt;br /&amp;gt;&lt;br /&gt;
simplified statement of its purpose, as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: ‘‘With this final rule, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes a scalable way to verify, &amp;lt;br /&amp;gt;&lt;br /&gt;
through assessment, that contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
have implemented required security &amp;lt;br /&amp;gt;&lt;br /&gt;
measures necessary to safeguard DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal Contract Information (FCI) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI)’’. &lt;br /&gt;
&lt;br /&gt;
The DoD strove to streamline the &lt;br /&gt;
&lt;br /&gt;
writing style. Note that the preamble is &amp;lt;br /&amp;gt;&lt;br /&gt;
not part of the regulatory text, however, &amp;lt;br /&amp;gt;&lt;br /&gt;
it is a required part of the rulemaking &amp;lt;br /&amp;gt;&lt;br /&gt;
template. The DoD made the following &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the preamble based on &amp;lt;br /&amp;gt;&lt;br /&gt;
requests for text modifications. &lt;br /&gt;
&lt;br /&gt;
The preamble is updated to change &lt;br /&gt;
&lt;br /&gt;
the verb ‘‘will’’ to ‘‘should’’, where &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate. The preamble and &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory text have been updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
clarify that a Plan of Action need not be &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the System Security Plan. The &amp;lt;br /&amp;gt;&lt;br /&gt;
sentence in the preamble overview &amp;lt;br /&amp;gt;&lt;br /&gt;
about FAR clause 52.204–21 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements has been rewritten to &amp;lt;br /&amp;gt;&lt;br /&gt;
describe them as ‘‘the minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary’’ to receive FCI, rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
describing them as ‘‘elementary’’ for &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘basic’’ cybersecurity. Note that the title &amp;lt;br /&amp;gt;&lt;br /&gt;
of the FAR clause 52.204–21 clause is &amp;lt;br /&amp;gt;&lt;br /&gt;
Basic Safeguarding Requirements. &lt;br /&gt;
&lt;br /&gt;
A preamble overview paragraph about &lt;br /&gt;
&lt;br /&gt;
Affirming Officials is revised to clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
that CMMC affirmations shall be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted by the OSA and apply only &amp;lt;br /&amp;gt;&lt;br /&gt;
to the information systems of that &amp;lt;br /&amp;gt;&lt;br /&gt;
organization. DoD’s use of the term OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
within the affirmations section is &amp;lt;br /&amp;gt;&lt;br /&gt;
deliberate and conveys that each &amp;lt;br /&amp;gt;&lt;br /&gt;
organization is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations pertaining to their own &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. A preamble overview &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph about Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Providers has been aligned to DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 language and &amp;lt;br /&amp;gt;&lt;br /&gt;
specifies that defense contractors must &amp;lt;br /&amp;gt;&lt;br /&gt;
confirm that any CSPs they use to &amp;lt;br /&amp;gt;&lt;br /&gt;
handle CUI must meet FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate Baseline standards. Wording &amp;lt;br /&amp;gt;&lt;br /&gt;
in the preamble overview of the rule has &amp;lt;br /&amp;gt;&lt;br /&gt;
been edited from ‘‘may include’’ to &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘require’’, to clarify a statement about &amp;lt;br /&amp;gt;&lt;br /&gt;
when DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
applies. One sentence in the preamble &amp;lt;br /&amp;gt;&lt;br /&gt;
about the regulatory impact of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements has been edited into two &amp;lt;br /&amp;gt;&lt;br /&gt;
sentences to make clear that &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations identify CMMC contract &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, rather than ‘‘for &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors’’, and that only contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
handling FCI or CUI must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
The DoD has incorporated a suggested &lt;br /&gt;
&lt;br /&gt;
re-wording to simplify the description &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC Level 2 assessments in the &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble paragraph describing Key &amp;lt;br /&amp;gt;&lt;br /&gt;
Changes Incorporated in the Revised &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. &lt;br /&gt;
&lt;br /&gt;
b. Changes to the Regulatory Text &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Of the 52 comments that &lt;br /&gt;
&lt;br /&gt;
requested changes to the regulatory text &amp;lt;br /&amp;gt;&lt;br /&gt;
(§§ 170.1 through 170.24), the nine &amp;lt;br /&amp;gt;&lt;br /&gt;
which DoD incorporated are &amp;lt;br /&amp;gt;&lt;br /&gt;
summarized below. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Word choices: &#039;&#039;In § 170.1(b), two &lt;br /&gt;
&lt;br /&gt;
comments posited that the word &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘enhance’’ is inaccurate in the phrase &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00074&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83165 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
‘‘The CMMC Program is designed to &amp;lt;br /&amp;gt;&lt;br /&gt;
enhance protection of FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
. . .’’. In § 170.9(a) one comment noted &amp;lt;br /&amp;gt;&lt;br /&gt;
that C3PAOs do not ‘‘grant’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, they ‘‘conduct’’ them. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another asked why, in table 3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c)(1), the CUI Asset category &amp;lt;br /&amp;gt;&lt;br /&gt;
needs to be assessed against ‘‘CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements’’ but in table 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(d)(1), the same category is &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against ‘‘all CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements.’’ For § 170.4(b) One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment requested appending ‘‘and to &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD’’ to the definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Findings Report. &lt;br /&gt;
&lt;br /&gt;
Paragraph Organization: For &lt;br /&gt;
&lt;br /&gt;
Applicability, a comment recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
changing the order of paragraphs in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3 and other text changes to &amp;lt;br /&amp;gt;&lt;br /&gt;
improve clarity. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Reference: &#039;&#039;One comment noted that &lt;br /&gt;
&lt;br /&gt;
the § 170.6(b) phrase ‘‘as provided for &amp;lt;br /&amp;gt;&lt;br /&gt;
under DFARS clauses 252.204–7012 and &amp;lt;br /&amp;gt;&lt;br /&gt;
7020 . . .’’ is in error because the &amp;lt;br /&amp;gt;&lt;br /&gt;
section describes CMMC PMO &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities and only DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020 references DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of OSAs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Redundancy: &#039;&#039;One comment asserted &lt;br /&gt;
&lt;br /&gt;
that § 170.9(b)(9) and § 170.9(b)(20) are &amp;lt;br /&amp;gt;&lt;br /&gt;
redundant as both describe that &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment appeals and results are &amp;lt;br /&amp;gt;&lt;br /&gt;
entered into eMASS. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Consistency: &#039;&#039;One comment pointed &lt;br /&gt;
&lt;br /&gt;
out an inconsistency between the text in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(c)(1)(i) and the Scoping Guide &amp;lt;br /&amp;gt;&lt;br /&gt;
related to whether a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope must be the same as, &amp;lt;br /&amp;gt;&lt;br /&gt;
or may be a subset of, the Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope of the prerequisite CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Clarifications: &#039;&#039;One comment asked &lt;br /&gt;
&lt;br /&gt;
whether the stipulation that CCIs must &amp;lt;br /&amp;gt;&lt;br /&gt;
not disclose CMMC data or metrics &amp;lt;br /&amp;gt;&lt;br /&gt;
applies to all data or only ‘‘non-public’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
data. &lt;br /&gt;
&lt;br /&gt;
Consistency: One commenter asked &lt;br /&gt;
&lt;br /&gt;
for clarification regarding templates and &amp;lt;br /&amp;gt;&lt;br /&gt;
formats required for information &amp;lt;br /&amp;gt;&lt;br /&gt;
uploaded into the CMMC instantiation &amp;lt;br /&amp;gt;&lt;br /&gt;
of eMASS. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The DoD has incorporated &lt;br /&gt;
&lt;br /&gt;
a request to delete the word ‘‘enhance’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
from § 170.1(b), and the purpose of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program now reads that the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program is designed as a &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessment to assist in &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s enforcement of information &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements. Lower level &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs in § 170.3 have been &amp;lt;br /&amp;gt;&lt;br /&gt;
reordered for added clarity. &lt;br /&gt;
&lt;br /&gt;
The words ‘‘and to the DoD via &lt;br /&gt;
&lt;br /&gt;
CMMC eMASS’’ have been added to the &amp;lt;br /&amp;gt;&lt;br /&gt;
end of the Assessment Findings Report &amp;lt;br /&amp;gt;&lt;br /&gt;
definition in § 170.4(b). In addition, &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(17) has been rephrased to &amp;lt;br /&amp;gt;&lt;br /&gt;
stipulate that all assessment data and &amp;lt;br /&amp;gt;&lt;br /&gt;
information uploaded into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS must be &lt;br /&gt;
&lt;br /&gt;
compliant with the data standard &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in the eMASS CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Import Templates available &amp;lt;br /&amp;gt;&lt;br /&gt;
on the CMMC eMASS website. &lt;br /&gt;
&lt;br /&gt;
The DoD replaced the word &lt;br /&gt;
&lt;br /&gt;
‘‘granting’’ with the word ‘‘conducting’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
in the description of C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments in § 170.9(a). Sections &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9(b)(9) and (b)(20) have been &amp;lt;br /&amp;gt;&lt;br /&gt;
modified to eliminate redundancy &amp;lt;br /&amp;gt;&lt;br /&gt;
between the two paragraphs, however &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD did not concur that &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.9(b)(17) and (18) are redundant &amp;lt;br /&amp;gt;&lt;br /&gt;
and made no change. &lt;br /&gt;
&lt;br /&gt;
Section 170.18(c)(1)(i) was revised to &lt;br /&gt;
&lt;br /&gt;
clarify that the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope for Level 3 must be equal to or &amp;lt;br /&amp;gt;&lt;br /&gt;
a subset of the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope for the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of the system in question. &amp;lt;br /&amp;gt;&lt;br /&gt;
Section 170.19 was revised to clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
that, for CMMC Level 2, OSAs will be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against all Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. For CMMC Level 3, OSAs &amp;lt;br /&amp;gt;&lt;br /&gt;
will be assessed against all Level 2 and &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 requirements. &lt;br /&gt;
&lt;br /&gt;
Section 170.1 has been revised to &lt;br /&gt;
&lt;br /&gt;
correct punctuation and improve &amp;lt;br /&amp;gt;&lt;br /&gt;
grammar. The section now conveys &amp;lt;br /&amp;gt;&lt;br /&gt;
more clearly that the CMMC Program is &amp;lt;br /&amp;gt;&lt;br /&gt;
designed as a compliance assessment to &amp;lt;br /&amp;gt;&lt;br /&gt;
assist in DoD’s enforcement of &amp;lt;br /&amp;gt;&lt;br /&gt;
information safeguarding requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
No changes were made regarding use of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘not logically or physically isolated &amp;lt;br /&amp;gt;&lt;br /&gt;
from all such CUI systems’’. Specifying &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Assessment Scope is a &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary preparatory step for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are specified in § 170.19. At Levels 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and 3, logical or physical isolation is the &amp;lt;br /&amp;gt;&lt;br /&gt;
primary mechanism used to separate in- &amp;lt;br /&amp;gt;&lt;br /&gt;
scope from out-of-scope assets. CRMA &amp;lt;br /&amp;gt;&lt;br /&gt;
and Specialized Asset categories only &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to assets that are within the &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope or boundary. &lt;br /&gt;
&lt;br /&gt;
§ 170.6(b) has been revised to &lt;br /&gt;
&lt;br /&gt;
reference DFARS clause 252.204–7020 &amp;lt;br /&amp;gt;&lt;br /&gt;
rather than DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012. In addition, § 170.05 was revised &amp;lt;br /&amp;gt;&lt;br /&gt;
to reference DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, rather than DFARS 204.73, for &amp;lt;br /&amp;gt;&lt;br /&gt;
consistency and clarity. &lt;br /&gt;
&lt;br /&gt;
The title of § 170.16(c)(1) has been &lt;br /&gt;
&lt;br /&gt;
updated to specify self-assessment of &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA. DoD declined to make other &amp;lt;br /&amp;gt;&lt;br /&gt;
administrative changes because they &amp;lt;br /&amp;gt;&lt;br /&gt;
would not result in a substantive &amp;lt;br /&amp;gt;&lt;br /&gt;
change. &lt;br /&gt;
&lt;br /&gt;
§ 170.12(b)(8) has been revised to &lt;br /&gt;
&lt;br /&gt;
clarify that CCIs must not disclose &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC data or metrics that are PPI, FCI, &amp;lt;br /&amp;gt;&lt;br /&gt;
or CUI without prior coordination with &amp;lt;br /&amp;gt;&lt;br /&gt;
and approval from DoD. &lt;br /&gt;
&lt;br /&gt;
c. Changes Recommended but Not &amp;lt;br /&amp;gt;&lt;br /&gt;
Incorporated &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Many comments addressed &lt;br /&gt;
&lt;br /&gt;
non-substantive administrative changes &lt;br /&gt;
&lt;br /&gt;
or writing style and were not &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated. Many comments &amp;lt;br /&amp;gt;&lt;br /&gt;
requested substantive changes that were &amp;lt;br /&amp;gt;&lt;br /&gt;
not incorporated, and which are &amp;lt;br /&amp;gt;&lt;br /&gt;
described more fully in the response &amp;lt;br /&amp;gt;&lt;br /&gt;
below. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;In addition, thirty-eight &lt;br /&gt;
&lt;br /&gt;
other recommendations were not &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated because they did not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in substantive changes. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
declines to delete references or convert &amp;lt;br /&amp;gt;&lt;br /&gt;
narrative text explanations into tables, &amp;lt;br /&amp;gt;&lt;br /&gt;
bullets, or other truncated formats &amp;lt;br /&amp;gt;&lt;br /&gt;
because the intent is to facilitate reader &amp;lt;br /&amp;gt;&lt;br /&gt;
understanding of complex requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Other recommended administrative &amp;lt;br /&amp;gt;&lt;br /&gt;
changes which did not result in a &amp;lt;br /&amp;gt;&lt;br /&gt;
substantive change were also not &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporated. &lt;br /&gt;
&lt;br /&gt;
Other changes were not incorporated &lt;br /&gt;
&lt;br /&gt;
because the revisions would result in &amp;lt;br /&amp;gt;&lt;br /&gt;
unintended or inaccurate meaning of &amp;lt;br /&amp;gt;&lt;br /&gt;
the text. The following explanation is &amp;lt;br /&amp;gt;&lt;br /&gt;
provided for those unincorporated but &amp;lt;br /&amp;gt;&lt;br /&gt;
substantive recommendations. &lt;br /&gt;
&lt;br /&gt;
The DoD did not change content in &lt;br /&gt;
&lt;br /&gt;
the Discussion of Public Comments &amp;lt;br /&amp;gt;&lt;br /&gt;
section that addressed responses to the &amp;lt;br /&amp;gt;&lt;br /&gt;
original 48 CFR CMMC interim final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, because intervening rule changes &amp;lt;br /&amp;gt;&lt;br /&gt;
made in response to public comments &amp;lt;br /&amp;gt;&lt;br /&gt;
received about the more recent &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule(s) supersede text of the &amp;lt;br /&amp;gt;&lt;br /&gt;
earlier rule. &lt;br /&gt;
&lt;br /&gt;
Section 170.3(a)(1) applies to contract &lt;br /&gt;
&lt;br /&gt;
awardees. While the rule may impact &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers and Cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
Service providers, the rule is not &amp;lt;br /&amp;gt;&lt;br /&gt;
directly applicable to them. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply at the time of &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award and thereafter. &lt;br /&gt;
&lt;br /&gt;
DoD declined to change the program &lt;br /&gt;
&lt;br /&gt;
name as it is well known in the &amp;lt;br /&amp;gt;&lt;br /&gt;
community, and the tiered approach to &amp;lt;br /&amp;gt;&lt;br /&gt;
the model still embodies a concept of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity maturity. OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities for complying with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC are provided throughout the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and do not need to be repeated. &lt;br /&gt;
&lt;br /&gt;
CMMC is a program that validates &lt;br /&gt;
&lt;br /&gt;
implementation via assessment, the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
does not prescribe how to implement. &lt;br /&gt;
&lt;br /&gt;
In the first sentence of the Summary, &lt;br /&gt;
&lt;br /&gt;
this rule describes that the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment mechanism will cover both &amp;lt;br /&amp;gt;&lt;br /&gt;
existing security requirements for CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
and new security requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
certain programs. No additional &amp;lt;br /&amp;gt;&lt;br /&gt;
reference is necessary in the &amp;lt;br /&amp;gt;&lt;br /&gt;
introductory summary because the &amp;lt;br /&amp;gt;&lt;br /&gt;
specific NIST reference documents are &amp;lt;br /&amp;gt;&lt;br /&gt;
mentioned shortly after the summary &amp;lt;br /&amp;gt;&lt;br /&gt;
and throughout the rule text. &lt;br /&gt;
&lt;br /&gt;
DoD declined to revise § 170.2 to use &lt;br /&gt;
&lt;br /&gt;
the word ‘‘competent’’ because &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘competence’’ is the word included in &amp;lt;br /&amp;gt;&lt;br /&gt;
the referenced ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
Abstract. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00075&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83166 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
The rule retains requirements to &lt;br /&gt;
&lt;br /&gt;
provide all documentation and records &amp;lt;br /&amp;gt;&lt;br /&gt;
in English because it is necessary for &amp;lt;br /&amp;gt;&lt;br /&gt;
adequate program management and &amp;lt;br /&amp;gt;&lt;br /&gt;
specifying this requirement is required &amp;lt;br /&amp;gt;&lt;br /&gt;
to ensure clarity of interpretation. &lt;br /&gt;
&lt;br /&gt;
The DoD has reviewed &lt;br /&gt;
&lt;br /&gt;
§ 170.17(c)(2)(ii) and does not agree that &amp;lt;br /&amp;gt;&lt;br /&gt;
a noun is missing. The lead-in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph provides the noun, and it is &amp;lt;br /&amp;gt;&lt;br /&gt;
not necessary to repeat the phrase. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD disagrees that portions of &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(c)(1) are redundant and &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore did not delete the lower level &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs, however revisions were &amp;lt;br /&amp;gt;&lt;br /&gt;
made to clarify that a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is needed prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to Level 3 certification assessment. &lt;br /&gt;
&lt;br /&gt;
Recommended edits to § 170.24(9) &lt;br /&gt;
&lt;br /&gt;
that would change the meaning were &amp;lt;br /&amp;gt;&lt;br /&gt;
not accepted. During the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process, the Lead Assessor/Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
must view any prior DoD CIO &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication of proposed variances to &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements in the system &amp;lt;br /&amp;gt;&lt;br /&gt;
security plan to ensure correct &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation and render a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of MET if there have been &amp;lt;br /&amp;gt;&lt;br /&gt;
no changes in the environment. &lt;br /&gt;
&lt;br /&gt;
The DoD did not modify § 170.10 to &lt;br /&gt;
&lt;br /&gt;
permit CCAs, CCPs, and CCIs to retrain &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘or’’ recertify, instead of both, upon &amp;lt;br /&amp;gt;&lt;br /&gt;
significant change to DoD’s CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements under this rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
The DoD disagreed with one &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter’s assertion that the summary &amp;lt;br /&amp;gt;&lt;br /&gt;
within the preamble to the rule implies &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessments address all DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore no edits were necessary. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule indicates that the applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 security requirements are those &amp;lt;br /&amp;gt;&lt;br /&gt;
in NIST SP 800–171 R2 as implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
in DFARS clause 252.204–7012. &lt;br /&gt;
&lt;br /&gt;
Revisions suggesting that all &lt;br /&gt;
&lt;br /&gt;
objectives identified in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171A Jun2018 need not be met are not &amp;lt;br /&amp;gt;&lt;br /&gt;
accurate and not incorporated. Each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objective in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171A Jun2018 must yield a finding of &amp;lt;br /&amp;gt;&lt;br /&gt;
MET or NOT APPLICABLE for the &amp;lt;br /&amp;gt;&lt;br /&gt;
overall security requirement to be &amp;lt;br /&amp;gt;&lt;br /&gt;
scored as MET. Assessors exercise &amp;lt;br /&amp;gt;&lt;br /&gt;
judgment in determining when &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient and adequate evidence has &amp;lt;br /&amp;gt;&lt;br /&gt;
been presented to make an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
finding. This is consistent with current &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments conducted under the Joint &amp;lt;br /&amp;gt;&lt;br /&gt;
Surveillance Voluntary Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Program (JSVAP). A security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement can be applicable, even &amp;lt;br /&amp;gt;&lt;br /&gt;
with assessment objectives that are N/A. &amp;lt;br /&amp;gt;&lt;br /&gt;
The security requirement is NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
when one or more applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objectives is NOT MET. &lt;br /&gt;
&lt;br /&gt;
Recommendations to address specific &lt;br /&gt;
&lt;br /&gt;
contractual matters were not addressed, &amp;lt;br /&amp;gt;&lt;br /&gt;
because this is a 32 CFR part 170 CMMC &lt;br /&gt;
&lt;br /&gt;
Program rule and not an acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation. Any comments related to &amp;lt;br /&amp;gt;&lt;br /&gt;
contract requirements should be &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in response to the 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
The CMMC rule does not specify the &lt;br /&gt;
&lt;br /&gt;
number of POA&amp;amp;amp;Ms that may be used to &amp;lt;br /&amp;gt;&lt;br /&gt;
address one or more CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement that were NOT MET during &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC assessment. The OSA may &amp;lt;br /&amp;gt;&lt;br /&gt;
choose to use a single POA&amp;amp;amp;M or &amp;lt;br /&amp;gt;&lt;br /&gt;
multiple POA&amp;amp;amp;Ms. &lt;br /&gt;
&lt;br /&gt;
No edits were made to reference CCAs &lt;br /&gt;
&lt;br /&gt;
in § 170.7, which covers responsibilities &amp;lt;br /&amp;gt;&lt;br /&gt;
for only the DIBCAC, and not CCAs. &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11 covers responsibilities for &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs. DoD declined to add verbiage to &amp;lt;br /&amp;gt;&lt;br /&gt;
address the potential revision or &amp;lt;br /&amp;gt;&lt;br /&gt;
cancellation of an ISO/IEC standard &amp;lt;br /&amp;gt;&lt;br /&gt;
because § 170.8 adequately reflects that &amp;lt;br /&amp;gt;&lt;br /&gt;
the Accreditation Body shall achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
full compliance with revised ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E) standards. Standards are &amp;lt;br /&amp;gt;&lt;br /&gt;
not effective until published as final. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to adopt one &lt;br /&gt;
&lt;br /&gt;
commenter’s suggestion to submit all &amp;lt;br /&amp;gt;&lt;br /&gt;
appeals investigation materials with the &amp;lt;br /&amp;gt;&lt;br /&gt;
final decision into eMASS, however, an &amp;lt;br /&amp;gt;&lt;br /&gt;
updated assessment result, if any, will &amp;lt;br /&amp;gt;&lt;br /&gt;
be input into eMASS. In addition, &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs are required to retain &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment artifacts for 6 years. &lt;br /&gt;
&lt;br /&gt;
DoD did not agree with one &lt;br /&gt;
&lt;br /&gt;
commenter’s assertion that the preamble &amp;lt;br /&amp;gt;&lt;br /&gt;
description of the CMMC Program is &amp;lt;br /&amp;gt;&lt;br /&gt;
incomplete or inaccurate, or that the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule makes implicit changes to DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7010 reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for activities subject to the &amp;lt;br /&amp;gt;&lt;br /&gt;
U.S.-International Atomic Energy &amp;lt;br /&amp;gt;&lt;br /&gt;
Agency Additional Protocol. The &amp;lt;br /&amp;gt;&lt;br /&gt;
referenced paragraph, which appears &amp;lt;br /&amp;gt;&lt;br /&gt;
both in the preamble background &amp;lt;br /&amp;gt;&lt;br /&gt;
section and in an overview paragraph of &amp;lt;br /&amp;gt;&lt;br /&gt;
the supplemental documents, accurately &amp;lt;br /&amp;gt;&lt;br /&gt;
portrays the CMMC Program as a &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance assessment model to assist &amp;lt;br /&amp;gt;&lt;br /&gt;
in DoD’s enforcement of FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements. No change &amp;lt;br /&amp;gt;&lt;br /&gt;
has been made in either location. &lt;br /&gt;
&lt;br /&gt;
The DoD also declines to specify in &lt;br /&gt;
&lt;br /&gt;
the rule the DoD offices that review Tier &amp;lt;br /&amp;gt;&lt;br /&gt;
3 background investigations or &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalency determinations. No &amp;lt;br /&amp;gt;&lt;br /&gt;
language related to Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Offerings (CSO) was added in § 170.19 &amp;lt;br /&amp;gt;&lt;br /&gt;
column two. Assets that process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI are handled the same &amp;lt;br /&amp;gt;&lt;br /&gt;
way regardless of whether they are from &amp;lt;br /&amp;gt;&lt;br /&gt;
a CSO or otherwise. Therefore, there is &amp;lt;br /&amp;gt;&lt;br /&gt;
no need to call out CSOs in the table. &lt;br /&gt;
&lt;br /&gt;
The DoD minimized use of the &lt;br /&gt;
&lt;br /&gt;
passive voice to an extent in this final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule; however, in some places the &amp;lt;br /&amp;gt;&lt;br /&gt;
passive voice is used to emphasize the &amp;lt;br /&amp;gt;&lt;br /&gt;
action occurring rather than the &amp;lt;br /&amp;gt;&lt;br /&gt;
individual or entity performing the &amp;lt;br /&amp;gt;&lt;br /&gt;
action. &lt;br /&gt;
&lt;br /&gt;
There is no version number in the &lt;br /&gt;
&lt;br /&gt;
title of the CMMC Program. Terms such &amp;lt;br /&amp;gt;&lt;br /&gt;
as versions 1.0 or 2.0 have previously &amp;lt;br /&amp;gt;&lt;br /&gt;
been used in DoD’s public engagements &amp;lt;br /&amp;gt;&lt;br /&gt;
as a colloquial way to communicate &amp;lt;br /&amp;gt;&lt;br /&gt;
differences in content as the program &amp;lt;br /&amp;gt;&lt;br /&gt;
has evolved. This final rule codifies the &amp;lt;br /&amp;gt;&lt;br /&gt;
program and does include changes from &amp;lt;br /&amp;gt;&lt;br /&gt;
the proposed rule. Only those public &amp;lt;br /&amp;gt;&lt;br /&gt;
comments received during the 60-day &amp;lt;br /&amp;gt;&lt;br /&gt;
comment period following the &amp;lt;br /&amp;gt;&lt;br /&gt;
December 26, 2023 publication (88 FR &amp;lt;br /&amp;gt;&lt;br /&gt;
89058) are addressed in this final rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;34. Error Corrections &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Numerous administrative &lt;br /&gt;
&lt;br /&gt;
comments were received that addressed &amp;lt;br /&amp;gt;&lt;br /&gt;
formatting grammar, punctuation, and &amp;lt;br /&amp;gt;&lt;br /&gt;
typographical errors as well as word &amp;lt;br /&amp;gt;&lt;br /&gt;
usage and acronym errors: Wording &amp;lt;br /&amp;gt;&lt;br /&gt;
discrepancies, redundancies, and &amp;lt;br /&amp;gt;&lt;br /&gt;
inaccuracies were also reported by &amp;lt;br /&amp;gt;&lt;br /&gt;
multiple comments. &lt;br /&gt;
&lt;br /&gt;
Several comments identified &lt;br /&gt;
&lt;br /&gt;
inconsistencies between FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalency as stated § 170.16(c)(2)(ii) &amp;lt;br /&amp;gt;&lt;br /&gt;
and as described in the DOD CIO’s &amp;lt;br /&amp;gt;&lt;br /&gt;
December 21, 2023, Federal Risk and &amp;lt;br /&amp;gt;&lt;br /&gt;
Authorization Management Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate Equivalency for Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider’s Cloud Service Offerings &amp;lt;br /&amp;gt;&lt;br /&gt;
memorandum. One comment requested &amp;lt;br /&amp;gt;&lt;br /&gt;
moving the phrase ‘‘in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
all applicable policies, procedures, and &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements’’ in § 170.5(d) to an earlier &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the sentence to be grammatically &amp;lt;br /&amp;gt;&lt;br /&gt;
correct. &lt;br /&gt;
&lt;br /&gt;
One comment noted that DFARS &lt;br /&gt;
&lt;br /&gt;
provision 252.204–7019 does not &amp;lt;br /&amp;gt;&lt;br /&gt;
stipulate assessments must be a ‘‘self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment’’ as stated in the CMMC 2.0 &amp;lt;br /&amp;gt;&lt;br /&gt;
Overview as Proposed by this Rule &amp;lt;br /&amp;gt;&lt;br /&gt;
section. Also in the same section, one &amp;lt;br /&amp;gt;&lt;br /&gt;
comment indicated the SSP description &amp;lt;br /&amp;gt;&lt;br /&gt;
should not direct the user to explain &amp;lt;br /&amp;gt;&lt;br /&gt;
how each requirement is implemented, &amp;lt;br /&amp;gt;&lt;br /&gt;
monitored, and enforced. &lt;br /&gt;
&lt;br /&gt;
One comment asked if the reference to &lt;br /&gt;
&lt;br /&gt;
NIST SP 900–171A refers to the current &amp;lt;br /&amp;gt;&lt;br /&gt;
version or if a version number should be &amp;lt;br /&amp;gt;&lt;br /&gt;
specified. Three comments indicated &amp;lt;br /&amp;gt;&lt;br /&gt;
issues using embedded links to &amp;lt;br /&amp;gt;&lt;br /&gt;
websites. One comment noted that &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘inspection activities’’ should be &amp;lt;br /&amp;gt;&lt;br /&gt;
changed to ‘‘assessment activities’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9(b)(10). One comment asserted that &amp;lt;br /&amp;gt;&lt;br /&gt;
in 170.17(a)(1) the word ‘‘obtaining’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
should be deleted in the phrase ‘‘. . . &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC must achieve either CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 Conditional Certification or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Certification through obtaining a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 Certification Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
. . .’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Typographical, Grammatical, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Punctuation Errors, and Formatting &lt;br /&gt;
&lt;br /&gt;
The DOD reviewed all reported &lt;br /&gt;
&lt;br /&gt;
grammatical, punctuation, &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00076&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83167 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
typographical, and acronym-related &amp;lt;br /&amp;gt;&lt;br /&gt;
errors and the preamble, RIA, and rule &amp;lt;br /&amp;gt;&lt;br /&gt;
have been updated to address all &amp;lt;br /&amp;gt;&lt;br /&gt;
confirmed errors. Additionally, the &amp;lt;br /&amp;gt;&lt;br /&gt;
formatting errors in the CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset Categories and Associated &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements row of table 1 of &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.19(c)(1), have been corrected. The &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule has been revised to correct &amp;lt;br /&amp;gt;&lt;br /&gt;
document titles as needed. &lt;br /&gt;
&lt;br /&gt;
A commenter provided feedback on &lt;br /&gt;
&lt;br /&gt;
the PRA and identified incorrect &amp;lt;br /&amp;gt;&lt;br /&gt;
markings in information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
samples. DoD will work with DISA to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure the final versions of the eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
templates contain the proper markings. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSA’s CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results will be ingested into &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s CMMC instance using the eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Import Templates &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://cmmc.emass.apps.mil published at &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
cmmc.emass.apps.mil&#039;&#039;. The &amp;lt;br /&amp;gt;&lt;br /&gt;
]requirements for C3PAOs and DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC and what is submitted into &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC eMASS is described in §§ 170.7, &amp;lt;br /&amp;gt;&lt;br /&gt;
170. 9, 170.17(a)(1)(i), 170.18(a)(1)(i), &amp;lt;br /&amp;gt;&lt;br /&gt;
and 170.19. The documents &amp;lt;br /&amp;gt;&lt;br /&gt;
accompanying the PRA were intended &amp;lt;br /&amp;gt;&lt;br /&gt;
to serve as samples. The comment also &amp;lt;br /&amp;gt;&lt;br /&gt;
contained an incorrect assumption that &amp;lt;br /&amp;gt;&lt;br /&gt;
commercial privileged information ‘‘is &amp;lt;br /&amp;gt;&lt;br /&gt;
not CUI because it is incidental to the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of the contract.’’ The &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter has confused CDI with CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
and is incorrect in the assumption that &amp;lt;br /&amp;gt;&lt;br /&gt;
commercial privileged information is &amp;lt;br /&amp;gt;&lt;br /&gt;
not CUI because of it being incidental to &amp;lt;br /&amp;gt;&lt;br /&gt;
the performance of the contract. &lt;br /&gt;
&lt;br /&gt;
Word Usage &lt;br /&gt;
&lt;br /&gt;
Incorrect uses of ‘‘tri-annually’’ have &lt;br /&gt;
&lt;br /&gt;
been corrected. Where appropriate the &amp;lt;br /&amp;gt;&lt;br /&gt;
wording has been changed to ‘‘every &amp;lt;br /&amp;gt;&lt;br /&gt;
three years’’ for clarity. In the preamble &amp;lt;br /&amp;gt;&lt;br /&gt;
to the rule, the statement ‘‘. . . and &amp;lt;br /&amp;gt;&lt;br /&gt;
triennial affirmation . . .’’ has been &amp;lt;br /&amp;gt;&lt;br /&gt;
corrected to indicate the affirmations are &amp;lt;br /&amp;gt;&lt;br /&gt;
an ‘‘annual’’ requirement.—DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
updated the preamble to the rule to the &amp;lt;br /&amp;gt;&lt;br /&gt;
correct certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
terminology. &lt;br /&gt;
&lt;br /&gt;
The link on the &#039;&#039;&#039;Federal Register &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
website has been corrected and now &amp;lt;br /&amp;gt;&lt;br /&gt;
resolves to the website indicated. &lt;br /&gt;
&lt;br /&gt;
Incorrect or Incomplete References &lt;br /&gt;
&lt;br /&gt;
Several incorrect or incomplete &lt;br /&gt;
&lt;br /&gt;
references have also been corrected. &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(1) has been corrected to refer &amp;lt;br /&amp;gt;&lt;br /&gt;
to the authorization in § 170.8(a). One &amp;lt;br /&amp;gt;&lt;br /&gt;
comment asserted that there is no &amp;lt;br /&amp;gt;&lt;br /&gt;
section (c) associated with the reference &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘§ 170.17(a)(1) and (c)’’ which is in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(6). The section ‘‘§ 170.17(c) &amp;lt;br /&amp;gt;&lt;br /&gt;
Procedures’’ does exist and addresses &amp;lt;br /&amp;gt;&lt;br /&gt;
the procedures associated with a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 Certification Assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Section 170.17(a)(1) addresses the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 Certification Assessment requirements &lt;br /&gt;
&lt;br /&gt;
for an OSC. The rule has been updated &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.9(b)(6) for clarity. &lt;br /&gt;
&lt;br /&gt;
Commenters accurately noted that &lt;br /&gt;
&lt;br /&gt;
§ 170.17(a)(1) should refer to the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 requirements in § 170.14(c)(3), and &amp;lt;br /&amp;gt;&lt;br /&gt;
this has been corrected. The reference in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(c)(5)(ii) has been updated to &amp;lt;br /&amp;gt;&lt;br /&gt;
say, ‘‘that maps to the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2 and a subset of the NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 requirements’’. The rule is &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to replace the instruction &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘(insert references L1–3)’’ with &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘§ 170.19 CMMC scoping.’’ &lt;br /&gt;
&lt;br /&gt;
Wording Discrepancies, Redundancies, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Inaccuracies &lt;br /&gt;
&lt;br /&gt;
To address a discrepancy between the &lt;br /&gt;
&lt;br /&gt;
rule and scoping guidance, the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoping Guide has been updated for &amp;lt;br /&amp;gt;&lt;br /&gt;
clarity and alignment with § 170.16(a) &amp;lt;br /&amp;gt;&lt;br /&gt;
which states that meeting the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 Self-Assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
also satisfies the CMMC Level 1 Self- &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment requirements for the same &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. Additionally, &amp;lt;br /&amp;gt;&lt;br /&gt;
the preamble to this rule has been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to clarify that not all &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations will occur prior to contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award because POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations may occur after contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. &lt;br /&gt;
&lt;br /&gt;
To address a discrepancy about Level &lt;br /&gt;
&lt;br /&gt;
1 scoring, in § 170.24 the phrase ‘‘; &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore, no score is calculated, and no &amp;lt;br /&amp;gt;&lt;br /&gt;
scoring methodology is needed,’’ has &amp;lt;br /&amp;gt;&lt;br /&gt;
been deleted. &lt;br /&gt;
&lt;br /&gt;
The regulatory text was updated to &lt;br /&gt;
&lt;br /&gt;
require FedRAMP moderate or &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP moderate equivalency in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with DoD Policy. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Requirements make no change &amp;lt;br /&amp;gt;&lt;br /&gt;
to existing policies for information &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements implemented by &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. The preamble was modified to &amp;lt;br /&amp;gt;&lt;br /&gt;
indicate DFARS provision 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7019 requires an assessment (basic, &amp;lt;br /&amp;gt;&lt;br /&gt;
medium, or high) and not just a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment (basic). &lt;br /&gt;
&lt;br /&gt;
The data input at § 170.17(a)(1)(i)(F) &lt;br /&gt;
&lt;br /&gt;
for CMMC eMASS is redundant so it has &amp;lt;br /&amp;gt;&lt;br /&gt;
been removed. In the preamble, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
has also removed the inaccurate phrase, &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘certified by DoD’’, from the statement &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Under CMMC, compliance will be &amp;lt;br /&amp;gt;&lt;br /&gt;
checked by independent third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors certified by DoD.’’ &lt;br /&gt;
&lt;br /&gt;
DoD has updated language in &lt;br /&gt;
&lt;br /&gt;
§ 170.18(a)(1)(i)(B) to reflect for each &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC Assessor conducting the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, ‘‘name and government &amp;lt;br /&amp;gt;&lt;br /&gt;
organization information’’ will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required for the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. &lt;br /&gt;
&lt;br /&gt;
The DoD has considered the &lt;br /&gt;
&lt;br /&gt;
recommendation to change the &amp;lt;br /&amp;gt;&lt;br /&gt;
description of what an SSP should &amp;lt;br /&amp;gt;&lt;br /&gt;
contain and declines to revise the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text. The NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement states that an SSP must &lt;br /&gt;
&lt;br /&gt;
describe ‘‘. . . how security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are implemented . . .’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
which is equivalent to going ‘‘. . . &amp;lt;br /&amp;gt;&lt;br /&gt;
through each NIST SP 800–171 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement and explain how the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is implemented, monitored, &amp;lt;br /&amp;gt;&lt;br /&gt;
and enforced.’’ &lt;br /&gt;
&lt;br /&gt;
Perceived Errors &lt;br /&gt;
&lt;br /&gt;
DoD declines to make the edit to &lt;br /&gt;
&lt;br /&gt;
change ‘‘shall’’ to ‘‘will’’ in § 170.9(b). &amp;lt;br /&amp;gt;&lt;br /&gt;
The existing language is consistent with &amp;lt;br /&amp;gt;&lt;br /&gt;
standard rulemaking usage. The title for &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171A Jun2018 is the &amp;lt;br /&amp;gt;&lt;br /&gt;
current title used by NIST and does not &amp;lt;br /&amp;gt;&lt;br /&gt;
have a version number, so no change &amp;lt;br /&amp;gt;&lt;br /&gt;
was needed. While not used in the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text, the term enterprise is used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
description of the CMMC Program in the &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble’s Statement of Need for This &amp;lt;br /&amp;gt;&lt;br /&gt;
Rule section: Defense contractors can &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a specific CMMC Level for its &amp;lt;br /&amp;gt;&lt;br /&gt;
entire enterprise network or an &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave(s), depending upon where the &amp;lt;br /&amp;gt;&lt;br /&gt;
information to protected is processed, &amp;lt;br /&amp;gt;&lt;br /&gt;
stored, or transmitted, therefore &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprise remains in the definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
list. &lt;br /&gt;
&lt;br /&gt;
DoD verified links by clicking on &lt;br /&gt;
&lt;br /&gt;
them in the PDF and by copying and &amp;lt;br /&amp;gt;&lt;br /&gt;
pasting the links into a web browser. In &amp;lt;br /&amp;gt;&lt;br /&gt;
both cases links resolved correctly. &lt;br /&gt;
&lt;br /&gt;
The DoD has changed ‘‘all personnel &lt;br /&gt;
&lt;br /&gt;
involved in inspection activities’’ to ‘‘all &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel involved in assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
activities’’ in § 170.9(b)(9). &lt;br /&gt;
&lt;br /&gt;
A comment asserted that there was a &lt;br /&gt;
&lt;br /&gt;
rulemaking formatting error in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). DoD is following the Office of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Federal Register standards for this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. In sections or paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
containing only definitions, paragraph &amp;lt;br /&amp;gt;&lt;br /&gt;
designations are not used, and the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
are listed in alphabetical order. The &amp;lt;br /&amp;gt;&lt;br /&gt;
definition paragraph begins with the &amp;lt;br /&amp;gt;&lt;br /&gt;
term being defined. If a definition &amp;lt;br /&amp;gt;&lt;br /&gt;
contains subordinate paragraphs, these &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs are numbered with &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph designations beginning with &amp;lt;br /&amp;gt;&lt;br /&gt;
the next appropriate level based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
dedicated definitions section. &lt;br /&gt;
&lt;br /&gt;
The 2nd sentence of § 170.17(a)(1) &lt;br /&gt;
&lt;br /&gt;
includes the word ‘‘obtaining’’ for &amp;lt;br /&amp;gt;&lt;br /&gt;
clarity. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;35. Comments in Favor of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Comment: &#039;&#039;Some commenters &lt;br /&gt;
&lt;br /&gt;
expressed favorable opinions about the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC program as a viable long-term &amp;lt;br /&amp;gt;&lt;br /&gt;
solution to ensure cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
controls are in place. Others commented &amp;lt;br /&amp;gt;&lt;br /&gt;
about specific content of the 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program proposed rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and the supplemental documents. For &amp;lt;br /&amp;gt;&lt;br /&gt;
example, two commenters specifically &amp;lt;br /&amp;gt;&lt;br /&gt;
complimented the inclusion of an &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation requirement and another &amp;lt;br /&amp;gt;&lt;br /&gt;
supported CMMC implementation as a &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00077&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83168 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
pre-award requirement. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter appreciated the regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
text which ‘‘encourages’’ contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
consult with the Government for &amp;lt;br /&amp;gt;&lt;br /&gt;
additional guidance if or when unsure &amp;lt;br /&amp;gt;&lt;br /&gt;
of appropriate CMMC Level to assign a &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontract solicitation. Two &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters applauded the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
already established workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
qualifications while another concurred &amp;lt;br /&amp;gt;&lt;br /&gt;
with the regulatory text permitting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Professionals (CCPs) to &amp;lt;br /&amp;gt;&lt;br /&gt;
participate in assessments with &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of a CMMC Certified Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
(CCA). A commenter also expressed &amp;lt;br /&amp;gt;&lt;br /&gt;
appreciation for the regulatory text’s &amp;lt;br /&amp;gt;&lt;br /&gt;
alignment to a specific version of the &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines (&#039;&#039;i.e., &#039;&#039;NIST SP 800–171 R2). &amp;lt;br /&amp;gt;&lt;br /&gt;
One commenter appreciated the video &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD published to accompany and &amp;lt;br /&amp;gt;&lt;br /&gt;
explain the proposed rule. Several &amp;lt;br /&amp;gt;&lt;br /&gt;
comments cited the longstanding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 and cybersecurity risks of not &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing NIST SP 800–171 R2 as &amp;lt;br /&amp;gt;&lt;br /&gt;
reasons that the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program final rule should be &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented as soon as possible. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Response: &#039;&#039;The Department &lt;br /&gt;
&lt;br /&gt;
appreciates that several commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed agreement to and &amp;lt;br /&amp;gt;&lt;br /&gt;
encouragement for the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement and its associated specific &amp;lt;br /&amp;gt;&lt;br /&gt;
rule text. The DoD recognizes that not &amp;lt;br /&amp;gt;&lt;br /&gt;
all entities impacted by these &amp;lt;br /&amp;gt;&lt;br /&gt;
regulations hold the same view of its &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and appreciates those that &amp;lt;br /&amp;gt;&lt;br /&gt;
took the time to express both positive &amp;lt;br /&amp;gt;&lt;br /&gt;
and constructive feedback. &lt;br /&gt;
&lt;br /&gt;
Applicability &lt;br /&gt;
&lt;br /&gt;
Once CMMC is implemented in the 48 &lt;br /&gt;
&lt;br /&gt;
CFR part 204 CMMC Acquisition rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program will require DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
identify the CMMC Level and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type as a solicitation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement and in the resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
contract for any effort that will cause a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or subcontractor to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI or CUI on its &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information system(s). &amp;lt;br /&amp;gt;&lt;br /&gt;
Once CMMC is implemented in the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 204 CMMC Acquisition rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors handling FCI or CUI will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet the CMMC Level and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type specified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation and resulting contract. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Summary of Program Changes: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
DFARS Case 2019–D041 implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s original model for assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information security &amp;lt;br /&amp;gt;&lt;br /&gt;
protections. The initial CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
was comprised of five progressively &amp;lt;br /&amp;gt;&lt;br /&gt;
advanced levels of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards and required defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a certification process to &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrate compliance with the &lt;br /&gt;
&lt;br /&gt;
cybersecurity standards associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
a given CMMC Level. &lt;br /&gt;
&lt;br /&gt;
In March 2021, the Department &lt;br /&gt;
&lt;br /&gt;
initiated an internal review of CMMC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation that engaged DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity and acquisition leaders to &amp;lt;br /&amp;gt;&lt;br /&gt;
refine policy and program &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, focusing on the need to &amp;lt;br /&amp;gt;&lt;br /&gt;
reduce costs for small businesses and &amp;lt;br /&amp;gt;&lt;br /&gt;
align cybersecurity requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
other Federal standards and guidelines. &amp;lt;br /&amp;gt;&lt;br /&gt;
This review resulted in the revised &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program, which streamlines &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and improves &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
These changes include: &lt;br /&gt;
&lt;br /&gt;
• Eliminating Levels 2 and 4, and &lt;br /&gt;
&lt;br /&gt;
renaming the remaining three CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels as follows: &lt;br /&gt;
&lt;br /&gt;
• Level 1 will remain the same as the &lt;br /&gt;
&lt;br /&gt;
initial CMMC Program Level 1; &lt;br /&gt;
&lt;br /&gt;
• Level 2 will be similar to the initial &lt;br /&gt;
&lt;br /&gt;
CMMC Program Level 3; &lt;br /&gt;
&lt;br /&gt;
• Level 3 will be similar to the initial &lt;br /&gt;
&lt;br /&gt;
CMMC Program Level 5. &lt;br /&gt;
&lt;br /&gt;
• Removing CMMC-unique &lt;br /&gt;
&lt;br /&gt;
requirements and maturity processes &amp;lt;br /&amp;gt;&lt;br /&gt;
from all levels; &lt;br /&gt;
&lt;br /&gt;
• For CMMC Level 1, allowing annual &lt;br /&gt;
&lt;br /&gt;
self-assessments with an annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation by company leadership; &lt;br /&gt;
&lt;br /&gt;
• Allowing a subset of companies at &lt;br /&gt;
&lt;br /&gt;
Level 2 to demonstrate compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
through self-assessment rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO assessment. &lt;br /&gt;
&lt;br /&gt;
• For CMMC Level 3, requiring &lt;br /&gt;
&lt;br /&gt;
Department-conducted assessments; and &lt;br /&gt;
&lt;br /&gt;
• Developing a time-bound and &lt;br /&gt;
&lt;br /&gt;
enforceable POA&amp;amp;amp;M process. &lt;br /&gt;
&lt;br /&gt;
In December 2023, the Department &lt;br /&gt;
&lt;br /&gt;
published a proposed rule to amend 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 170 in the &#039;&#039;&#039;Federal Register &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;(Docket ID DOD–2023–OS–0063, 88 FR &amp;lt;br /&amp;gt;&lt;br /&gt;
89058), which implemented the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
vision for the revised CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
outlined in November 2021. The &amp;lt;br /&amp;gt;&lt;br /&gt;
comment period for the proposed rule &amp;lt;br /&amp;gt;&lt;br /&gt;
concluded on February 26, 2024. &amp;lt;br /&amp;gt;&lt;br /&gt;
Changes have been made to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program based on public comment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Significant changes include: &lt;br /&gt;
&lt;br /&gt;
• The Implementation Phase 1 has &lt;br /&gt;
&lt;br /&gt;
been extended by an additional six &amp;lt;br /&amp;gt;&lt;br /&gt;
months. &lt;br /&gt;
&lt;br /&gt;
• A new taxonomy was created &lt;br /&gt;
&lt;br /&gt;
differentiating the level and type of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment conducted from the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status achieved as a result. &lt;br /&gt;
&lt;br /&gt;
• Clarification was added regarding &lt;br /&gt;
&lt;br /&gt;
the DoD’s role in achievement or loss of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Statuses. &lt;br /&gt;
&lt;br /&gt;
• CMMC Status will be automatically &lt;br /&gt;
&lt;br /&gt;
updated in SPRS for OSAs who have &amp;lt;br /&amp;gt;&lt;br /&gt;
met standards acceptance. &lt;br /&gt;
&lt;br /&gt;
• Requirements regarding conflict of &lt;br /&gt;
&lt;br /&gt;
interest were updated to expand the &amp;lt;br /&amp;gt;&lt;br /&gt;
cooling-off period for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body to one year and &lt;br /&gt;
&lt;br /&gt;
bounded the timeframe between &amp;lt;br /&amp;gt;&lt;br /&gt;
consulting and assessing for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem to three years. &lt;br /&gt;
&lt;br /&gt;
• A requirement was added for the &lt;br /&gt;
&lt;br /&gt;
CMMC Ecosystem members to report &amp;lt;br /&amp;gt;&lt;br /&gt;
adverse information to the CAICO. &lt;br /&gt;
&lt;br /&gt;
• A Provisional Instructor role was &lt;br /&gt;
&lt;br /&gt;
added to cover the transitional period &amp;lt;br /&amp;gt;&lt;br /&gt;
that ends 18 months after the effective &amp;lt;br /&amp;gt;&lt;br /&gt;
date of this rule. &lt;br /&gt;
&lt;br /&gt;
• A CCI requirement was added to &lt;br /&gt;
&lt;br /&gt;
clarify that a CCI must be certified at the &amp;lt;br /&amp;gt;&lt;br /&gt;
same or higher level than the classes &amp;lt;br /&amp;gt;&lt;br /&gt;
they are instructing. &lt;br /&gt;
&lt;br /&gt;
• A requirement for artifact retention &lt;br /&gt;
&lt;br /&gt;
was added to Level 1 self-assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 2 self-assessments. &lt;br /&gt;
&lt;br /&gt;
• The assessment requirements for &lt;br /&gt;
&lt;br /&gt;
ESPs have been reduced. &lt;br /&gt;
&lt;br /&gt;
• The definition of CSP has been &lt;br /&gt;
&lt;br /&gt;
narrowed and is now based on NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–145 Sept2011. &lt;br /&gt;
&lt;br /&gt;
• The assessment requirements for &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets and Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data have been reduced. &lt;br /&gt;
&lt;br /&gt;
• References to FedRAMP &lt;br /&gt;
&lt;br /&gt;
equivalency have been tied to DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
policy. &lt;br /&gt;
&lt;br /&gt;
• Clarified the requirements for CSPs &lt;br /&gt;
&lt;br /&gt;
for an OSC seeking a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
• Clarified that DCMA DIBCAC has &lt;br /&gt;
&lt;br /&gt;
the authority to perform limited checks &amp;lt;br /&amp;gt;&lt;br /&gt;
of compliance of assets that changed &amp;lt;br /&amp;gt;&lt;br /&gt;
asset category or changed assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements between the Level 2 and &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment. &lt;br /&gt;
&lt;br /&gt;
• Clarification was added around the &lt;br /&gt;
&lt;br /&gt;
use of VDI clients. &lt;br /&gt;
&lt;br /&gt;
• Provided clarification to distinguish &lt;br /&gt;
&lt;br /&gt;
between Plan of Action &amp;amp;amp; Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
(POA&amp;amp;amp;Ms) and operational plan of &amp;lt;br /&amp;gt;&lt;br /&gt;
action. &lt;br /&gt;
&lt;br /&gt;
• Definitions have been added for: &lt;br /&gt;
&lt;br /&gt;
Affirming Official, Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
objective, Asset, CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, CMMC Status, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Methodology, Enduring &amp;lt;br /&amp;gt;&lt;br /&gt;
Exception, Operational plan of action, &amp;lt;br /&amp;gt;&lt;br /&gt;
Personally Identifiable Information, &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data (SPD), and &amp;lt;br /&amp;gt;&lt;br /&gt;
Temporary deficiency. Some definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
were also changed to source from NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation instead of Committee on &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Systems (CNSS) &amp;lt;br /&amp;gt;&lt;br /&gt;
Instruction No. 4009. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Background &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A. Statement of Need for This Rule &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Department of Defense (DoD) &lt;br /&gt;
&lt;br /&gt;
requires defense contractors to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI. To verify contractor and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor implementation of DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity information protection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
developed the Cybersecurity Maturity &amp;lt;br /&amp;gt;&lt;br /&gt;
Model Certification (CMMC) Program as &amp;lt;br /&amp;gt;&lt;br /&gt;
a means of assessing and verifying &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00078&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83169 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
24&lt;br /&gt;
&lt;br /&gt;
Based on information from the Council of &lt;br /&gt;
&lt;br /&gt;
Economic Advisors report: The Cost of Malicious &amp;lt;br /&amp;gt;&lt;br /&gt;
Cyber Activity to the U.S. Economy, 2018. &lt;br /&gt;
&lt;br /&gt;
25&lt;br /&gt;
&lt;br /&gt;
Based on information from the Center for &lt;br /&gt;
&lt;br /&gt;
Strategic and International Studies report on the &amp;lt;br /&amp;gt;&lt;br /&gt;
Economic Impact of Cybercrime; [http://www.csis.org/analysis/economic-impact-cybercrime &#039;&#039;www.csis.org/ &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis/economic-impact-cybercrime&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
26&lt;br /&gt;
&lt;br /&gt;
Based on information from the Federal &lt;br /&gt;
&lt;br /&gt;
Procurement Data System, the average number of &amp;lt;br /&amp;gt;&lt;br /&gt;
unique prime contractors is approximately 212,650 &amp;lt;br /&amp;gt;&lt;br /&gt;
and the number of known unique subcontractors is &amp;lt;br /&amp;gt;&lt;br /&gt;
approximately 8,300. (FPDS from FY18–FY21). &lt;br /&gt;
&lt;br /&gt;
adequate protection of contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems that process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit either FCI or CUI. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is intended to: &lt;br /&gt;
&lt;br /&gt;
(1) align cybersecurity requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
the sensitivity of unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
information to be protected, (2) add a &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment element to affirm &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements, (3) add a &amp;lt;br /&amp;gt;&lt;br /&gt;
certification element to verify &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, and (4) add an affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
to attest to continued compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed requirements. As part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
program, DoD also intends to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
supporting resources and training to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB, to help support companies who are &amp;lt;br /&amp;gt;&lt;br /&gt;
working to achieve the required CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status. The CMMC Program provides for &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment at three levels, starting with &amp;lt;br /&amp;gt;&lt;br /&gt;
basic safeguarding of FCI at CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1, moving to the broad protection &amp;lt;br /&amp;gt;&lt;br /&gt;
of CUI at CMMC Level 2, and &amp;lt;br /&amp;gt;&lt;br /&gt;
culminating with higher-level &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of CUI against risk from &amp;lt;br /&amp;gt;&lt;br /&gt;
Advanced Persistent Threats (APTs) at &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program addresses DoD’s &lt;br /&gt;
&lt;br /&gt;
need to protect FCI and CUI during the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition and sustainment of products &amp;lt;br /&amp;gt;&lt;br /&gt;
and services from the DIB. This effort is &amp;lt;br /&amp;gt;&lt;br /&gt;
instrumental in establishing &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity as a foundation for DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisitions. &lt;br /&gt;
&lt;br /&gt;
Although DoD contract requirements &lt;br /&gt;
&lt;br /&gt;
to provide adequate security for covered &amp;lt;br /&amp;gt;&lt;br /&gt;
defense information (reflected in &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012) predate &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC by many years, a verification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the handling of CUI to &amp;lt;br /&amp;gt;&lt;br /&gt;
assess a contractor or subcontractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of those required &amp;lt;br /&amp;gt;&lt;br /&gt;
information security controls is new &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC Program. &lt;br /&gt;
&lt;br /&gt;
The theft of intellectual property and &lt;br /&gt;
&lt;br /&gt;
sensitive information from all U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
industrial sectors from malicious cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
activity threatens economic security and &amp;lt;br /&amp;gt;&lt;br /&gt;
national security. The Council of &amp;lt;br /&amp;gt;&lt;br /&gt;
Economic Advisers estimates that &amp;lt;br /&amp;gt;&lt;br /&gt;
malicious cyber activity cost the U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
economy between $57 billion and $109 &amp;lt;br /&amp;gt;&lt;br /&gt;
billion in 2016.24 The Center for &amp;lt;br /&amp;gt;&lt;br /&gt;
Strategic and International Studies &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates that the total global cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybercrime was as high as $600 billion &amp;lt;br /&amp;gt;&lt;br /&gt;
in 2017.25 &lt;br /&gt;
&lt;br /&gt;
Malicious cyber actors have targeted &lt;br /&gt;
&lt;br /&gt;
and continue to target defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and the DoD supply chain. &amp;lt;br /&amp;gt;&lt;br /&gt;
These attacks not only focus on the large &lt;br /&gt;
&lt;br /&gt;
prime contractors, but also target &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors that make up the lower &amp;lt;br /&amp;gt;&lt;br /&gt;
tiers of the DoD supply chain. Many of &amp;lt;br /&amp;gt;&lt;br /&gt;
these subcontractors are small entities &amp;lt;br /&amp;gt;&lt;br /&gt;
that provide critical support and &amp;lt;br /&amp;gt;&lt;br /&gt;
innovation. Overall, the DIB sector &amp;lt;br /&amp;gt;&lt;br /&gt;
consists of over 220,000 companies 26 &amp;lt;br /&amp;gt;&lt;br /&gt;
that process, store, or transmit CUI or &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI in support of the warfighter and &amp;lt;br /&amp;gt;&lt;br /&gt;
contribute towards the research, &amp;lt;br /&amp;gt;&lt;br /&gt;
engineering, development, acquisition, &amp;lt;br /&amp;gt;&lt;br /&gt;
production, delivery, sustainment, and &amp;lt;br /&amp;gt;&lt;br /&gt;
operations of DoD systems, networks, &amp;lt;br /&amp;gt;&lt;br /&gt;
installations, capabilities, and services. &amp;lt;br /&amp;gt;&lt;br /&gt;
The aggregate loss of intellectual &amp;lt;br /&amp;gt;&lt;br /&gt;
property and controlled unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
information from the DoD supply chain &amp;lt;br /&amp;gt;&lt;br /&gt;
can undercut U.S. technical advantages &amp;lt;br /&amp;gt;&lt;br /&gt;
and innovation, as well as significantly &amp;lt;br /&amp;gt;&lt;br /&gt;
increase the risk to national security. As &amp;lt;br /&amp;gt;&lt;br /&gt;
part of multiple lines of effort focused &amp;lt;br /&amp;gt;&lt;br /&gt;
on the security and resiliency of the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB, the Department is working with &amp;lt;br /&amp;gt;&lt;br /&gt;
industry to enhance the protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI within the DoD supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain. Toward this end, DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
developed the CMMC Program. &lt;br /&gt;
&lt;br /&gt;
Cybersecurity Maturity Model &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Program &lt;br /&gt;
&lt;br /&gt;
The CMMC Program provides a &lt;br /&gt;
&lt;br /&gt;
comprehensive and scalable &amp;lt;br /&amp;gt;&lt;br /&gt;
certification approach to verify the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with the achievement of a &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity level. CMMC is designed &amp;lt;br /&amp;gt;&lt;br /&gt;
to provide increased assurance to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department that defense contractors can &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately protect FCI and CUI at a &amp;lt;br /&amp;gt;&lt;br /&gt;
level commensurate with the risk, &amp;lt;br /&amp;gt;&lt;br /&gt;
accounting for information flow down &amp;lt;br /&amp;gt;&lt;br /&gt;
to its subcontractors in a multi-tier &amp;lt;br /&amp;gt;&lt;br /&gt;
supply chain. Defense contractors can &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a specific CMMC Status for &amp;lt;br /&amp;gt;&lt;br /&gt;
their entire enterprise network or an &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave(s), depending upon where the &amp;lt;br /&amp;gt;&lt;br /&gt;
information to be protected is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program assesses &lt;br /&gt;
&lt;br /&gt;
implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for safeguarding and security are the &amp;lt;br /&amp;gt;&lt;br /&gt;
same as those required by FAR Subpart &amp;lt;br /&amp;gt;&lt;br /&gt;
4.19 and DFARS clause 252.204–7012, &amp;lt;br /&amp;gt;&lt;br /&gt;
as well as selected NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb201 requirements. CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
requires implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21. CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requires implementation of the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in NIST SP 800–171 R2. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 requires implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of the security requirements in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 as well as selected NIST SP &lt;br /&gt;
&lt;br /&gt;
800–172 Feb2021 requirements, with &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD specified parameters. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements for all three &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels are provided in § 170.14. In &amp;lt;br /&amp;gt;&lt;br /&gt;
general, CMMC assessments do not &amp;lt;br /&amp;gt;&lt;br /&gt;
duplicate efforts from existing DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. In rare circumstances a re- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment may be necessary when &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity risks, threats, or &amp;lt;br /&amp;gt;&lt;br /&gt;
awareness have changed. &lt;br /&gt;
&lt;br /&gt;
Under the CMMC Program, CMMC &lt;br /&gt;
&lt;br /&gt;
contract requirements include self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and third-party assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Level 2, predicated on &amp;lt;br /&amp;gt;&lt;br /&gt;
program criticality, information &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitivity, and the severity of cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
threat. Based on the type and sensitivity &amp;lt;br /&amp;gt;&lt;br /&gt;
of the information to be protected, a &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor must achieve the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate CMMC Status and &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrate implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
associated set of information protection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
If the CMMC Status of Level 1 (Self) &lt;br /&gt;
&lt;br /&gt;
or Level 2 (Self) is a contract &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, the defense contractor will &amp;lt;br /&amp;gt;&lt;br /&gt;
be required to self-assess its compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC Level 1 or Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and submit both &amp;lt;br /&amp;gt;&lt;br /&gt;
the self-assessment results and an &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation of conformance in SPRS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment and associated &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation is required annually. Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment is required every three &amp;lt;br /&amp;gt;&lt;br /&gt;
years with an affirmation following the &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment and annually after the &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
If the CMMC Status of Level 2 &lt;br /&gt;
&lt;br /&gt;
(C3PAO) is a contract requirement, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed by an authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited CMMC Third Party &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Organization (C3PAO). &amp;lt;br /&amp;gt;&lt;br /&gt;
When the CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) is a contract requirement, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC is required following &amp;lt;br /&amp;gt;&lt;br /&gt;
the achievement of the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (C3PAO). Upon &amp;lt;br /&amp;gt;&lt;br /&gt;
achievement of the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) or Level 3 (DIBCAC), &amp;lt;br /&amp;gt;&lt;br /&gt;
the offeror will be issued a Certificate of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status. The assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in SPRS to enable &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting officers to verify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status and CMMC Status Date (&#039;&#039;i.e., &#039;&#039;not &amp;lt;br /&amp;gt;&lt;br /&gt;
more than three years old) of an offeror &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to contract award. The offeror &amp;lt;br /&amp;gt;&lt;br /&gt;
must also submit an affirmation of &amp;lt;br /&amp;gt;&lt;br /&gt;
conformance in SPRS following the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annually after the Final &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
CMMC allows the use of a Plan of &lt;br /&gt;
&lt;br /&gt;
Action and Milestones (POA&amp;amp;amp;Ms) for &amp;lt;br /&amp;gt;&lt;br /&gt;
specified CMMC Level 2 and Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. Each POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
must be closed (&#039;&#039;i.e., &#039;&#039;all requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
completed), within 180 days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
initial assessment. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00079&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83170 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
27&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/PLAW-116publ92/pdf/PLAW-116publ92.pdf &#039;&#039;www.govinfo.gov/content/pkg/PLAW- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/PLAW-116publ92/pdf/PLAW-116publ92.pdf &#039;&#039;116publ92/pdf/PLAW-116publ92.pdf. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
The details of the requirements for &lt;br /&gt;
&lt;br /&gt;
self-assessment, certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and affirmation for each &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level, are provided in §§ 170.15 &amp;lt;br /&amp;gt;&lt;br /&gt;
through 170.18. POA&amp;amp;amp;M requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and affirmation requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in §§ 170.21 and 170.22. &lt;br /&gt;
&lt;br /&gt;
DoD’s phased implementation of the &lt;br /&gt;
&lt;br /&gt;
CMMC Status requirements is described &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.3(e). Once CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
have been implemented in the DFARS, &amp;lt;br /&amp;gt;&lt;br /&gt;
the solicitation and resulting contract &amp;lt;br /&amp;gt;&lt;br /&gt;
will identify the specific CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
required for that procurement. Selection &amp;lt;br /&amp;gt;&lt;br /&gt;
of a CMMC Status will be based upon &amp;lt;br /&amp;gt;&lt;br /&gt;
careful consideration of market research &amp;lt;br /&amp;gt;&lt;br /&gt;
and the likelihood of a robust &amp;lt;br /&amp;gt;&lt;br /&gt;
competitive market of prospective &amp;lt;br /&amp;gt;&lt;br /&gt;
offerors capable of meeting the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. In some scenarios, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
may elect to waive application of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirements to a &amp;lt;br /&amp;gt;&lt;br /&gt;
particular procurement. In such cases, &amp;lt;br /&amp;gt;&lt;br /&gt;
the solicitation will not include a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
waivers may be requested and approved &amp;lt;br /&amp;gt;&lt;br /&gt;
by the Department in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s internal policies and procedures. &amp;lt;br /&amp;gt;&lt;br /&gt;
For a DoD solicitation or contract that &amp;lt;br /&amp;gt;&lt;br /&gt;
does include CMMC requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
including those for the acquisition of &amp;lt;br /&amp;gt;&lt;br /&gt;
commercial items (except those &amp;lt;br /&amp;gt;&lt;br /&gt;
exclusively COTS items) valued at &amp;lt;br /&amp;gt;&lt;br /&gt;
greater than the micro-purchase &amp;lt;br /&amp;gt;&lt;br /&gt;
threshold, contracting officers will not &amp;lt;br /&amp;gt;&lt;br /&gt;
make award, or exercise an option on a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract, if the offeror or contractor does &amp;lt;br /&amp;gt;&lt;br /&gt;
not meet the requirements for the &amp;lt;br /&amp;gt;&lt;br /&gt;
required CMMC Status. Furthermore, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements are required to &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down to subcontractors as &amp;lt;br /&amp;gt;&lt;br /&gt;
prescribed in the solicitation and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting contract at all tiers, &amp;lt;br /&amp;gt;&lt;br /&gt;
commensurate with the sensitivity of &amp;lt;br /&amp;gt;&lt;br /&gt;
the unclassified information flowed &amp;lt;br /&amp;gt;&lt;br /&gt;
down to each subcontractor. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;B. Legal Authority &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5 U.S.C. 301 authorizes the head of an &lt;br /&gt;
&lt;br /&gt;
Executive department or military &amp;lt;br /&amp;gt;&lt;br /&gt;
department to prescribe regulations for &amp;lt;br /&amp;gt;&lt;br /&gt;
the government of his or her &amp;lt;br /&amp;gt;&lt;br /&gt;
department, the conduct of its &amp;lt;br /&amp;gt;&lt;br /&gt;
employees, the distribution and &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of its business, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
custody, use, and preservation of its &amp;lt;br /&amp;gt;&lt;br /&gt;
records, papers, and property ([http://www.govinfo.gov/content/pkg/USCODE-2009-title5/pdf/USCODE-2009-title5-partI-chap3-sec301.pdf &#039;&#039;www.&amp;lt;br /&amp;gt;&lt;br /&gt;
govinfo.gov/content/pkg/USCODE-2009- &amp;lt;br /&amp;gt;&lt;br /&gt;
title5/pdf/USCODE-2009-title5-partI- &amp;lt;br /&amp;gt;&lt;br /&gt;
chap3-sec301.pdf&#039;&#039;). ]&lt;br /&gt;
&lt;br /&gt;
Section 1648 of the National Defense &lt;br /&gt;
&lt;br /&gt;
Authorization Act for Fiscal Year 2020 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Pub. L. 116–92) 27 directs the Secretary &amp;lt;br /&amp;gt;&lt;br /&gt;
of Defense to develop a consistent, &amp;lt;br /&amp;gt;&lt;br /&gt;
comprehensive framework to enhance &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity for the U.S. Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base (DIB). The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program is an important part of this &amp;lt;br /&amp;gt;&lt;br /&gt;
framework. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;C. Community Impact &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This final rule impacts all prospective &lt;br /&gt;
&lt;br /&gt;
and actual DoD contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors that are handling or will &amp;lt;br /&amp;gt;&lt;br /&gt;
handle DoD information that meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for FCI or CUI on a contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information system during performance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the DoD contract or subcontract. This &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule also impacts all companies &amp;lt;br /&amp;gt;&lt;br /&gt;
who are performing or will perform &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation, training, certification, or &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment functions in connection &amp;lt;br /&amp;gt;&lt;br /&gt;
with implementation of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;D. Regulatory History &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The CMMC Program verifies defense &lt;br /&gt;
&lt;br /&gt;
contractor compliance with DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity information protection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. It is designed to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI that is shared by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department with, or generated by, its &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors. The &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards required by the &amp;lt;br /&amp;gt;&lt;br /&gt;
program are the same as those set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR clause 52.204–21 (CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1), the NIST SP 800–171 R2 guidelines, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is presently required by DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 (CMMC Level 2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and additional selected requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
from the NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines (CMMC Level 3). The &amp;lt;br /&amp;gt;&lt;br /&gt;
program adds a robust assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
element and provides the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
increased assurance that contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors are meeting these &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
In September 2020, the DoD &lt;br /&gt;
&lt;br /&gt;
published the 48 CFR CMMC interim &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule to the DFARS in the &#039;&#039;&#039;Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register &#039;&#039;&#039;(DFARS Case 2019–D041, 85 &amp;lt;br /&amp;gt;&lt;br /&gt;
FR 48513, September 9, 2020), which &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the DoD’s vision for the &amp;lt;br /&amp;gt;&lt;br /&gt;
initial CMMC Program and outlined the &amp;lt;br /&amp;gt;&lt;br /&gt;
basic features of the program (tiered &amp;lt;br /&amp;gt;&lt;br /&gt;
model, required assessments, and &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation through contracts). The &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR CMMC interim final rule &amp;lt;br /&amp;gt;&lt;br /&gt;
became effective on November 30, 2020, &amp;lt;br /&amp;gt;&lt;br /&gt;
establishing a five-year phase-in period. &lt;br /&gt;
&lt;br /&gt;
In March 2021, the Department &lt;br /&gt;
&lt;br /&gt;
initiated an internal review of CMMC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, informed by more than &amp;lt;br /&amp;gt;&lt;br /&gt;
750 CMMC-related public comments in &amp;lt;br /&amp;gt;&lt;br /&gt;
response to the 48 CFR CMMC interim &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule. This comprehensive, &amp;lt;br /&amp;gt;&lt;br /&gt;
programmatic assessment engaged &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity and acquisition leaders &amp;lt;br /&amp;gt;&lt;br /&gt;
within DoD to refine policy and &amp;lt;br /&amp;gt;&lt;br /&gt;
program implementation. &lt;br /&gt;
&lt;br /&gt;
In November 2021, the Department &lt;br /&gt;
&lt;br /&gt;
announced plans for a revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program, which incorporates an &amp;lt;br /&amp;gt;&lt;br /&gt;
updated program structure and &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements designed to achieve the &lt;br /&gt;
&lt;br /&gt;
primary goals of an internal DoD review &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Program. With the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the CMMC Program, &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department introduced several key &amp;lt;br /&amp;gt;&lt;br /&gt;
changes that build on and refine the &amp;lt;br /&amp;gt;&lt;br /&gt;
original program requirements. These &amp;lt;br /&amp;gt;&lt;br /&gt;
include: &lt;br /&gt;
&lt;br /&gt;
• Streamlining the model from five to &lt;br /&gt;
&lt;br /&gt;
three certification levels; &lt;br /&gt;
&lt;br /&gt;
• Allowing all companies at Level 1 &lt;br /&gt;
&lt;br /&gt;
and a subset of companies at Level 2 to &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrate compliance through self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments; &lt;br /&gt;
&lt;br /&gt;
• Increased oversight of professional &lt;br /&gt;
&lt;br /&gt;
and ethical standards of third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors; and &lt;br /&gt;
&lt;br /&gt;
• Allowing companies, under certain &lt;br /&gt;
&lt;br /&gt;
limited circumstances, to make &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms to achieve certification. &lt;br /&gt;
&lt;br /&gt;
In December 2023, the Department &lt;br /&gt;
&lt;br /&gt;
published a proposed rule to amend 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 170 in the &#039;&#039;&#039;Federal Register &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;(Docket ID 2023–OS–0063, 88 FR 89058, &amp;lt;br /&amp;gt;&lt;br /&gt;
December 26, 2023), which &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the DoD’s vision for the &amp;lt;br /&amp;gt;&lt;br /&gt;
revised CMMC Program outlined in &amp;lt;br /&amp;gt;&lt;br /&gt;
November 2021. The comment period &amp;lt;br /&amp;gt;&lt;br /&gt;
for the proposed rule concluded on &amp;lt;br /&amp;gt;&lt;br /&gt;
February 26, 2024. &lt;br /&gt;
&lt;br /&gt;
The CMMC requirements established &lt;br /&gt;
&lt;br /&gt;
pursuant to DFARS Case 2019–D041 &amp;lt;br /&amp;gt;&lt;br /&gt;
have not been revised as of the date of &amp;lt;br /&amp;gt;&lt;br /&gt;
publication of this final rule. However, &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program requirements in this &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule will be implemented in the &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS, as needed, which may result in &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the current DFARS text, &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation provisions, and contract &amp;lt;br /&amp;gt;&lt;br /&gt;
clauses relating to DoD’s cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
protection requirements, including &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS subpart 204.75 and DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7021, Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Maturity Model Certification (CMMC) &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Context of the CMMC Program in Light &amp;lt;br /&amp;gt;&lt;br /&gt;
of Other DoD-Related Work &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
At present, and prior to the DFARS &lt;br /&gt;
&lt;br /&gt;
CMMC Acquisition rule becoming &amp;lt;br /&amp;gt;&lt;br /&gt;
effective, the Department is using the &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC to conduct CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2-like assessments. To date, the DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC has assessed 357 entities &amp;lt;br /&amp;gt;&lt;br /&gt;
including DoD’s major prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. The CMMC Program’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment phase-in plan, as described &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.3 Applicability, does not &amp;lt;br /&amp;gt;&lt;br /&gt;
preclude entities from immediately and &amp;lt;br /&amp;gt;&lt;br /&gt;
voluntarily seeking a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment prior to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS CMMC Acquisition rule being &amp;lt;br /&amp;gt;&lt;br /&gt;
finalized and the clause being added to &amp;lt;br /&amp;gt;&lt;br /&gt;
new or existing DoD contracts. &lt;br /&gt;
&lt;br /&gt;
The Department estimates 8,350 &lt;br /&gt;
&lt;br /&gt;
medium and large entities will require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. Once the CMMC DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
coverage is effective, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
will contractually mandate CMMC Level &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00080&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83171 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
28&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF &#039;&#039;https://media.defense.gov/2024/Mar/28/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF &#039;&#039;2003424523/-1/-1/1/DOD&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF _&#039;&#039;DOB&#039;&#039;_&#039;&#039;CS&#039;&#039;_&#039;&#039;STRATEGY&#039;&#039;_]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF &#039;&#039;DSD&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://media.defense.gov/2024/Mar/28/2003424523/-1/-1/1/DOD_DOB_CS_STRATEGY_DSD_SIGNED_20240325.PDF _&#039;&#039;SIGNED&#039;&#039;_&#039;&#039;20240325.PDF&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
29&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/FR-2020-12-21/pdf/2020-27698.pdf &#039;&#039;www.govinfo.gov/content/pkg/FR-2020-12-21/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/FR-2020-12-21/pdf/2020-27698.pdf &#039;&#039;pdf/2020-27698.pdf. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
30&lt;br /&gt;
&lt;br /&gt;
[http://www.dcsa.mil/Industrial-Security/National-Industrial-Security-Program-Oversight/32-CFR-Part-117-NISPOM-Rule/ &#039;&#039;www.dcsa.mil/Industrial-Security/National- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.dcsa.mil/Industrial-Security/National-Industrial-Security-Program-Oversight/32-CFR-Part-117-NISPOM-Rule/ &#039;&#039;Industrial-Security-Program-Oversight/32-CFR-Part- &amp;lt;br /&amp;gt;&lt;br /&gt;
117-NISPOM-Rule/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
2 certification assessments on these &amp;lt;br /&amp;gt;&lt;br /&gt;
entities. It is estimated that 135 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Third-Party Assessment Organization &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO)-led assessments will be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed in the first year. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Department estimates 673 C3PAO-led &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments in year 2 followed by 2,252 &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO-led assessments in year 3. &amp;lt;br /&amp;gt;&lt;br /&gt;
During the fourth year, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates,4,452 C3PAO-led assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
will be completed. The DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
will perform assessments upon DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
request. &lt;br /&gt;
&lt;br /&gt;
Additionally, the Department may &lt;br /&gt;
&lt;br /&gt;
include CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements on contracts awarded &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to the CMMC DFARS coverage &amp;lt;br /&amp;gt;&lt;br /&gt;
becoming effective, but doing so will &amp;lt;br /&amp;gt;&lt;br /&gt;
require bilateral contract modification &amp;lt;br /&amp;gt;&lt;br /&gt;
after negotiations. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program has been &lt;br /&gt;
&lt;br /&gt;
incorporated in the Department’s 2024 &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Industrial Base Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Strategy.28 The strategy requires the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department to coordinate and &amp;lt;br /&amp;gt;&lt;br /&gt;
collaborate across components to &amp;lt;br /&amp;gt;&lt;br /&gt;
identify and close gaps in protecting &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD networks, supply chains, and other &amp;lt;br /&amp;gt;&lt;br /&gt;
critical resources. Other prongs of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s cybersecurity strategy are &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the Department’s National &amp;lt;br /&amp;gt;&lt;br /&gt;
Industrial Security Program Operating &amp;lt;br /&amp;gt;&lt;br /&gt;
Manual (NISPOM) which address &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Executive Agent Directive (SEAD) 3,29 &amp;lt;br /&amp;gt;&lt;br /&gt;
including clarifications on procedures &amp;lt;br /&amp;gt;&lt;br /&gt;
for the protection and reproduction of &amp;lt;br /&amp;gt;&lt;br /&gt;
classified information; controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information (CUI); National &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest Determination (NID) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for cleared contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
operating under a Special Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Agreement for Foreign Ownership, &amp;lt;br /&amp;gt;&lt;br /&gt;
Control, or Influence; and eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations for personnel security &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance processes and requirements.30 &lt;br /&gt;
&lt;br /&gt;
In addition, DCMA DIBCAC is &lt;br /&gt;
&lt;br /&gt;
responsible for leading the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor cybersecurity risk mitigation &amp;lt;br /&amp;gt;&lt;br /&gt;
efforts. As part of this work, the DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assesses the defense industrial base &amp;lt;br /&amp;gt;&lt;br /&gt;
companies to ensure they are meeting &amp;lt;br /&amp;gt;&lt;br /&gt;
contractually required cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards. The DIBCAC team ensures &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors have the ability to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
controlled unclassified information for &amp;lt;br /&amp;gt;&lt;br /&gt;
government contracts they are awarded. &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC conducts NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments in support of DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012, &#039;&#039;Safeguarding Covered &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Information and Cyber Incident &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Reporting, &#039;&#039;and DFARS clause 204.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7020, &#039;&#039;NIST SP 800–171 DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Requirements. &#039;&#039;The DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
204.204–7020 DIBCAC prioritization &amp;lt;br /&amp;gt;&lt;br /&gt;
process is designed to adjust as DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
cyber priorities evolve based on ongoing &amp;lt;br /&amp;gt;&lt;br /&gt;
threats. DIBCAC analysts collect and &amp;lt;br /&amp;gt;&lt;br /&gt;
analyze data on DoD contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
include: &lt;br /&gt;
&lt;br /&gt;
• Mission critical programs, &lt;br /&gt;
&lt;br /&gt;
technologies, and infrastructure and the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors (prime or lower tier) that &amp;lt;br /&amp;gt;&lt;br /&gt;
support DoD capabilities. &lt;br /&gt;
&lt;br /&gt;
• Cyber threats, vulnerabilities, or &lt;br /&gt;
&lt;br /&gt;
incidents. &lt;br /&gt;
&lt;br /&gt;
• DoD Leadership requests. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Regulatory Impact Analysis &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
FAR Subpart 4.19 and DFARS clause &lt;br /&gt;
&lt;br /&gt;
252.204–7012 address safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI in contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and prescribe contract clauses &amp;lt;br /&amp;gt;&lt;br /&gt;
requiring protection of FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
within the supply chain. The FAR and &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS requirements for safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI predate the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program by many years, and baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
costs for their implementation are &amp;lt;br /&amp;gt;&lt;br /&gt;
assumed to vary widely based on factors &amp;lt;br /&amp;gt;&lt;br /&gt;
including, but not limited to, company &amp;lt;br /&amp;gt;&lt;br /&gt;
size and complexity of the information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems to be secured. FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 is prescribed at FAR section &amp;lt;br /&amp;gt;&lt;br /&gt;
4.1903 for use in solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts when the contractor or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor at any tier may have FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
residing in or transiting through its &amp;lt;br /&amp;gt;&lt;br /&gt;
information system. This clause requires &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to apply &amp;lt;br /&amp;gt;&lt;br /&gt;
basic safeguarding requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures to protect applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, DFARS clause 252.204–7012, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting, &#039;&#039;is prescribed at DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
section 204.7304(c) for use by DoD in all &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts, including &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts using FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 12 procedures for the acquisition of &amp;lt;br /&amp;gt;&lt;br /&gt;
commercial items, except for &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts solely for the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition of commercially available &amp;lt;br /&amp;gt;&lt;br /&gt;
off-the-shelf items. This clause applies &amp;lt;br /&amp;gt;&lt;br /&gt;
when a contractor information system &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, stores, or transmits covered &amp;lt;br /&amp;gt;&lt;br /&gt;
defense information and requires &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide ‘‘adequate security’’ to &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguard that information when it &amp;lt;br /&amp;gt;&lt;br /&gt;
resides on or transits through a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information system, and to &amp;lt;br /&amp;gt;&lt;br /&gt;
report cyber incidents that affect that &amp;lt;br /&amp;gt;&lt;br /&gt;
system or network. The clause states &amp;lt;br /&amp;gt;&lt;br /&gt;
that to provide adequate security, the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor shall implement, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the security requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
National Institute of Standards and &lt;br /&gt;
&lt;br /&gt;
Technology (NIST) Special Publication &amp;lt;br /&amp;gt;&lt;br /&gt;
(SP) 800–171 R2, &#039;&#039;Protecting CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonfederal Systems and Organizations. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Contractors are also required to flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down DFARS clause 252.204–7012 to &amp;lt;br /&amp;gt;&lt;br /&gt;
all subcontracts for operationally critical &amp;lt;br /&amp;gt;&lt;br /&gt;
support or for which subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
performance will involve covered &amp;lt;br /&amp;gt;&lt;br /&gt;
defense information. &lt;br /&gt;
&lt;br /&gt;
However, neither FAR clause 52.204– &lt;br /&gt;
&lt;br /&gt;
21 nor DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
provide for DoD assessment of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
information protection requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
required by those clauses. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Department developed the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program to verify implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements in DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts and subcontracts, by assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
adequacy of contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system security compliance prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
award and during performance of the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. With limited exceptions, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department intends to require &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with CMMC as a condition &amp;lt;br /&amp;gt;&lt;br /&gt;
of contract award. Once CMMC is &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, the required CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status will be specified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation and resulting contract. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractors handling FCI or CUI will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in the contract. &lt;br /&gt;
&lt;br /&gt;
There are three different levels of &lt;br /&gt;
&lt;br /&gt;
CMMC assessment, starting with basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding of FCI at Level 1, moving &amp;lt;br /&amp;gt;&lt;br /&gt;
to the broad protection of CUI at Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2, and culminating with higher level &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of CUI against risk from &amp;lt;br /&amp;gt;&lt;br /&gt;
Advanced Persistent Threats (APTs) at &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. The benefits and costs &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with implementing this final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, as well as alternative approaches &amp;lt;br /&amp;gt;&lt;br /&gt;
considered, are as follows: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A Regulatory Impact Analysis (RIA) &lt;br /&gt;
&lt;br /&gt;
that includes a detailed discussion and &amp;lt;br /&amp;gt;&lt;br /&gt;
explanation about the assumptions and &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology used to estimate the cost &amp;lt;br /&amp;gt;&lt;br /&gt;
of this regulatory action follows and is &amp;lt;br /&amp;gt;&lt;br /&gt;
available at [http://www.regulations.gov &#039;&#039;www.regulations.gov &#039;&#039;](search &amp;lt;br /&amp;gt;&lt;br /&gt;
for ‘‘DoD–2023–OS–0063,’’ click ‘‘Open &amp;lt;br /&amp;gt;&lt;br /&gt;
Docket,’’ and view ‘‘Supporting &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents’’). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Background &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Department of Defense (DoD or &lt;br /&gt;
&lt;br /&gt;
Department) requires a secure and &amp;lt;br /&amp;gt;&lt;br /&gt;
resilient supply chain to ensure the &amp;lt;br /&amp;gt;&lt;br /&gt;
development, production, and &amp;lt;br /&amp;gt;&lt;br /&gt;
sustainment of capabilities critical to &amp;lt;br /&amp;gt;&lt;br /&gt;
national security. The DoD supply chain &amp;lt;br /&amp;gt;&lt;br /&gt;
is targeted by adversaries with &amp;lt;br /&amp;gt;&lt;br /&gt;
increasing frequency and sophistication, &amp;lt;br /&amp;gt;&lt;br /&gt;
and to devastating effect. Therefore, &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards and enforcement mechanisms &amp;lt;br /&amp;gt;&lt;br /&gt;
are critically important. Executive Order &amp;lt;br /&amp;gt;&lt;br /&gt;
(E.O.) 14028, ‘‘Improving the Nation’s &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00081&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83172 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
31&lt;br /&gt;
&lt;br /&gt;
[http://www.gao.gov/assets/gao-22-104746.pdf &#039;&#039;www.gao.gov/assets/gao-22-104746.pdf&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
32&lt;br /&gt;
&lt;br /&gt;
[http://www.ic3.gov/Media/News/2021/210310.pdf &#039;&#039;www.ic3.gov/Media/News/2021/210310.pdf&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
33&lt;br /&gt;
&lt;br /&gt;
[http://www.cisa.gov/uscert/ncas/current-activity/2021/07/04/cisa-fbi-guidance-msps-and-their-customers-affected-kaseya-vsa &#039;&#039;www.cisa.gov/uscert/ncas/current-activity/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.cisa.gov/uscert/ncas/current-activity/2021/07/04/cisa-fbi-guidance-msps-and-their-customers-affected-kaseya-vsa &#039;&#039;2021/07/04/cisa-fbi-guidance-msps-and-their- &amp;lt;br /&amp;gt;&lt;br /&gt;
customers-affected-kaseya-vsa&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
34&lt;br /&gt;
&lt;br /&gt;
[http://www.mitre.org/sites/default/files/publications/pr-18-2417-deliver-uncompromised-MITRE-study-26AUG2019.pdf &#039;&#039;www.mitre.org/sites/default/files/publications/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.mitre.org/sites/default/files/publications/pr-18-2417-deliver-uncompromised-MITRE-study-26AUG2019.pdf &#039;&#039;pr-18-2417-deliver-uncompromised-MITRE-study- &amp;lt;br /&amp;gt;&lt;br /&gt;
26AUG2019.pdf&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
35&lt;br /&gt;
&lt;br /&gt;
[http://www.cisa.gov/uscert/ncas/alerts/aa22-057a &#039;&#039;www.cisa.gov/uscert/ncas/alerts/aa22-057a&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
Cybersecurity,’’ emphasizes the need to &amp;lt;br /&amp;gt;&lt;br /&gt;
strengthen cybersecurity protections for &amp;lt;br /&amp;gt;&lt;br /&gt;
both the Federal Government and the &amp;lt;br /&amp;gt;&lt;br /&gt;
private sector. &lt;br /&gt;
&lt;br /&gt;
Nation-state adversaries attack the &lt;br /&gt;
&lt;br /&gt;
U.S. supply chain for a myriad of &amp;lt;br /&amp;gt;&lt;br /&gt;
reasons, including exfiltration of &amp;lt;br /&amp;gt;&lt;br /&gt;
valuable technical data (a form of &amp;lt;br /&amp;gt;&lt;br /&gt;
industrial espionage); disruption to &amp;lt;br /&amp;gt;&lt;br /&gt;
control systems used for critical &amp;lt;br /&amp;gt;&lt;br /&gt;
infrastructure, manufacturing, and &amp;lt;br /&amp;gt;&lt;br /&gt;
weapons systems; corruption of quality &amp;lt;br /&amp;gt;&lt;br /&gt;
and assurance across a broad range of &amp;lt;br /&amp;gt;&lt;br /&gt;
product types and categories; and &amp;lt;br /&amp;gt;&lt;br /&gt;
manipulation of software to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
unauthorized access to connected &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and to degrade the integrity of &amp;lt;br /&amp;gt;&lt;br /&gt;
system operations. For example, since &amp;lt;br /&amp;gt;&lt;br /&gt;
September 2020, major cyber-attacks &amp;lt;br /&amp;gt;&lt;br /&gt;
such as the SolarWinds,31 Colonial &amp;lt;br /&amp;gt;&lt;br /&gt;
Pipeline, Hafnium,32 and Kaseya 33 &amp;lt;br /&amp;gt;&lt;br /&gt;
attacks, have been spearheaded or &amp;lt;br /&amp;gt;&lt;br /&gt;
influenced by nation-state actors 34 and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulted in significant failures and &amp;lt;br /&amp;gt;&lt;br /&gt;
disruption. In context of this threat, the &amp;lt;br /&amp;gt;&lt;br /&gt;
size and complexity of defense &amp;lt;br /&amp;gt;&lt;br /&gt;
procurement activities provide &amp;lt;br /&amp;gt;&lt;br /&gt;
numerous pathways for adversaries to &amp;lt;br /&amp;gt;&lt;br /&gt;
access DoD’s sensitive systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
information. Moreover, adversaries &amp;lt;br /&amp;gt;&lt;br /&gt;
continue to evolve their tactics, &amp;lt;br /&amp;gt;&lt;br /&gt;
techniques, and procedures. For &amp;lt;br /&amp;gt;&lt;br /&gt;
example, on April 28, 2022, CISA and &amp;lt;br /&amp;gt;&lt;br /&gt;
the FBI issued an advisory on &amp;lt;br /&amp;gt;&lt;br /&gt;
destructive ‘‘wiperware,’’ a form of &amp;lt;br /&amp;gt;&lt;br /&gt;
malware which can destroy valuable &amp;lt;br /&amp;gt;&lt;br /&gt;
information 35. Protection of FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI is critically important, and the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
needs assurance that contactor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems are adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
secured to protect such information &amp;lt;br /&amp;gt;&lt;br /&gt;
when it resides on or transits those &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. &lt;br /&gt;
&lt;br /&gt;
The Department is committed to &lt;br /&gt;
&lt;br /&gt;
working with defense contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect FCI and CUI. &lt;br /&gt;
&lt;br /&gt;
• Federal Contract Information (FCI): &lt;br /&gt;
&lt;br /&gt;
As defined in section 4.1901 of the FAR, &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI means information, not intended for &amp;lt;br /&amp;gt;&lt;br /&gt;
public release, that is provided by or &amp;lt;br /&amp;gt;&lt;br /&gt;
generated for the Government under a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract to develop or deliver a product &amp;lt;br /&amp;gt;&lt;br /&gt;
or service to the Government, but not &amp;lt;br /&amp;gt;&lt;br /&gt;
including information provided by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Government to the public, such as that &amp;lt;br /&amp;gt;&lt;br /&gt;
on public websites, or simple &amp;lt;br /&amp;gt;&lt;br /&gt;
transactional information, such as that &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary to process payments. &lt;br /&gt;
&lt;br /&gt;
• Controlled Unclassified Information &lt;br /&gt;
&lt;br /&gt;
(CUI): 32 CFR 2002.4(h) defines CUI, in &lt;br /&gt;
&lt;br /&gt;
part, as information the Government &amp;lt;br /&amp;gt;&lt;br /&gt;
creates or possesses, or that an entity &amp;lt;br /&amp;gt;&lt;br /&gt;
creates or possesses for or on behalf of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Government, that a law, regulation, &amp;lt;br /&amp;gt;&lt;br /&gt;
or Government-wide policy requires or &amp;lt;br /&amp;gt;&lt;br /&gt;
permits an agency to handle using &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding or dissemination controls, &amp;lt;br /&amp;gt;&lt;br /&gt;
including FCI. &lt;br /&gt;
&lt;br /&gt;
In September 2020, the DoD &lt;br /&gt;
&lt;br /&gt;
published 48 CFR CMMC interim final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule (DFARS Case 2019–D041, 85 FR &amp;lt;br /&amp;gt;&lt;br /&gt;
48513, September 9, 2020), which &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented DoD’s vision for the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Maturity Model &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification (CMMC) Program and &amp;lt;br /&amp;gt;&lt;br /&gt;
outlined basic program features, to &amp;lt;br /&amp;gt;&lt;br /&gt;
include: 5-level tiered model, CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Third Party Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization (C3PAO) assessments in &amp;lt;br /&amp;gt;&lt;br /&gt;
support of contractor and subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, with no allowance for a &amp;lt;br /&amp;gt;&lt;br /&gt;
Plan of Action and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
(POA&amp;amp;amp;Ms), and implementation of all &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements by the time of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. A total of 750 comments &amp;lt;br /&amp;gt;&lt;br /&gt;
were received on the 48 CFR CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
interim final rule during the public &amp;lt;br /&amp;gt;&lt;br /&gt;
comment period that ended on &amp;lt;br /&amp;gt;&lt;br /&gt;
November 30, 2020. These comments &amp;lt;br /&amp;gt;&lt;br /&gt;
highlighted a variety of industry &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns including concerns relating to &amp;lt;br /&amp;gt;&lt;br /&gt;
the costs for a C3PAO certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the costs and burden associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing, prior to award, the &amp;lt;br /&amp;gt;&lt;br /&gt;
required process maturity and 20 &amp;lt;br /&amp;gt;&lt;br /&gt;
additional cybersecurity practices that &amp;lt;br /&amp;gt;&lt;br /&gt;
were included in the initial CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. The Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Administration Office of Advocacy also &amp;lt;br /&amp;gt;&lt;br /&gt;
raised similar concerns on the impact &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule would have on small businesses &amp;lt;br /&amp;gt;&lt;br /&gt;
in the DIB. &lt;br /&gt;
&lt;br /&gt;
Pursuant to DFARS clause 252.204– &lt;br /&gt;
&lt;br /&gt;
7012, DoD has required certain defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the security protections set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in the National Institute of &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards and Technology (NIST) &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication (SP) 800–171 R2 to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide adequate security for CUI that is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program provides the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department the mechanism needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify that a defense contractor or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor has implemented the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements at each CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level and is maintaining that status &amp;lt;br /&amp;gt;&lt;br /&gt;
across the contract period of &amp;lt;br /&amp;gt;&lt;br /&gt;
performance, as required. &lt;br /&gt;
&lt;br /&gt;
In calendar year (CY) 2021 DoD &lt;br /&gt;
&lt;br /&gt;
paused the planned CMMC rollout to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct an internal review of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. The internal review &amp;lt;br /&amp;gt;&lt;br /&gt;
resulted in a refined and streamlined set &amp;lt;br /&amp;gt;&lt;br /&gt;
of requirements that addressed many of &amp;lt;br /&amp;gt;&lt;br /&gt;
the concerns identified in the public &amp;lt;br /&amp;gt;&lt;br /&gt;
comments received relating to the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. These changes have &lt;br /&gt;
&lt;br /&gt;
been incorporated into the revised &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program structure and policies. &amp;lt;br /&amp;gt;&lt;br /&gt;
In July 2022, the CMMC PMO met with &amp;lt;br /&amp;gt;&lt;br /&gt;
the Office of Advocacy for the United &amp;lt;br /&amp;gt;&lt;br /&gt;
States Small Business Administration &amp;lt;br /&amp;gt;&lt;br /&gt;
(SBA) to address the revisions planned &amp;lt;br /&amp;gt;&lt;br /&gt;
to the CMMC Program that are &amp;lt;br /&amp;gt;&lt;br /&gt;
responsive to prior SBA concerns. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program will enhance the &lt;br /&gt;
&lt;br /&gt;
ability of the DoD to safely share FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI with defense contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
know the information will be suitably &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarded. Once fully implemented, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC will incorporate a set of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements into &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition contracts to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
verification that applicable cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
protections have been implemented. &amp;lt;br /&amp;gt;&lt;br /&gt;
Under the CMMC Program, defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to implement certain &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity protection requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
tied to a designated CMMC level and &amp;lt;br /&amp;gt;&lt;br /&gt;
either perform a self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
obtain an independent assessment from &amp;lt;br /&amp;gt;&lt;br /&gt;
either a C3PAO or DCMA DIBCAC as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition of a DoD contract award. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC is designed to validate the &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of FCI and CUI that is shared &amp;lt;br /&amp;gt;&lt;br /&gt;
with and generated by the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors. Through &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of information by adherence &amp;lt;br /&amp;gt;&lt;br /&gt;
to the requirements verified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
revised CMMC Program, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
and its contractors will prevent &amp;lt;br /&amp;gt;&lt;br /&gt;
disruption in service and the loss of &amp;lt;br /&amp;gt;&lt;br /&gt;
intellectual property and assets, and &amp;lt;br /&amp;gt;&lt;br /&gt;
thwart access to FCI and CUI by the &amp;lt;br /&amp;gt;&lt;br /&gt;
nation’s adversaries. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is intended to: &lt;br /&gt;
&lt;br /&gt;
(1) align cybersecurity requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
the sensitivity of unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
information to be protected, and (2) add &amp;lt;br /&amp;gt;&lt;br /&gt;
a certification element, where &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, to verify implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements. As part of &amp;lt;br /&amp;gt;&lt;br /&gt;
the program, DoD also intends to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide supporting resources and &amp;lt;br /&amp;gt;&lt;br /&gt;
training to defense contractors to help &amp;lt;br /&amp;gt;&lt;br /&gt;
support companies who are working to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve the required CMMC Status. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program provides for assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
at three levels: basic safeguarding of FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
at CMMC Level 1, broad protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI at CMMC Level 2, and enhanced &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of CUI against risk from &amp;lt;br /&amp;gt;&lt;br /&gt;
Advanced Persistent Threats (APTs) at &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3. The CMMC Program is &amp;lt;br /&amp;gt;&lt;br /&gt;
designed to provide increased assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
to the Department that a defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor can adequately protect FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI in accordance with prescribed &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, accounting for &amp;lt;br /&amp;gt;&lt;br /&gt;
information flow down to its &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors in a multi-tier supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program addresses DoD’s &lt;br /&gt;
&lt;br /&gt;
need to protect FCI and CUI during the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition and sustainment of products &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00082&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83173 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
36&lt;br /&gt;
&lt;br /&gt;
DODIG–2019–105 ‘‘Audit of Protection of DoD &lt;br /&gt;
&lt;br /&gt;
CUI on Contractor-Owned Networks and Systems.’’ &lt;br /&gt;
&lt;br /&gt;
and services from the DIB. This effort is &amp;lt;br /&amp;gt;&lt;br /&gt;
instrumental in establishing &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity as a foundation for future &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD acquisition. &lt;br /&gt;
&lt;br /&gt;
Although DoD contract requirements &lt;br /&gt;
&lt;br /&gt;
to provide adequate security for covered &amp;lt;br /&amp;gt;&lt;br /&gt;
defense information (reflected in &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012) predate &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC by many years, a certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the handling of CUI to &amp;lt;br /&amp;gt;&lt;br /&gt;
assess a contractor or subcontractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance of those required &amp;lt;br /&amp;gt;&lt;br /&gt;
information security controls is new &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC Program. Findings from &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Inspector General report 36 indicate &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD contractors did not &amp;lt;br /&amp;gt;&lt;br /&gt;
consistently implement mandated &amp;lt;br /&amp;gt;&lt;br /&gt;
system security requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding CUI and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD take steps to assess a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s ability to protect this &amp;lt;br /&amp;gt;&lt;br /&gt;
information. The report emphasizes that &amp;lt;br /&amp;gt;&lt;br /&gt;
malicious actors can exploit the &amp;lt;br /&amp;gt;&lt;br /&gt;
vulnerabilities of contractors’ networks &amp;lt;br /&amp;gt;&lt;br /&gt;
and systems and exfiltrate information &amp;lt;br /&amp;gt;&lt;br /&gt;
related to some of the Nation’s most &amp;lt;br /&amp;gt;&lt;br /&gt;
valuable advanced defense technologies. &lt;br /&gt;
&lt;br /&gt;
Currently, the FAR and DFARS &lt;br /&gt;
&lt;br /&gt;
prescribe contract clauses intended to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect FCI and CUI. Specifically, the &amp;lt;br /&amp;gt;&lt;br /&gt;
clause at FAR 52.204–21, &#039;&#039;Basic &amp;lt;br /&amp;gt;&lt;br /&gt;
Safeguarding of Covered Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems&#039;&#039;, is prescribed at &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR 4.1903 for use in Government &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts when the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or a subcontractor at any tier &amp;lt;br /&amp;gt;&lt;br /&gt;
may have FCI residing in or transiting &amp;lt;br /&amp;gt;&lt;br /&gt;
through its information system(s). This &amp;lt;br /&amp;gt;&lt;br /&gt;
clause requires contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors to implement basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures to protect FCI being &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, DFARS clause 252.204–7012, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting&#039;&#039;, is prescribed at DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
204.7304(c) for use in all solicitations &amp;lt;br /&amp;gt;&lt;br /&gt;
and contracts except for solicitations &amp;lt;br /&amp;gt;&lt;br /&gt;
and contracts solely for the acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
of commercially available off-the-shelf &amp;lt;br /&amp;gt;&lt;br /&gt;
(COTS) items. This clause requires &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide ‘‘adequate security’’ to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store or transmit covered defense &amp;lt;br /&amp;gt;&lt;br /&gt;
information when it resides on or &amp;lt;br /&amp;gt;&lt;br /&gt;
transits a contractor information system, &amp;lt;br /&amp;gt;&lt;br /&gt;
and to report cyber incidents that affect &amp;lt;br /&amp;gt;&lt;br /&gt;
that system or network. The clause &amp;lt;br /&amp;gt;&lt;br /&gt;
states that to provide adequate security, &amp;lt;br /&amp;gt;&lt;br /&gt;
the contractor shall implement, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the security requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST Special Publication (SP) 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2, &#039;&#039;Protecting CUI in Nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems and Organizations. &#039;&#039;Contractors &lt;br /&gt;
&lt;br /&gt;
are also required to flow down DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 to all subcontracts &amp;lt;br /&amp;gt;&lt;br /&gt;
that require processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting of covered defense &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
However, neither FAR clause 52.204– &lt;br /&gt;
&lt;br /&gt;
21 nor DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
provide for DoD verification of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s implementation of the basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21 nor the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2, implementation of which is &amp;lt;br /&amp;gt;&lt;br /&gt;
required by DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, prior to contract award. As part of &amp;lt;br /&amp;gt;&lt;br /&gt;
multiple lines of effort focused on the &amp;lt;br /&amp;gt;&lt;br /&gt;
security and resilience of the DIB, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department is working with industry to &amp;lt;br /&amp;gt;&lt;br /&gt;
enhance the protection of FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
within the DoD supply chain. Toward &amp;lt;br /&amp;gt;&lt;br /&gt;
this end, DoD has developed the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Revised CMMC Program Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The CMMC Program requirements &lt;br /&gt;
&lt;br /&gt;
will be implemented through the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition and contracting process. &amp;lt;br /&amp;gt;&lt;br /&gt;
With limited exceptions, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department intends to require &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with CMMC as a condition &amp;lt;br /&amp;gt;&lt;br /&gt;
of contract award. Once CMMC is &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, the required CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status will be specified in the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation and resulting contract. &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractors handling FCI or CUI will be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to meet the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in the contract. In accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the implementation plan described &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.3(e), CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will apply to new DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts, and shall &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down to subcontractors, based on &amp;lt;br /&amp;gt;&lt;br /&gt;
the sensitivity of the FCI and CUI to be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored or transmitted to or by &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontractor. Before contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award, the offeror must achieve the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified CMMC Status for the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information system (&#039;&#039;e.g., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;enterprise network, network enclave) &amp;lt;br /&amp;gt;&lt;br /&gt;
that will process, store, or transmit the &amp;lt;br /&amp;gt;&lt;br /&gt;
information to be protected. The &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or subcontractor will also &amp;lt;br /&amp;gt;&lt;br /&gt;
submit affirmations in the Supplier &amp;lt;br /&amp;gt;&lt;br /&gt;
Performance Risk System (SPRS). An &amp;lt;br /&amp;gt;&lt;br /&gt;
overview of requirements at each level &amp;lt;br /&amp;gt;&lt;br /&gt;
is shown: &lt;br /&gt;
&lt;br /&gt;
Level 1 Self-Assessment &lt;br /&gt;
&lt;br /&gt;
• Level 1 self-assessment requires &lt;br /&gt;
&lt;br /&gt;
compliance with basic safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to protect FCI are set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR clause 52.204–21. CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 does not add any additional security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to those identified in FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21. &lt;br /&gt;
&lt;br /&gt;
• OSAs will submit the following &lt;br /&gt;
&lt;br /&gt;
information in SPRS: &lt;br /&gt;
&lt;br /&gt;
1. the results of a self-assessment of &lt;br /&gt;
&lt;br /&gt;
the OSA’s implementation of the basic &lt;br /&gt;
&lt;br /&gt;
safeguarding requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.15 associated with the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information system(s) used in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of the contract; and &lt;br /&gt;
&lt;br /&gt;
2. an initial affirmation of &lt;br /&gt;
&lt;br /&gt;
compliance, and then annually &amp;lt;br /&amp;gt;&lt;br /&gt;
thereafter, an affirmation of continued &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance as set forth in § 170.22. &lt;br /&gt;
&lt;br /&gt;
3. the Level 1 self-assessment cost &lt;br /&gt;
&lt;br /&gt;
burden will be addressed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule. &lt;br /&gt;
&lt;br /&gt;
Level 2 Self-Assessment &lt;br /&gt;
&lt;br /&gt;
• Level 2 self-assessment requires &lt;br /&gt;
&lt;br /&gt;
compliance with the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 to protect CUI. CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
does not add any additional security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to those identified in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2. &lt;br /&gt;
&lt;br /&gt;
• OSAs will submit the following &lt;br /&gt;
&lt;br /&gt;
information in SPRS: &lt;br /&gt;
&lt;br /&gt;
1. the results of a self-assessment of &lt;br /&gt;
&lt;br /&gt;
the OSA’s implementation of the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2 requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.16 associated with the covered &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information system(s) used in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of the applicable contract. &lt;br /&gt;
&lt;br /&gt;
2. an initial affirmation of &lt;br /&gt;
&lt;br /&gt;
compliance, and, if applicable, a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout affirmation, and then &amp;lt;br /&amp;gt;&lt;br /&gt;
annually thereafter, an affirmation of &amp;lt;br /&amp;gt;&lt;br /&gt;
continued compliance set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
3. the Level 2 self-assessment cost &lt;br /&gt;
&lt;br /&gt;
burden will be addressed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule. &lt;br /&gt;
&lt;br /&gt;
Level 2 Certification Assessment &lt;br /&gt;
&lt;br /&gt;
• Level 2 certification assessment &lt;br /&gt;
&lt;br /&gt;
requires compliance with the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in in § 170.17 to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect CUI. CMMC Level 2 does not &amp;lt;br /&amp;gt;&lt;br /&gt;
add any additional security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to those selected in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2. &lt;br /&gt;
&lt;br /&gt;
• A Level 2 certification assessment &lt;br /&gt;
&lt;br /&gt;
of the applicable contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) provided by an authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited C3PAO is required to &amp;lt;br /&amp;gt;&lt;br /&gt;
validate implementation of the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 security requirements prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to award of any prime contract or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontract and exercise of option. &lt;br /&gt;
&lt;br /&gt;
• The C3PAO will upload the Level 2 &lt;br /&gt;
&lt;br /&gt;
certification assessment results in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS which &amp;lt;br /&amp;gt;&lt;br /&gt;
will feed the information into SPRS. &lt;br /&gt;
&lt;br /&gt;
• OSCs will submit in SPRS an initial &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance, and, if &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary, a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation, and then annually &amp;lt;br /&amp;gt;&lt;br /&gt;
following the Final CMMC Status Date, &amp;lt;br /&amp;gt;&lt;br /&gt;
an affirmation of continued compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
as set forth in § 170.22. &lt;br /&gt;
&lt;br /&gt;
The Level 2 certification assessment &lt;br /&gt;
&lt;br /&gt;
cost burdens are included in this part &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00083&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83174 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
with the exception of the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for the OSC to upload the affirmation in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS that is included in the 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition final rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
an update to DFARS collection &amp;lt;br /&amp;gt;&lt;br /&gt;
approved under OMB Control Number &amp;lt;br /&amp;gt;&lt;br /&gt;
0750–0004, &#039;&#039;Assessing Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation of Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements&#039;&#039;. Additionally, the &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS are included in &amp;lt;br /&amp;gt;&lt;br /&gt;
a separate ICR for this part and cover &amp;lt;br /&amp;gt;&lt;br /&gt;
only those requirements pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC process. &lt;br /&gt;
&lt;br /&gt;
Level 3 Certification Assessment &lt;br /&gt;
&lt;br /&gt;
• Level 3 certification assessment &lt;br /&gt;
&lt;br /&gt;
requires the CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (C3PAO) and compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18 to protect CUI. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
adds additional security requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
those required by existing acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
regulations as specified in this rule. &lt;br /&gt;
&lt;br /&gt;
• A Level 3 certification assessment &lt;br /&gt;
&lt;br /&gt;
of the applicable contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) provided by the DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Industrial Base Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Center (DIBCAC) is required &amp;lt;br /&amp;gt;&lt;br /&gt;
to validate implementation of the DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
defined selected security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in NIST SP 800–172 Feb2021. &amp;lt;br /&amp;gt;&lt;br /&gt;
A CMMC Status of Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) is a prerequisite to schedule a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
• DCMA DIBCAC will upload the &lt;br /&gt;
&lt;br /&gt;
Level 3 certification assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS, &amp;lt;br /&amp;gt;&lt;br /&gt;
which will feed the information into &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS. &lt;br /&gt;
&lt;br /&gt;
• OSCs will submit in SPRS an initial &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance, and, if &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary, a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation, and then annually &amp;lt;br /&amp;gt;&lt;br /&gt;
following the Final CMMC Status Date, &amp;lt;br /&amp;gt;&lt;br /&gt;
an affirmation of continued compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
as set forth in § 170.22. &lt;br /&gt;
&lt;br /&gt;
The Level 3 certification assessment &lt;br /&gt;
&lt;br /&gt;
cost burdens are included in this part &amp;lt;br /&amp;gt;&lt;br /&gt;
with the exception of the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for the OSC to upload the affirmation in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS that is included in the 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule and an &amp;lt;br /&amp;gt;&lt;br /&gt;
update to DFARS collection approved &amp;lt;br /&amp;gt;&lt;br /&gt;
under OMB Control Number 0750–0004, &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessing Contractor Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additionally, the information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting requirements for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS are included in &amp;lt;br /&amp;gt;&lt;br /&gt;
a separate ICR for this part and cover &amp;lt;br /&amp;gt;&lt;br /&gt;
only those requirements pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC process. As described, the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program couples an affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
of compliance with certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements to verify OSA &lt;br /&gt;
&lt;br /&gt;
implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, as applicable. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program addresses DoD’s &lt;br /&gt;
&lt;br /&gt;
need to protect FCI and CUI during the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition and sustainment of products &amp;lt;br /&amp;gt;&lt;br /&gt;
and services from the DIB. This effort is &amp;lt;br /&amp;gt;&lt;br /&gt;
instrumental in ensuring cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
is the foundation of future DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisitions. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Policy Problems Addressed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Revised CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Implementation of the CMMC &lt;br /&gt;
&lt;br /&gt;
Program is intended to solve the &amp;lt;br /&amp;gt;&lt;br /&gt;
following policy problems: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Lack of Verification of Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Compliance With Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Neither FAR clause 52.204–21 nor &lt;br /&gt;
&lt;br /&gt;
DFARS clause 252.204–7012 provide for &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD assessment of a defense contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
or subcontractor’s implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
the information protection requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
within those clauses. Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors represent that they will &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the requirements in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 upon submission of their &amp;lt;br /&amp;gt;&lt;br /&gt;
offer. Findings from DoD Inspector &amp;lt;br /&amp;gt;&lt;br /&gt;
General report (DODIG–2019–105 &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Audit of Protection of DoD Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information on Contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
Owned Networks and Systems’’) &amp;lt;br /&amp;gt;&lt;br /&gt;
indicate that DoD contractors did not &amp;lt;br /&amp;gt;&lt;br /&gt;
consistently implement mandated &amp;lt;br /&amp;gt;&lt;br /&gt;
system security requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding CUI and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD take steps to assess a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s ability to protect this &amp;lt;br /&amp;gt;&lt;br /&gt;
information. CMMC adds new &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements for contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of underlying &amp;lt;br /&amp;gt;&lt;br /&gt;
information security requirements, to &amp;lt;br /&amp;gt;&lt;br /&gt;
allow DoD to assess a defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s cybersecurity posture using &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAOs. The &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor and subcontractor must &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve the required CMMC Level as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition of contract award. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Inadequate Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Under DFARS clause 252.204–7012 &lt;br /&gt;
&lt;br /&gt;
and DFARS clause 252.204–7020, &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
must document implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 in a system security plan and &amp;lt;br /&amp;gt;&lt;br /&gt;
may use a plan of action to describe &amp;lt;br /&amp;gt;&lt;br /&gt;
how and when any unimplemented &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements will be met. For &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program, the solicitation and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting contract, will specify the &amp;lt;br /&amp;gt;&lt;br /&gt;
required CMMC Status, which will be &amp;lt;br /&amp;gt;&lt;br /&gt;
determined considering program &amp;lt;br /&amp;gt;&lt;br /&gt;
criticality, information sensitivity, and &amp;lt;br /&amp;gt;&lt;br /&gt;
severity of cyber threat. Although the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 address a range of threats, &lt;br /&gt;
&lt;br /&gt;
additional requirements are needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
significantly reduce the risk posed by &amp;lt;br /&amp;gt;&lt;br /&gt;
APTs. An APT is an adversary that &amp;lt;br /&amp;gt;&lt;br /&gt;
possesses sophisticated levels of &amp;lt;br /&amp;gt;&lt;br /&gt;
expertise and significant resources that &amp;lt;br /&amp;gt;&lt;br /&gt;
allow it to create opportunities to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve its objectives by using multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
attack vectors (&#039;&#039;e.g., &#039;&#039;cyber, physical, and &amp;lt;br /&amp;gt;&lt;br /&gt;
deception). CMMC Level 3 requires &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of selected security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 to reduce the risk of APT &amp;lt;br /&amp;gt;&lt;br /&gt;
threats. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program will require &lt;br /&gt;
&lt;br /&gt;
prime contractors to flow the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate CMMC Status requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
down throughout the entire supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain relevant to a particular contract. &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense contractors or subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
that handle FCI, must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CMMC Level 1. &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense contractors that handle CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
must meet the requirements for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 or higher, depending on the &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitivity of the information associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with a program or technology being &amp;lt;br /&amp;gt;&lt;br /&gt;
developed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Insufficient Scale and Depth of &amp;lt;br /&amp;gt;&lt;br /&gt;
Resources To Verify Compliance &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Today, DoD prime contractors must &lt;br /&gt;
&lt;br /&gt;
include DFARS clause 252.204–7012 in &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontracts for which performance will &amp;lt;br /&amp;gt;&lt;br /&gt;
involve covered defense information, &amp;lt;br /&amp;gt;&lt;br /&gt;
but this does not provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department with sufficient insights with &amp;lt;br /&amp;gt;&lt;br /&gt;
respect to the cybersecurity posture of &amp;lt;br /&amp;gt;&lt;br /&gt;
all members of a multi-tier supply chain &amp;lt;br /&amp;gt;&lt;br /&gt;
for any given program or technology &amp;lt;br /&amp;gt;&lt;br /&gt;
development effort. The revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requires prime contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down appropriate CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, as applicable, to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors throughout their supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain(s). &lt;br /&gt;
&lt;br /&gt;
Given the size and scale of the DIB, &lt;br /&gt;
&lt;br /&gt;
the Department cannot scale its existing &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity assessment capability to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct on-site assessments of &amp;lt;br /&amp;gt;&lt;br /&gt;
approximately 220,000 DoD contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
and subcontractors every three years. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Department’s existing assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
capability is best suited for conducting &amp;lt;br /&amp;gt;&lt;br /&gt;
targeted assessments for the relatively &amp;lt;br /&amp;gt;&lt;br /&gt;
small subset of DoD contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors that support designated &amp;lt;br /&amp;gt;&lt;br /&gt;
high-priority programs involving CUI. &lt;br /&gt;
&lt;br /&gt;
CMMC addresses the Department’s &lt;br /&gt;
&lt;br /&gt;
scaling challenges by utilizing a private- &amp;lt;br /&amp;gt;&lt;br /&gt;
sector accreditation structure. A DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized Accreditation Body will &amp;lt;br /&amp;gt;&lt;br /&gt;
authorize, accredit, and provide &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of C3PAOs which in turn will &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of actual and prospective &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contractors and subcontractors. &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense contractors will directly &amp;lt;br /&amp;gt;&lt;br /&gt;
contract with an authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited C3PAO to obtain a Level 2 &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00084&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83175 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
certification assessment. The cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
activities is driven by multiple factors, &amp;lt;br /&amp;gt;&lt;br /&gt;
including market forces that govern &amp;lt;br /&amp;gt;&lt;br /&gt;
availability of C3PAOs and the size and &amp;lt;br /&amp;gt;&lt;br /&gt;
complexity of the enterprise or enclave &amp;lt;br /&amp;gt;&lt;br /&gt;
under assessment. The Government will &amp;lt;br /&amp;gt;&lt;br /&gt;
perform Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. Government resource &amp;lt;br /&amp;gt;&lt;br /&gt;
limitations may affect schedule &amp;lt;br /&amp;gt;&lt;br /&gt;
availability. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Reduces Duplicate or Respective &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments of Our Industry Partners &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CMMC assessment results will be &lt;br /&gt;
&lt;br /&gt;
posted in SPRS, DoD’s authoritative &amp;lt;br /&amp;gt;&lt;br /&gt;
source for supplier and product &amp;lt;br /&amp;gt;&lt;br /&gt;
performance information. Posting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment results in SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
precludes the need to validate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation on a contract-by- &amp;lt;br /&amp;gt;&lt;br /&gt;
contract basis. This enables DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
identify whether the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements have been met for relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems, avoids &amp;lt;br /&amp;gt;&lt;br /&gt;
duplicative assessments, and eliminates &amp;lt;br /&amp;gt;&lt;br /&gt;
the need for program level assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
all of which decreases costs to both DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
and industry. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Revised CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The DoD is implementing a phased &lt;br /&gt;
&lt;br /&gt;
implementation for the revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program and intends to introduce &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations over a three-year period to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide appropriate ramp-up time. This &amp;lt;br /&amp;gt;&lt;br /&gt;
phased implementation is intended to &amp;lt;br /&amp;gt;&lt;br /&gt;
minimize the financial impacts to &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors, especially small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses, and disruption to the &amp;lt;br /&amp;gt;&lt;br /&gt;
existing DoD supply chain. After CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
is implemented in acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation, DoD will include CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and resulting contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
when warranted by the type of &amp;lt;br /&amp;gt;&lt;br /&gt;
information that will be handled by the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor of subcontractor(s). CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status requirements for Levels 1, 2, and &amp;lt;br /&amp;gt;&lt;br /&gt;
3 will be included in solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting contracts issued after the &amp;lt;br /&amp;gt;&lt;br /&gt;
phase-in period when warranted by any &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and/or CUI information protection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the contract effort. In &amp;lt;br /&amp;gt;&lt;br /&gt;
the intervening period, Government &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Managers will have discretion &amp;lt;br /&amp;gt;&lt;br /&gt;
to include CMMC Status requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
or exclude them and rely upon existing &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, in accordance with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
policy. As stated in § 170.20(a), there is &amp;lt;br /&amp;gt;&lt;br /&gt;
qualified standards acceptance between &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC High Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2(C3PAO), &amp;lt;br /&amp;gt;&lt;br /&gt;
which will result in staggering of the &amp;lt;br /&amp;gt;&lt;br /&gt;
dates for new Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The implementation &lt;br /&gt;
&lt;br /&gt;
period will consist of four (4) phases as &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in § 170.3(e), during which &amp;lt;br /&amp;gt;&lt;br /&gt;
time the Government will include &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements in certain &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts. During the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC phase-in period, program &amp;lt;br /&amp;gt;&lt;br /&gt;
managers and requiring activities will &amp;lt;br /&amp;gt;&lt;br /&gt;
be required to include CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in certain solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts and will have discretion to &amp;lt;br /&amp;gt;&lt;br /&gt;
include in others. &lt;br /&gt;
&lt;br /&gt;
A purpose of the phased &lt;br /&gt;
&lt;br /&gt;
implementation is to ensure adequate &amp;lt;br /&amp;gt;&lt;br /&gt;
availability of authorized or accredited &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs and assessors to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
demand. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Revised CMMC Program Flow Down &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CMMC Level requirements will be &lt;br /&gt;
&lt;br /&gt;
flowed down to subcontractors at all &amp;lt;br /&amp;gt;&lt;br /&gt;
tiers as set forth in § 170.23; however, &amp;lt;br /&amp;gt;&lt;br /&gt;
the specific CMMC Status required for &amp;lt;br /&amp;gt;&lt;br /&gt;
a subcontractor will be based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
type of unclassified information and the &amp;lt;br /&amp;gt;&lt;br /&gt;
priority of the acquisition program and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or technology being developed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Key Changes Incorporated in the &amp;lt;br /&amp;gt;&lt;br /&gt;
Revised CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In November 2021, the Department &lt;br /&gt;
&lt;br /&gt;
announced the revised CMMC Program, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is an updated program structure &amp;lt;br /&amp;gt;&lt;br /&gt;
with revised requirements. In the &amp;lt;br /&amp;gt;&lt;br /&gt;
revised CMMC Program, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
has introduced several key changes that &amp;lt;br /&amp;gt;&lt;br /&gt;
build on and refine the original program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. These include: &lt;br /&gt;
&lt;br /&gt;
• Streamlining the model from five &lt;br /&gt;
&lt;br /&gt;
levels to three levels. &lt;br /&gt;
&lt;br /&gt;
• Exclusively implementing National &lt;br /&gt;
&lt;br /&gt;
Institute of Standards and Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST) cybersecurity standards and &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines. &lt;br /&gt;
&lt;br /&gt;
• Allowing all companies subject to &lt;br /&gt;
&lt;br /&gt;
Level 1, and a subset of companies &amp;lt;br /&amp;gt;&lt;br /&gt;
subject to Level 2 to demonstrate &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance through self-assessments. &lt;br /&gt;
&lt;br /&gt;
• Increased oversight of professional &lt;br /&gt;
&lt;br /&gt;
and ethical standards of CMMC third- &amp;lt;br /&amp;gt;&lt;br /&gt;
party assessors. &lt;br /&gt;
&lt;br /&gt;
• Allowing Plans of Action &amp;amp;amp; &lt;br /&gt;
&lt;br /&gt;
Milestones (POA&amp;amp;amp;M) under limited &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances to achieve conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. &lt;br /&gt;
&lt;br /&gt;
As a result of the alignment of the &lt;br /&gt;
&lt;br /&gt;
revised CMMC Program to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
guidelines, the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will continue to evolve as &amp;lt;br /&amp;gt;&lt;br /&gt;
changes are made to the underlying &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2, NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171A Jun2018, NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021, and NIST SP 800–172A &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2022 requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assessment Criteria &lt;br /&gt;
&lt;br /&gt;
CMMC requires that defense &lt;br /&gt;
&lt;br /&gt;
contractors and subcontractors &lt;br /&gt;
&lt;br /&gt;
entrusted with FCI and CUI implement &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards at progressively &amp;lt;br /&amp;gt;&lt;br /&gt;
more secure levels, depending on the &amp;lt;br /&amp;gt;&lt;br /&gt;
type and sensitivity of the information. &lt;br /&gt;
&lt;br /&gt;
Level 1 Self-Assessment &lt;br /&gt;
&lt;br /&gt;
An annual Level 1 self-assessment &lt;br /&gt;
&lt;br /&gt;
and annual affirmation asserts that an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA has implemented all the basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI as set forth in § 170.14(c)(2). &lt;br /&gt;
&lt;br /&gt;
An OSA can choose to perform the &lt;br /&gt;
&lt;br /&gt;
annual self-assessment internally or &amp;lt;br /&amp;gt;&lt;br /&gt;
engage a third-party to assist with &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluating its Level 1 compliance. Use &amp;lt;br /&amp;gt;&lt;br /&gt;
of a third party to assist with the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment process is still considered a &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment and results in a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 1 (Self). An OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve the CMMC Status of Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) for an entire enterprise network or &amp;lt;br /&amp;gt;&lt;br /&gt;
for a particular enclave(s), depending &amp;lt;br /&amp;gt;&lt;br /&gt;
upon where the FCI is or will be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted. &lt;br /&gt;
&lt;br /&gt;
Level 2 Self-Assessment &lt;br /&gt;
&lt;br /&gt;
A Level 2 self-assessment and annual &lt;br /&gt;
&lt;br /&gt;
affirmation attests that an OSA has &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented all the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to protect CUI as specified &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.14(c)(3). &lt;br /&gt;
&lt;br /&gt;
Level 2 Certification Assessment &lt;br /&gt;
&lt;br /&gt;
A Level 2 certification assessment, &lt;br /&gt;
&lt;br /&gt;
conducted by a C3PAO, verifies that an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC is conforming to the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to protect CUI as specified &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.14(c)(3). Each OSC information &amp;lt;br /&amp;gt;&lt;br /&gt;
system that will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in the execution of the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract is subject to the corresponding &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
the contract. &lt;br /&gt;
&lt;br /&gt;
Level 3 Certification Assessment &lt;br /&gt;
&lt;br /&gt;
Achievement of the CMMC Status of &lt;br /&gt;
&lt;br /&gt;
Final Level 2 (C3PAO) for information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the Level 3 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope is a prerequisite for &amp;lt;br /&amp;gt;&lt;br /&gt;
initiating a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. A Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, conducted by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Industrial Base Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Center (DIBCAC), verifies &amp;lt;br /&amp;gt;&lt;br /&gt;
that an OSC has implemented the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 security requirements to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect CUI as specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4). A Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be conducted for each &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC information system that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
used in the execution of the contract &amp;lt;br /&amp;gt;&lt;br /&gt;
that will process, store, or transmit CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Impact and Cost Analysis of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Revised CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Summary of Impact &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Public comment feedback on the &lt;br /&gt;
&lt;br /&gt;
initial CMMC Program indicated that &amp;lt;br /&amp;gt;&lt;br /&gt;
cost estimates were too low. The revised &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00085&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83176 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
CMMC Program cost estimates account &amp;lt;br /&amp;gt;&lt;br /&gt;
for that feedback with the following &amp;lt;br /&amp;gt;&lt;br /&gt;
improvements: &lt;br /&gt;
&lt;br /&gt;
• Allowance for outsourced IT &lt;br /&gt;
&lt;br /&gt;
services &lt;br /&gt;
&lt;br /&gt;
• Increased total time for the &lt;br /&gt;
&lt;br /&gt;
contractor to prepare for the assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
including limited time for learning the &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and affirmation processes &lt;br /&gt;
&lt;br /&gt;
• Allowance for use of consulting &lt;br /&gt;
&lt;br /&gt;
firms to assist with the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process &lt;br /&gt;
&lt;br /&gt;
• Time for a senior level manager to &lt;br /&gt;
&lt;br /&gt;
review the assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
before submitting the results in SPRS &lt;br /&gt;
&lt;br /&gt;
• Updated government and contractor &lt;br /&gt;
&lt;br /&gt;
labor rates that include applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
burden costs &lt;br /&gt;
&lt;br /&gt;
As a result, some costs of the revised &lt;br /&gt;
&lt;br /&gt;
CMMC Program may be higher than &amp;lt;br /&amp;gt;&lt;br /&gt;
those included in the initial CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
The revised CMMC Program impact &lt;br /&gt;
&lt;br /&gt;
analysis includes estimated costs for &lt;br /&gt;
&lt;br /&gt;
implementation of the revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements across Level 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2, and Level 3 for the Public &amp;lt;br /&amp;gt;&lt;br /&gt;
(small and other than small entities, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the CMMC Ecosystem as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in 32 CFR subpart C) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
Government. In summary, the total &amp;lt;br /&amp;gt;&lt;br /&gt;
estimated Public and Government costs &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with this rule, calculated for &amp;lt;br /&amp;gt;&lt;br /&gt;
a 20-year horizon in 2023 dollars at a 7 &amp;lt;br /&amp;gt;&lt;br /&gt;
percent discount rate and a 3 percent &amp;lt;br /&amp;gt;&lt;br /&gt;
discount rate are provided as follows: &lt;br /&gt;
&lt;br /&gt;
Estimating the number of CMMC &lt;br /&gt;
&lt;br /&gt;
assessments for unique entities per level &amp;lt;br /&amp;gt;&lt;br /&gt;
per year is complicated by the fact that &amp;lt;br /&amp;gt;&lt;br /&gt;
companies may serve as a prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor on one effort but a &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor on others, and may also &amp;lt;br /&amp;gt;&lt;br /&gt;
enter into subcontract agreements with &amp;lt;br /&amp;gt;&lt;br /&gt;
more than one prime contractor for &amp;lt;br /&amp;gt;&lt;br /&gt;
various opportunities. &lt;br /&gt;
&lt;br /&gt;
In addition, the CMMC Program relies &lt;br /&gt;
&lt;br /&gt;
upon free market influences of supply &amp;lt;br /&amp;gt;&lt;br /&gt;
and demand to propel implementation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specifically, the Department does not &amp;lt;br /&amp;gt;&lt;br /&gt;
control which defense contractors aspire &lt;br /&gt;
&lt;br /&gt;
to compete for which business &amp;lt;br /&amp;gt;&lt;br /&gt;
opportunities, nor does it control access &amp;lt;br /&amp;gt;&lt;br /&gt;
to the assessment services offered by &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs. OSAs may elect to complete a &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment or pursue a certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment at any time after issuance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the rule, in an effort to distinguish- &amp;lt;br /&amp;gt;&lt;br /&gt;
themselves as competitive for efforts &amp;lt;br /&amp;gt;&lt;br /&gt;
that require an ability to adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
protect CUI. For that reason, the number &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC assessments for unique &amp;lt;br /&amp;gt;&lt;br /&gt;
entities per level per year may vary &amp;lt;br /&amp;gt;&lt;br /&gt;
significantly from the assumptions used &lt;br /&gt;
&lt;br /&gt;
in generating the cost estimate. The &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates represent the best estimates at &amp;lt;br /&amp;gt;&lt;br /&gt;
this time based on internal expertise &amp;lt;br /&amp;gt;&lt;br /&gt;
and public feedback. &lt;br /&gt;
&lt;br /&gt;
DoD utilized historical metrics &lt;br /&gt;
&lt;br /&gt;
gathered for the initial CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
and subject matter expertise from &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Pricing and Contracting (DPC) &amp;lt;br /&amp;gt;&lt;br /&gt;
and DCMA DIBCAC to estimate the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of entities by type and by &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment level for this analysis. The &amp;lt;br /&amp;gt;&lt;br /&gt;
following table summarizes the &amp;lt;br /&amp;gt;&lt;br /&gt;
estimated profile used in this analysis. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00086&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4725&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.002&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.001&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.003&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83177 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
DoD is planning for a phased roll-out &lt;br /&gt;
&lt;br /&gt;
of each assessment level across 7 years &amp;lt;br /&amp;gt;&lt;br /&gt;
with the entity numbers reaching a &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum by Year 4 as shown in the &amp;lt;br /&amp;gt;&lt;br /&gt;
tables. The target of Year 4 was selected &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the projected capacity of the &lt;br /&gt;
&lt;br /&gt;
CMMC Ecosystem to grow to efficiently &amp;lt;br /&amp;gt;&lt;br /&gt;
support the entities in the pipeline. For &amp;lt;br /&amp;gt;&lt;br /&gt;
modeling efficiency, a similar roll-out is &amp;lt;br /&amp;gt;&lt;br /&gt;
assumed regardless of entity size or &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment level. It is assumed that by &amp;lt;br /&amp;gt;&lt;br /&gt;
year 7 the maximum number of entities &lt;br /&gt;
&lt;br /&gt;
is reached. Beyond year 7, the number &amp;lt;br /&amp;gt;&lt;br /&gt;
of entities entering and exiting are &amp;lt;br /&amp;gt;&lt;br /&gt;
expected to net to zero. The following &amp;lt;br /&amp;gt;&lt;br /&gt;
tables reflect the number of new entities &amp;lt;br /&amp;gt;&lt;br /&gt;
in each year and for each level. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00087&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4725&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.004&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.005&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.006&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83178 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
37&lt;br /&gt;
&lt;br /&gt;
The number of unique awardees impacted each &lt;br /&gt;
&lt;br /&gt;
year is 1⁄3 of the average number of annual awardees &amp;lt;br /&amp;gt;&lt;br /&gt;
according to the Electronic Data Access system &amp;lt;br /&amp;gt;&lt;br /&gt;
(31,338/3 = 10,446). This estimate does not address &amp;lt;br /&amp;gt;&lt;br /&gt;
new entrants or awardees who discontinue doing &amp;lt;br /&amp;gt;&lt;br /&gt;
business with DoD. &lt;br /&gt;
&lt;br /&gt;
38&lt;br /&gt;
&lt;br /&gt;
Includes all businesses with the exception of &lt;br /&gt;
&lt;br /&gt;
those defined under the small business criteria and &amp;lt;br /&amp;gt;&lt;br /&gt;
size standards provided in 13 CFR 121.201 (See &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR Part 19.102) &lt;br /&gt;
&lt;br /&gt;
39&lt;br /&gt;
&lt;br /&gt;
The Level I self-assessment and Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment information collection reporting and &amp;lt;br /&amp;gt;&lt;br /&gt;
recordkeeping requirements will be included in a &amp;lt;br /&amp;gt;&lt;br /&gt;
modification of an existing DFARS collection &amp;lt;br /&amp;gt;&lt;br /&gt;
approved under OBM Control Number 0750–0004, &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessing Contractor Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements. Modifications to this &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS collection will be addressed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
40&lt;br /&gt;
&lt;br /&gt;
The Level 1 self-assessment and Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment information collection reporting and &amp;lt;br /&amp;gt;&lt;br /&gt;
recordkeeping requirements will be included in a &amp;lt;br /&amp;gt;&lt;br /&gt;
modification of an existing DFARS collection &amp;lt;br /&amp;gt;&lt;br /&gt;
approved under OBM Control Number 0750–0004, &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessing Contractor Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements. Modifications to this &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS collection will be addressed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Public Costs &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Summary of Impacted Awardee Entities &lt;br /&gt;
&lt;br /&gt;
According to data available in the &lt;br /&gt;
&lt;br /&gt;
Electronic Data Access system for fiscal &amp;lt;br /&amp;gt;&lt;br /&gt;
years (FYs) 2019, 2020, and 2021, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
awards an average of 1,366,262 &lt;br /&gt;
&lt;br /&gt;
contracts and orders per year that &amp;lt;br /&amp;gt;&lt;br /&gt;
contain DFARS clause 252.204–7012, to &amp;lt;br /&amp;gt;&lt;br /&gt;
31,338 unique awardees, of which &amp;lt;br /&amp;gt;&lt;br /&gt;
683,718 awards (50%) are made to &amp;lt;br /&amp;gt;&lt;br /&gt;
23,475 small entities (75%).37 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Public Cost Analysis &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
estimated Public costs the revised &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program for other than small 38 &amp;lt;br /&amp;gt;&lt;br /&gt;
entities, per assessment of a contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information system, at the required &amp;lt;br /&amp;gt;&lt;br /&gt;
periodicity for each CMMC level. &lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
estimated Public costs of the revised &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program for Small Entities, per &lt;br /&gt;
&lt;br /&gt;
assessment of each contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information system, estimated at one &lt;br /&gt;
&lt;br /&gt;
per entity, at the required periodicity for &amp;lt;br /&amp;gt;&lt;br /&gt;
each CMMC level. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00088&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4725&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.007&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.008&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83179 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
41&lt;br /&gt;
&lt;br /&gt;
The terms nonrecurring engineering costs and &lt;br /&gt;
&lt;br /&gt;
recurring engineering costs are terms of art and do &amp;lt;br /&amp;gt;&lt;br /&gt;
not only encompass actual engineering costs. &lt;br /&gt;
&lt;br /&gt;
The total estimated Public (large and &lt;br /&gt;
&lt;br /&gt;
small entities) costs associated with this &lt;br /&gt;
&lt;br /&gt;
rule, calculated for a 20-year horizon in &amp;lt;br /&amp;gt;&lt;br /&gt;
2023 dollars at a 7 percent and 3 percent &lt;br /&gt;
&lt;br /&gt;
discount rate, per OMB guidance, is &amp;lt;br /&amp;gt;&lt;br /&gt;
provided as follows: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assumptions &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In estimating the Public costs, DoD &lt;br /&gt;
&lt;br /&gt;
considered applicable nonrecurring &amp;lt;br /&amp;gt;&lt;br /&gt;
engineering costs, recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs,41 assessment costs, and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation costs for each CMMC Level. &amp;lt;br /&amp;gt;&lt;br /&gt;
For CMMC Levels 1 and 2, the cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates are based only upon the self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, certification assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
and affirmation activities that a defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor, subcontractor, or ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
member must take to allow DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify implementation of the relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
underlying security requirements, &#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;for CMMC Level 1, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21, and for CMMC Level 2, the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements set forth in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2. DoD did not consider &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost of implementing the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements themselves because &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation is already required by &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR clause 52.204–21, effective June 15, &amp;lt;br /&amp;gt;&lt;br /&gt;
2016, and by DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, requiring implementation by Dec. &amp;lt;br /&amp;gt;&lt;br /&gt;
31, 2017, respectively; therefore, the &amp;lt;br /&amp;gt;&lt;br /&gt;
costs of implementing the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CMMC Levels 1 and 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
should already have been incurred and &amp;lt;br /&amp;gt;&lt;br /&gt;
are not attributed to this rule. As such, &amp;lt;br /&amp;gt;&lt;br /&gt;
the nonrecurring engineering and &amp;lt;br /&amp;gt;&lt;br /&gt;
recurring engineering costs to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
defined for CMMC Level 1 and Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
are not included in this economic &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis. However, cost estimates to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement CMMC Level 3, are &amp;lt;br /&amp;gt;&lt;br /&gt;
included, as that CMMC level will &amp;lt;br /&amp;gt;&lt;br /&gt;
require defense contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors, as applicable, to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement a DoD-defined subset of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements set forth in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–172 Feb2021, a new addition to &amp;lt;br /&amp;gt;&lt;br /&gt;
current security protection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
In estimating the public cost for a &lt;br /&gt;
&lt;br /&gt;
defense contractor small entity to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for each CMMC level, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
considered non-recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs, recurring engineering costs, &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment costs, and affirmation costs &lt;br /&gt;
&lt;br /&gt;
for each CMMC Level. These costs &amp;lt;br /&amp;gt;&lt;br /&gt;
include labor and consulting. &lt;br /&gt;
&lt;br /&gt;
Estimates include size and complexity &lt;br /&gt;
&lt;br /&gt;
assumptions to account for typical &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational differences between &amp;lt;br /&amp;gt;&lt;br /&gt;
small entities and other than small &amp;lt;br /&amp;gt;&lt;br /&gt;
entities with respect to the handling of &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Technology (IT) and &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity: &lt;br /&gt;
&lt;br /&gt;
• small entities are likely to have a &lt;br /&gt;
&lt;br /&gt;
less complex, less expansive operating &amp;lt;br /&amp;gt;&lt;br /&gt;
environment and IT/Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
infrastructure compared to larger &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors &lt;br /&gt;
&lt;br /&gt;
• small entities are likely to outsource &lt;br /&gt;
&lt;br /&gt;
IT and cybersecurity to an External &amp;lt;br /&amp;gt;&lt;br /&gt;
Service Provider (ESP) &lt;br /&gt;
&lt;br /&gt;
• entities (small and other than small) &lt;br /&gt;
&lt;br /&gt;
pursuing Level 2 self-assessment are &amp;lt;br /&amp;gt;&lt;br /&gt;
likely to seek consulting or &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation assistance from an ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
to either help them prepare for the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment technically or participate in &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment with the C3PAOs. &lt;br /&gt;
&lt;br /&gt;
Estimates do not include the cost to &lt;br /&gt;
&lt;br /&gt;
implement (Non-recurring Engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
Costs (NRE)) or maintenance costs &amp;lt;br /&amp;gt;&lt;br /&gt;
(Recurring Engineering (RE)) associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
prescribed in current regulations. &lt;br /&gt;
&lt;br /&gt;
For CMMC Levels 1 and 2, cost &lt;br /&gt;
&lt;br /&gt;
estimates are based upon assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting, and affirmation activities that &amp;lt;br /&amp;gt;&lt;br /&gt;
a contractor or subcontractor will need &amp;lt;br /&amp;gt;&lt;br /&gt;
to take to verify implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
existing security requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR clause 52.204–21, effective June &amp;lt;br /&amp;gt;&lt;br /&gt;
15, 2016, to protect FCI, and DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012 which required &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements not later than December &amp;lt;br /&amp;gt;&lt;br /&gt;
31, 2017, to protect CUI. As such, cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates are not included for an entity &amp;lt;br /&amp;gt;&lt;br /&gt;
to implement the CMMC Level 1 or 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of these existing &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, or remediate a &amp;lt;br /&amp;gt;&lt;br /&gt;
plan of action for unimplemented &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
For CMMC Level 3, the cost estimates &lt;br /&gt;
&lt;br /&gt;
factor in the assessment, reporting, and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation activities in addition to &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates for NRE and RE to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
and maintain CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In addition to &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, CMMC Level 3 &lt;br /&gt;
&lt;br /&gt;
requires implementing selected security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement set forth in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4) which are not currently &amp;lt;br /&amp;gt;&lt;br /&gt;
required through other regulations. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 is expected to apply only &amp;lt;br /&amp;gt;&lt;br /&gt;
to a small subset of defense contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
and subcontractors. &lt;br /&gt;
&lt;br /&gt;
The Cost Categories used for each &lt;br /&gt;
&lt;br /&gt;
CMMC Level are described: &lt;br /&gt;
&lt;br /&gt;
1. &#039;&#039;Nonrecurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Estimates consist of hardware, software, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the associated labor to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
the same. Costs associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR clause 52.204–21 and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 are assumed to have been &amp;lt;br /&amp;gt;&lt;br /&gt;
already implemented and, therefore, are &amp;lt;br /&amp;gt;&lt;br /&gt;
not accounted for in this cost estimate. &amp;lt;br /&amp;gt;&lt;br /&gt;
As such, these costs only appear in &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3. If nonrecurring &amp;lt;br /&amp;gt;&lt;br /&gt;
engineering costs are referenced, they &amp;lt;br /&amp;gt;&lt;br /&gt;
are only accounted for as a one-time &amp;lt;br /&amp;gt;&lt;br /&gt;
occurrence and are reflected in the year &amp;lt;br /&amp;gt;&lt;br /&gt;
of the initial assessment. &lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;Recurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Estimates consist of annually recurring &amp;lt;br /&amp;gt;&lt;br /&gt;
fees and associated labor for technology &amp;lt;br /&amp;gt;&lt;br /&gt;
refresh. Costs associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR clause 52.204–21 and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 are assumed to have been &amp;lt;br /&amp;gt;&lt;br /&gt;
already implemented and, therefore, are &amp;lt;br /&amp;gt;&lt;br /&gt;
not accounted for in this cost estimate. &amp;lt;br /&amp;gt;&lt;br /&gt;
As such, these costs only appear in &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3. &lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;Assessment Costs: &#039;&#039;Estimates consist &lt;br /&gt;
&lt;br /&gt;
of activities for pre-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
preparations (which includes gathering &amp;lt;br /&amp;gt;&lt;br /&gt;
and/or developing evidence that the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objectives for each &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement have been satisfied), &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting and/or participating in the &amp;lt;br /&amp;gt;&lt;br /&gt;
actual assessment, and completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
any post-assessment work. Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
costs are represented by notional &amp;lt;br /&amp;gt;&lt;br /&gt;
phases. Assessment costs assume the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA passes the assessment on the first &amp;lt;br /&amp;gt;&lt;br /&gt;
attempt (conditional—with an allowable &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M or final). Each phase includes &amp;lt;br /&amp;gt;&lt;br /&gt;
an estimate of hours to conduct the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activities including: &amp;lt;br /&amp;gt;&lt;br /&gt;
(a) Labor hour estimates for a company &lt;br /&gt;
&lt;br /&gt;
(and any ESP support) to prepare &amp;lt;br /&amp;gt;&lt;br /&gt;
for and participate in the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00089&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.009&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83180 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
42&lt;br /&gt;
&lt;br /&gt;
IT = Information Technology, MGMT = &lt;br /&gt;
&lt;br /&gt;
Management. &lt;br /&gt;
&lt;br /&gt;
43&lt;br /&gt;
&lt;br /&gt;
IT and MGMT rates represent an estimate for &lt;br /&gt;
&lt;br /&gt;
in-house labor and includes the labor rate plus &amp;lt;br /&amp;gt;&lt;br /&gt;
fringe and employee-related expenses. &lt;br /&gt;
&lt;br /&gt;
44&lt;br /&gt;
&lt;br /&gt;
Background assumes a Bachelor’s degree as the &lt;br /&gt;
&lt;br /&gt;
minimum education level, additional requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are noted including required years of experience. A &amp;lt;br /&amp;gt;&lt;br /&gt;
Master’s degree may reduce the required years of &amp;lt;br /&amp;gt;&lt;br /&gt;
experience as noted. &lt;br /&gt;
&lt;br /&gt;
45&lt;br /&gt;
&lt;br /&gt;
The ESP/C3PAO rate represents an estimate for &lt;br /&gt;
&lt;br /&gt;
outsourced labor and includes the labor rate, &amp;lt;br /&amp;gt;&lt;br /&gt;
overhead expense, G&amp;amp;amp;A expense, and profit. &lt;br /&gt;
&lt;br /&gt;
(b) C3PAO cost estimates for companies &lt;br /&gt;
&lt;br /&gt;
pursuing a certification &lt;br /&gt;
&lt;br /&gt;
• labor hour estimates for authorized or &lt;br /&gt;
&lt;br /&gt;
certified assessors to work with the &amp;lt;br /&amp;gt;&lt;br /&gt;
business to conduct the actual &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment &lt;br /&gt;
&lt;br /&gt;
• Assessment Costs broken down into &lt;br /&gt;
&lt;br /&gt;
phases &lt;br /&gt;
&lt;br /&gt;
• Phase 1: Planning and preparing for &lt;br /&gt;
&lt;br /&gt;
the assessment &lt;br /&gt;
&lt;br /&gt;
• Phase 2: Conducting the assessment &lt;br /&gt;
&lt;br /&gt;
(self or C3PAO) &lt;br /&gt;
&lt;br /&gt;
• Phase 3: Reporting of Assessment &lt;br /&gt;
&lt;br /&gt;
Results &lt;br /&gt;
&lt;br /&gt;
• Phase 4: POA&amp;amp;amp;M Closeout (for &lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 only, if applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
and allowed) &lt;br /&gt;
&lt;br /&gt;
• CMMC allows a limited open Plan &lt;br /&gt;
&lt;br /&gt;
of Action and Milestones (POA&amp;amp;amp;M) &amp;lt;br /&amp;gt;&lt;br /&gt;
for a period of 180 days to &lt;br /&gt;
&lt;br /&gt;
remediate the POA&amp;amp;amp;M, see § 170.21. &lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;Affirmations: &#039;&#039;Estimates consist of &lt;br /&gt;
&lt;br /&gt;
costs for an OSA to submit to SPRS an &amp;lt;br /&amp;gt;&lt;br /&gt;
initial and, as applicable, any &amp;lt;br /&amp;gt;&lt;br /&gt;
subsequent affirmations of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
that the contractor information system is &amp;lt;br /&amp;gt;&lt;br /&gt;
compliant with and will maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of the applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level. If POA&amp;amp;amp;Ms are allowed, an &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation must be submitted with the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout. With the exception of &amp;lt;br /&amp;gt;&lt;br /&gt;
Small Entities for Level 1 and Level 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
it is assumed the task requires the same &amp;lt;br /&amp;gt;&lt;br /&gt;
labor categories and estimated hours as &amp;lt;br /&amp;gt;&lt;br /&gt;
the final reporting phase of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
The categories and rates used for &lt;br /&gt;
&lt;br /&gt;
estimating purposes were compiled by &lt;br /&gt;
&lt;br /&gt;
subject matter experts based on current &amp;lt;br /&amp;gt;&lt;br /&gt;
data available from within the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor database for comparable labor &amp;lt;br /&amp;gt;&lt;br /&gt;
categories. A factor estimate of 30 &amp;lt;br /&amp;gt;&lt;br /&gt;
percent was added to the labor rate per &amp;lt;br /&amp;gt;&lt;br /&gt;
hour to include but are not limited to &amp;lt;br /&amp;gt;&lt;br /&gt;
company-sponsored benefits (fringe) &amp;lt;br /&amp;gt;&lt;br /&gt;
and limited employee-related expenses &amp;lt;br /&amp;gt;&lt;br /&gt;
such as training and certifications. This &amp;lt;br /&amp;gt;&lt;br /&gt;
estimate is based on labor performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
indirect personnel (&#039;&#039;i.e., &#039;&#039;personnel who &amp;lt;br /&amp;gt;&lt;br /&gt;
are part of overhead expense); therefore, &amp;lt;br /&amp;gt;&lt;br /&gt;
the 30 percent factor represents an &amp;lt;br /&amp;gt;&lt;br /&gt;
estimate for fringe expense and G&amp;amp;amp;A &amp;lt;br /&amp;gt;&lt;br /&gt;
expenses versus full overhead expense. &amp;lt;br /&amp;gt;&lt;br /&gt;
The categories and rates inclusive of the &amp;lt;br /&amp;gt;&lt;br /&gt;
labor cost plus the additional factor are &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in the table. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00090&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4725&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.010&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.011&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83181 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
46&lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 consists of the same 15 basic &lt;br /&gt;
&lt;br /&gt;
safeguarding requirements specified in FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21. This cost analysis assumes that defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors already have &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts with FAR clause 52.204–21 and, therefore, &lt;br /&gt;
&lt;br /&gt;
have already implemented the 15 basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements. &lt;br /&gt;
&lt;br /&gt;
47&lt;br /&gt;
&lt;br /&gt;
Again, it is assumed that that defense &lt;br /&gt;
&lt;br /&gt;
contractors and subcontractors have already &lt;br /&gt;
&lt;br /&gt;
implemented the 15 basic safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in FAR clause 52.204–21. &lt;br /&gt;
&lt;br /&gt;
48&lt;br /&gt;
&lt;br /&gt;
A person needs to enter the information into &lt;br /&gt;
&lt;br /&gt;
SPRS, which should only take five minutes. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 1 Self-Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Other Than Small Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring and recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with CMMC Level 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
since it is assumed that the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
or subcontractor has already &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the applicable security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements.46 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessments Costs: &#039;&#039;It is estimated &lt;br /&gt;
&lt;br /&gt;
that the cost to support a CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 self-assessment and affirmation is &amp;lt;br /&amp;gt;&lt;br /&gt;
*$4,042 (as summarized in 4.1.2, table &amp;lt;br /&amp;gt;&lt;br /&gt;
9). A Level 1 self-assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted annually, and is based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions detailed: &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the self-assessment: &#039;&#039;$1,146 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $384) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$1,728 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 6 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 6hrs = $1,143) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 6 hours &lt;br /&gt;
&lt;br /&gt;
($97.49/hrs &lt;br /&gt;
&lt;br /&gt;
× 6hrs = $585) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;results into SPRS: &#039;&#039;$584 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 2 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 2hrs = $381) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 2.08 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hrs &lt;br /&gt;
&lt;br /&gt;
× 2.08hrs = $203) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Affirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
costs to perform an initial and &lt;br /&gt;
&lt;br /&gt;
annual affirmation of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC Level 1 for an ‘‘other &amp;lt;br /&amp;gt;&lt;br /&gt;
than small’’ entity is $584 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 2 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 2hrs = $381) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 2.08 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hrs &lt;br /&gt;
&lt;br /&gt;
× 2.08hrs = $203) &lt;br /&gt;
&lt;br /&gt;
• The Level 1 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmations cost burden will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed as part of the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual other than small entities total &amp;lt;br /&amp;gt;&lt;br /&gt;
cost summary for Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and affirmations over a ten- &amp;lt;br /&amp;gt;&lt;br /&gt;
year period: (Example calculation, Year &amp;lt;br /&amp;gt;&lt;br /&gt;
1: *$4,042 per entity &lt;br /&gt;
&lt;br /&gt;
× 246 entities &lt;br /&gt;
&lt;br /&gt;
(cumulative) = $994,233) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Small Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring and recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
since it is assumed the contractor or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor has implemented the &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable security requirements.47 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a CMMC Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and affirmation is *$5,977 &amp;lt;br /&amp;gt;&lt;br /&gt;
(as summarized in 4.1.2, table 10). A &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment is conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
annually, and is based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions detailed: &amp;lt;br /&amp;gt;&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the self-assessment: &#039;&#039;$1,803 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 4 hours ($260.28 &lt;br /&gt;
&lt;br /&gt;
× 4hrs = &lt;br /&gt;
&lt;br /&gt;
$1,041) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$2,705 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 6 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 6hrs = $1,143) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 6 hours ($260.28 &lt;br /&gt;
&lt;br /&gt;
× 6hrs = &lt;br /&gt;
&lt;br /&gt;
$1,562) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;results into SPRS: &#039;&#039;$909 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 2 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 2hrs = $381) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 2 hours ($260.28/hr * 2hrs = &amp;lt;br /&amp;gt;&lt;br /&gt;
$521) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
0.08 hours 48 ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = &lt;br /&gt;
&lt;br /&gt;
$7) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Affirmation: &#039;&#039;initial affirmation post &lt;br /&gt;
&lt;br /&gt;
assessment: $ 560 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
costs to reaffirm a CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
annually for a small entity is $560 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 2 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 2hrs = $381) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
2.08 hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 2.08hrs = &lt;br /&gt;
&lt;br /&gt;
$179) &lt;br /&gt;
&lt;br /&gt;
• The Level 1 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmations cost burden will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed as part of the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual small entities total cost summary &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00091&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.012&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83182 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
for Level 1 self-assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations over a ten-year period: &amp;lt;br /&amp;gt;&lt;br /&gt;
(Example calculation, Year 1: *$5,977 &lt;br /&gt;
&lt;br /&gt;
per entity &lt;br /&gt;
&lt;br /&gt;
× 699 entities (cumulative) = &lt;br /&gt;
&lt;br /&gt;
$4,177,845) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Entities Summary &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
combined costs for both small and other &lt;br /&gt;
&lt;br /&gt;
than small entities for Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and affirmations over a ten- &amp;lt;br /&amp;gt;&lt;br /&gt;
year period: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 Self-Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Other Than Small Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring and Recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Engineering Costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment since it is assumed the &lt;br /&gt;
&lt;br /&gt;
contractor or subcontractor has &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Self-Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and affirmation is *$43,403. &amp;lt;br /&amp;gt;&lt;br /&gt;
The three-year cost is $48,827 (as &lt;br /&gt;
&lt;br /&gt;
summarized in 4.1.2, table 9), which &amp;lt;br /&amp;gt;&lt;br /&gt;
includes the triennial assessment + &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation, and two additional annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations ($43,403 + $2,712 + &amp;lt;br /&amp;gt;&lt;br /&gt;
$2,712). &amp;lt;br /&amp;gt;&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the self-assessment: &#039;&#039;$18,015 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 30 hours &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00092&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.013&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.014&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83183 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 30hrs = $5,716) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 40 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 40hrs = $3,838) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 46 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 46hrs = $4,485) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 26 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 26hrs = $2,131) &lt;br /&gt;
&lt;br /&gt;
• An IT specialist (IT2) for 34 hours &lt;br /&gt;
&lt;br /&gt;
($54.27/hr &lt;br /&gt;
&lt;br /&gt;
× 34hrs = $1,845) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$19,964 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 24 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 24hrs = $4,572) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 24 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 24hrs = $2,303) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 56 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 56hrs = $5,460) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 56 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 56hrs = $4,590) &lt;br /&gt;
&lt;br /&gt;
• An IT specialist (IT2) for 56 hours &lt;br /&gt;
&lt;br /&gt;
($54.27/hr &lt;br /&gt;
&lt;br /&gt;
× 56hrs = $3,039) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;results into SPRS: &#039;&#039;$2,712 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $384) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 16 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $1,560) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Affirmation: &#039;&#039;initial affirmation post &lt;br /&gt;
&lt;br /&gt;
assessment: $ 2,712 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
cost to perform an annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation for CMMC Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is $2,712 (three-year &amp;lt;br /&amp;gt;&lt;br /&gt;
cost is $8,136, or $2,712 &lt;br /&gt;
&lt;br /&gt;
× 3): &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $384) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 16 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $1,560) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
• The Level 2 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmations cost burden will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed as part of the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual other than small entities total &amp;lt;br /&amp;gt;&lt;br /&gt;
cost summary for CMMC Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and affirmations over a ten- &amp;lt;br /&amp;gt;&lt;br /&gt;
year period: (Example calculation, Year &amp;lt;br /&amp;gt;&lt;br /&gt;
2: (*$43,403 assessment per entity &lt;br /&gt;
&lt;br /&gt;
× 35 &lt;br /&gt;
&lt;br /&gt;
entities) + ($2,712 annual affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
per entity &lt;br /&gt;
&lt;br /&gt;
× 7 entities) = $1,538,092 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Small Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring and recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment since it is assumed the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or subcontractor has &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Self-Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and affirmation for a small &amp;lt;br /&amp;gt;&lt;br /&gt;
entity is *$34,277. The three-year cost is &amp;lt;br /&amp;gt;&lt;br /&gt;
$37,196 (as summarized in 4.1.2, table &amp;lt;br /&amp;gt;&lt;br /&gt;
10), which includes the triennial &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment + affirmation, plus two &lt;br /&gt;
&lt;br /&gt;
additional annual affirmations ($34,277 &amp;lt;br /&amp;gt;&lt;br /&gt;
+ $1,459 + $1,459). &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the self-assessment: &#039;&#039;$14,426 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 32 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr x* 32hrs = $6,097) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 32 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 32hrs = &lt;br /&gt;
&lt;br /&gt;
$8,329) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$15,542 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 16 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $3,048) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 48 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 48hrs = &lt;br /&gt;
&lt;br /&gt;
$12,493) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;results into SPRS: &#039;&#039;$2,851 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 8 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = &lt;br /&gt;
&lt;br /&gt;
$2,082) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
0.08 hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = &lt;br /&gt;
&lt;br /&gt;
$7) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Affirmation: &#039;&#039;initial affirmation post &lt;br /&gt;
&lt;br /&gt;
assessment: $ 1,459 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
costs to reaffirm a Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment annually is $1,459 &amp;lt;br /&amp;gt;&lt;br /&gt;
(three-year costs to reaffirm a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 self-assessment annually is &amp;lt;br /&amp;gt;&lt;br /&gt;
$4,377, or $1,459 &lt;br /&gt;
&lt;br /&gt;
× 3): &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
8.08 hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 8.08hrs = &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00093&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.015&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83184 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
$697) &lt;br /&gt;
&lt;br /&gt;
• The Level 2 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmations cost burden will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed as part of the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual small entities total cost summary &amp;lt;br /&amp;gt;&lt;br /&gt;
for Level 2 self-assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations over a ten-year period: &lt;br /&gt;
&lt;br /&gt;
(Example calculation, Year 2: (*$34,277 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment per entity &lt;br /&gt;
&lt;br /&gt;
× 101 entities) &lt;br /&gt;
&lt;br /&gt;
+ ($1,459 annual affirmation per entity &lt;br /&gt;
&lt;br /&gt;
× 20 entities) = $3,491,193) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Entities Summary &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
cost to all entities regardless of size for &lt;br /&gt;
&lt;br /&gt;
Level 2 self-assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations over a ten-year period: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00094&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4725&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.016&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.017&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83185 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 Certification Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and Affirmation Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Other Than Small Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring and recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment since it is &amp;lt;br /&amp;gt;&lt;br /&gt;
assumed the contractor or subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
has implemented the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment and Initial Affirmation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Costs: &#039;&#039;It is estimated that the cost to &amp;lt;br /&amp;gt;&lt;br /&gt;
support a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annual affirmation for &amp;lt;br /&amp;gt;&lt;br /&gt;
an ‘‘other than small’’ entity is &amp;lt;br /&amp;gt;&lt;br /&gt;
*$112,345. The three-year cost is &amp;lt;br /&amp;gt;&lt;br /&gt;
$117,768 (as summarized in 4.1.2, table &amp;lt;br /&amp;gt;&lt;br /&gt;
9), and includes a triennial assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
+ affirmation, plus two additional &amp;lt;br /&amp;gt;&lt;br /&gt;
annual affirmations ($112,345 + $2,712 &amp;lt;br /&amp;gt;&lt;br /&gt;
+ $2,712, with a minor rounding &amp;lt;br /&amp;gt;&lt;br /&gt;
difference.) &amp;lt;br /&amp;gt;&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the certification assessment: &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;$26,264 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 32 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 32hrs = $6,097) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 64 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 64hrs = $6,141) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 72 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 72hrs = $7,019) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 40 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 40hrs = $3,278) &lt;br /&gt;
&lt;br /&gt;
• An IT specialist (IT2) for 58 hours &lt;br /&gt;
&lt;br /&gt;
($54.27/hr &lt;br /&gt;
&lt;br /&gt;
× 58hrs = $3,148) &lt;br /&gt;
&lt;br /&gt;
• An associate IT specialist (IT1) for &lt;br /&gt;
&lt;br /&gt;
16 hours ($36.32/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $581) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$28,600 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 32 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 32hrs = $6,097) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 32 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 32hrs = $3,071) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 72 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 72hrs = $7,019) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 72 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 72hrs = $5,901) &lt;br /&gt;
&lt;br /&gt;
• An IT specialist (IT2) for 120 hours &lt;br /&gt;
&lt;br /&gt;
($54.27/hr &lt;br /&gt;
&lt;br /&gt;
× 120hrs = $6,512) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment results: &#039;&#039;$2,712 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $384) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 16 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $1,560) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Affirmations: &#039;&#039;initial affirmation post &lt;br /&gt;
&lt;br /&gt;
assessment: $2,712 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;C3PAO Costs: &#039;&#039;C3PAO engagement &lt;br /&gt;
&lt;br /&gt;
inclusive of Phases 1, 2, and 3 (5- &amp;lt;br /&amp;gt;&lt;br /&gt;
person team) for 200 hours &amp;lt;br /&amp;gt;&lt;br /&gt;
($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 200hrs = $52,056) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
costs to reaffirm a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment annually is &amp;lt;br /&amp;gt;&lt;br /&gt;
$2,712 (three-year cost is $8,136 or &amp;lt;br /&amp;gt;&lt;br /&gt;
$2,712 &lt;br /&gt;
&lt;br /&gt;
× 3) &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $384) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,560) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
• The Level 2 affirmations cost &lt;br /&gt;
&lt;br /&gt;
burden will be addressed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual other than small entities total &amp;lt;br /&amp;gt;&lt;br /&gt;
cost summary for Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and affirmations over a ten- &amp;lt;br /&amp;gt;&lt;br /&gt;
year period: (Example calculation, Year &amp;lt;br /&amp;gt;&lt;br /&gt;
2: (*$112,345 assessment per entity &lt;br /&gt;
&lt;br /&gt;
× &lt;br /&gt;
&lt;br /&gt;
673 entities) + ($2,712 annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation per entity &lt;br /&gt;
&lt;br /&gt;
× 135 entities) = &lt;br /&gt;
&lt;br /&gt;
$75,974,425) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Small Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring or recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment since it is &amp;lt;br /&amp;gt;&lt;br /&gt;
assumed the contractor or subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
has implemented the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
for a small entity is *$101,752. The &amp;lt;br /&amp;gt;&lt;br /&gt;
three-year cost is $104,670 (as &amp;lt;br /&amp;gt;&lt;br /&gt;
summarized in 4.1.2, table 10), and &amp;lt;br /&amp;gt;&lt;br /&gt;
includes the triennial assessment + &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation plus two additional annual &lt;br /&gt;
&lt;br /&gt;
affirmations ($101,752 + $1,459 + &amp;lt;br /&amp;gt;&lt;br /&gt;
$1,459). &amp;lt;br /&amp;gt;&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the certification assessment: &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;$20,699 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 54 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 54hrs = $10,288) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 40 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 40hrs = &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00095&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.018&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83186 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
$10,411) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$45,509 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 64 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 64hrs = $12,193) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) for &lt;br /&gt;
&lt;br /&gt;
128 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 128hrs = &lt;br /&gt;
&lt;br /&gt;
$33,316) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment results: &#039;&#039;$2,851 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• An ESP for 8 hours ($260.28/hr × &lt;br /&gt;
&lt;br /&gt;
8hrs = $2,082) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
0.08 hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = &lt;br /&gt;
&lt;br /&gt;
$7) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Affirmations: &#039;&#039;cost to post initial &lt;br /&gt;
&lt;br /&gt;
affirmation $1,459 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;C3PAO Costs: &#039;&#039;C3PAO engagement &lt;br /&gt;
&lt;br /&gt;
inclusive of Phases 1, 2, and 3 (3- &amp;lt;br /&amp;gt;&lt;br /&gt;
person team) for 120 hours &amp;lt;br /&amp;gt;&lt;br /&gt;
($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 120hrs = $31,234) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
costs to reaffirm a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment annually is &amp;lt;br /&amp;gt;&lt;br /&gt;
$1,459 (three-year cost is $4,377, or &amp;lt;br /&amp;gt;&lt;br /&gt;
$1,459 &lt;br /&gt;
&lt;br /&gt;
× 3) &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
8.08 hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 8.08hrs = &lt;br /&gt;
&lt;br /&gt;
$697) &lt;br /&gt;
&lt;br /&gt;
• The Level 2 affirmations cost &lt;br /&gt;
&lt;br /&gt;
burden will be addressed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual small entities total cost summary &amp;lt;br /&amp;gt;&lt;br /&gt;
for Level 2 certification assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations over a ten-year period: &amp;lt;br /&amp;gt;&lt;br /&gt;
(Example calculation, Year 2: &amp;lt;br /&amp;gt;&lt;br /&gt;
(*$101,752 assessment per entity &lt;br /&gt;
&lt;br /&gt;
× &lt;br /&gt;
&lt;br /&gt;
1,926 entities) + ($1,459 annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation per entity &lt;br /&gt;
&lt;br /&gt;
× 382 entities) = &lt;br /&gt;
&lt;br /&gt;
$196,531,451) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Entities Summary &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
cost to all entities regardless of size for &lt;br /&gt;
&lt;br /&gt;
Level 2 certification assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation costs over a ten-year period: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00096&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.019&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83187 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
49&lt;br /&gt;
&lt;br /&gt;
DoD utilized subject matter expertise from &lt;br /&gt;
&lt;br /&gt;
Defense Pricing and Contracting (DPC) and DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC to estimate the Nonrecurring and &amp;lt;br /&amp;gt;&lt;br /&gt;
Recurring Engineering Costs. &lt;br /&gt;
&lt;br /&gt;
50&lt;br /&gt;
&lt;br /&gt;
Costs for closing out POA&amp;amp;amp;Ms are included at &lt;br /&gt;
&lt;br /&gt;
Level 3 because the requirement to implement a &amp;lt;br /&amp;gt;&lt;br /&gt;
subset of NIST SP 800–172 Feb2021 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is new with the CMMC rule. These &amp;lt;br /&amp;gt;&lt;br /&gt;
costs are not included at Level 2 because the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of all NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are already required. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 3 Certification Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and Affirmation Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSC pursuing Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment must have a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (C3PAO), and also must &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrate compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3, which includes implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of selected security requirements from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 not required &amp;lt;br /&amp;gt;&lt;br /&gt;
in prior rules. Therefore, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonrecurring Engineering and &amp;lt;br /&amp;gt;&lt;br /&gt;
Recurring Engineering cost estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
have been included for the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation and maintenance of the &amp;lt;br /&amp;gt;&lt;br /&gt;
required selected NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 security requirements. The cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates account for time for an OSC to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement these security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and prepare for, support, participate in, &amp;lt;br /&amp;gt;&lt;br /&gt;
and closeout a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment conducted by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC. The OSC should keep in mind &amp;lt;br /&amp;gt;&lt;br /&gt;
that the total cost of a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment includes the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost of a Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
as well as the costs to implement and &amp;lt;br /&amp;gt;&lt;br /&gt;
assess the security requirements specific &amp;lt;br /&amp;gt;&lt;br /&gt;
to Level 3. CMMC Level 3 is expected &amp;lt;br /&amp;gt;&lt;br /&gt;
to affect a small subset of the DIB. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Other Than Small Entities, per Entity &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
$21,100,000.49 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Recurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
$4,120,000. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
for an other than small entity is &amp;lt;br /&amp;gt;&lt;br /&gt;
*$39,021. The three-year cost is $44,445 &amp;lt;br /&amp;gt;&lt;br /&gt;
(as summarized in 4.1.2, table 23), and &amp;lt;br /&amp;gt;&lt;br /&gt;
includes the triennial assessment + &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation, plus two additional annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations ($39,021 + $2,712 + &amp;lt;br /&amp;gt;&lt;br /&gt;
$2,712). &amp;lt;br /&amp;gt;&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the certification assessment: &#039;&#039;$7,066 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 12 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 12hrs = $2,286) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 12 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 12hrs = $1,152) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 16 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $1,560) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 12 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 12hrs = $984) &lt;br /&gt;
&lt;br /&gt;
• An IT specialist (IT2) for 20 hours &lt;br /&gt;
&lt;br /&gt;
($54.27/hr &lt;br /&gt;
&lt;br /&gt;
× 20hrs = $1,085) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$23,136 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 24 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 24hrs = $4,572) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 24 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 24hrs = $2,303) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 64 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 64hrs = $6,239) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 64 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 64hrs = $5,245) &lt;br /&gt;
&lt;br /&gt;
• An IT specialist (IT2) for 88 hours &lt;br /&gt;
&lt;br /&gt;
($54.27/hr &lt;br /&gt;
&lt;br /&gt;
× 88hrs = $4,776) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment results: &#039;&#039;$2,712 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $384) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 16 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $1,560) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 4: Closing out POA&amp;amp;amp;Ms &#039;&#039;50 &#039;&#039;(for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Level 3 if necessary and &amp;lt;br /&amp;gt;&lt;br /&gt;
allowed): &#039;&#039;$3,394 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
• A senior staff IT specialist (IT5) for &lt;br /&gt;
&lt;br /&gt;
16 hours ($116.87/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = &lt;br /&gt;
&lt;br /&gt;
$1,870) &lt;br /&gt;
&lt;br /&gt;
• Affirmations: initial affirmation &lt;br /&gt;
&lt;br /&gt;
post assessment: $2,712 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
costs to reaffirm a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment annually is &amp;lt;br /&amp;gt;&lt;br /&gt;
$2,712 (three-year cost is $8,136, or &amp;lt;br /&amp;gt;&lt;br /&gt;
$2,712 &lt;br /&gt;
&lt;br /&gt;
× 3) &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• A manager (MGMT2) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($95.96/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $384) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 16 &lt;br /&gt;
&lt;br /&gt;
hours ($97.49/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $1,560) &lt;br /&gt;
&lt;br /&gt;
• A senior IT specialist (IT3) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($81.96/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
The Level 3 affirmations cost burden &lt;br /&gt;
&lt;br /&gt;
will be addressed as part of the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 204 CMMC Acquisition rule. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual other than small entities total &amp;lt;br /&amp;gt;&lt;br /&gt;
cost summary for Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and affirmations over a ten- &amp;lt;br /&amp;gt;&lt;br /&gt;
year period. Example calculation, Year &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (reference per entity amounts shown): &lt;br /&gt;
&lt;br /&gt;
• *($39,021 Certification per entity × 5 &lt;br /&gt;
&lt;br /&gt;
entities) + ($2,712 Annual &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation per entity &lt;br /&gt;
&lt;br /&gt;
× 1 entity) = &lt;br /&gt;
&lt;br /&gt;
$197,818, and &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00097&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.020&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83188 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
51&lt;br /&gt;
&lt;br /&gt;
Costs for closing out POA&amp;amp;amp;Ms are included at &lt;br /&gt;
&lt;br /&gt;
Level 3 because the requirement to implement a &amp;lt;br /&amp;gt;&lt;br /&gt;
subset of NIST SP 800–172 Feb2021 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is new with the CMMC rule. These &amp;lt;br /&amp;gt;&lt;br /&gt;
costs are not included at Level 2 because the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of all NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is already required. &lt;br /&gt;
&lt;br /&gt;
• $105,500,000 Nonrecurring &lt;br /&gt;
&lt;br /&gt;
Engineering cost ($21,100,000 per &amp;lt;br /&amp;gt;&lt;br /&gt;
entity &lt;br /&gt;
&lt;br /&gt;
× 5 entities being certified), &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
• $24,720,000 Recurring Engineering &lt;br /&gt;
&lt;br /&gt;
cost ($4,120,000 per entity &lt;br /&gt;
&lt;br /&gt;
× 5 &lt;br /&gt;
&lt;br /&gt;
entities being certified) + &amp;lt;br /&amp;gt;&lt;br /&gt;
($4,120,000 per entity &lt;br /&gt;
&lt;br /&gt;
× 1 entity &lt;br /&gt;
&lt;br /&gt;
performing affirmations) &lt;br /&gt;
&lt;br /&gt;
• $130,417,818 Total Cost = &lt;br /&gt;
&lt;br /&gt;
Certification and Affirmation Cost &amp;lt;br /&amp;gt;&lt;br /&gt;
($197,818) + Nonrecurring &lt;br /&gt;
&lt;br /&gt;
Engineering cost ($105,500,000) + &amp;lt;br /&amp;gt;&lt;br /&gt;
Recurring Engineering cost &amp;lt;br /&amp;gt;&lt;br /&gt;
($24,720,000), or $145,432,897. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Small Entities &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
$2,700,000. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Recurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
$490,000. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment for a small &amp;lt;br /&amp;gt;&lt;br /&gt;
entity is *$9,050 The three-year cost is &amp;lt;br /&amp;gt;&lt;br /&gt;
$12,802 (summarized in 4.1.2, table 10), &amp;lt;br /&amp;gt;&lt;br /&gt;
and includes the triennial assessment + &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation, plus two additional annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations ($9,050 + $1,876 + $1,876): &amp;lt;br /&amp;gt;&lt;br /&gt;
• &#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the certification assessment: &#039;&#039;$1,905 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;A director (MGMT5) for 10 hours &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;($190.52/hr &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
× &#039;&#039;10hrs &#039;&#039;= $1,905) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 2: Conducting the certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$1,524 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 3: Reporting of certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment results: &#039;&#039;$1,876 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
4.08 hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 4.08hrs = &lt;br /&gt;
&lt;br /&gt;
$352) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Phase 4: Closing out POA&amp;amp;amp;Ms &#039;&#039;51 &#039;&#039;(for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Level 3 if necessary and &amp;lt;br /&amp;gt;&lt;br /&gt;
allowed): &#039;&#039;$1,869 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for 48 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 48hrs = $345) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that the &lt;br /&gt;
&lt;br /&gt;
costs to reaffirm a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment annually is &amp;lt;br /&amp;gt;&lt;br /&gt;
$1,876 (three-year cost is $5,628, or &amp;lt;br /&amp;gt;&lt;br /&gt;
$1,876 &lt;br /&gt;
&lt;br /&gt;
× 3) &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4–SB) for &lt;br /&gt;
&lt;br /&gt;
4.08 hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 4.08hrs = &lt;br /&gt;
&lt;br /&gt;
$352) &lt;br /&gt;
&lt;br /&gt;
• The Level 3 affirmations cost &lt;br /&gt;
&lt;br /&gt;
burden will be addressed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Summary: &#039;&#039;The following is the annual &lt;br /&gt;
&lt;br /&gt;
small entities total cost summary for &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations over a ten-year period. &amp;lt;br /&amp;gt;&lt;br /&gt;
Example calculation, Year 2 (reference &amp;lt;br /&amp;gt;&lt;br /&gt;
per entity amounts shown): &amp;lt;br /&amp;gt;&lt;br /&gt;
• *($9,050 Certification per entity × 45 &lt;br /&gt;
&lt;br /&gt;
entities) + ($1,876 Annual &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation per entity &lt;br /&gt;
&lt;br /&gt;
× 3 entities) &lt;br /&gt;
&lt;br /&gt;
= $412,897, and &lt;br /&gt;
&lt;br /&gt;
• $121,500,000 Nonrecurring &lt;br /&gt;
&lt;br /&gt;
Engineering cost ($2,700,000 per &amp;lt;br /&amp;gt;&lt;br /&gt;
entity &lt;br /&gt;
&lt;br /&gt;
× 45 entities being certified), &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00098&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.021&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83189 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
• $23,520,000 Recurring Engineering &lt;br /&gt;
&lt;br /&gt;
cost ($490,000 per entity &lt;br /&gt;
&lt;br /&gt;
× 45 &lt;br /&gt;
&lt;br /&gt;
entities being certified) + ($490,000 &lt;br /&gt;
&lt;br /&gt;
per entity &lt;br /&gt;
&lt;br /&gt;
× 3 entities performing &lt;br /&gt;
&lt;br /&gt;
affirmations) &lt;br /&gt;
&lt;br /&gt;
• $145,432,897 Total Cost = &lt;br /&gt;
&lt;br /&gt;
Certification and Affirmation Cost &lt;br /&gt;
&lt;br /&gt;
($412,897) + Nonrecurring &amp;lt;br /&amp;gt;&lt;br /&gt;
Engineering cost ($121,500,000) + &amp;lt;br /&amp;gt;&lt;br /&gt;
Recurring Engineering cost &amp;lt;br /&amp;gt;&lt;br /&gt;
($23,520,000), or $145,432,897. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;All Entities Summary &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
cost to all entities regardless of size for &lt;br /&gt;
&lt;br /&gt;
Level 3 certification assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations over a ten-year period: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00099&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.022&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83190 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
52&lt;br /&gt;
&lt;br /&gt;
Nonrecurring engineering costs were first &lt;br /&gt;
&lt;br /&gt;
incurred in FY20. The cost has inflation applied to &amp;lt;br /&amp;gt;&lt;br /&gt;
put the value in 2023 base year (BY) dollars. &lt;br /&gt;
&lt;br /&gt;
53&lt;br /&gt;
&lt;br /&gt;
The cost for the recurring engineering cost is &lt;br /&gt;
&lt;br /&gt;
based on the costs incurred in FY20 and FY21. The &amp;lt;br /&amp;gt;&lt;br /&gt;
values for Year 1 (FY20) and Year 2 ((FY21) are &amp;lt;br /&amp;gt;&lt;br /&gt;
actual historic values that have inflation applied to &amp;lt;br /&amp;gt;&lt;br /&gt;
them to put them in base year 2023 dollars. Every &amp;lt;br /&amp;gt;&lt;br /&gt;
proceeding years’ recurring engineering cost is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the average of the two historic actual &amp;lt;br /&amp;gt;&lt;br /&gt;
values. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Government Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Summary of Impact &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
estimated Government costs calculated &lt;br /&gt;
&lt;br /&gt;
for a 20-year horizon in 2023 dollars at &amp;lt;br /&amp;gt;&lt;br /&gt;
a 7 percent and 3 percent discount rate. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Government costs include &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessments, uploading results into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO costs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Government Costs (All Levels) &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The estimated Government costs &lt;br /&gt;
&lt;br /&gt;
utilize the entity numbers and phased &amp;lt;br /&amp;gt;&lt;br /&gt;
roll-out detailed in the Public cost &amp;lt;br /&amp;gt;&lt;br /&gt;
section. The DIBCAC estimated the &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed hours for all activities and &amp;lt;br /&amp;gt;&lt;br /&gt;
other costs in a manner similar to the &amp;lt;br /&amp;gt;&lt;br /&gt;
details shown in the Public cost section. &amp;lt;br /&amp;gt;&lt;br /&gt;
Labor efforts for the Government are &amp;lt;br /&amp;gt;&lt;br /&gt;
focused on Level 3. For purposes of the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost estimate, Government labor is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the average of step one, five, &amp;lt;br /&amp;gt;&lt;br /&gt;
and ten for GS–11 through GS–15 labor &amp;lt;br /&amp;gt;&lt;br /&gt;
elements for the Washington DC area. &amp;lt;br /&amp;gt;&lt;br /&gt;
The cost of labor was increased by a &amp;lt;br /&amp;gt;&lt;br /&gt;
factor of approximately 51 percent &amp;lt;br /&amp;gt;&lt;br /&gt;
which includes an estimated fringe &amp;lt;br /&amp;gt;&lt;br /&gt;
factor (fringe factor includes estimated &amp;lt;br /&amp;gt;&lt;br /&gt;
average insurance and pension benefits) &amp;lt;br /&amp;gt;&lt;br /&gt;
plus overhead (overhead factor &amp;lt;br /&amp;gt;&lt;br /&gt;
represents supervision and management &lt;br /&gt;
&lt;br /&gt;
of the labor) to arrive at the estimated &amp;lt;br /&amp;gt;&lt;br /&gt;
labor rates. The Government labor in &amp;lt;br /&amp;gt;&lt;br /&gt;
this estimate is performed by DCMA, &amp;lt;br /&amp;gt;&lt;br /&gt;
which is a labor-intensive agency with &amp;lt;br /&amp;gt;&lt;br /&gt;
limited overhead expenses. Therefore, &amp;lt;br /&amp;gt;&lt;br /&gt;
the overall added factor of 51 percent is &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate versus a typical full &amp;lt;br /&amp;gt;&lt;br /&gt;
overhead factor of 100 percent. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Database Infrastructure Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Government will develop the &lt;br /&gt;
&lt;br /&gt;
operational CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. The cost analysis assumes that &amp;lt;br /&amp;gt;&lt;br /&gt;
the nonrecurring engineering (NRE) cost &amp;lt;br /&amp;gt;&lt;br /&gt;
includes the requirements development, &amp;lt;br /&amp;gt;&lt;br /&gt;
architecture design, security, &amp;lt;br /&amp;gt;&lt;br /&gt;
prototyping and testing, and approvals &amp;lt;br /&amp;gt;&lt;br /&gt;
or certifications.52 Nonrecurring &lt;br /&gt;
&lt;br /&gt;
engineering costs is a one-time fee of &amp;lt;br /&amp;gt;&lt;br /&gt;
$4,631,213 and is reflected here as &amp;lt;br /&amp;gt;&lt;br /&gt;
incurred in the initial year of the &amp;lt;br /&amp;gt;&lt;br /&gt;
estimate. The Year 1 amount is based on &amp;lt;br /&amp;gt;&lt;br /&gt;
the actual cost incurred in FY2020 with &amp;lt;br /&amp;gt;&lt;br /&gt;
adjustment for inflation to arrive at base &amp;lt;br /&amp;gt;&lt;br /&gt;
year (BY) 1 dollars (2023). &lt;br /&gt;
&lt;br /&gt;
The recurring engineering (RE) cost &lt;br /&gt;
&lt;br /&gt;
includes database management, data &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis, cybersecurity, storage and &amp;lt;br /&amp;gt;&lt;br /&gt;
backups, licensing, and infrastructure.53 &lt;br /&gt;
&lt;br /&gt;
The cost for recurring engineering in &lt;br /&gt;
&lt;br /&gt;
Year 1 ($2,336,038) and Year 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
($1,804,480) are based on historical &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00100&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.023&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.024&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83191 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
amounts incurred for FY 2020 and FY &amp;lt;br /&amp;gt;&lt;br /&gt;
2021 with adjustment for inflation to &amp;lt;br /&amp;gt;&lt;br /&gt;
arrive at base year 1 and Year 2 dollars &amp;lt;br /&amp;gt;&lt;br /&gt;
(2023 and 2024). The estimated &lt;br /&gt;
&lt;br /&gt;
recurring engineering for Year 3 forward &amp;lt;br /&amp;gt;&lt;br /&gt;
is calculated as the average of the Year &amp;lt;br /&amp;gt;&lt;br /&gt;
1 and Year 2 amounts (($2,336,038 + &amp;lt;br /&amp;gt;&lt;br /&gt;
$1,804,480)/2 = $2,070,259). &lt;br /&gt;
&lt;br /&gt;
The table summarizes the &lt;br /&gt;
&lt;br /&gt;
nonrecurring engineering (NRE) and &amp;lt;br /&amp;gt;&lt;br /&gt;
recurring engineering (RE) costs for Year &amp;lt;br /&amp;gt;&lt;br /&gt;
1 through Year 5: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Total Government Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
total Government costs over a ten-year &amp;lt;br /&amp;gt;&lt;br /&gt;
period: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Total Public and Government Costs &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following is a summary of the &lt;br /&gt;
&lt;br /&gt;
total estimated annual Public and &lt;br /&gt;
&lt;br /&gt;
Government cost associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
over a ten-year period: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00101&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.025&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.026&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83192 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
54&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/CHRG-113hhrg86391/html/CHRG-113hhrg86391.htm &#039;&#039;www.govinfo.gov/content/pkg/CHRG- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.govinfo.gov/content/pkg/CHRG-113hhrg86391/html/CHRG-113hhrg86391.htm &#039;&#039;113hhrg86391/html/CHRG-113hhrg86391.htm. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
55&lt;br /&gt;
&lt;br /&gt;
[http://www.nbr.org/program/commission-on-the-theft-of-intellectual-property/ &#039;&#039;www.nbr.org/program/commission-on-the- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.nbr.org/program/commission-on-the-theft-of-intellectual-property/ &#039;&#039;theft-of-intellectual-property/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
56&lt;br /&gt;
&lt;br /&gt;
[http://www.cybernc.us/fci-cui/ &#039;&#039;www.cybernc.us/fci-cui/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
57&lt;br /&gt;
&lt;br /&gt;
GAO Report to Congress, Defense Contractor &lt;br /&gt;
&lt;br /&gt;
Cybersecurity Stakeholder Communication and &amp;lt;br /&amp;gt;&lt;br /&gt;
Performance Goals Could Improve Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Framework, December 2021. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Alternatives &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
DoD considered and adopted several &lt;br /&gt;
&lt;br /&gt;
alternatives during the development of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule that reduce the burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and still meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives of the rule. These alternatives &amp;lt;br /&amp;gt;&lt;br /&gt;
include: (1) maintaining status quo and &amp;lt;br /&amp;gt;&lt;br /&gt;
leveraging only the current &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements implemented in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
provision 252.204–7019 and DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7020 requiring defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and offerors to self-assess &amp;lt;br /&amp;gt;&lt;br /&gt;
utilizing the DoD Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology and entering a Basic &amp;lt;br /&amp;gt;&lt;br /&gt;
Summary Score; (2) revising CMMC to &amp;lt;br /&amp;gt;&lt;br /&gt;
reduce the burden for small businesses &amp;lt;br /&amp;gt;&lt;br /&gt;
and contractors who do not process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit critical CUI by &amp;lt;br /&amp;gt;&lt;br /&gt;
eliminating the requirement to hire a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO and instead allow self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment with affirmation to maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance at CMMC Level 1, and &amp;lt;br /&amp;gt;&lt;br /&gt;
allowing triennial self-assessment with &amp;lt;br /&amp;gt;&lt;br /&gt;
an annual affirmation to maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance for some CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
programs; (3) exempting contracts and &amp;lt;br /&amp;gt;&lt;br /&gt;
orders exclusively for the acquisition of &amp;lt;br /&amp;gt;&lt;br /&gt;
commercially available off-the-shelf &amp;lt;br /&amp;gt;&lt;br /&gt;
items; and (4) implementing a phased &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation for CMMC. &lt;br /&gt;
&lt;br /&gt;
In addition, the Department took into &lt;br /&gt;
&lt;br /&gt;
consideration the timing of the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to achieve a specified &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status: (1) at time of proposal or &amp;lt;br /&amp;gt;&lt;br /&gt;
offer submission, (2) after contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award, (3) at the time of contract award, &amp;lt;br /&amp;gt;&lt;br /&gt;
or (4) permitting government Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers to seek approval to waive &amp;lt;br /&amp;gt;&lt;br /&gt;
inclusion of CMMC Status requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in solicitations that involve disclosure &amp;lt;br /&amp;gt;&lt;br /&gt;
or creation of FCI or CUI as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
contract effort. Such waivers will be &amp;lt;br /&amp;gt;&lt;br /&gt;
requested and approved by DoD in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with internal policies, &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures, and approval requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Department ultimately adopted &amp;lt;br /&amp;gt;&lt;br /&gt;
alternatives 3 and 4. The drawback of &lt;br /&gt;
&lt;br /&gt;
alternative 1 (at time of proposal or offer &amp;lt;br /&amp;gt;&lt;br /&gt;
submission) is the increased risk for &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors since they may not have &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient time to achieve the required &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status after the release of the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation. The drawback of alternative &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (after contract award) is the increased &amp;lt;br /&amp;gt;&lt;br /&gt;
risk to the Department with respect to &amp;lt;br /&amp;gt;&lt;br /&gt;
the costs, program schedule, and &amp;lt;br /&amp;gt;&lt;br /&gt;
uncertainty in the event the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
is unable to achieve the required CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status in a reasonable amount of time &amp;lt;br /&amp;gt;&lt;br /&gt;
given their current cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
posture. This potential delay would &amp;lt;br /&amp;gt;&lt;br /&gt;
apply to the entire supply chain and &amp;lt;br /&amp;gt;&lt;br /&gt;
prevent the appropriate flow of CUI and &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Benefits &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Department of Defense expects &lt;br /&gt;
&lt;br /&gt;
this final rule to protect DoD and &amp;lt;br /&amp;gt;&lt;br /&gt;
industry from the loss of FCI and CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
including intellectual property. The &amp;lt;br /&amp;gt;&lt;br /&gt;
theft of intellectual property and FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
and CUI due to malicious cyber activity &amp;lt;br /&amp;gt;&lt;br /&gt;
threatens U.S. economic security and &amp;lt;br /&amp;gt;&lt;br /&gt;
national security. In 2010, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Commander of the U.S. Cyber Command &amp;lt;br /&amp;gt;&lt;br /&gt;
and Director of the National Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Agency estimated the value of U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
intellectual property to be $5 trillion &amp;lt;br /&amp;gt;&lt;br /&gt;
and that $300 billion is stolen over &amp;lt;br /&amp;gt;&lt;br /&gt;
networks annually.54 The 2013 &amp;lt;br /&amp;gt;&lt;br /&gt;
Intellectual Property Commission &amp;lt;br /&amp;gt;&lt;br /&gt;
Report provided concurrence and noted &amp;lt;br /&amp;gt;&lt;br /&gt;
that the ongoing theft represents ‘‘the &amp;lt;br /&amp;gt;&lt;br /&gt;
greatest transfer of wealth in history.’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
The report also highlighted the &amp;lt;br /&amp;gt;&lt;br /&gt;
challenges of generating an exact figure &amp;lt;br /&amp;gt;&lt;br /&gt;
because Government and private studies &amp;lt;br /&amp;gt;&lt;br /&gt;
tend to understate the impacts due to &amp;lt;br /&amp;gt;&lt;br /&gt;
inadequate data or scope, which is &amp;lt;br /&amp;gt;&lt;br /&gt;
evidenced in subsequent analyses.55 &lt;br /&gt;
&lt;br /&gt;
The responsibility of Federal agencies &lt;br /&gt;
&lt;br /&gt;
to protect FCI or CUI does not change &amp;lt;br /&amp;gt;&lt;br /&gt;
when such information is shared with &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors. A comparable level &amp;lt;br /&amp;gt;&lt;br /&gt;
of protection is needed when FCI or CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
is processed, stored, or transmitted on &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems.56 The &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of FCI, CUI, and intellectual &amp;lt;br /&amp;gt;&lt;br /&gt;
property on defense contractor systems &amp;lt;br /&amp;gt;&lt;br /&gt;
can directly impact the ability of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal Government to successfully &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct its essential missions and &amp;lt;br /&amp;gt;&lt;br /&gt;
functions.57 &lt;br /&gt;
&lt;br /&gt;
Malicious cyber actors have targeted &lt;br /&gt;
&lt;br /&gt;
and continue to target the DIB sector &amp;lt;br /&amp;gt;&lt;br /&gt;
that consists of approximately 220,000 &amp;lt;br /&amp;gt;&lt;br /&gt;
small-to-large sized entities that support &amp;lt;br /&amp;gt;&lt;br /&gt;
the warfighter. In particular, actors &amp;lt;br /&amp;gt;&lt;br /&gt;
ranging from cyber criminals to nation- &amp;lt;br /&amp;gt;&lt;br /&gt;
states continue to attack companies and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations that comprise the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s multi-tier supply chain &amp;lt;br /&amp;gt;&lt;br /&gt;
including smaller entities at the lower &amp;lt;br /&amp;gt;&lt;br /&gt;
tiers. From at least January 2020, &amp;lt;br /&amp;gt;&lt;br /&gt;
through February 2022, the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Bureau of Investigation (FBI), National &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (NSA), and &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity and Infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (CISA) observed &amp;lt;br /&amp;gt;&lt;br /&gt;
regular targeting of U.S. cleared defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors (CDCs) by Russian state- &amp;lt;br /&amp;gt;&lt;br /&gt;
sponsored cyber actors. The actors have &amp;lt;br /&amp;gt;&lt;br /&gt;
targeted sensitive, unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
information, as well as proprietary and &amp;lt;br /&amp;gt;&lt;br /&gt;
export-controlled technology. The &amp;lt;br /&amp;gt;&lt;br /&gt;
acquired information provides &amp;lt;br /&amp;gt;&lt;br /&gt;
significant insight into U.S. weapons &amp;lt;br /&amp;gt;&lt;br /&gt;
platforms development and deployment &amp;lt;br /&amp;gt;&lt;br /&gt;
timelines, vehicle specifications, and &amp;lt;br /&amp;gt;&lt;br /&gt;
plans for communications infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
and IT. By acquiring proprietary &amp;lt;br /&amp;gt;&lt;br /&gt;
internal documents and email &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00102&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.027&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83193 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
58&lt;br /&gt;
&lt;br /&gt;
[http://www.cisa.gov/news-events/cybersecurity-advisories/aa22-047a &#039;&#039;www.cisa.gov/news-events/cybersecurity- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.cisa.gov/news-events/cybersecurity-advisories/aa22-047a &#039;&#039;advisories/aa22-047a. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
59&lt;br /&gt;
&lt;br /&gt;
[http://www.whitehouse.gov/briefing-room/statements-releases/2022/03/21/statement-by-president-biden-on-our-nations-cybersecurity/ &#039;&#039;www.whitehouse.gov/briefing-room/statements- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.whitehouse.gov/briefing-room/statements-releases/2022/03/21/statement-by-president-biden-on-our-nations-cybersecurity/ &#039;&#039;releases/2022/03/21/statement-by-president-biden- &amp;lt;br /&amp;gt;&lt;br /&gt;
on-our-nations-cybersecurity/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
communications, adversaries may be &amp;lt;br /&amp;gt;&lt;br /&gt;
able to adjust their own military plans &amp;lt;br /&amp;gt;&lt;br /&gt;
and priorities, hasten technological &amp;lt;br /&amp;gt;&lt;br /&gt;
development efforts, inform foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
policymakers of U.S. intentions, and &amp;lt;br /&amp;gt;&lt;br /&gt;
target potential sources for &amp;lt;br /&amp;gt;&lt;br /&gt;
recruitment.58 &lt;br /&gt;
&lt;br /&gt;
In addition to stealing intellectual &lt;br /&gt;
&lt;br /&gt;
property for military gains, Russia may &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct cyber-attacks against the U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
for retaliatory purposes. On March 21, &amp;lt;br /&amp;gt;&lt;br /&gt;
2022, the Biden-Harris Administration &amp;lt;br /&amp;gt;&lt;br /&gt;
stated intelligence indicates that the &amp;lt;br /&amp;gt;&lt;br /&gt;
Russian Government and Russian- &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned cybercrime groups have &amp;lt;br /&amp;gt;&lt;br /&gt;
threatened to conduct cyber operations &amp;lt;br /&amp;gt;&lt;br /&gt;
in retaliation for perceived cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
offensives against the Russian &amp;lt;br /&amp;gt;&lt;br /&gt;
Government or the Russian people.59 &lt;br /&gt;
&lt;br /&gt;
The aggregate loss of intellectual &lt;br /&gt;
&lt;br /&gt;
property and CUI from the DoD supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain severely undercuts U.S. technical &amp;lt;br /&amp;gt;&lt;br /&gt;
advantage, limits and disrupts business &amp;lt;br /&amp;gt;&lt;br /&gt;
opportunities associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
technological superiority, and &amp;lt;br /&amp;gt;&lt;br /&gt;
ultimately threatens our national &amp;lt;br /&amp;gt;&lt;br /&gt;
defenses and economy. By incorporating &amp;lt;br /&amp;gt;&lt;br /&gt;
heightened cybersecurity into &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition programs, the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program provides the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
assurance that contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors are meeting DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
provides a key mechanism to adapt to &amp;lt;br /&amp;gt;&lt;br /&gt;
an evolving threat landscape. This is &amp;lt;br /&amp;gt;&lt;br /&gt;
critically important to the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
because defense contractors are the &amp;lt;br /&amp;gt;&lt;br /&gt;
target of increasingly frequent and &amp;lt;br /&amp;gt;&lt;br /&gt;
complex cyberattacks by adversaries &amp;lt;br /&amp;gt;&lt;br /&gt;
and non-state actors. Dynamically &amp;lt;br /&amp;gt;&lt;br /&gt;
enhancing DIB cybersecurity to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
these evolving threats and safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
the information that supports and &amp;lt;br /&amp;gt;&lt;br /&gt;
enables our warfighters is a top priority &amp;lt;br /&amp;gt;&lt;br /&gt;
for the Department. The CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
is a key component of the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB cybersecurity effort. &lt;br /&gt;
&lt;br /&gt;
CMMC provides uniform and &lt;br /&gt;
&lt;br /&gt;
improved DoD cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in three (3) levels, using &amp;lt;br /&amp;gt;&lt;br /&gt;
the security requirements in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 and a selected subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
those in NIST SP 800–172 Feb2021. &amp;lt;br /&amp;gt;&lt;br /&gt;
With this rule, the Department is &amp;lt;br /&amp;gt;&lt;br /&gt;
publishing supplemental guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
documents to assist the public and in &amp;lt;br /&amp;gt;&lt;br /&gt;
particular, small businesses, with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC implementation, increasing the &amp;lt;br /&amp;gt;&lt;br /&gt;
likelihood of successful implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
and strengthening cybersecurity across &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIB. CMMC decreases the burden &amp;lt;br /&amp;gt;&lt;br /&gt;
and cost on companies protecting FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
by allowing all companies at Level 1, &lt;br /&gt;
&lt;br /&gt;
and a subset of companies at Level 2, to &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrate compliance through self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. CMMC allows companies, &amp;lt;br /&amp;gt;&lt;br /&gt;
under certain limited circumstances, to &amp;lt;br /&amp;gt;&lt;br /&gt;
make a Plan of Action &amp;amp;amp; Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
(POA&amp;amp;amp;M) to provide additional time to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a Final CMMC Status. These &amp;lt;br /&amp;gt;&lt;br /&gt;
key updates to CMMC benefit the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
and our national interest by providing: &lt;br /&gt;
&lt;br /&gt;
• improved safeguarding of &lt;br /&gt;
&lt;br /&gt;
competitive advantages through &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements flow-down to the defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor supply chain and protections &amp;lt;br /&amp;gt;&lt;br /&gt;
for proprietary information and &amp;lt;br /&amp;gt;&lt;br /&gt;
capabilities, and &lt;br /&gt;
&lt;br /&gt;
• increased efficiency in the economy &lt;br /&gt;
&lt;br /&gt;
and private markets as a result of the &amp;lt;br /&amp;gt;&lt;br /&gt;
streamlining of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, the resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
improvements in cybersecurity, and &amp;lt;br /&amp;gt;&lt;br /&gt;
accountability across the supply chain. &lt;br /&gt;
&lt;br /&gt;
In summary, the CMMC Program &lt;br /&gt;
&lt;br /&gt;
enforces and validates implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of DoD’s required cyber protection &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for companies in the DIB, &amp;lt;br /&amp;gt;&lt;br /&gt;
preserving U.S. technical advantage. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition, CMMC increases security for &amp;lt;br /&amp;gt;&lt;br /&gt;
the most sensitive CUI by applying &amp;lt;br /&amp;gt;&lt;br /&gt;
additional requirements at Level 3. &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation of CMMC will help &amp;lt;br /&amp;gt;&lt;br /&gt;
protect FCI and CUI upon which DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and critical infrastructure rely, &amp;lt;br /&amp;gt;&lt;br /&gt;
making it vital to national security. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC is focused on securing the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s supply chain, including &amp;lt;br /&amp;gt;&lt;br /&gt;
the smallest, most vulnerable innovative &amp;lt;br /&amp;gt;&lt;br /&gt;
companies. The security risks that result &amp;lt;br /&amp;gt;&lt;br /&gt;
from the significant loss of FCI and CUI, &amp;lt;br /&amp;gt;&lt;br /&gt;
including intellectual property and &amp;lt;br /&amp;gt;&lt;br /&gt;
proprietary data, make implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Program vital, practical, &amp;lt;br /&amp;gt;&lt;br /&gt;
and in the public interest. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;III. Regulatory Compliance Analysis &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A. Executive Order 12866, &#039;&#039;‘‘&#039;&#039;Regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
Planning and Review&#039;&#039;’’ &#039;&#039;and Executive &amp;lt;br /&amp;gt;&lt;br /&gt;
Order 13563, &#039;&#039;‘‘&#039;&#039;Improving Regulation &amp;lt;br /&amp;gt;&lt;br /&gt;
and Regulatory Review,&#039;&#039;’’ &#039;&#039;as Amended &amp;lt;br /&amp;gt;&lt;br /&gt;
by Executive Order 14094, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;‘‘&#039;&#039;Modernizing Regulatory Review&#039;&#039;’’ &lt;br /&gt;
&lt;br /&gt;
These Executive Orders direct &lt;br /&gt;
&lt;br /&gt;
agencies to assess all costs, benefits, and &amp;lt;br /&amp;gt;&lt;br /&gt;
available regulatory alternatives and, if &amp;lt;br /&amp;gt;&lt;br /&gt;
regulation is necessary, to select &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory approaches that maximize &amp;lt;br /&amp;gt;&lt;br /&gt;
net benefits (including potential &amp;lt;br /&amp;gt;&lt;br /&gt;
economic, environmental, public health, &amp;lt;br /&amp;gt;&lt;br /&gt;
safety effects, distributive impacts, and &amp;lt;br /&amp;gt;&lt;br /&gt;
equity). These Executive Orders &amp;lt;br /&amp;gt;&lt;br /&gt;
emphasize the importance of &amp;lt;br /&amp;gt;&lt;br /&gt;
quantifying both costs and benefits, of &amp;lt;br /&amp;gt;&lt;br /&gt;
reducing costs, of harmonizing rules, &amp;lt;br /&amp;gt;&lt;br /&gt;
and of promoting flexibility. The Office &amp;lt;br /&amp;gt;&lt;br /&gt;
of Management and Budget (OMB) has &amp;lt;br /&amp;gt;&lt;br /&gt;
determined this final rule is significant &amp;lt;br /&amp;gt;&lt;br /&gt;
as defined by Section 3(f)(1) for &amp;lt;br /&amp;gt;&lt;br /&gt;
purposes of Executive Order 12866, as &amp;lt;br /&amp;gt;&lt;br /&gt;
amended by Executive Order 14094. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;B. Congressional Review Act (5 U.S.C. &amp;lt;br /&amp;gt;&lt;br /&gt;
801 et seq.) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
As defined by 5 U.S.C. 804(2), a major &lt;br /&gt;
&lt;br /&gt;
rule is a rule that the Administrator of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Office of Information and Regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
Affairs of the Office of Management and &amp;lt;br /&amp;gt;&lt;br /&gt;
Budget finds has resulted in or is likely &amp;lt;br /&amp;gt;&lt;br /&gt;
to result in—(a) an annual effect on the &amp;lt;br /&amp;gt;&lt;br /&gt;
economy of $100,000,000 or more; (b) a &amp;lt;br /&amp;gt;&lt;br /&gt;
major increase in costs or prices for &amp;lt;br /&amp;gt;&lt;br /&gt;
consumers, individual industries, &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal, State, or local government &amp;lt;br /&amp;gt;&lt;br /&gt;
agencies, or geographic regions; or (c) &amp;lt;br /&amp;gt;&lt;br /&gt;
significant adverse effects on &amp;lt;br /&amp;gt;&lt;br /&gt;
competition, employment, investment, &amp;lt;br /&amp;gt;&lt;br /&gt;
productivity, innovation, or on the &amp;lt;br /&amp;gt;&lt;br /&gt;
ability of United States-based &amp;lt;br /&amp;gt;&lt;br /&gt;
enterprises to compete with foreign- &amp;lt;br /&amp;gt;&lt;br /&gt;
based enterprises in domestic and &amp;lt;br /&amp;gt;&lt;br /&gt;
export markets. This rule has been &amp;lt;br /&amp;gt;&lt;br /&gt;
designated a major rule as it is expected &amp;lt;br /&amp;gt;&lt;br /&gt;
to have annual effect on the economy of &amp;lt;br /&amp;gt;&lt;br /&gt;
$100M dollars or more. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;C. Public Law 96–354, &#039;&#039;‘‘&#039;&#039;Regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
Flexibility Act&#039;&#039;’’ &#039;&#039;(5 U.S.C. 601) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The Department of Defense Chief &lt;br /&gt;
&lt;br /&gt;
Information Officer certified that this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule is subject to the Regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
Flexibility Act (5 U.S.C. 601) because it &amp;lt;br /&amp;gt;&lt;br /&gt;
would, if promulgated, have a &amp;lt;br /&amp;gt;&lt;br /&gt;
significant economic impact on a &amp;lt;br /&amp;gt;&lt;br /&gt;
substantial number of small entities. &lt;br /&gt;
&lt;br /&gt;
DoD has considered previous &lt;br /&gt;
&lt;br /&gt;
comments from Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Administration (SBA) regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
impact and cost to small businesses to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement CMMC. In July 2022, the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO met with the Office of &amp;lt;br /&amp;gt;&lt;br /&gt;
Advocacy for the U.S. SBA to address &amp;lt;br /&amp;gt;&lt;br /&gt;
the revisions planned in CMMC that are &amp;lt;br /&amp;gt;&lt;br /&gt;
responsive to prior SBA concerns, with &amp;lt;br /&amp;gt;&lt;br /&gt;
which the SBA was satisfied. &lt;br /&gt;
&lt;br /&gt;
An Initial Regulatory Flexibility &lt;br /&gt;
&lt;br /&gt;
Analysis that includes a detailed &amp;lt;br /&amp;gt;&lt;br /&gt;
discussion and explanation about the &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions and methodology used to &amp;lt;br /&amp;gt;&lt;br /&gt;
estimate the cost of this regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
action on small entities follows and is &amp;lt;br /&amp;gt;&lt;br /&gt;
available at [http://www.regulations.gov &#039;&#039;www.regulations.gov &#039;&#039;](search &amp;lt;br /&amp;gt;&lt;br /&gt;
for ‘‘DoD–2023–OS–0063,’’ click ‘‘Open &amp;lt;br /&amp;gt;&lt;br /&gt;
Docket,’’ and view ‘‘Supporting &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents’’). &lt;br /&gt;
&lt;br /&gt;
This final regulatory flexibility &lt;br /&gt;
&lt;br /&gt;
analysis has been prepared consistent &amp;lt;br /&amp;gt;&lt;br /&gt;
with 5 U.S.C. 603. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;D. Final Regulatory Flexibility Analysis &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This final regulatory flexibility &lt;br /&gt;
&lt;br /&gt;
analysis has been prepared consistent &amp;lt;br /&amp;gt;&lt;br /&gt;
with 5 U.S.C. 604(a). &lt;br /&gt;
&lt;br /&gt;
Reasons for the Action &lt;br /&gt;
&lt;br /&gt;
This final rule is necessary to create &lt;br /&gt;
&lt;br /&gt;
a secure and resilient supply chain, by &amp;lt;br /&amp;gt;&lt;br /&gt;
addressing threats to the U.S. economy &amp;lt;br /&amp;gt;&lt;br /&gt;
and national security from ongoing &amp;lt;br /&amp;gt;&lt;br /&gt;
malicious cyber activities and &amp;lt;br /&amp;gt;&lt;br /&gt;
preventing theft of hundreds of billions &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00103&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83194 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
60&lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/technology/it-contract-vehicles-and-purchasing-programs/technology-products-services/it-security/executive-order-14028 &#039;&#039;www.gsa.gov/technology/it-contract-vehicles- &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/technology/it-contract-vehicles-and-purchasing-programs/technology-products-services/it-security/executive-order-14028 &#039;&#039;and-purchasing-programs/technology-products- &amp;lt;br /&amp;gt;&lt;br /&gt;
services/it-security/executive-order-14028. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
of dollars of U.S. intellectual property. &amp;lt;br /&amp;gt;&lt;br /&gt;
The President’s Executive Order (E.O.) &amp;lt;br /&amp;gt;&lt;br /&gt;
14028, ‘‘Improving the Nation’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity,’’ 60 emphasized that &amp;lt;br /&amp;gt;&lt;br /&gt;
industrial security needs strengthening &amp;lt;br /&amp;gt;&lt;br /&gt;
to ensure investments are not lost &amp;lt;br /&amp;gt;&lt;br /&gt;
through intellectual property theft or &amp;lt;br /&amp;gt;&lt;br /&gt;
among other supply chain risks. &lt;br /&gt;
&lt;br /&gt;
Currently, the Federal Acquisition &lt;br /&gt;
&lt;br /&gt;
Regulation (FAR) and Defense Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition Regulation Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
(DFARS) prescribe contract clauses &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to protect Federal Contract &amp;lt;br /&amp;gt;&lt;br /&gt;
Information (FCI) and Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information (CUI) within &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department of Defense (DoD) supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain. Specifically, the clause at FAR &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 52.204–21, Basic Safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
Covered Contractor Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems, is prescribed at FAR 4.1903 for &amp;lt;br /&amp;gt;&lt;br /&gt;
use in Government solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts when the contractor or a &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor at any tier may have FCI &amp;lt;br /&amp;gt;&lt;br /&gt;
residing in or transiting through its &amp;lt;br /&amp;gt;&lt;br /&gt;
information system. The FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
focuses on ensuring a basic level of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity hygiene and is reflective &amp;lt;br /&amp;gt;&lt;br /&gt;
of actions that a prudent businessperson &amp;lt;br /&amp;gt;&lt;br /&gt;
would employ. &lt;br /&gt;
&lt;br /&gt;
In addition, DFARS clause 252.204– &lt;br /&gt;
&lt;br /&gt;
7012, Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting, is prescribed in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
204.7304 (c) for use in DoD solicitations &amp;lt;br /&amp;gt;&lt;br /&gt;
and contracts that require processing, &amp;lt;br /&amp;gt;&lt;br /&gt;
storing, or transmitting of CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor owned information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 requires &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to provide ‘‘adequate security’’ to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store or transmit CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems or networks, and to &amp;lt;br /&amp;gt;&lt;br /&gt;
report cyber incidents that affect these &amp;lt;br /&amp;gt;&lt;br /&gt;
systems or networks. The clause states &amp;lt;br /&amp;gt;&lt;br /&gt;
that to provide adequate security, the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor shall implement, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the security requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘National Institute of Standards and &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (NIST) Special Publication &amp;lt;br /&amp;gt;&lt;br /&gt;
(SP) 800–171 R2, Protecting CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonfederal Systems and Organizations.’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractors are also required to flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down DFARS clause 252.204–7012 to &amp;lt;br /&amp;gt;&lt;br /&gt;
all subcontracts that involve CUI. &lt;br /&gt;
&lt;br /&gt;
However, neither FAR clause 52.204– &lt;br /&gt;
&lt;br /&gt;
21 nor DFARS clause 252.204–7012, &amp;lt;br /&amp;gt;&lt;br /&gt;
provide for DoD verification of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s implementation of basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
those clauses prior to contract award. &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7020, &#039;&#039;NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 DoD Assessment Requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;applies to contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that are subject to NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 requirements pursuant to DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204–7012. DFARS provision &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7019 and DFARS clause 7020 &amp;lt;br /&amp;gt;&lt;br /&gt;
require offerors and contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
(including subcontractors) respectively &amp;lt;br /&amp;gt;&lt;br /&gt;
to score their implementation of NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 requirements for each &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information system that is &amp;lt;br /&amp;gt;&lt;br /&gt;
relevant to the offer or contract and to &amp;lt;br /&amp;gt;&lt;br /&gt;
submit, at minimum, summary level &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment scores in the Supplier &amp;lt;br /&amp;gt;&lt;br /&gt;
Performance Risk System (SPRS) for a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum of a Basic Assessment, which &amp;lt;br /&amp;gt;&lt;br /&gt;
is a contractor self-assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS submission includes the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 version against which the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment was conducted, all industry &amp;lt;br /&amp;gt;&lt;br /&gt;
Commercial and Government Entity &amp;lt;br /&amp;gt;&lt;br /&gt;
(CAGE) code(s) associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system(s) addressed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
required system security plan, the date &amp;lt;br /&amp;gt;&lt;br /&gt;
of assessment, the summary level score, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the date all NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are expected to be &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented based on the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
plan(s) of action in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2. Accordingly, and &amp;lt;br /&amp;gt;&lt;br /&gt;
upon submission of an offer, when &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, the contractor must verify &amp;lt;br /&amp;gt;&lt;br /&gt;
that a summary level score(s) of a &amp;lt;br /&amp;gt;&lt;br /&gt;
current NIST SP 800–171 DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment is posted in SPRS for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
to the offer to signify appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Findings from DoD Inspector General &lt;br /&gt;
&lt;br /&gt;
report (DODIG–2019–105 ‘‘Audit of &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection of DoD CUI on Contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
Owned Networks and Systems’’) &amp;lt;br /&amp;gt;&lt;br /&gt;
indicate that DoD contractors did not &amp;lt;br /&amp;gt;&lt;br /&gt;
consistently implement mandated &amp;lt;br /&amp;gt;&lt;br /&gt;
system security requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding CUI. That report included &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations for DoD take steps to &amp;lt;br /&amp;gt;&lt;br /&gt;
assess a contractor’s ability to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
this information. The report emphasizes &amp;lt;br /&amp;gt;&lt;br /&gt;
that malicious actors can exploit &amp;lt;br /&amp;gt;&lt;br /&gt;
vulnerabilities in contractors’ &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems and exfiltrate &amp;lt;br /&amp;gt;&lt;br /&gt;
information related to some of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Nation’s most valuable advanced &amp;lt;br /&amp;gt;&lt;br /&gt;
defense technologies. Due to these &amp;lt;br /&amp;gt;&lt;br /&gt;
shortcomings and the associated risks to &amp;lt;br /&amp;gt;&lt;br /&gt;
national security, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
developed the Cybersecurity Maturity &amp;lt;br /&amp;gt;&lt;br /&gt;
Model Certification (CMMC) Program to &amp;lt;br /&amp;gt;&lt;br /&gt;
assess contractor and subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of DoD’s required &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program verifies &lt;br /&gt;
&lt;br /&gt;
compliance with DoD cyber protection &amp;lt;br /&amp;gt;&lt;br /&gt;
standards by defense contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors and is designed to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect FCI and CUI that is shared by &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department with its contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors, and when developed by &amp;lt;br /&amp;gt;&lt;br /&gt;
a contractor in the course of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
performance but not shared. The &amp;lt;br /&amp;gt;&lt;br /&gt;
program incorporates a set of &lt;br /&gt;
&lt;br /&gt;
cybersecurity requirements into &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition contracts and provides the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department increased assurance that &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors are &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting these requirements. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program has three key features: &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Tiered Model: &#039;&#039;CMMC requires that &lt;br /&gt;
&lt;br /&gt;
companies demonstrate, through &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment that they have implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements. The type of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and requirements against &amp;lt;br /&amp;gt;&lt;br /&gt;
which it is conducted are selected based &amp;lt;br /&amp;gt;&lt;br /&gt;
on the information that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarded. The program also sets forth &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for flow down of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements to subcontractors. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Requirement: &#039;&#039;CMMC &lt;br /&gt;
&lt;br /&gt;
assessments allow the Department to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify the implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Implementation through Contracts: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Once CMMC is fully implemented, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors that handle FCI and CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
their non-Federal information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
will be required to achieve a particular &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. &lt;br /&gt;
&lt;br /&gt;
In September 2020, the DoD &lt;br /&gt;
&lt;br /&gt;
published the 48 CFR CMMC interim &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule in the &#039;&#039;&#039;Federal Register &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;(DFARS Case 2019–D041) that &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the DoD’s initial vision for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program and outlined the &amp;lt;br /&amp;gt;&lt;br /&gt;
key features of the program. The 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC interim final rule became &amp;lt;br /&amp;gt;&lt;br /&gt;
effective on November 30, 2020. &lt;br /&gt;
&lt;br /&gt;
In March 2021, the Department &lt;br /&gt;
&lt;br /&gt;
initiated an internal review of CMMC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation, informed by more than &amp;lt;br /&amp;gt;&lt;br /&gt;
750 public comments in response to the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR CMMC interim final rule. This &amp;lt;br /&amp;gt;&lt;br /&gt;
comprehensive, programmatic &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment engaged cybersecurity and &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition leaders within DoD to refine &amp;lt;br /&amp;gt;&lt;br /&gt;
policy and program implementation. &lt;br /&gt;
&lt;br /&gt;
In November 2021, the Department &lt;br /&gt;
&lt;br /&gt;
announced an updated program &amp;lt;br /&amp;gt;&lt;br /&gt;
structure with revised requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
designed to achieve the primary goals &amp;lt;br /&amp;gt;&lt;br /&gt;
identified by DoD’s internal review of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program. With the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program, the Department introduced &amp;lt;br /&amp;gt;&lt;br /&gt;
several key changes that build on and &amp;lt;br /&amp;gt;&lt;br /&gt;
refine the original program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. These include: &lt;br /&gt;
&lt;br /&gt;
• Streamlining the CMMC model &lt;br /&gt;
&lt;br /&gt;
from five levels to three levels. &lt;br /&gt;
&lt;br /&gt;
• Exclusively implementing National &lt;br /&gt;
&lt;br /&gt;
Institute of Standards and Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST) cybersecurity guidelines. &lt;br /&gt;
&lt;br /&gt;
• Allowing all companies subject to &lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 requirements and subset &amp;lt;br /&amp;gt;&lt;br /&gt;
of companies subject to CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to demonstrate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance through self-assessments. &lt;br /&gt;
&lt;br /&gt;
• Increased oversight of professional &lt;br /&gt;
&lt;br /&gt;
and ethical standards of third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00104&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83195 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
61&lt;br /&gt;
&lt;br /&gt;
[https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-171A.pdf &#039;&#039;https://nvlpubs.nist.gov/nistpubs/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-171A.pdf &#039;&#039;SpecialPublications/NIST.SP.800-171A.pdf. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
• Allowing Plans of Action &amp;amp;amp; &lt;br /&gt;
&lt;br /&gt;
Milestones (POA&amp;amp;amp;M) under limited &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances to achieve conditional &amp;lt;br /&amp;gt;&lt;br /&gt;
certification. &lt;br /&gt;
&lt;br /&gt;
In July 2022, the CMMC Program &lt;br /&gt;
&lt;br /&gt;
Management Office (PMO) met with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Office of Advocacy for the U.S. SBA to &amp;lt;br /&amp;gt;&lt;br /&gt;
address the revisions planned for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC and again met in July 2023 to &amp;lt;br /&amp;gt;&lt;br /&gt;
review the proposed 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule updates that are &amp;lt;br /&amp;gt;&lt;br /&gt;
responsive to prior SBA concerns. As a &amp;lt;br /&amp;gt;&lt;br /&gt;
result of the alignment of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to NIST guidelines, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s requirements continue to &amp;lt;br /&amp;gt;&lt;br /&gt;
evolve as changes are made to the &amp;lt;br /&amp;gt;&lt;br /&gt;
underlying NIST SP 800–171 R2 and &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Such changes will not be &amp;lt;br /&amp;gt;&lt;br /&gt;
effective as CMMC requirements unless &amp;lt;br /&amp;gt;&lt;br /&gt;
and until made effective through &amp;lt;br /&amp;gt;&lt;br /&gt;
rulemaking. &lt;br /&gt;
&lt;br /&gt;
Objectives of, and Legal Basis for, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Rule &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Legal Basis: &#039;&#039;5 U.S.C. 301; Sec. 1648, &lt;br /&gt;
&lt;br /&gt;
Public Law 116–92, 133 Stat. 1198. &lt;br /&gt;
&lt;br /&gt;
The objective of this final CMMC &lt;br /&gt;
&lt;br /&gt;
Program rule is to provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department with increased assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
that a defense contractor can adequately &amp;lt;br /&amp;gt;&lt;br /&gt;
protect FCI and CUI commensurate with &amp;lt;br /&amp;gt;&lt;br /&gt;
the risk, also accounting for information &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down to its subcontractors in a &amp;lt;br /&amp;gt;&lt;br /&gt;
multi-tier supply chain. This rule meets &amp;lt;br /&amp;gt;&lt;br /&gt;
the objective by providing a mechanism &amp;lt;br /&amp;gt;&lt;br /&gt;
to assess contractor and subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of DoD’s cyber security &amp;lt;br /&amp;gt;&lt;br /&gt;
protection requirements for FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. Implementation of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program is intended to address the &amp;lt;br /&amp;gt;&lt;br /&gt;
following policy issues: &lt;br /&gt;
&lt;br /&gt;
(a) Verification of a Contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Posture &lt;br /&gt;
&lt;br /&gt;
Effective June 2016, FAR clause &lt;br /&gt;
&lt;br /&gt;
52.204–21 Basic Safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Information Systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
requires Federal contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors to implement 15 basic &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, to protect contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems that process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit FCI. &lt;br /&gt;
&lt;br /&gt;
December 31, 2017, was the DoD &lt;br /&gt;
&lt;br /&gt;
deadline for contractors to implement, &amp;lt;br /&amp;gt;&lt;br /&gt;
as applicable, the cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
protection requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 Re2, Protecting &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information in &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonfederal Systems and Organizations, &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012, &amp;lt;br /&amp;gt;&lt;br /&gt;
Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting. NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
states, ‘‘For the CUI security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in NIST Special &amp;lt;br /&amp;gt;&lt;br /&gt;
Publication 800–171 Rev 2, nonfederal &lt;br /&gt;
&lt;br /&gt;
organizations describe in a system &amp;lt;br /&amp;gt;&lt;br /&gt;
security plan, how the specified &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are met or how &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations plan to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements.’’ 61 The NIST process &amp;lt;br /&amp;gt;&lt;br /&gt;
provides contractors with a tool to &amp;lt;br /&amp;gt;&lt;br /&gt;
assess their security posture and decide &amp;lt;br /&amp;gt;&lt;br /&gt;
if or when to mitigate the risks based &amp;lt;br /&amp;gt;&lt;br /&gt;
upon the organizational risk tolerance. &amp;lt;br /&amp;gt;&lt;br /&gt;
When the DoD implemented the NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 requirements with a not- &amp;lt;br /&amp;gt;&lt;br /&gt;
later-than date of December 2017, the &amp;lt;br /&amp;gt;&lt;br /&gt;
policy intent was to permit contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
some flexibility to remediate lagging &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST requirements, and document them &amp;lt;br /&amp;gt;&lt;br /&gt;
in plans of action, and resolve those &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiencies within a reasonable period. &amp;lt;br /&amp;gt;&lt;br /&gt;
An unintended consequence of this &amp;lt;br /&amp;gt;&lt;br /&gt;
flexibility was that some contractors far &amp;lt;br /&amp;gt;&lt;br /&gt;
exceeded the intention to secure &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that must adequately safeguard &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI in a timely manner and instead &amp;lt;br /&amp;gt;&lt;br /&gt;
created open-ended plans of action with &amp;lt;br /&amp;gt;&lt;br /&gt;
undefined closure dates. The effect was &amp;lt;br /&amp;gt;&lt;br /&gt;
to delay full compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements for years. As &amp;lt;br /&amp;gt;&lt;br /&gt;
a result, the DoD’s implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
the NIST SP 800–171 requirements, as &amp;lt;br /&amp;gt;&lt;br /&gt;
mandated by 32 CFR part 2002, has not &amp;lt;br /&amp;gt;&lt;br /&gt;
been fully effective or validated. This &amp;lt;br /&amp;gt;&lt;br /&gt;
necessitates implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program to enforce a finite &amp;lt;br /&amp;gt;&lt;br /&gt;
timeline for full compliance of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual requirements. &lt;br /&gt;
&lt;br /&gt;
Findings from DoD Inspector General &lt;br /&gt;
&lt;br /&gt;
report (DODIG–2019–105 ‘‘Audit of &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection of DoD Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information on Contractor- &amp;lt;br /&amp;gt;&lt;br /&gt;
Owned Networks and Systems’’) &amp;lt;br /&amp;gt;&lt;br /&gt;
indicated that DoD contractors did not &amp;lt;br /&amp;gt;&lt;br /&gt;
consistently implement mandated &amp;lt;br /&amp;gt;&lt;br /&gt;
system security requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding CUI and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD take steps to assess a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s ability to protect this &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
CMMC adds an assessment &lt;br /&gt;
&lt;br /&gt;
requirement to verify defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors have &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented the applicable security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements prior to award. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
also adds requirements at each CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level for contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to affirm initial compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified CMMC security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and provide annual affirmations &amp;lt;br /&amp;gt;&lt;br /&gt;
thereafter. &lt;br /&gt;
&lt;br /&gt;
(b) Comprehensive Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements &lt;br /&gt;
&lt;br /&gt;
Although the security requirements in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171 R2 address a range of &amp;lt;br /&amp;gt;&lt;br /&gt;
threats, they do not sufficiently address &amp;lt;br /&amp;gt;&lt;br /&gt;
Advanced Persistent Threats (APTs). An &amp;lt;br /&amp;gt;&lt;br /&gt;
APT is an adversary that possesses &amp;lt;br /&amp;gt;&lt;br /&gt;
sophisticated levels of expertise and &lt;br /&gt;
&lt;br /&gt;
significant resources, which allow it to &amp;lt;br /&amp;gt;&lt;br /&gt;
create opportunities to achieve its &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives by using multiple attack &amp;lt;br /&amp;gt;&lt;br /&gt;
vectors (&#039;&#039;e.g., &#039;&#039;cyber, physical, and &amp;lt;br /&amp;gt;&lt;br /&gt;
deception). To address APTs, NIST has &amp;lt;br /&amp;gt;&lt;br /&gt;
published NIST SP 800–172 Feb2022. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
provides for government assessment of &amp;lt;br /&amp;gt;&lt;br /&gt;
a contractor’s implementation of a &amp;lt;br /&amp;gt;&lt;br /&gt;
defined subset of NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 Enhanced Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements with DoD predefined &amp;lt;br /&amp;gt;&lt;br /&gt;
parameters and specifications. &lt;br /&gt;
&lt;br /&gt;
(c) Scale and Depth &lt;br /&gt;
&lt;br /&gt;
Today, DoD prime contractors must &lt;br /&gt;
&lt;br /&gt;
include DFARS clause 252.204–7012 in &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontracts for which performance will &amp;lt;br /&amp;gt;&lt;br /&gt;
involve covered defense information, &amp;lt;br /&amp;gt;&lt;br /&gt;
but this does not provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department with sufficient insights with &amp;lt;br /&amp;gt;&lt;br /&gt;
respect to the cybersecurity posture of &amp;lt;br /&amp;gt;&lt;br /&gt;
all members of a multi-tier supply chain &amp;lt;br /&amp;gt;&lt;br /&gt;
for any given program or technology &amp;lt;br /&amp;gt;&lt;br /&gt;
development effort. The revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requires prime contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
flow down CMMC requirements, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, to subcontractors throughout &amp;lt;br /&amp;gt;&lt;br /&gt;
their supply chain(s). &lt;br /&gt;
&lt;br /&gt;
Given the size of the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base (DIB), the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
cannot scale its existing cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment workforce to conduct on-site &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of approximately 220,000 &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
every three years. The Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
existing assessment capability is best &amp;lt;br /&amp;gt;&lt;br /&gt;
suited for conducting targeted &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments for the relatively small &amp;lt;br /&amp;gt;&lt;br /&gt;
subset of DoD contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors that support designated &amp;lt;br /&amp;gt;&lt;br /&gt;
high-priority programs. &lt;br /&gt;
&lt;br /&gt;
CMMC addresses the Department’s &lt;br /&gt;
&lt;br /&gt;
scaling challenges by utilizing a private- &amp;lt;br /&amp;gt;&lt;br /&gt;
sector accreditation structure. The DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
recognized Accreditation Body will &amp;lt;br /&amp;gt;&lt;br /&gt;
authorize, accredit, and provide &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of CMMC Third-Party &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Organizations (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
which in turn will conduct CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments of &amp;lt;br /&amp;gt;&lt;br /&gt;
actual and prospective DoD contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
and subcontractors. Organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
Seeking Certification (OSCs) will &amp;lt;br /&amp;gt;&lt;br /&gt;
directly contract with an authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited C3PAO to undergo a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment to achieve a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional and Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). The cost of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 activities is driven by multiple &amp;lt;br /&amp;gt;&lt;br /&gt;
factors, including market forces that &amp;lt;br /&amp;gt;&lt;br /&gt;
govern availability of C3PAOs and the &amp;lt;br /&amp;gt;&lt;br /&gt;
size and complexity of the enterprise or &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave under assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Government will perform Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments. Government &amp;lt;br /&amp;gt;&lt;br /&gt;
resource limitations may affect schedule &amp;lt;br /&amp;gt;&lt;br /&gt;
availability. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00105&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83196 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(d) Reduces Duplicate or Repetitive &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessments of Our Industry Partners &lt;br /&gt;
&lt;br /&gt;
CMMC assessment results and &lt;br /&gt;
&lt;br /&gt;
contractor affirmations of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
will be posted in Supplier Performance &amp;lt;br /&amp;gt;&lt;br /&gt;
Risk System (SPRS), DoD’s authoritative &amp;lt;br /&amp;gt;&lt;br /&gt;
source for supplier and product &amp;lt;br /&amp;gt;&lt;br /&gt;
performance information. Posting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment results in SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
precludes the need to validate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation on a contract-by- &amp;lt;br /&amp;gt;&lt;br /&gt;
contract basis. This enables DoD to &amp;lt;br /&amp;gt;&lt;br /&gt;
identify whether the CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements have been met for relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information system(s), avoids &amp;lt;br /&amp;gt;&lt;br /&gt;
duplicative assessments, and eliminates &amp;lt;br /&amp;gt;&lt;br /&gt;
the need for program level assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
all of which results in decreased costs &amp;lt;br /&amp;gt;&lt;br /&gt;
to both DoD and industry. &lt;br /&gt;
&lt;br /&gt;
Significant Issues Raised by Public &amp;lt;br /&amp;gt;&lt;br /&gt;
Comments &lt;br /&gt;
&lt;br /&gt;
The CMMC proposed rule was &lt;br /&gt;
&lt;br /&gt;
published in the &#039;&#039;&#039;Federal Register &#039;&#039;&#039;on &amp;lt;br /&amp;gt;&lt;br /&gt;
December 26, 2023, to initiate the &amp;lt;br /&amp;gt;&lt;br /&gt;
mandatory 60-day public review and &amp;lt;br /&amp;gt;&lt;br /&gt;
comment period for this rule and the &amp;lt;br /&amp;gt;&lt;br /&gt;
supporting documents that ended on 26 &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2024. From the volume of &amp;lt;br /&amp;gt;&lt;br /&gt;
comments received on the CMMC rule &amp;lt;br /&amp;gt;&lt;br /&gt;
documents, from or concerning Small &amp;lt;br /&amp;gt;&lt;br /&gt;
Businesses, the following significant &amp;lt;br /&amp;gt;&lt;br /&gt;
issues were raised. &lt;br /&gt;
&lt;br /&gt;
1. &#039;&#039;Cost. &#039;&#039;Some comments identified &lt;br /&gt;
&lt;br /&gt;
that the proposed rule does not address &amp;lt;br /&amp;gt;&lt;br /&gt;
how the CMMC Program will be funded, &amp;lt;br /&amp;gt;&lt;br /&gt;
or how the costs of certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance will be shared between the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD and the contractors. This may raise &amp;lt;br /&amp;gt;&lt;br /&gt;
questions about the affordability and &amp;lt;br /&amp;gt;&lt;br /&gt;
sustainability of the CMMC program, &amp;lt;br /&amp;gt;&lt;br /&gt;
especially for small businesses. &amp;lt;br /&amp;gt;&lt;br /&gt;
Commenters suggested that the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct and publish a comprehensive &amp;lt;br /&amp;gt;&lt;br /&gt;
cost assessment for each level of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification and explore ways to reduce &amp;lt;br /&amp;gt;&lt;br /&gt;
the financial burden on the contractors, &amp;lt;br /&amp;gt;&lt;br /&gt;
such as providing incentives, subsidies, &amp;lt;br /&amp;gt;&lt;br /&gt;
loans, grants, tax credits or &amp;lt;br /&amp;gt;&lt;br /&gt;
reimbursements. Several comments &amp;lt;br /&amp;gt;&lt;br /&gt;
presented the opinion that the cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates in the preamble/rule did not &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately address all possible costs to &amp;lt;br /&amp;gt;&lt;br /&gt;
become compliant with regulations and &amp;lt;br /&amp;gt;&lt;br /&gt;
attain a certification &#039;&#039;i.e., &#039;&#039;ongoing &amp;lt;br /&amp;gt;&lt;br /&gt;
Recurring Engineering and Non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Recurring Engineering costs. Others &amp;lt;br /&amp;gt;&lt;br /&gt;
commented that the mandate to comply &amp;lt;br /&amp;gt;&lt;br /&gt;
with requirements, attain verification of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance, and the inability to recoup &amp;lt;br /&amp;gt;&lt;br /&gt;
costs prior to completing compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
will be barriers to entry and will drive &amp;lt;br /&amp;gt;&lt;br /&gt;
many small businesses out of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
market. Concern was also expressed &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding the cost of failing an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and not being able to recoup &amp;lt;br /&amp;gt;&lt;br /&gt;
costs fast enough, through increased &amp;lt;br /&amp;gt;&lt;br /&gt;
Overhead and G&amp;amp;amp;A [General and &lt;br /&gt;
&lt;br /&gt;
Administrative] rates. Another concern &amp;lt;br /&amp;gt;&lt;br /&gt;
was raised that IR&amp;amp;amp;D [Independent &amp;lt;br /&amp;gt;&lt;br /&gt;
Research and Development] spending &amp;lt;br /&amp;gt;&lt;br /&gt;
will be negatively impacted due to the &amp;lt;br /&amp;gt;&lt;br /&gt;
diversion of funds to Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. Some shared concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
about the potential for overmarking CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
data, that will drive a higher than &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary demand for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification and create an overburdened &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem, thereby preventing timely &amp;lt;br /&amp;gt;&lt;br /&gt;
certification and incentivizing ‘‘price &amp;lt;br /&amp;gt;&lt;br /&gt;
gouging’’ by assessors. Several suggested &amp;lt;br /&amp;gt;&lt;br /&gt;
that the Government regulate the prices &amp;lt;br /&amp;gt;&lt;br /&gt;
for assessment services. Many &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters also suggested the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
needed to find ways to reduce the &amp;lt;br /&amp;gt;&lt;br /&gt;
financial burdens on small businesses &amp;lt;br /&amp;gt;&lt;br /&gt;
through direct payment for compliance, &amp;lt;br /&amp;gt;&lt;br /&gt;
tax incentives, increased profits, or &amp;lt;br /&amp;gt;&lt;br /&gt;
increased flexibility to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, &#039;&#039;i.e., &#039;&#039;by reducing &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for small businesses or &amp;lt;br /&amp;gt;&lt;br /&gt;
providing more time to comply after &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. Commenters also felt &amp;lt;br /&amp;gt;&lt;br /&gt;
the handling of CUI by small businesses &amp;lt;br /&amp;gt;&lt;br /&gt;
was too difficult, and recommended &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractors should be responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for handling all CUI. If a small business &amp;lt;br /&amp;gt;&lt;br /&gt;
needs CUI to execute its work, the prime &amp;lt;br /&amp;gt;&lt;br /&gt;
or the Government should provide an &amp;lt;br /&amp;gt;&lt;br /&gt;
environment for the small business to &amp;lt;br /&amp;gt;&lt;br /&gt;
complete its work. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response. &#039;&#039;In recognition of the &lt;br /&gt;
&lt;br /&gt;
pervasive cyber threat both to DoD and &amp;lt;br /&amp;gt;&lt;br /&gt;
to the DIB, CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are designed to ensure &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with existing standards for &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of FCI and CUI. These &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements align &amp;lt;br /&amp;gt;&lt;br /&gt;
directly to NIST guidelines (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 and NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021) and the basic safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in FAR clause 52.204–21 &amp;lt;br /&amp;gt;&lt;br /&gt;
that apply to all executive agencies. &amp;lt;br /&amp;gt;&lt;br /&gt;
Since December 2017, DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 has required contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
to implement the NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;adequate security &#039;&#039;as applicable for &amp;lt;br /&amp;gt;&lt;br /&gt;
processing, storing, or transmitting CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
on non-Federal information systems, as &amp;lt;br /&amp;gt;&lt;br /&gt;
needed in support of the performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
a DoD contract. &lt;br /&gt;
&lt;br /&gt;
The executive branch’s CUI Program &lt;br /&gt;
&lt;br /&gt;
is codified in 32 CFR part 2002 and &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes policy for designating, &amp;lt;br /&amp;gt;&lt;br /&gt;
handling, and decontrolling information &amp;lt;br /&amp;gt;&lt;br /&gt;
that qualifies as CUI. The definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI and general requirements for its &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding are included in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
2002.4 and 2002.14. 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
2002.14(h)(2) specifically requires that &amp;lt;br /&amp;gt;&lt;br /&gt;
Agencies must use NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
when establishing security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to protect CUI’s confidentiality on non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal information systems . . .’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractually, DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012 requires contractors to implement &lt;br /&gt;
&lt;br /&gt;
the NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, and that requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
applies, regardless of the number of &amp;lt;br /&amp;gt;&lt;br /&gt;
computers or components in a non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal information system or the size &amp;lt;br /&amp;gt;&lt;br /&gt;
of the contractor or subcontractor, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. DoD’s original &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for adequate safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
of CUI relied upon self-attestation by &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. Since that time, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Inspector General and the DCMA found &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors did not consistently &amp;lt;br /&amp;gt;&lt;br /&gt;
implement mandated system security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for safeguarding CUI and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended DoD take steps to assess &amp;lt;br /&amp;gt;&lt;br /&gt;
a contractor’s ability to protect this &amp;lt;br /&amp;gt;&lt;br /&gt;
information. The DoD has streamlined &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to reduce the burden of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance on contractors. Analysis of &amp;lt;br /&amp;gt;&lt;br /&gt;
costs to meet CMMC requirements is &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in the regulatory impact &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis for this rule. As described in &amp;lt;br /&amp;gt;&lt;br /&gt;
the estimate included with the rule, the &amp;lt;br /&amp;gt;&lt;br /&gt;
major cost categories for compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC requirements include costs &amp;lt;br /&amp;gt;&lt;br /&gt;
for completing a self-assessment (&#039;&#039;e.g., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Level 1 or 2); costs to prepare for and &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment; and costs required to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and for preparing to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo DCMA DIBCAC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
(Level 3). CMMC Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments against the NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 baseline are performed free &amp;lt;br /&amp;gt;&lt;br /&gt;
of cost by DoD assessors, which reduces &amp;lt;br /&amp;gt;&lt;br /&gt;
the overall cost of achieving CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 3 (DIBCAC). Notably, &amp;lt;br /&amp;gt;&lt;br /&gt;
certification is never required for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1, and the requirement can be &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfied through self-assessment. When &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 requirements apply, they &amp;lt;br /&amp;gt;&lt;br /&gt;
may be met via self-assessment, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment conducted by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO, depending on the specific &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirement cited in the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation or resulting contract. When &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
effective, solicitations for DoD contracts &amp;lt;br /&amp;gt;&lt;br /&gt;
that will involve the processing, storing, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmitting of FCI or CUI on any &amp;lt;br /&amp;gt;&lt;br /&gt;
non-Federal system, notwithstanding &amp;lt;br /&amp;gt;&lt;br /&gt;
the size or configuration of the non- &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal system, will specify the &amp;lt;br /&amp;gt;&lt;br /&gt;
required CMMC Level (1, 2 or 3) and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type (self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment). An &amp;lt;br /&amp;gt;&lt;br /&gt;
assumption for the cost estimates is that &amp;lt;br /&amp;gt;&lt;br /&gt;
Non-Small Entities have a full-time &amp;lt;br /&amp;gt;&lt;br /&gt;
team of cybersecurity professionals on &amp;lt;br /&amp;gt;&lt;br /&gt;
staff while Small Entities do not. The &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions, explained in the &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory impact analysis, reflect Small &amp;lt;br /&amp;gt;&lt;br /&gt;
Entities will likely obtain support from &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers and have a &amp;lt;br /&amp;gt;&lt;br /&gt;
staff member submit affirmations and &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS scores for self-assessments. All &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00106&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83197 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
these costs, except the open market cost &amp;lt;br /&amp;gt;&lt;br /&gt;
of a C3PAO, are directly controllable by &amp;lt;br /&amp;gt;&lt;br /&gt;
the organization seeking assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC rule does not make any &amp;lt;br /&amp;gt;&lt;br /&gt;
change to cost allowability as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR 31.201–2 Determining &amp;lt;br /&amp;gt;&lt;br /&gt;
Allowability. The DoD declined to &amp;lt;br /&amp;gt;&lt;br /&gt;
modify the estimates, which are &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to be representative and to &amp;lt;br /&amp;gt;&lt;br /&gt;
inform rulemaking. The cost estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
represent average derived estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
based on internal expertise and public &amp;lt;br /&amp;gt;&lt;br /&gt;
feedback in accordance with OMB &amp;lt;br /&amp;gt;&lt;br /&gt;
Circular A–4 and represent average &amp;lt;br /&amp;gt;&lt;br /&gt;
costs for companies to comply with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. This rule does not &amp;lt;br /&amp;gt;&lt;br /&gt;
provide the cost analysis for all actions, &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel, and security measures &amp;lt;br /&amp;gt;&lt;br /&gt;
required to protect CUI information, &amp;lt;br /&amp;gt;&lt;br /&gt;
data, systems, and technical products &amp;lt;br /&amp;gt;&lt;br /&gt;
through the life cycle of the work and &amp;lt;br /&amp;gt;&lt;br /&gt;
data generated. The size and complexity &amp;lt;br /&amp;gt;&lt;br /&gt;
of the network within scope of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment impacts the costs as well. As &amp;lt;br /&amp;gt;&lt;br /&gt;
required by rulemaking guidance, the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD provided cost estimates and impact &amp;lt;br /&amp;gt;&lt;br /&gt;
analyses. An analysis of profit margins &amp;lt;br /&amp;gt;&lt;br /&gt;
is not required. Additionally, this rule &amp;lt;br /&amp;gt;&lt;br /&gt;
and the required cost analysis and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting cost estimates were reviewed &amp;lt;br /&amp;gt;&lt;br /&gt;
by DoD cost analysts and OMB &amp;lt;br /&amp;gt;&lt;br /&gt;
economists for realism and &amp;lt;br /&amp;gt;&lt;br /&gt;
completeness. &lt;br /&gt;
&lt;br /&gt;
Some public comments received &lt;br /&gt;
&lt;br /&gt;
reflect a misinterpretation of the cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates that accompany this rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
which are representative of average &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment efforts, and do not include &amp;lt;br /&amp;gt;&lt;br /&gt;
actual prices of C3PAO services &amp;lt;br /&amp;gt;&lt;br /&gt;
available in the marketplace. Market &amp;lt;br /&amp;gt;&lt;br /&gt;
forces of supply and demand will &amp;lt;br /&amp;gt;&lt;br /&gt;
determine C3PAO pricing for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
Costs associated with meeting the &lt;br /&gt;
&lt;br /&gt;
requirements of existing DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 are not captured in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule documentation. Please refer &amp;lt;br /&amp;gt;&lt;br /&gt;
to 81 FR 72990, October 21, 2016, for &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s final rule implementing the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement that ‘‘contractors shall &amp;lt;br /&amp;gt;&lt;br /&gt;
implement NIST SP 800–171 as soon as &amp;lt;br /&amp;gt;&lt;br /&gt;
practical, but not later than December &amp;lt;br /&amp;gt;&lt;br /&gt;
31, 2017.’’ Public comments related to &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation costs were published &amp;lt;br /&amp;gt;&lt;br /&gt;
with that final rule, along with DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
responses. Within the limitations of &amp;lt;br /&amp;gt;&lt;br /&gt;
section § 170.21 Plan of Action and &amp;lt;br /&amp;gt;&lt;br /&gt;
Milestones Requirements, offerors may &amp;lt;br /&amp;gt;&lt;br /&gt;
bid on contract opportunities while &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing to work towards full &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
Verifying compliance with applicable &lt;br /&gt;
&lt;br /&gt;
security requirements may increase &amp;lt;br /&amp;gt;&lt;br /&gt;
costs and is necessary for the adequate &amp;lt;br /&amp;gt;&lt;br /&gt;
protection of DoD FCI and CUI. The cost &amp;lt;br /&amp;gt;&lt;br /&gt;
of lost technological advantage over &amp;lt;br /&amp;gt;&lt;br /&gt;
potential adversaries is far greater than &amp;lt;br /&amp;gt;&lt;br /&gt;
the costs of such enforcement. The &amp;lt;br /&amp;gt;&lt;br /&gt;
value of information and impact of its &lt;br /&gt;
&lt;br /&gt;
loss does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information is shared with contractors. &lt;br /&gt;
&lt;br /&gt;
At the time of contract award, the &lt;br /&gt;
&lt;br /&gt;
DoD may not have visibility into &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the prime contractor’s decision &amp;lt;br /&amp;gt;&lt;br /&gt;
to further disseminate DoD FCI and CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
However, FAR clause 52–204–21, &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012, and &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7021 require the &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractor to flow down these &amp;lt;br /&amp;gt;&lt;br /&gt;
clauses and the included information &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement to any &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor that will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI or CUI, as applicable. &amp;lt;br /&amp;gt;&lt;br /&gt;
Decisions regarding DoD’s information &amp;lt;br /&amp;gt;&lt;br /&gt;
that must be shared to support &amp;lt;br /&amp;gt;&lt;br /&gt;
completion of the contract tasks, &amp;lt;br /&amp;gt;&lt;br /&gt;
including those performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors, takes place between the &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractor and their &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. The DoD cannot dictate &amp;lt;br /&amp;gt;&lt;br /&gt;
business practices between prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and their subcontractors, &amp;lt;br /&amp;gt;&lt;br /&gt;
who should work together to determine &amp;lt;br /&amp;gt;&lt;br /&gt;
the necessary flow down of FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, only as needed in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the contract, and ensuring compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
and in consideration of minimizing the &amp;lt;br /&amp;gt;&lt;br /&gt;
burden. While DoD understands the &amp;lt;br /&amp;gt;&lt;br /&gt;
burden on small business, it must &amp;lt;br /&amp;gt;&lt;br /&gt;
enforce CMMC requirements uniformly &amp;lt;br /&amp;gt;&lt;br /&gt;
across the Defense Industrial Base for all &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI and CUI. The requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary to protect a single document &amp;lt;br /&amp;gt;&lt;br /&gt;
are the same as to protect many &amp;lt;br /&amp;gt;&lt;br /&gt;
documents. &lt;br /&gt;
&lt;br /&gt;
Although CMMC compliance may add &lt;br /&gt;
&lt;br /&gt;
to an organization’s cost, no member of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DIB can assume the status-quo in &amp;lt;br /&amp;gt;&lt;br /&gt;
today’s ever-changing cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. Increasing costs to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
the nation’s data and industries from &amp;lt;br /&amp;gt;&lt;br /&gt;
emerging threats is simply a component &amp;lt;br /&amp;gt;&lt;br /&gt;
of doing business anywhere in the &amp;lt;br /&amp;gt;&lt;br /&gt;
world. Processing, storing, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitting sensitive Government &amp;lt;br /&amp;gt;&lt;br /&gt;
information comes with a handling cost &amp;lt;br /&amp;gt;&lt;br /&gt;
that needs to be built into each &amp;lt;br /&amp;gt;&lt;br /&gt;
organization’s business model. All &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors or sub-contractors with &amp;lt;br /&amp;gt;&lt;br /&gt;
access to CUI need to be capable of &amp;lt;br /&amp;gt;&lt;br /&gt;
protecting that information to the &amp;lt;br /&amp;gt;&lt;br /&gt;
standards specified in 32 CFR part 2002. &amp;lt;br /&amp;gt;&lt;br /&gt;
If a small business cannot comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements of DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 and NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
then that business should not receive &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI or process, store, or transmit CUI. &amp;lt;br /&amp;gt;&lt;br /&gt;
If the DoD information flowed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
prime to a subcontractor is only FCI, &amp;lt;br /&amp;gt;&lt;br /&gt;
then only a CMMC Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is required for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor prior to the flow of &amp;lt;br /&amp;gt;&lt;br /&gt;
information under contract. DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
programs, technological superiority, and &amp;lt;br /&amp;gt;&lt;br /&gt;
best interests are not served if FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI are not consistently and adequately &lt;br /&gt;
&lt;br /&gt;
safeguarded by all who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit it. &lt;br /&gt;
&lt;br /&gt;
2. &#039;&#039;Cost Benefit. &#039;&#039;Some commenters &lt;br /&gt;
&lt;br /&gt;
suggested it would be more cost &amp;lt;br /&amp;gt;&lt;br /&gt;
effective for DoD to provide an &amp;lt;br /&amp;gt;&lt;br /&gt;
environment or a DoD managed portal &amp;lt;br /&amp;gt;&lt;br /&gt;
for the handling of CUI. A significant &amp;lt;br /&amp;gt;&lt;br /&gt;
concern expressed was that companies &amp;lt;br /&amp;gt;&lt;br /&gt;
have delayed complying with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity standards until the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
rule was released and they could &amp;lt;br /&amp;gt;&lt;br /&gt;
understand what level of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
they will require. Several commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
felt DoD underestimated the costs and &amp;lt;br /&amp;gt;&lt;br /&gt;
should have include the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation cost of the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in this rule as well. One commenter was &amp;lt;br /&amp;gt;&lt;br /&gt;
confused about how the discount rates &amp;lt;br /&amp;gt;&lt;br /&gt;
were applied. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that DoD provide flexibility to &amp;lt;br /&amp;gt;&lt;br /&gt;
allow small businesses to not meet all &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements and still be allowed to &amp;lt;br /&amp;gt;&lt;br /&gt;
handle CUI and another expressed &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns regarding the cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance and the degradation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB that will be unable to afford &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;The DoD declined to &lt;br /&gt;
&lt;br /&gt;
adopt the alternatives suggested in the &amp;lt;br /&amp;gt;&lt;br /&gt;
comments, such as policy-based &amp;lt;br /&amp;gt;&lt;br /&gt;
solutions that lack a rigorous assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
component or sharing CUI only through &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD-hosted secure platforms. The &amp;lt;br /&amp;gt;&lt;br /&gt;
current DFARS clause 252.204–7012 &amp;lt;br /&amp;gt;&lt;br /&gt;
requires protection of Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets (SPA) and Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Data (SPD). Section 1.1 of &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 states: ‘‘The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply only to components &amp;lt;br /&amp;gt;&lt;br /&gt;
of nonfederal systems that process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI, or that provide &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection for such &amp;lt;br /&amp;gt;&lt;br /&gt;
components.’’ There is therefore no &amp;lt;br /&amp;gt;&lt;br /&gt;
increase in the scope because of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program as described in the rule. &lt;br /&gt;
&lt;br /&gt;
SPD requires protection &lt;br /&gt;
&lt;br /&gt;
commensurate with the CUI it protects &amp;lt;br /&amp;gt;&lt;br /&gt;
and is based on how and where the SPD &amp;lt;br /&amp;gt;&lt;br /&gt;
is stored. The FedRAMP requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for handling SPD are therefore the same &amp;lt;br /&amp;gt;&lt;br /&gt;
as that for handling CUI. &lt;br /&gt;
&lt;br /&gt;
The CMMC rule made no change to &lt;br /&gt;
&lt;br /&gt;
the FAR cost allowability or cost &amp;lt;br /&amp;gt;&lt;br /&gt;
accounting standards. The 7% discount &amp;lt;br /&amp;gt;&lt;br /&gt;
rate is not a discount for organizations; &amp;lt;br /&amp;gt;&lt;br /&gt;
it is a part of a formula used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory impact analysis (RIA) &amp;lt;br /&amp;gt;&lt;br /&gt;
calculations. When calculating 20 years &amp;lt;br /&amp;gt;&lt;br /&gt;
in the future, a discount rate is used to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the net present value of &amp;lt;br /&amp;gt;&lt;br /&gt;
money. The cost estimate represents &amp;lt;br /&amp;gt;&lt;br /&gt;
derived estimates based on internal &amp;lt;br /&amp;gt;&lt;br /&gt;
expertise and public feedback in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with OMB Circular A–4: &amp;lt;br /&amp;gt;&lt;br /&gt;
Regulatory Impact Analysis: A Primer. &amp;lt;br /&amp;gt;&lt;br /&gt;
Step 7 in the manual explains discount &amp;lt;br /&amp;gt;&lt;br /&gt;
rates. &lt;br /&gt;
&lt;br /&gt;
As written, this rule amply provides &lt;br /&gt;
&lt;br /&gt;
for the flexibility sought by the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00107&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83198 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
commenter. Rule section § 170.21 &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically addresses the flexibility to &amp;lt;br /&amp;gt;&lt;br /&gt;
have a Plan of Action and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
(POA&amp;amp;amp;M) to delay meeting certain &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements subject to CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment for up to 180 days. &lt;br /&gt;
&lt;br /&gt;
In addition, DFARS clause 252.204– &lt;br /&gt;
&lt;br /&gt;
7012 already permits contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
request DoD CIO permission to utilize &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative security measures to those &amp;lt;br /&amp;gt;&lt;br /&gt;
prescribed by NIST SP 800–171. If an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC previously received a favorable &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication from the DoD CIO for an &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative security measure, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO adjudication must be included in &amp;lt;br /&amp;gt;&lt;br /&gt;
the system security plan to receive &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration during an assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Implemented security measures &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudicated by the DoD CIO as equally &amp;lt;br /&amp;gt;&lt;br /&gt;
effective are assessed as MET if there &amp;lt;br /&amp;gt;&lt;br /&gt;
have been no changes in the &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. &lt;br /&gt;
&lt;br /&gt;
3. &#039;&#039;CMMC Model. &#039;&#039;Some commenters &lt;br /&gt;
&lt;br /&gt;
claimed that the requirement for all &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors of Level 3 prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to be at least Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certified, regardless of what work they &amp;lt;br /&amp;gt;&lt;br /&gt;
do, will generate more demand for Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 assessments than the Department is &amp;lt;br /&amp;gt;&lt;br /&gt;
anticipating. Since much of DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
contract dollars flow through a &amp;lt;br /&amp;gt;&lt;br /&gt;
relatively small number of companies, it &amp;lt;br /&amp;gt;&lt;br /&gt;
is likely those companies will have at &amp;lt;br /&amp;gt;&lt;br /&gt;
least one CMMC Level 3 project. The &amp;lt;br /&amp;gt;&lt;br /&gt;
result would be Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements being flowed down to &amp;lt;br /&amp;gt;&lt;br /&gt;
nearly the entirety of the DIB. Some &amp;lt;br /&amp;gt;&lt;br /&gt;
commenters believed this to be an &amp;lt;br /&amp;gt;&lt;br /&gt;
unintended consequence of &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the enhanced protection &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC Level 3. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;It is possible the &lt;br /&gt;
&lt;br /&gt;
commenters misunderstood § 170.23 &amp;lt;br /&amp;gt;&lt;br /&gt;
Application to subcontractors in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. § 170.23(a)(4) states: ‘‘If a &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontract and the associated prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor has a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor.’’ The commenter’s phrase &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘regardless of what work they do’’ does &amp;lt;br /&amp;gt;&lt;br /&gt;
not acknowledge the fact that the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment is required for &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors who process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. &lt;br /&gt;
&lt;br /&gt;
It is also possible that the commenter &lt;br /&gt;
&lt;br /&gt;
interpreted that a Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is adequate for &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors working with a prime &amp;lt;br /&amp;gt;&lt;br /&gt;
that has a contractual requirement for a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment. In this &amp;lt;br /&amp;gt;&lt;br /&gt;
case, a CMMC Status of Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) is not adequate. A CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Final Level 3 (DIBCAC) signifies that &amp;lt;br /&amp;gt;&lt;br /&gt;
the prime first achieved a CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Final Level 2 (C3PAO) as the risk to &lt;br /&gt;
&lt;br /&gt;
their CUI was deemed high enough to &amp;lt;br /&amp;gt;&lt;br /&gt;
require Level 2 certification assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Since this same information may be &amp;lt;br /&amp;gt;&lt;br /&gt;
shared with subcontractors who &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI, the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor must also achieve CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
The decision to rely upon a CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 self-assessment in lieu of a &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is a &amp;lt;br /&amp;gt;&lt;br /&gt;
Government risk-based decision based &amp;lt;br /&amp;gt;&lt;br /&gt;
upon the nature of the effort to be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed and CUI to be shared. The &amp;lt;br /&amp;gt;&lt;br /&gt;
size of the company with access to the &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI is not a basis for this determination. &amp;lt;br /&amp;gt;&lt;br /&gt;
The value of information and impact of &amp;lt;br /&amp;gt;&lt;br /&gt;
its loss does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information moves to contractors of &amp;lt;br /&amp;gt;&lt;br /&gt;
smaller size. &lt;br /&gt;
&lt;br /&gt;
4. &#039;&#039;Assessment. &#039;&#039;Commenters &lt;br /&gt;
&lt;br /&gt;
questioned whether CMMC will accept &amp;lt;br /&amp;gt;&lt;br /&gt;
reciprocity with other compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
methodologies. Another questioned &amp;lt;br /&amp;gt;&lt;br /&gt;
what would drive a company to seek a &amp;lt;br /&amp;gt;&lt;br /&gt;
reassessment of their environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Other commenters suggested that we &amp;lt;br /&amp;gt;&lt;br /&gt;
allow small businesses 365 days to close &amp;lt;br /&amp;gt;&lt;br /&gt;
their POA&amp;amp;amp;M requirements, as well as &amp;lt;br /&amp;gt;&lt;br /&gt;
suggesting that pre-assessment materials &amp;lt;br /&amp;gt;&lt;br /&gt;
do not need to be uploaded into eMASS, &amp;lt;br /&amp;gt;&lt;br /&gt;
and that the hashing requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
should be simplified. Other suggestions &amp;lt;br /&amp;gt;&lt;br /&gt;
made were to allow Program Managers &amp;lt;br /&amp;gt;&lt;br /&gt;
to relax requirements based on a risk &amp;lt;br /&amp;gt;&lt;br /&gt;
decision and allow assessors to make &amp;lt;br /&amp;gt;&lt;br /&gt;
judgement calls on what evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
constitutes compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. One commenter requested &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD publish an overview of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment methodology that includes &amp;lt;br /&amp;gt;&lt;br /&gt;
the defined frequency guidelines. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additionally, one commenter requested &amp;lt;br /&amp;gt;&lt;br /&gt;
that access to Procurement Integrated &amp;lt;br /&amp;gt;&lt;br /&gt;
Enterprise Environment (PIEE) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Supplier Performance Risk System &amp;lt;br /&amp;gt;&lt;br /&gt;
(SPRS) be made easier for small &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;CMMC requirements &lt;br /&gt;
&lt;br /&gt;
apply to DoD contracts, and not to &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts issued by other agencies. Flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down of CMMC requirements from a &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractor to its subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
shall apply, as addressed in § 170.23(a) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this rule. &lt;br /&gt;
&lt;br /&gt;
DoD intends to allow qualified &lt;br /&gt;
&lt;br /&gt;
standards acceptance of a DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment using NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Status of Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) as addressed in § 170.20. &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 self-assessment, Level &lt;br /&gt;
&lt;br /&gt;
2 certification assessment, and Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment are valid for a &amp;lt;br /&amp;gt;&lt;br /&gt;
defined CMMC Assessment Scope as &amp;lt;br /&amp;gt;&lt;br /&gt;
outlined in § 170.19 CMMC Scoping. A &amp;lt;br /&amp;gt;&lt;br /&gt;
new CMMC assessment may be required &amp;lt;br /&amp;gt;&lt;br /&gt;
if significant architectural or boundary &amp;lt;br /&amp;gt;&lt;br /&gt;
changes are made to the previous &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. Examples include, &amp;lt;br /&amp;gt;&lt;br /&gt;
but are not limited to, expansions of &lt;br /&gt;
&lt;br /&gt;
networks or mergers and acquisitions. &amp;lt;br /&amp;gt;&lt;br /&gt;
Operational changes within an &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, such as adding or &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracting resources within the existing &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment boundary that follow the &amp;lt;br /&amp;gt;&lt;br /&gt;
existing SSP do not require a new &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, but rather are covered by &amp;lt;br /&amp;gt;&lt;br /&gt;
the annual affirmations to the &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
The DoD did not accept the &lt;br /&gt;
&lt;br /&gt;
recommendation to change the criteria &amp;lt;br /&amp;gt;&lt;br /&gt;
for POA&amp;amp;amp;Ms or the timeline allowed to &amp;lt;br /&amp;gt;&lt;br /&gt;
remediate open POA&amp;amp;amp;M items. The 180- &amp;lt;br /&amp;gt;&lt;br /&gt;
day timeline and the determination of &amp;lt;br /&amp;gt;&lt;br /&gt;
the weighted practices that may be &amp;lt;br /&amp;gt;&lt;br /&gt;
included in a POA&amp;amp;amp;M were risk-based &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions. The determination factored &amp;lt;br /&amp;gt;&lt;br /&gt;
the relative risk DoD is willing to accept &amp;lt;br /&amp;gt;&lt;br /&gt;
when a particular practice is Not Met &amp;lt;br /&amp;gt;&lt;br /&gt;
and the amount of risk the DoD is &amp;lt;br /&amp;gt;&lt;br /&gt;
willing to accept for those security &amp;lt;br /&amp;gt;&lt;br /&gt;
practices that remain ‘‘NOT MET’’ for &amp;lt;br /&amp;gt;&lt;br /&gt;
an extended period. Unlike the original &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program, the revised CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program accepts some risk with the use &amp;lt;br /&amp;gt;&lt;br /&gt;
of limited POA&amp;amp;amp;Ms. &lt;br /&gt;
&lt;br /&gt;
There is value to the DoD in having &lt;br /&gt;
&lt;br /&gt;
the pre-assessment information in &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC eMASS for overall program &amp;lt;br /&amp;gt;&lt;br /&gt;
management and oversight. The &amp;lt;br /&amp;gt;&lt;br /&gt;
information indicates that an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is either scheduled or in- &amp;lt;br /&amp;gt;&lt;br /&gt;
process. The CMMC PMO seeks to track &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program adoption, and the pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information allows reporting &amp;lt;br /&amp;gt;&lt;br /&gt;
on upcoming assessments. Based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s cost analysis, the cost to upload &amp;lt;br /&amp;gt;&lt;br /&gt;
pre-assessment material is minimal. The &amp;lt;br /&amp;gt;&lt;br /&gt;
rule and Hashing Guide have been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to add clarity that only &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting a single hash is required, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the name of the hash algorithm used &amp;lt;br /&amp;gt;&lt;br /&gt;
needs to be stored in CMMC eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Each Assessment Objective in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 must yield a finding &amp;lt;br /&amp;gt;&lt;br /&gt;
of MET or NOT APPLICABLE for the &amp;lt;br /&amp;gt;&lt;br /&gt;
overall security requirement to be &amp;lt;br /&amp;gt;&lt;br /&gt;
scored as MET. Assessors exercise &amp;lt;br /&amp;gt;&lt;br /&gt;
judgment in determining when &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient and adequate evidence has &amp;lt;br /&amp;gt;&lt;br /&gt;
been presented to make an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
finding. This is consistent with current &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments conducted under the Joint &amp;lt;br /&amp;gt;&lt;br /&gt;
Surveillance Voluntary Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
(JSVA) program. &lt;br /&gt;
&lt;br /&gt;
A security requirement can be &lt;br /&gt;
&lt;br /&gt;
applicable, even with assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives that are N/A. The security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is NOT MET when one or &amp;lt;br /&amp;gt;&lt;br /&gt;
more applicable assessment objectives is &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET. The requirements of each &amp;lt;br /&amp;gt;&lt;br /&gt;
Level of the CMMC Model are defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in sections §§ 170.15 through 170.18 &amp;lt;br /&amp;gt;&lt;br /&gt;
and the scoring of assessments is &amp;lt;br /&amp;gt;&lt;br /&gt;
described in § 170.24. The assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
frequency required is every year for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Final Level 1 (Self), &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00108&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83199 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
and every 3 years for a CMMC Statuses &amp;lt;br /&amp;gt;&lt;br /&gt;
of Final Level 2 (Self), Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO), and Final Level 3 (DIBCAC), &amp;lt;br /&amp;gt;&lt;br /&gt;
or when changes within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope invalidate the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
The phased implementation plan for &lt;br /&gt;
&lt;br /&gt;
CMMC described in § 170.3(e) is &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to address ramp-up issues, &amp;lt;br /&amp;gt;&lt;br /&gt;
provide time to train the necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
number of assessors, and allow &amp;lt;br /&amp;gt;&lt;br /&gt;
companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The rule has been &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to add an additional six months &amp;lt;br /&amp;gt;&lt;br /&gt;
to the Phase 1 timeline. Phase 2 will &amp;lt;br /&amp;gt;&lt;br /&gt;
start one calendar year after the start of &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1. &lt;br /&gt;
&lt;br /&gt;
5. &#039;&#039;Scoping. &#039;&#039;Commenters expressed &lt;br /&gt;
&lt;br /&gt;
concerns about how External Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Providers (ESP) and SPA and SPD are &amp;lt;br /&amp;gt;&lt;br /&gt;
handled with regard to certification. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another commenter expressed concern &amp;lt;br /&amp;gt;&lt;br /&gt;
about the lack of FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
certified capabilities in the market as &amp;lt;br /&amp;gt;&lt;br /&gt;
well as requesting clarification on the &amp;lt;br /&amp;gt;&lt;br /&gt;
definition of ‘‘Specialized Assets’’, &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically regarding equipment in &amp;lt;br /&amp;gt;&lt;br /&gt;
manufacturing that may not fall under &amp;lt;br /&amp;gt;&lt;br /&gt;
the conventional categories of IoT, IIoT, &amp;lt;br /&amp;gt;&lt;br /&gt;
and OT. Another commenter expressed &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns about how Contractor Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Managed Assets (CRMA) are handled, &amp;lt;br /&amp;gt;&lt;br /&gt;
along with concerns about available &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP certified capabilities. Other &amp;lt;br /&amp;gt;&lt;br /&gt;
comments identified concerns with the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibility of a company that adopts &amp;lt;br /&amp;gt;&lt;br /&gt;
an ESP and their adherence to security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, and the lack of time given &amp;lt;br /&amp;gt;&lt;br /&gt;
in Phase 2 of the CMMC roll-out to &amp;lt;br /&amp;gt;&lt;br /&gt;
garner certification. A question was also &amp;lt;br /&amp;gt;&lt;br /&gt;
asked regarding the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
assumptions on the rigor a Certifying &amp;lt;br /&amp;gt;&lt;br /&gt;
Officer [Affirming Official in the rule] &amp;lt;br /&amp;gt;&lt;br /&gt;
would require before signing an &amp;lt;br /&amp;gt;&lt;br /&gt;
attestation and the methodology used to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the resultant actions that &amp;lt;br /&amp;gt;&lt;br /&gt;
must be taken. Another raised a concern &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding how sub-environments are &amp;lt;br /&amp;gt;&lt;br /&gt;
handled as well as end-to-end &amp;lt;br /&amp;gt;&lt;br /&gt;
encryption in handling CUI. Another &amp;lt;br /&amp;gt;&lt;br /&gt;
expressed concern regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
marking of data as CUI and the potential &amp;lt;br /&amp;gt;&lt;br /&gt;
for overmarking. Some commenters &amp;lt;br /&amp;gt;&lt;br /&gt;
made suggestions that all CUI be held in &amp;lt;br /&amp;gt;&lt;br /&gt;
a special appendix for contracts and &amp;lt;br /&amp;gt;&lt;br /&gt;
only be allowed to be accessed at the &amp;lt;br /&amp;gt;&lt;br /&gt;
prime’s facility or through a government &amp;lt;br /&amp;gt;&lt;br /&gt;
hosted secure portal. A commenter also &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that small businesses should &amp;lt;br /&amp;gt;&lt;br /&gt;
not be made to meet the CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 requirements. Another commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
raised questions about the alternatives &amp;lt;br /&amp;gt;&lt;br /&gt;
that the Department considered in &amp;lt;br /&amp;gt;&lt;br /&gt;
developing the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
Another suggestion was to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
uniform web-based training on &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity and that the definition of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI was unclear, and CUI should stay &lt;br /&gt;
&lt;br /&gt;
under the control of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Government and be maintained in a &amp;lt;br /&amp;gt;&lt;br /&gt;
government owned secure portal. A &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestion was also made that DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
establish a Cyber Protection Program &amp;lt;br /&amp;gt;&lt;br /&gt;
that monitors DIB companies and &amp;lt;br /&amp;gt;&lt;br /&gt;
provides real time health reports on the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB and dynamic intelligence security &amp;lt;br /&amp;gt;&lt;br /&gt;
alerts and recommended actions. A &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestion that NIST establish a special &amp;lt;br /&amp;gt;&lt;br /&gt;
standard for micro-organizations was &amp;lt;br /&amp;gt;&lt;br /&gt;
also provided. Commenters also &amp;lt;br /&amp;gt;&lt;br /&gt;
suggested that the rule was too &amp;lt;br /&amp;gt;&lt;br /&gt;
stringent, and CUI was not marked well &amp;lt;br /&amp;gt;&lt;br /&gt;
or flowed down to subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriately. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;The Department is &lt;br /&gt;
&lt;br /&gt;
committed to overseeing the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program and will take appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
measures to ensure its efficient &amp;lt;br /&amp;gt;&lt;br /&gt;
execution. Presently, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
has no intention of mandating that &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting offices adopt presumptive &amp;lt;br /&amp;gt;&lt;br /&gt;
measures that would reduce the number &amp;lt;br /&amp;gt;&lt;br /&gt;
of small contracts subject to Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, nor does it &amp;lt;br /&amp;gt;&lt;br /&gt;
plan to impose affirmative requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
on prime contracts to utilize enclaves. &lt;br /&gt;
&lt;br /&gt;
Prior to conduct of an assessment, the &lt;br /&gt;
&lt;br /&gt;
OSC engages with the C3PAO assessor. &amp;lt;br /&amp;gt;&lt;br /&gt;
It is during this time that classification &amp;lt;br /&amp;gt;&lt;br /&gt;
of assets should be established, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
results of these discussions documented &amp;lt;br /&amp;gt;&lt;br /&gt;
in pre-planning materials. This is an &amp;lt;br /&amp;gt;&lt;br /&gt;
example of the pre-assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
planning material submitted by the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO as required in § 170.9(b)(8) and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Assessment Scope submitted &amp;lt;br /&amp;gt;&lt;br /&gt;
to eMASS as required in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.17(a)(1)(i)(D). The DoD considered &amp;lt;br /&amp;gt;&lt;br /&gt;
the NIST definitions for System &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Security Relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
Information in the development of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC definition for SPD. This rule &amp;lt;br /&amp;gt;&lt;br /&gt;
does not regulate an OSA’s SPD, but &amp;lt;br /&amp;gt;&lt;br /&gt;
instead implements existing regulatory &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, as defined in 32 CFR 2002.14(h)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and implemented by DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012. The DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 requires protection of &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection assets and security &amp;lt;br /&amp;gt;&lt;br /&gt;
protection data through its specification &amp;lt;br /&amp;gt;&lt;br /&gt;
of NIST SP 800–171. Section 1.1 of &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 states: ‘‘The &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply only to components &amp;lt;br /&amp;gt;&lt;br /&gt;
of nonfederal systems that process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI, or that provide &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection for such &amp;lt;br /&amp;gt;&lt;br /&gt;
components.’’ There is therefore no &amp;lt;br /&amp;gt;&lt;br /&gt;
increase in the scope as described in the &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, and no revisions to cost estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
are required. &lt;br /&gt;
&lt;br /&gt;
The DoD received numerous &lt;br /&gt;
&lt;br /&gt;
comments about the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC when an ESP is used. In &amp;lt;br /&amp;gt;&lt;br /&gt;
response to these comments, the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
revised the rule to reduce the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment burden on External Service &lt;br /&gt;
&lt;br /&gt;
Providers (ESPs) by updating the ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.19(c)(2) and (d)(2). &lt;br /&gt;
&lt;br /&gt;
The use of an ESP, its relationship to &lt;br /&gt;
&lt;br /&gt;
the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be documented in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
System Security Plan and described in &amp;lt;br /&amp;gt;&lt;br /&gt;
the ESP’s service description and &amp;lt;br /&amp;gt;&lt;br /&gt;
customer responsibility matrix (CRM), &amp;lt;br /&amp;gt;&lt;br /&gt;
which describes the responsibilities of &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA and ESP with respect to the &amp;lt;br /&amp;gt;&lt;br /&gt;
services provided. &lt;br /&gt;
&lt;br /&gt;
An ESP is considered a Cloud Service &lt;br /&gt;
&lt;br /&gt;
Provider (CSP) when it provides its own &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services based on a model for &amp;lt;br /&amp;gt;&lt;br /&gt;
enabling ubiquitous, convenient, on- &amp;lt;br /&amp;gt;&lt;br /&gt;
demand network access to a shared pool &amp;lt;br /&amp;gt;&lt;br /&gt;
of configurable computing that can be &amp;lt;br /&amp;gt;&lt;br /&gt;
rapidly provisioned and released with &amp;lt;br /&amp;gt;&lt;br /&gt;
minimal management effort or service &amp;lt;br /&amp;gt;&lt;br /&gt;
provider interaction on the part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. ESPs that are CSPs, and process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI, must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP requirements in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. ESPs that are &amp;lt;br /&amp;gt;&lt;br /&gt;
CSPs and do &#039;&#039;not &#039;&#039;process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI, are not required to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP requirements in DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. &lt;br /&gt;
&lt;br /&gt;
An ESP that is not an CSP and &lt;br /&gt;
&lt;br /&gt;
processes, stores, or transmits CUI, is &amp;lt;br /&amp;gt;&lt;br /&gt;
considered an extension of the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
environment and the ESP services used &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet OSA requirements are within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSA’s CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. As part of that environment, &amp;lt;br /&amp;gt;&lt;br /&gt;
the ESP will be assessed against all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
accountable for all users who have &amp;lt;br /&amp;gt;&lt;br /&gt;
access to CUI as part of the ESP’s &amp;lt;br /&amp;gt;&lt;br /&gt;
service, not just OSA employees. ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
that are not CSPs and do NOT process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI, do not require &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
Nothing in the rule precludes an ESP, &lt;br /&gt;
&lt;br /&gt;
that is not a CSP, from voluntarily &amp;lt;br /&amp;gt;&lt;br /&gt;
requesting a C3PAO assessment, and a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO from performing such an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, if the ESP makes that &amp;lt;br /&amp;gt;&lt;br /&gt;
business decision. Similarly, the ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
can request a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment from the DCMA DIBCAC if &amp;lt;br /&amp;gt;&lt;br /&gt;
they have successfully met all the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements during a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. &lt;br /&gt;
&lt;br /&gt;
ESPs can be part of the same &lt;br /&gt;
&lt;br /&gt;
corporate/organizational structure but &amp;lt;br /&amp;gt;&lt;br /&gt;
still be external to the OSA such as a &amp;lt;br /&amp;gt;&lt;br /&gt;
centralized SOC or NOC which supports &amp;lt;br /&amp;gt;&lt;br /&gt;
multiple business units. An ESP that is &amp;lt;br /&amp;gt;&lt;br /&gt;
used as staff augmentation and the OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
provides all processes, technology, and &amp;lt;br /&amp;gt;&lt;br /&gt;
facilities does not need a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
An ESP (not a CSP) that provides &lt;br /&gt;
&lt;br /&gt;
technical support services to its clients &amp;lt;br /&amp;gt;&lt;br /&gt;
would be considered an MSP, since it &amp;lt;br /&amp;gt;&lt;br /&gt;
does not host its own cloud platform &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00109&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83200 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
offering. An ESP may utilize cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
offerings to deliver services to clients &amp;lt;br /&amp;gt;&lt;br /&gt;
without being a CSP. An ESP that &amp;lt;br /&amp;gt;&lt;br /&gt;
manages a third-party cloud service on &amp;lt;br /&amp;gt;&lt;br /&gt;
behalf of an OSA would not be &amp;lt;br /&amp;gt;&lt;br /&gt;
considered a CSP. &lt;br /&gt;
&lt;br /&gt;
6. &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;Commenters expressed &lt;br /&gt;
&lt;br /&gt;
concern regarding the limited nature of &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms in CMMC as well as the &amp;lt;br /&amp;gt;&lt;br /&gt;
timeline and lack of flexibility in &amp;lt;br /&amp;gt;&lt;br /&gt;
remediating the POA&amp;amp;amp;Ms. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response. &#039;&#039;The DoD did not &lt;br /&gt;
&lt;br /&gt;
accept the recommendation to change &amp;lt;br /&amp;gt;&lt;br /&gt;
the criteria in § 170.21 for POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements or the timeline allowed to &amp;lt;br /&amp;gt;&lt;br /&gt;
remediate open POA&amp;amp;amp;M items. The 180- &amp;lt;br /&amp;gt;&lt;br /&gt;
day timeline and the determination of &amp;lt;br /&amp;gt;&lt;br /&gt;
which weighted practices can be placed &amp;lt;br /&amp;gt;&lt;br /&gt;
on a POA&amp;amp;amp;M were risk-based decisions. &amp;lt;br /&amp;gt;&lt;br /&gt;
The determination factored into account &amp;lt;br /&amp;gt;&lt;br /&gt;
for the relative risk DoD is willing to &amp;lt;br /&amp;gt;&lt;br /&gt;
accept when a particular practice is not &amp;lt;br /&amp;gt;&lt;br /&gt;
met and the amount of risk the DoD is &amp;lt;br /&amp;gt;&lt;br /&gt;
willing to accept for those security &amp;lt;br /&amp;gt;&lt;br /&gt;
practices that remain ‘‘NOT MET’’ for &amp;lt;br /&amp;gt;&lt;br /&gt;
the extended period of time. The phased &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan in § 170.3(e) is &amp;lt;br /&amp;gt;&lt;br /&gt;
intended to address ramp-up issues, &amp;lt;br /&amp;gt;&lt;br /&gt;
provide time to train the necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
number of assessors, and allow &amp;lt;br /&amp;gt;&lt;br /&gt;
companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. DoD has updated the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
to add an additional six months to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 timeline, now one year. Phase &amp;lt;br /&amp;gt;&lt;br /&gt;
2 will start one calendar year after the &amp;lt;br /&amp;gt;&lt;br /&gt;
start of Phase 1. &lt;br /&gt;
&lt;br /&gt;
7. &#039;&#039;Incorporation by Reference. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Commenters expressed concern about &amp;lt;br /&amp;gt;&lt;br /&gt;
the confusion between the NIST 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
171 R2 being included in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
rule and not the recently published Rev &amp;lt;br /&amp;gt;&lt;br /&gt;
3. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response. &#039;&#039;The Office of the &lt;br /&gt;
&lt;br /&gt;
Federal Register regulations (1 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
51) require the specification of a &amp;lt;br /&amp;gt;&lt;br /&gt;
revision to a standard. Specifying a &amp;lt;br /&amp;gt;&lt;br /&gt;
revision benefits the CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
by ensuring it moves forward from one &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST standard to the next in an &amp;lt;br /&amp;gt;&lt;br /&gt;
organized manner. The DoD cites NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2 in this final rule for a &amp;lt;br /&amp;gt;&lt;br /&gt;
variety of reasons, including the time &amp;lt;br /&amp;gt;&lt;br /&gt;
needed for industry preparation to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement and time needed to prepare &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem to perform &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments against subsequent &amp;lt;br /&amp;gt;&lt;br /&gt;
revisions. DoD is unable to incorporate &amp;lt;br /&amp;gt;&lt;br /&gt;
suggestions that CMMC assessments be &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned to whichever NIST revision is &amp;lt;br /&amp;gt;&lt;br /&gt;
current at the time of solicitation. &amp;lt;br /&amp;gt;&lt;br /&gt;
Comments on the specifics on NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 Revision 3 should be directed &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST. &lt;br /&gt;
&lt;br /&gt;
8. &#039;&#039;Affirmation. &#039;&#039;Commenters expressed &lt;br /&gt;
&lt;br /&gt;
confusion regarding the definition of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirming Official as well as how the &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation process works &#039;&#039;i.e., &#039;&#039;is the &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation for each company or the &lt;br /&gt;
&lt;br /&gt;
whole supply chain. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
also expressed confusion regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
whether an affirmation was required at &amp;lt;br /&amp;gt;&lt;br /&gt;
each certification level annually. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response. &#039;&#039;The rule was modified &lt;br /&gt;
&lt;br /&gt;
to include a definition for &#039;&#039;Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official &#039;&#039;in § 170.4. &lt;br /&gt;
&lt;br /&gt;
The DoD considered the &lt;br /&gt;
&lt;br /&gt;
recommended text revisions and &amp;lt;br /&amp;gt;&lt;br /&gt;
modified the text for added clarity about &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations. DoD’s use of the term OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
within the affirmations section is &amp;lt;br /&amp;gt;&lt;br /&gt;
deliberate and conveys that each &amp;lt;br /&amp;gt;&lt;br /&gt;
organization is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations pertaining to their own &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. To help clarify the point in &amp;lt;br /&amp;gt;&lt;br /&gt;
question, § 170.22(a)(1) addresses &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirming Official and has been revised &amp;lt;br /&amp;gt;&lt;br /&gt;
to clarify that CMMC affirmations shall &amp;lt;br /&amp;gt;&lt;br /&gt;
be submitted by the OSA and apply &amp;lt;br /&amp;gt;&lt;br /&gt;
only to the information systems of that &amp;lt;br /&amp;gt;&lt;br /&gt;
organization. &lt;br /&gt;
&lt;br /&gt;
The DoD deems that the requirement &lt;br /&gt;
&lt;br /&gt;
to annually affirm continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements at the designated CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level and following the procedures in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22 is not a significant additional &amp;lt;br /&amp;gt;&lt;br /&gt;
burden. The requirement for annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations takes the place of an annual &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification and ensures the &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirming Official responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements is monitoring &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance. &lt;br /&gt;
&lt;br /&gt;
9. &#039;&#039;Alternatives. &#039;&#039;Several commenters &lt;br /&gt;
&lt;br /&gt;
provided suggestions for alternative &amp;lt;br /&amp;gt;&lt;br /&gt;
means to implement verification of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards. These suggestions included &amp;lt;br /&amp;gt;&lt;br /&gt;
the following: &lt;br /&gt;
&lt;br /&gt;
• Provide flexibility for the CMMC &lt;br /&gt;
&lt;br /&gt;
AB to allow a C3PAO partial assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
of perspective Managed Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Providers. &lt;br /&gt;
&lt;br /&gt;
• Allow small businesses to continue &lt;br /&gt;
&lt;br /&gt;
performing self-assessments and self- &amp;lt;br /&amp;gt;&lt;br /&gt;
certify along with increasing the support &amp;lt;br /&amp;gt;&lt;br /&gt;
provided to small business from DC3 to &amp;lt;br /&amp;gt;&lt;br /&gt;
expand paying for consultants to assist &amp;lt;br /&amp;gt;&lt;br /&gt;
with compliance as well as paying for &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses assessments, &lt;br /&gt;
&lt;br /&gt;
• Integrate cybersecurity and &lt;br /&gt;
&lt;br /&gt;
traditional counterintelligence &amp;lt;br /&amp;gt;&lt;br /&gt;
measures, establishing a secure software &amp;lt;br /&amp;gt;&lt;br /&gt;
development environment in a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD hosts, as well as providing a &amp;lt;br /&amp;gt;&lt;br /&gt;
secure environment in which small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses could operate. &lt;br /&gt;
&lt;br /&gt;
• Require Prime contractors to &lt;br /&gt;
&lt;br /&gt;
assume the cost of CMMC for their &amp;lt;br /&amp;gt;&lt;br /&gt;
supply chain. &lt;br /&gt;
&lt;br /&gt;
• Only assess a sampling of the &lt;br /&gt;
&lt;br /&gt;
Defense Industrial Base. &lt;br /&gt;
&lt;br /&gt;
• Increase the Certification validity &lt;br /&gt;
&lt;br /&gt;
time period from 3 to 10 years. &lt;br /&gt;
&lt;br /&gt;
• Shift the requirement to post award. &lt;br /&gt;
&lt;br /&gt;
• Re-evaluate the program to reduce &lt;br /&gt;
&lt;br /&gt;
requirements to make it easier. &lt;br /&gt;
&lt;br /&gt;
• Stay with only the DCMA DIBCAC &lt;br /&gt;
&lt;br /&gt;
performing assessments on the DIB. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;DoD considered many &lt;br /&gt;
&lt;br /&gt;
alternatives before deciding upon the &amp;lt;br /&amp;gt;&lt;br /&gt;
current CMMC structure. To date, &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative methods of assessment have &amp;lt;br /&amp;gt;&lt;br /&gt;
proven inadequate and necessitated the &amp;lt;br /&amp;gt;&lt;br /&gt;
establishment of CMMC. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
determined the requirements for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body, and this &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation body will administer the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
DoD must enforce CMMC &lt;br /&gt;
&lt;br /&gt;
requirements uniformly across the DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
for all contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
who process, store, or transmit CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
value of information and the impact of &amp;lt;br /&amp;gt;&lt;br /&gt;
its loss does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information moves to contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. &lt;br /&gt;
&lt;br /&gt;
The DoD notes with interest the &lt;br /&gt;
&lt;br /&gt;
commenter’s reference to initiatives in a &amp;lt;br /&amp;gt;&lt;br /&gt;
report to Congress describing the &amp;lt;br /&amp;gt;&lt;br /&gt;
breadth of cybersecurity related &amp;lt;br /&amp;gt;&lt;br /&gt;
initiatives within the Department. While &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program is an important &amp;lt;br /&amp;gt;&lt;br /&gt;
initiative, it is by no means the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department’s only effort to improve DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity. The CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
addresses the adequate safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor owned information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
which process, store, or transmit FCI or &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. Other DoD initiatives related to &amp;lt;br /&amp;gt;&lt;br /&gt;
secure cloud or software development &amp;lt;br /&amp;gt;&lt;br /&gt;
environments are beyond the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program. &lt;br /&gt;
&lt;br /&gt;
The DoD declined to accept the &lt;br /&gt;
&lt;br /&gt;
recommended alternative of relying &amp;lt;br /&amp;gt;&lt;br /&gt;
exclusively on self-assessment with the &amp;lt;br /&amp;gt;&lt;br /&gt;
potential to require a DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment for only a sampling of DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors, which is essentially the &amp;lt;br /&amp;gt;&lt;br /&gt;
status quo. Both GAO reporting and &amp;lt;br /&amp;gt;&lt;br /&gt;
other DoD analysis have shown that the &amp;lt;br /&amp;gt;&lt;br /&gt;
DIB has not consistently implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
the NIST SP 800–171 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
needed to comply with DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012, notwithstanding DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
stated objective in this clause is for &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance ‘‘as soon as practical, but &amp;lt;br /&amp;gt;&lt;br /&gt;
not later than December 31, 2017.’’ &lt;br /&gt;
&lt;br /&gt;
The DoD declined to accept the risk &lt;br /&gt;
&lt;br /&gt;
associated with implementing CMMC as &amp;lt;br /&amp;gt;&lt;br /&gt;
a post-award requirement. When &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts require contractors to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI, DoD requires that &amp;lt;br /&amp;gt;&lt;br /&gt;
they be compliant with DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 and competent to &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguard CUI from the &amp;lt;br /&amp;gt;&lt;br /&gt;
beginning of the period of performance. &lt;br /&gt;
&lt;br /&gt;
DoD declined the recommendation to &lt;br /&gt;
&lt;br /&gt;
require primes to assume the cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC compliance for their &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. &lt;br /&gt;
&lt;br /&gt;
The aggregated SPRS reporting and &lt;br /&gt;
&lt;br /&gt;
scoring is CUI. The DoD does not plan &amp;lt;br /&amp;gt;&lt;br /&gt;
to make this information public at this &amp;lt;br /&amp;gt;&lt;br /&gt;
time, as it may aid adversaries in &amp;lt;br /&amp;gt;&lt;br /&gt;
coordinating their attacks. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00110&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83201 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
The Department declined to adopt the &lt;br /&gt;
&lt;br /&gt;
recommendation to allow DIB members &amp;lt;br /&amp;gt;&lt;br /&gt;
to assist in designing the DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanism for assessing DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with DoD’s contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In developing the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
program, the DoD sought and &amp;lt;br /&amp;gt;&lt;br /&gt;
considered DIB input. &lt;br /&gt;
&lt;br /&gt;
DoD disagreed with the comment that &lt;br /&gt;
&lt;br /&gt;
there is a lack of scalability in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. The phased &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation plan described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3(e) is intended to address ramp- &amp;lt;br /&amp;gt;&lt;br /&gt;
up issues within the CMMC Ecosystem, &amp;lt;br /&amp;gt;&lt;br /&gt;
provide time to train the necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
number of assessors, and allow &amp;lt;br /&amp;gt;&lt;br /&gt;
companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
The rule was updated to add an &lt;br /&gt;
&lt;br /&gt;
additional six months to the Phase 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
timeline, now one year. Further &amp;lt;br /&amp;gt;&lt;br /&gt;
extension of the implementation period &amp;lt;br /&amp;gt;&lt;br /&gt;
or other solutions may be considered in &amp;lt;br /&amp;gt;&lt;br /&gt;
the future to mitigate any C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
capacity issues, but the Department has &amp;lt;br /&amp;gt;&lt;br /&gt;
no such plans at this time. &lt;br /&gt;
&lt;br /&gt;
As with all DoD programs, the &lt;br /&gt;
&lt;br /&gt;
Department intends to effectively &amp;lt;br /&amp;gt;&lt;br /&gt;
oversee the CMMC Program and take the &amp;lt;br /&amp;gt;&lt;br /&gt;
actions needed to manage its effective &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation. Although the full &amp;lt;br /&amp;gt;&lt;br /&gt;
extent of DoD’s oversight process is &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the scope of this rule, the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
text does address DoD’s authority to &amp;lt;br /&amp;gt;&lt;br /&gt;
waive the application of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements when warranted. &lt;br /&gt;
&lt;br /&gt;
The DoD disagrees with commenters’ &lt;br /&gt;
&lt;br /&gt;
assertions about NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and the available assessment methods. &amp;lt;br /&amp;gt;&lt;br /&gt;
The NIST SP 800–171 R2 standard was &amp;lt;br /&amp;gt;&lt;br /&gt;
chosen since it is enterprise focused and &amp;lt;br /&amp;gt;&lt;br /&gt;
already required in DoD contracts when &amp;lt;br /&amp;gt;&lt;br /&gt;
DFARS clause 252.204–7012 is &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC currently performs &lt;br /&gt;
&lt;br /&gt;
assessments against NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2, which identifies the target audience &amp;lt;br /&amp;gt;&lt;br /&gt;
to include individuals with security &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment responsibilities, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
auditors, assessors, and ‘‘independent &amp;lt;br /&amp;gt;&lt;br /&gt;
verifiers.’’ &lt;br /&gt;
&lt;br /&gt;
The Department does not have the &lt;br /&gt;
&lt;br /&gt;
organic capacity to adequately assess &amp;lt;br /&amp;gt;&lt;br /&gt;
the 220,000+ companies in the DIB. The &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD will not assume the workload of &amp;lt;br /&amp;gt;&lt;br /&gt;
directly assessing every DIB contractor. &lt;br /&gt;
&lt;br /&gt;
In this final rule, DoD established a &lt;br /&gt;
&lt;br /&gt;
scalable way to verify, through &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, that contractors have &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented required security &amp;lt;br /&amp;gt;&lt;br /&gt;
measures necessary to safeguard DoD’s &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
It is important that contractors &lt;br /&gt;
&lt;br /&gt;
maintain security compliance for &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CUI. Given the evolving &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity threat, DoD’s best interests &amp;lt;br /&amp;gt;&lt;br /&gt;
are served by ensuring that Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment and certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments remain valid for no longer &amp;lt;br /&amp;gt;&lt;br /&gt;
than a 3-year period, regardless of who &amp;lt;br /&amp;gt;&lt;br /&gt;
performs the assessment. &lt;br /&gt;
&lt;br /&gt;
10. &#039;&#039;Applicability. &#039;&#039;Commenters &lt;br /&gt;
&lt;br /&gt;
expressed frustration with exempting &amp;lt;br /&amp;gt;&lt;br /&gt;
Commercial- Off-The-Shelf (COTS) &amp;lt;br /&amp;gt;&lt;br /&gt;
products and procurements under the &amp;lt;br /&amp;gt;&lt;br /&gt;
micro-purchase threshold from CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
certification, and not providing &amp;lt;br /&amp;gt;&lt;br /&gt;
exemptions for Native American, small, &amp;lt;br /&amp;gt;&lt;br /&gt;
disadvantaged businesses, and Small &amp;lt;br /&amp;gt;&lt;br /&gt;
Business Innovative Research contracts. &amp;lt;br /&amp;gt;&lt;br /&gt;
They also expressed concerns about &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived threatened penalties and lack &amp;lt;br /&amp;gt;&lt;br /&gt;
of recognition of recurring costs to Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 assessments. A commenter also &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended reversing the phased &amp;lt;br /&amp;gt;&lt;br /&gt;
approach to require Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements be implemented first. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;Some comments &lt;br /&gt;
&lt;br /&gt;
pertain to the 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition rule, including applicability &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC clause to COTS &amp;lt;br /&amp;gt;&lt;br /&gt;
procurements and those below the &amp;lt;br /&amp;gt;&lt;br /&gt;
micro-purchase threshold. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
comments are not within the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, which outlines program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements rather than contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures. &lt;br /&gt;
&lt;br /&gt;
This rule has no disproportionate &lt;br /&gt;
&lt;br /&gt;
impact on Native American owned &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses. Once identified as a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements will apply uniformly to all &amp;lt;br /&amp;gt;&lt;br /&gt;
prospective contractors. &lt;br /&gt;
&lt;br /&gt;
DoD must enforce safeguarding &lt;br /&gt;
&lt;br /&gt;
requirements uniformly across the DIB &amp;lt;br /&amp;gt;&lt;br /&gt;
for all contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
who process, store, or transmit CUI. The &amp;lt;br /&amp;gt;&lt;br /&gt;
value of information and impact of its &amp;lt;br /&amp;gt;&lt;br /&gt;
loss does not diminish when the &amp;lt;br /&amp;gt;&lt;br /&gt;
information moves to DoD contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
and DoD subcontractors, regardless of &amp;lt;br /&amp;gt;&lt;br /&gt;
their status as Native American or small &amp;lt;br /&amp;gt;&lt;br /&gt;
disadvantaged businesses. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CMMC Program is &lt;br /&gt;
&lt;br /&gt;
to ensure that DoD contracts that require &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to safeguard FCI and CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;i.e., &#039;&#039;contracts that include FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 and DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012) will be awarded to contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
with the ability to protect that &amp;lt;br /&amp;gt;&lt;br /&gt;
information appropriately. Accordingly, &amp;lt;br /&amp;gt;&lt;br /&gt;
all contractor owned information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems that process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI in the performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract are subject to the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
of FAR clause 52.204–21 and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 as implemented by DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012. &lt;br /&gt;
&lt;br /&gt;
The CMMC Program rule does not &lt;br /&gt;
&lt;br /&gt;
include ‘‘threatened penalties.’’ If a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement of a DoD contract is not &amp;lt;br /&amp;gt;&lt;br /&gt;
met, then standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable to that contract may apply. &lt;br /&gt;
&lt;br /&gt;
The phased implementation plan &lt;br /&gt;
&lt;br /&gt;
described in § 170.3(e) is intended to &lt;br /&gt;
&lt;br /&gt;
address ramp-up issues, provide time to &amp;lt;br /&amp;gt;&lt;br /&gt;
train the necessary number of assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
and allow companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
The self-assessment requirements &lt;br /&gt;
&lt;br /&gt;
build on the existing DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020 requirement as part of &amp;lt;br /&amp;gt;&lt;br /&gt;
basic safeguarding of CUI. CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 requires advanced implementation, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the phase-in period provides &amp;lt;br /&amp;gt;&lt;br /&gt;
additional time for an OSC to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
the higher standard. &lt;br /&gt;
&lt;br /&gt;
11. &#039;&#039;Flow down. &#039;&#039;Commenters &lt;br /&gt;
&lt;br /&gt;
expressed concern that the CMMC rule &amp;lt;br /&amp;gt;&lt;br /&gt;
language was not clear enough regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
when self-assessments are allowed. One &amp;lt;br /&amp;gt;&lt;br /&gt;
commenter believed requiring prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to validate the compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
of those they transmit CUI to was too &amp;lt;br /&amp;gt;&lt;br /&gt;
onerous and that the rule language was &amp;lt;br /&amp;gt;&lt;br /&gt;
not clear on how to determine what &amp;lt;br /&amp;gt;&lt;br /&gt;
level of CUI is being passed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;DoD policies guide &lt;br /&gt;
&lt;br /&gt;
Program Managers to appropriately &amp;lt;br /&amp;gt;&lt;br /&gt;
apply CMMC Status requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD solicitations and resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts, to include when Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment rather than Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is appropriate. &lt;br /&gt;
&lt;br /&gt;
The commenter misinterprets the text &lt;br /&gt;
&lt;br /&gt;
of § 170.23, which states: &#039;&#039;If &#039;&#039;a &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontract &#039;&#039;and &#039;&#039;the associated prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor has a requirement for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO), &#039;&#039;then &amp;lt;br /&amp;gt;&lt;br /&gt;
the &#039;&#039;CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. &lt;br /&gt;
&lt;br /&gt;
CMMC flow down requirements are &lt;br /&gt;
&lt;br /&gt;
designed to apply consistent assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to all contractors, whether &amp;lt;br /&amp;gt;&lt;br /&gt;
prime or subcontractor and regardless of &amp;lt;br /&amp;gt;&lt;br /&gt;
company size, who are required to &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguard CUI. The DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
cannot dictate DIB business practices &amp;lt;br /&amp;gt;&lt;br /&gt;
and encourages prime contractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
carefully consider the necessity of &amp;lt;br /&amp;gt;&lt;br /&gt;
sharing CUI information and to work &amp;lt;br /&amp;gt;&lt;br /&gt;
with its subcontractors to flow down &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI with the required security and the &amp;lt;br /&amp;gt;&lt;br /&gt;
least burden. &lt;br /&gt;
&lt;br /&gt;
Defense contractors may share &lt;br /&gt;
&lt;br /&gt;
information about their CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
with other DIB members to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
effective teaming arrangements when &amp;lt;br /&amp;gt;&lt;br /&gt;
competing for DoD contract &amp;lt;br /&amp;gt;&lt;br /&gt;
opportunities. &lt;br /&gt;
&lt;br /&gt;
In addition, CMMC requirements &lt;br /&gt;
&lt;br /&gt;
apply for prime contractors and their &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors as outlined in § 170.23. &amp;lt;br /&amp;gt;&lt;br /&gt;
For additional information about flow &amp;lt;br /&amp;gt;&lt;br /&gt;
down of contractual requirements, see &amp;lt;br /&amp;gt;&lt;br /&gt;
the 48 CFR part 204 CMMC Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
rule, RIN 0750–AK81, Assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements (DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
Case 2019–D041). &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00111&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83202 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
12. &#039;&#039;International. &#039;&#039;Commenters &lt;br /&gt;
&lt;br /&gt;
expressed concern about international &amp;lt;br /&amp;gt;&lt;br /&gt;
partners’ use of cloud services that do &amp;lt;br /&amp;gt;&lt;br /&gt;
not have FedRAMP or GovCloud &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalency. Also concerns that the &amp;lt;br /&amp;gt;&lt;br /&gt;
draft language [in the proposed rule] did &amp;lt;br /&amp;gt;&lt;br /&gt;
not explain reciprocity of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards between the U.S. and &amp;lt;br /&amp;gt;&lt;br /&gt;
International Partners. One commenter &amp;lt;br /&amp;gt;&lt;br /&gt;
recommended exempting foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses from assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;A domestic or &lt;br /&gt;
&lt;br /&gt;
international business seeking a contract &amp;lt;br /&amp;gt;&lt;br /&gt;
that includes DFARS clause 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, and using a cloud service provider &amp;lt;br /&amp;gt;&lt;br /&gt;
to process, store, or transmit covered &amp;lt;br /&amp;gt;&lt;br /&gt;
defense information in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
that DoD contract, must meet FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or equivalency &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. As the FedRAMP program &amp;lt;br /&amp;gt;&lt;br /&gt;
and FedRAMP equivalency are available &amp;lt;br /&amp;gt;&lt;br /&gt;
to international organizations, foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
partners do not need to develop their &amp;lt;br /&amp;gt;&lt;br /&gt;
own FedRAMP program. &lt;br /&gt;
&lt;br /&gt;
The DoD leverages FedRAMP to &lt;br /&gt;
&lt;br /&gt;
provide the requirements for the &amp;lt;br /&amp;gt;&lt;br /&gt;
adoption of secure cloud services across &amp;lt;br /&amp;gt;&lt;br /&gt;
the Federal Government by providing a &amp;lt;br /&amp;gt;&lt;br /&gt;
standardized approach to security and &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment for cloud technologies &amp;lt;br /&amp;gt;&lt;br /&gt;
and Federal agencies. &lt;br /&gt;
&lt;br /&gt;
The Implementation of CMMC &lt;br /&gt;
&lt;br /&gt;
Program requirements described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3(e) of the rule does not promote &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments of any contractors over any &amp;lt;br /&amp;gt;&lt;br /&gt;
other contractors. All companies, &amp;lt;br /&amp;gt;&lt;br /&gt;
regardless of size, location, or &amp;lt;br /&amp;gt;&lt;br /&gt;
nationality, will have access to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized C3PAOs for certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. The rule does not preclude &amp;lt;br /&amp;gt;&lt;br /&gt;
non-U.S. citizens or foreign-owned &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs from operating in the U.S. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additionally, U.S.-owned C3PAOs may &amp;lt;br /&amp;gt;&lt;br /&gt;
operate in a foreign nation. &lt;br /&gt;
&lt;br /&gt;
Section 170.20 states that OSCs that &lt;br /&gt;
&lt;br /&gt;
have completed a DCMA DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment aligned with CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoping will be given the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Final Level 2 (C3PAO). International &amp;lt;br /&amp;gt;&lt;br /&gt;
standards acceptance is not addressed &amp;lt;br /&amp;gt;&lt;br /&gt;
in this rule. &lt;br /&gt;
&lt;br /&gt;
Any consideration of reciprocity &lt;br /&gt;
&lt;br /&gt;
between foreign partner protected &amp;lt;br /&amp;gt;&lt;br /&gt;
information and CUI and FCI would &amp;lt;br /&amp;gt;&lt;br /&gt;
require a formal government to &amp;lt;br /&amp;gt;&lt;br /&gt;
government international arrangement &amp;lt;br /&amp;gt;&lt;br /&gt;
or agreement and is outside the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
this 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. &lt;br /&gt;
&lt;br /&gt;
Any discussion of exemptions for &lt;br /&gt;
&lt;br /&gt;
foreign businesses are outside the scope &amp;lt;br /&amp;gt;&lt;br /&gt;
of the 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule and may be addressed through &amp;lt;br /&amp;gt;&lt;br /&gt;
government-to-government international &amp;lt;br /&amp;gt;&lt;br /&gt;
arrangements or agreements. &lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;Discussion of Public Comments &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;and Resulting Changes &#039;&#039;section in the &amp;lt;br /&amp;gt;&lt;br /&gt;
preamble of the final rule addresses all &lt;br /&gt;
&lt;br /&gt;
public comments received during the &amp;lt;br /&amp;gt;&lt;br /&gt;
mandatory 60-day public comment &amp;lt;br /&amp;gt;&lt;br /&gt;
period for the proposed rule and &amp;lt;br /&amp;gt;&lt;br /&gt;
supporting documents. &lt;br /&gt;
&lt;br /&gt;
Response to Comments From Chief &amp;lt;br /&amp;gt;&lt;br /&gt;
Counsel for Advocacy of the SBA &lt;br /&gt;
&lt;br /&gt;
On December 26, 2023, the &lt;br /&gt;
&lt;br /&gt;
Department of Defense (DoD) published &amp;lt;br /&amp;gt;&lt;br /&gt;
a proposed rule entitled Cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
Maturity Model Certification (CMMC) &amp;lt;br /&amp;gt;&lt;br /&gt;
Program, 88 CFR 89058. This proposed &amp;lt;br /&amp;gt;&lt;br /&gt;
rule intends to create a mechanism by &amp;lt;br /&amp;gt;&lt;br /&gt;
which the DoD can certify that &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors are in &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the stated &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity guidelines. The SBA &amp;lt;br /&amp;gt;&lt;br /&gt;
Office of Advocacy (SBA or Advocacy) &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted the following comments and &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns on the proposed rule in a letter &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed to the DoD CIO within the &amp;lt;br /&amp;gt;&lt;br /&gt;
public comment period for the proposed &amp;lt;br /&amp;gt;&lt;br /&gt;
32 CFR part 170 CMMC Program rule. &lt;br /&gt;
&lt;br /&gt;
‘‘Advocacy is principally concerned &lt;br /&gt;
&lt;br /&gt;
with the ability for small businesses to &amp;lt;br /&amp;gt;&lt;br /&gt;
meet and comply with the standards &amp;lt;br /&amp;gt;&lt;br /&gt;
and timelines set out in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program without further clarification &amp;lt;br /&amp;gt;&lt;br /&gt;
and guidance documents from the DoD. &amp;lt;br /&amp;gt;&lt;br /&gt;
The current rule does not provide clear &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance on the process to create &amp;lt;br /&amp;gt;&lt;br /&gt;
enclaves, which would allow more &amp;lt;br /&amp;gt;&lt;br /&gt;
small business subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
participate in DoD contracts without &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting the full requirements necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
for the prime contractor. Advocacy &amp;lt;br /&amp;gt;&lt;br /&gt;
seeks clarification on the role of Third- &amp;lt;br /&amp;gt;&lt;br /&gt;
Party Assessment Organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) and the indemnification a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO has if a contractor or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor is out of compliance.’’ &lt;br /&gt;
&lt;br /&gt;
‘‘Advocacy concerns also include the &lt;br /&gt;
&lt;br /&gt;
process of how and if more C3PAOs can &amp;lt;br /&amp;gt;&lt;br /&gt;
be certified by the DoD to review the &amp;lt;br /&amp;gt;&lt;br /&gt;
numerous contracts that will be subject &amp;lt;br /&amp;gt;&lt;br /&gt;
to certifications. Advocacy urges the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD to provide clarification about the &amp;lt;br /&amp;gt;&lt;br /&gt;
enforcement mechanisms for breaches &amp;lt;br /&amp;gt;&lt;br /&gt;
of cybersecurity.’’ &lt;br /&gt;
&lt;br /&gt;
‘‘Lastly, Advocacy reminds the DoD &lt;br /&gt;
&lt;br /&gt;
that this rule will impose a high cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance on small businesses and any &amp;lt;br /&amp;gt;&lt;br /&gt;
means to reduce the burden on small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses will increase the &amp;lt;br /&amp;gt;&lt;br /&gt;
participation of these impacted &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses.’’ &lt;br /&gt;
&lt;br /&gt;
‘‘The proposed rule would give &lt;br /&gt;
&lt;br /&gt;
contractual effect to NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
and 172, requiring companies to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
the three levels of compliance if the &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts involve FCI or CUI. CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
attempts to redesign previous iterations &amp;lt;br /&amp;gt;&lt;br /&gt;
of cybersecurity models with a more &amp;lt;br /&amp;gt;&lt;br /&gt;
streamlined process. This proposal &amp;lt;br /&amp;gt;&lt;br /&gt;
would simplify previous systems to &amp;lt;br /&amp;gt;&lt;br /&gt;
create a more streamlined certification &amp;lt;br /&amp;gt;&lt;br /&gt;
system. This rule differs from previous &amp;lt;br /&amp;gt;&lt;br /&gt;
iterations by allowing for businesses to &amp;lt;br /&amp;gt;&lt;br /&gt;
create enclaves within their business &lt;br /&gt;
&lt;br /&gt;
models, allowing the business to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the CMMC standards while &amp;lt;br /&amp;gt;&lt;br /&gt;
not drastically changing every aspect of &amp;lt;br /&amp;gt;&lt;br /&gt;
their business process.’’ &lt;br /&gt;
&lt;br /&gt;
‘‘&#039;&#039;SBA Comment 1: &#039;&#039;Under the &lt;br /&gt;
&lt;br /&gt;
proposed rule, the CMMC Program will &amp;lt;br /&amp;gt;&lt;br /&gt;
require all DoD contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors who handle Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
contract information (FCI) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI) to maintain cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
protections of their systems. CMMC will &amp;lt;br /&amp;gt;&lt;br /&gt;
create three levels of compliance, &amp;lt;br /&amp;gt;&lt;br /&gt;
depending on the level of security &amp;lt;br /&amp;gt;&lt;br /&gt;
necessary for which the contractor has &amp;lt;br /&amp;gt;&lt;br /&gt;
access. Level 1 has 15 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
focused on logging access to potential &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI. Level 2 includes minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for contractors handling &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI and adds 110 requirements. Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
addresses an additional 24 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Each level will pose &amp;lt;br /&amp;gt;&lt;br /&gt;
varying challenges for small businesses &amp;lt;br /&amp;gt;&lt;br /&gt;
of every kind to comply with the &amp;lt;br /&amp;gt;&lt;br /&gt;
progressing requirements. Advocacy has &amp;lt;br /&amp;gt;&lt;br /&gt;
commented on previous proposals for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC concerning the significant &amp;lt;br /&amp;gt;&lt;br /&gt;
impact this will have on small business &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors.’’ &lt;br /&gt;
&lt;br /&gt;
‘‘Advocacy held outreach meetings &lt;br /&gt;
&lt;br /&gt;
with diverse small business &amp;lt;br /&amp;gt;&lt;br /&gt;
stakeholders concerning this rule, both &amp;lt;br /&amp;gt;&lt;br /&gt;
in-person and virtually.—Small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses expressed concerns with &amp;lt;br /&amp;gt;&lt;br /&gt;
how to compensate the increased costs &amp;lt;br /&amp;gt;&lt;br /&gt;
due to implementing CMMC and asked &amp;lt;br /&amp;gt;&lt;br /&gt;
for clarity on aspects of the proposed &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC rule. Advocacy has four chief &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns with the proposed rule.’’ &lt;br /&gt;
&lt;br /&gt;
‘‘Advocacy requests clear and concise &lt;br /&gt;
&lt;br /&gt;
guidance for small business contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
and subcontractors to create enclaves in &amp;lt;br /&amp;gt;&lt;br /&gt;
order to lessen the burden of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance on the businesses.’’ &lt;br /&gt;
&lt;br /&gt;
‘‘The proposed rule states that &lt;br /&gt;
&lt;br /&gt;
different business segments or different &amp;lt;br /&amp;gt;&lt;br /&gt;
enclaves of a business can be assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
or certified at different CMMC levels. &amp;lt;br /&amp;gt;&lt;br /&gt;
Creating and implementing enclaves &amp;lt;br /&amp;gt;&lt;br /&gt;
will be most effective when a large &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contractor creates these enclaves &amp;lt;br /&amp;gt;&lt;br /&gt;
to ease the burden on small &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors. The rule mentions the &amp;lt;br /&amp;gt;&lt;br /&gt;
use of enclaves but does not provide &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance on how to implement enclaves &amp;lt;br /&amp;gt;&lt;br /&gt;
within a business.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;The Department &lt;br /&gt;
&lt;br /&gt;
acknowledges the concerns articulated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the Small Business Administration &amp;lt;br /&amp;gt;&lt;br /&gt;
(SBA) and commits to enhancing &amp;lt;br /&amp;gt;&lt;br /&gt;
training provisions after the rule is final &amp;lt;br /&amp;gt;&lt;br /&gt;
and effective. Moreover, the Department &amp;lt;br /&amp;gt;&lt;br /&gt;
pledges to reinstate outreach endeavors &amp;lt;br /&amp;gt;&lt;br /&gt;
targeting the broader industry and &amp;lt;br /&amp;gt;&lt;br /&gt;
specifically small businesses to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
familiarity with CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
once the rule is final and effective. &amp;lt;br /&amp;gt;&lt;br /&gt;
However, the Department does not &amp;lt;br /&amp;gt;&lt;br /&gt;
intend to formulate specific directives &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00112&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83203 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
pertaining to the configuration and &amp;lt;br /&amp;gt;&lt;br /&gt;
segregation of corporate information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems into enclaves. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations must be tailored to &amp;lt;br /&amp;gt;&lt;br /&gt;
individual companies, considering a &amp;lt;br /&amp;gt;&lt;br /&gt;
multitude of unique factors. &lt;br /&gt;
&lt;br /&gt;
External service providers (ESPs) will &lt;br /&gt;
&lt;br /&gt;
be a driving force for small businesses’ &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with CMMC requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs are vendors that handle security &amp;lt;br /&amp;gt;&lt;br /&gt;
related data or CUI on their own assets &amp;lt;br /&amp;gt;&lt;br /&gt;
and software. The ability of ESPs to &amp;lt;br /&amp;gt;&lt;br /&gt;
create effective and economically &amp;lt;br /&amp;gt;&lt;br /&gt;
feasible services will allow businesses &amp;lt;br /&amp;gt;&lt;br /&gt;
to enclave different operations more &amp;lt;br /&amp;gt;&lt;br /&gt;
easily and avoid unduly costly &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance expenses. &lt;br /&gt;
&lt;br /&gt;
‘‘&#039;&#039;SBA Comment 2: &#039;&#039;Advocacy &lt;br /&gt;
&lt;br /&gt;
recommends that the DoD create a &amp;lt;br /&amp;gt;&lt;br /&gt;
presumption to reduce the number of &amp;lt;br /&amp;gt;&lt;br /&gt;
small contracts that are subject to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2. This can be achieved &amp;lt;br /&amp;gt;&lt;br /&gt;
through varying means, including a &amp;lt;br /&amp;gt;&lt;br /&gt;
positive requirement for prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors or the ability for a prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor to engage in using enclaves as &amp;lt;br /&amp;gt;&lt;br /&gt;
a positive value marker for their &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. Further, the agency &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting officer could be required to &amp;lt;br /&amp;gt;&lt;br /&gt;
engage in mitigating efforts if such &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC related issues arise between a &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor and prime contractor.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;The Department is &lt;br /&gt;
&lt;br /&gt;
committed to robustly supervising the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program and will take &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate measures to ensure its &amp;lt;br /&amp;gt;&lt;br /&gt;
efficient execution. Presently, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department has no intention to mandate &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting offices adopt presumptive &amp;lt;br /&amp;gt;&lt;br /&gt;
measures that would diminish the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of small contracts subject to &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 assessment, nor does it &amp;lt;br /&amp;gt;&lt;br /&gt;
plan to impose affirmative requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
on prime contracts to utilize enclaves. &lt;br /&gt;
&lt;br /&gt;
‘‘&#039;&#039;SBA Comment 3: &#039;&#039;Advocacy seeks &lt;br /&gt;
&lt;br /&gt;
clarity on the role of C3PAOs and the &amp;lt;br /&amp;gt;&lt;br /&gt;
ability of C3PAOs to meet the demand &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC. &lt;br /&gt;
&lt;br /&gt;
‘‘For CMMC Level 2 compliance, a &lt;br /&gt;
&lt;br /&gt;
CMMC third-party assessor (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
will triennially inspect the businesses’ &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the 110 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
of CMMC Level 2. Stakeholders raised &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns regarding the role C3PAOs &amp;lt;br /&amp;gt;&lt;br /&gt;
will play in Level 2 certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
sought clarity on the indemnification of &amp;lt;br /&amp;gt;&lt;br /&gt;
issues arising from a certification. &amp;lt;br /&amp;gt;&lt;br /&gt;
Stakeholders raised concerns that if &amp;lt;br /&amp;gt;&lt;br /&gt;
there are an insufficient number of &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs to timely inspect every &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor before the rule is effective, &amp;lt;br /&amp;gt;&lt;br /&gt;
then small businesses will be the last &amp;lt;br /&amp;gt;&lt;br /&gt;
ones to be certified. Advocacy &amp;lt;br /&amp;gt;&lt;br /&gt;
recommends creating a streamlined &amp;lt;br /&amp;gt;&lt;br /&gt;
process to provide organizations with &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO certifications. This process &amp;lt;br /&amp;gt;&lt;br /&gt;
would meet the immediate need of &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to initially certify with a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO that the business meets CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 requirements. Particularly, there &amp;lt;br /&amp;gt;&lt;br /&gt;
should be availability of C3PAOs for &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses and ensure small &amp;lt;br /&amp;gt;&lt;br /&gt;
business owners are not falling behind.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;In alignment with its &lt;br /&gt;
&lt;br /&gt;
standard practice across all programs, &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department is committed to diligent &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the CMMC Program and &amp;lt;br /&amp;gt;&lt;br /&gt;
will enact appropriate measures to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure its successful execution. The &amp;lt;br /&amp;gt;&lt;br /&gt;
phased implementation strategy &amp;lt;br /&amp;gt;&lt;br /&gt;
outlined in § 170.3(e) in the rule is &amp;lt;br /&amp;gt;&lt;br /&gt;
designed to tackle initial challenges, &amp;lt;br /&amp;gt;&lt;br /&gt;
facilitate assessor training, and afford &amp;lt;br /&amp;gt;&lt;br /&gt;
companies sufficient time to &amp;lt;br /&amp;gt;&lt;br /&gt;
comprehend and integrate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
prerequisites. &lt;br /&gt;
&lt;br /&gt;
While the Department remains open &lt;br /&gt;
&lt;br /&gt;
to considering future adjustments, &amp;lt;br /&amp;gt;&lt;br /&gt;
including potential extensions to the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation timeline or alternative &amp;lt;br /&amp;gt;&lt;br /&gt;
solutions to address any capacity &amp;lt;br /&amp;gt;&lt;br /&gt;
constraints faced by C3PAOs, no such &amp;lt;br /&amp;gt;&lt;br /&gt;
initiatives are currently under active &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration. &lt;br /&gt;
&lt;br /&gt;
‘‘&#039;&#039;SBA Comment 4: &#039;&#039;Advocacy asks the &lt;br /&gt;
&lt;br /&gt;
DoD to clarify enforcement guidelines/ &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanisms. &lt;br /&gt;
&lt;br /&gt;
As proposed, Level 1 contractors &lt;br /&gt;
&lt;br /&gt;
would annually attest their compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the requirements. While at Level 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
there would be attestations with C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications every three years. &amp;lt;br /&amp;gt;&lt;br /&gt;
Stakeholders raised questions about the &amp;lt;br /&amp;gt;&lt;br /&gt;
practical steps the DoD will take in &amp;lt;br /&amp;gt;&lt;br /&gt;
enforcement actions for breaches. &amp;lt;br /&amp;gt;&lt;br /&gt;
Further, stakeholders raised concerns &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding the availability of remediating &amp;lt;br /&amp;gt;&lt;br /&gt;
steps in the instance of failure to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC requirement. Advocacy &amp;lt;br /&amp;gt;&lt;br /&gt;
recommends the agency create guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
documents for small business &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to better understand the &amp;lt;br /&amp;gt;&lt;br /&gt;
legal effects of the CMMC.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;Regarding &lt;br /&gt;
&lt;br /&gt;
enforcement, as the CMMC is slated for &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation as a precondition for &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award consideration, non- &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with CMMC requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will result in disqualification from &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award; or post-award, could &amp;lt;br /&amp;gt;&lt;br /&gt;
result in standard contractual and other &amp;lt;br /&amp;gt;&lt;br /&gt;
remedies for failure to timely and &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfactorily address outstanding &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms to fully implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and meet contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
obligations. &lt;br /&gt;
&lt;br /&gt;
‘‘&#039;&#039;SBA Comment 5: &#039;&#039;Advocacy &lt;br /&gt;
&lt;br /&gt;
highlights the need for DoD to create &amp;lt;br /&amp;gt;&lt;br /&gt;
rules that encourage and improve small &amp;lt;br /&amp;gt;&lt;br /&gt;
business participation in contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
programs. Advocacy reiterates the &amp;lt;br /&amp;gt;&lt;br /&gt;
importance of small businesses in &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal contracting. [Excerpt from &amp;lt;br /&amp;gt;&lt;br /&gt;
footnote 21: ‘‘Small businesses make up &amp;lt;br /&amp;gt;&lt;br /&gt;
99.9 percent of all U.S. businesses as &amp;lt;br /&amp;gt;&lt;br /&gt;
well as 73 percent of companies in the &amp;lt;br /&amp;gt;&lt;br /&gt;
defense industrial base, and last year &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses were awarded over 25 &lt;br /&gt;
&lt;br /&gt;
percent of all DoD prime contracts. As &amp;lt;br /&amp;gt;&lt;br /&gt;
the economic engine of our nation, &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses create jobs, generate &amp;lt;br /&amp;gt;&lt;br /&gt;
innovation, and are essential, daily &amp;lt;br /&amp;gt;&lt;br /&gt;
contributors to national security and the &amp;lt;br /&amp;gt;&lt;br /&gt;
defense mission.] Creating accessible, &amp;lt;br /&amp;gt;&lt;br /&gt;
commercially viable, and secure cyber &amp;lt;br /&amp;gt;&lt;br /&gt;
systems is critical for the future of &amp;lt;br /&amp;gt;&lt;br /&gt;
national security. Small businesses wish &amp;lt;br /&amp;gt;&lt;br /&gt;
to continue to be a powerful driver of &amp;lt;br /&amp;gt;&lt;br /&gt;
national defense contracting. Advocacy &amp;lt;br /&amp;gt;&lt;br /&gt;
heard small business stakeholders from &amp;lt;br /&amp;gt;&lt;br /&gt;
across the country express their strong &amp;lt;br /&amp;gt;&lt;br /&gt;
commitment to protecting our country &amp;lt;br /&amp;gt;&lt;br /&gt;
from cyber-attacks and recognize the &amp;lt;br /&amp;gt;&lt;br /&gt;
critical need for CMMC and other &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity measures. &lt;br /&gt;
&lt;br /&gt;
‘‘Small businesses urge DoD to create &lt;br /&gt;
&lt;br /&gt;
flexibilities such as using Plan of Action &amp;lt;br /&amp;gt;&lt;br /&gt;
and Milestones (POA&amp;amp;amp;Ms) when this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule goes into effect initially, allowing &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses to ramp up to full &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with their respective CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;Department &lt;br /&gt;
&lt;br /&gt;
acknowledges the concerns voiced by &amp;lt;br /&amp;gt;&lt;br /&gt;
the SBA regarding the participation of &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses in contracting &amp;lt;br /&amp;gt;&lt;br /&gt;
programs and the importance of &amp;lt;br /&amp;gt;&lt;br /&gt;
fostering their involvement in Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting, particularly within the &amp;lt;br /&amp;gt;&lt;br /&gt;
defense industrial base. Recognizing the &amp;lt;br /&amp;gt;&lt;br /&gt;
significant role small businesses play in &amp;lt;br /&amp;gt;&lt;br /&gt;
national security and defense missions, &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department is committed to &amp;lt;br /&amp;gt;&lt;br /&gt;
diligently addressing these concerns. &lt;br /&gt;
&lt;br /&gt;
While the Department values the &lt;br /&gt;
&lt;br /&gt;
input provided by small business &amp;lt;br /&amp;gt;&lt;br /&gt;
stakeholders and understands the desire &amp;lt;br /&amp;gt;&lt;br /&gt;
for flexibilities, including the use of &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;Ms during the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation phase, it must carefully &amp;lt;br /&amp;gt;&lt;br /&gt;
balance multiple factors to ensure the &amp;lt;br /&amp;gt;&lt;br /&gt;
effectiveness and integrity of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
‘‘&#039;&#039;SBA Comment 6: &#039;&#039;Advocacy’s chief &lt;br /&gt;
&lt;br /&gt;
concerns surround a lack of clarity on &amp;lt;br /&amp;gt;&lt;br /&gt;
key aspects of the proposed rule. &amp;lt;br /&amp;gt;&lt;br /&gt;
Advocacy requests clarification from &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD as to how to create enclaves within &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses. Encouraging the use of ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
and incentivizing large prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors to keep all subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
from being subject to high levels of &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity will be key in keeping &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses engaged in DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contracting. Guidance documents for &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses (especially aimed at &amp;lt;br /&amp;gt;&lt;br /&gt;
the smallest of small businesses) and &amp;lt;br /&amp;gt;&lt;br /&gt;
ESPs will create an easier ramp for &amp;lt;br /&amp;gt;&lt;br /&gt;
small business compliance. Advocacy &amp;lt;br /&amp;gt;&lt;br /&gt;
requests clarity from DoD regarding the &amp;lt;br /&amp;gt;&lt;br /&gt;
role of C3PAOs and encourages the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
to ensure small businesses can obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
certification from C3PAOs in a timely &amp;lt;br /&amp;gt;&lt;br /&gt;
manner. Further, the DoD should clarify &amp;lt;br /&amp;gt;&lt;br /&gt;
the enforcement and procedural &amp;lt;br /&amp;gt;&lt;br /&gt;
repercussions for a failure to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
various CMMC levels. Lastly, the DoD &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00113&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83204 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
62&lt;br /&gt;
&lt;br /&gt;
DoD estimates of the hours, recurring and non- &lt;br /&gt;
&lt;br /&gt;
recurring costs, and labor rates are based upon &amp;lt;br /&amp;gt;&lt;br /&gt;
subject matter expertise from the DOD Chief &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Office, CMMC Program Office, and &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD/DIBCAC. &lt;br /&gt;
&lt;br /&gt;
should set achievable goals as CMMC is &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, ensuring that current &amp;lt;br /&amp;gt;&lt;br /&gt;
small businesses contracting with the &amp;lt;br /&amp;gt;&lt;br /&gt;
agency can continue work with the &amp;lt;br /&amp;gt;&lt;br /&gt;
government while ensuring our nation’s &amp;lt;br /&amp;gt;&lt;br /&gt;
defense.’’ &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Response: &#039;&#039;The DoD &lt;br /&gt;
&lt;br /&gt;
acknowledges the SBA advocacy chief’s &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns and will make additional &amp;lt;br /&amp;gt;&lt;br /&gt;
training resources available following &amp;lt;br /&amp;gt;&lt;br /&gt;
finalization of this rule. The DoD deems &amp;lt;br /&amp;gt;&lt;br /&gt;
that the level of detail on the topics &amp;lt;br /&amp;gt;&lt;br /&gt;
identified is appropriate for codification &amp;lt;br /&amp;gt;&lt;br /&gt;
in the 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. The DoD will resume outreach &amp;lt;br /&amp;gt;&lt;br /&gt;
efforts with the aim of promoting &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC familiarization among small &amp;lt;br /&amp;gt;&lt;br /&gt;
businesses once the rule is final and &amp;lt;br /&amp;gt;&lt;br /&gt;
effective and any constraints on such &amp;lt;br /&amp;gt;&lt;br /&gt;
engagements no longer apply. However, &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD caveats that providing any specific &amp;lt;br /&amp;gt;&lt;br /&gt;
instructions for configuring corporate &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems into enclaves is &amp;lt;br /&amp;gt;&lt;br /&gt;
beyond the guidance that DoD intends &amp;lt;br /&amp;gt;&lt;br /&gt;
to provide, as such decisions are unique &amp;lt;br /&amp;gt;&lt;br /&gt;
to each company. &lt;br /&gt;
&lt;br /&gt;
The role of C3PAOs is thoroughly &lt;br /&gt;
&lt;br /&gt;
described in § 170.9 CMMC Third-Party &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Organizations (C3PAOs) &amp;lt;br /&amp;gt;&lt;br /&gt;
and in the supplemental documents. &lt;br /&gt;
&lt;br /&gt;
In terms of enforcement, since CMMC &lt;br /&gt;
&lt;br /&gt;
will be implemented as a pre-award &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, the repercussions of failure &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet CMMC requirements will &amp;lt;br /&amp;gt;&lt;br /&gt;
include failure to be selected for &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award, or standard contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
and other remedies for failure to timely &amp;lt;br /&amp;gt;&lt;br /&gt;
and satisfactorily close-out a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
and meet or maintain the contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC requirements. &lt;br /&gt;
&lt;br /&gt;
As with all of DoD programs, the &lt;br /&gt;
&lt;br /&gt;
Department intends to effectively &amp;lt;br /&amp;gt;&lt;br /&gt;
oversee the CMMC Program and take the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate actions needed to manage &amp;lt;br /&amp;gt;&lt;br /&gt;
its effective implementation. The &amp;lt;br /&amp;gt;&lt;br /&gt;
phased implementation plan described &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.3(e) was extended by six &amp;lt;br /&amp;gt;&lt;br /&gt;
months and is intended to address &amp;lt;br /&amp;gt;&lt;br /&gt;
ramp-up issues, provide time to train &amp;lt;br /&amp;gt;&lt;br /&gt;
the necessary number of assessors, and &amp;lt;br /&amp;gt;&lt;br /&gt;
allow companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Small Business Entities Impacted &lt;br /&gt;
&lt;br /&gt;
This rule will impact small businesses &lt;br /&gt;
&lt;br /&gt;
that do business with the Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense, except those competing on &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts or orders that are exclusively &amp;lt;br /&amp;gt;&lt;br /&gt;
for COTS items or when receiving &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts or orders valued at or below &amp;lt;br /&amp;gt;&lt;br /&gt;
the micro-purchase threshold. &amp;lt;br /&amp;gt;&lt;br /&gt;
According to the Federal Procurement &amp;lt;br /&amp;gt;&lt;br /&gt;
Data System (FPDS) there is an average &amp;lt;br /&amp;gt;&lt;br /&gt;
of &#039;&#039;29,260 unique small business &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors: FY 2019 (31,189), FY 2020 &amp;lt;br /&amp;gt;&lt;br /&gt;
(29,166) and FY 2021 (27,427). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cost Assumptions and Analysis for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC &lt;br /&gt;
&lt;br /&gt;
Complete details on CMMC &lt;br /&gt;
&lt;br /&gt;
requirements and associated costs, &amp;lt;br /&amp;gt;&lt;br /&gt;
savings, and benefits of this rule are &amp;lt;br /&amp;gt;&lt;br /&gt;
provided in the Regulatory Impact &amp;lt;br /&amp;gt;&lt;br /&gt;
Analysis referenced in the preamble. &amp;lt;br /&amp;gt;&lt;br /&gt;
Key Components of the model are &amp;lt;br /&amp;gt;&lt;br /&gt;
described in §§ 170.14 through 170.24. &lt;br /&gt;
&lt;br /&gt;
(a) Assumptions for the updated CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Cost Analysis &lt;br /&gt;
&lt;br /&gt;
In estimating the public cost for a &lt;br /&gt;
&lt;br /&gt;
small DIB company to achieve CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance or certification at each &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level, DoD considered non- &amp;lt;br /&amp;gt;&lt;br /&gt;
recurring engineering costs, recurring &amp;lt;br /&amp;gt;&lt;br /&gt;
engineering costs, assessment costs, and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation costs for each CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level.62 These costs include labor and &amp;lt;br /&amp;gt;&lt;br /&gt;
consulting. &lt;br /&gt;
&lt;br /&gt;
Estimates include size and complexity &lt;br /&gt;
&lt;br /&gt;
assumptions to account for &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational differences and how it &amp;lt;br /&amp;gt;&lt;br /&gt;
handles Information Technology (IT) &amp;lt;br /&amp;gt;&lt;br /&gt;
and cybersecurity: &lt;br /&gt;
&lt;br /&gt;
• small entities have a less complex, &lt;br /&gt;
&lt;br /&gt;
less expansive operating environment &amp;lt;br /&amp;gt;&lt;br /&gt;
and Information Technology (IT)/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity infrastructure compared &amp;lt;br /&amp;gt;&lt;br /&gt;
to larger DIB companies. &lt;br /&gt;
&lt;br /&gt;
• small entities outsource IT and &lt;br /&gt;
&lt;br /&gt;
cybersecurity to an External Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (ESP) entities (large or small) &amp;lt;br /&amp;gt;&lt;br /&gt;
pursuing CMMC Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
will seek consulting or &lt;br /&gt;
&lt;br /&gt;
• implementation assistance from an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP to either help them prepare for the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment technically or participate in &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment with the C3PAOs. &lt;br /&gt;
&lt;br /&gt;
Estimates do not include &lt;br /&gt;
&lt;br /&gt;
implementation (Non-recurring &amp;lt;br /&amp;gt;&lt;br /&gt;
Engineering Costs (NRE)) or &amp;lt;br /&amp;gt;&lt;br /&gt;
maintenance costs (Recurring &amp;lt;br /&amp;gt;&lt;br /&gt;
Engineering (RE)) for requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
prescribed in current regulations. &lt;br /&gt;
&lt;br /&gt;
For CMMC Levels 1 and 2, cost &lt;br /&gt;
&lt;br /&gt;
estimates are based upon assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and affirmation activities &amp;lt;br /&amp;gt;&lt;br /&gt;
which a contractor will take to validate &amp;lt;br /&amp;gt;&lt;br /&gt;
conformance with existing cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 (effective June 15, 2016) to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect FCI, and the DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7012 which required contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of NIST SP 800–171 not &amp;lt;br /&amp;gt;&lt;br /&gt;
later than December 31, 2017, to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI. As such, costs estimates are not &amp;lt;br /&amp;gt;&lt;br /&gt;
included for an entity to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, maintain existing &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements, or remediate a &amp;lt;br /&amp;gt;&lt;br /&gt;
Plan of Action for unimplemented &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
For CMMC Level 3, the estimates &lt;br /&gt;
&lt;br /&gt;
factor in the assessment, reporting and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation activities in addition to &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates for NRE and RE to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
and maintain CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are a subset of NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021 Enhanced Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements as described in § 170.30 &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC rule and are not currently &amp;lt;br /&amp;gt;&lt;br /&gt;
required through other regulations. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 is expected to apply only &amp;lt;br /&amp;gt;&lt;br /&gt;
to a small subset of DIB contractors. &lt;br /&gt;
&lt;br /&gt;
The Cost Categories used for each &lt;br /&gt;
&lt;br /&gt;
CMMC Level are described below: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;1. Nonrecurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Estimates consist of hardware, software, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the associated labor to implement &amp;lt;br /&amp;gt;&lt;br /&gt;
the same. Costs associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the requirements defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR clause 52.204–21 and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 are assumed to have been &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented and are therefore not &amp;lt;br /&amp;gt;&lt;br /&gt;
accounted for in this cost estimate. As &amp;lt;br /&amp;gt;&lt;br /&gt;
such, these costs only appear in CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. Where nonrecurring &amp;lt;br /&amp;gt;&lt;br /&gt;
engineering costs are referenced, they &amp;lt;br /&amp;gt;&lt;br /&gt;
are only accounted for as a one-time &amp;lt;br /&amp;gt;&lt;br /&gt;
occurrence and are reflected in the year &amp;lt;br /&amp;gt;&lt;br /&gt;
of the initial assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;2. Recurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Estimates consist of annually recurring &amp;lt;br /&amp;gt;&lt;br /&gt;
fees and associated labor for technology &amp;lt;br /&amp;gt;&lt;br /&gt;
refresh. Costs associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing the requirements defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in FAR clause 52.204–21 and NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 are assumed to have been &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented and are therefore not &amp;lt;br /&amp;gt;&lt;br /&gt;
accounted for in this cost estimate. As &amp;lt;br /&amp;gt;&lt;br /&gt;
such, these costs only appear in CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Costs: &#039;&#039;Estimates consist &lt;br /&gt;
&lt;br /&gt;
of activities for pre-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
preparations (which includes gathering &amp;lt;br /&amp;gt;&lt;br /&gt;
and/or developing evidence that the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment objectives for each &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement have been satisfied), &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting and/or participating in the &amp;lt;br /&amp;gt;&lt;br /&gt;
actual assessment, and completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
any post-assessment work. Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
costs are represented by notional &amp;lt;br /&amp;gt;&lt;br /&gt;
phases. Assessment costs assume the &amp;lt;br /&amp;gt;&lt;br /&gt;
offeror/contractor passes the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
on the first attempt (conditional—with &amp;lt;br /&amp;gt;&lt;br /&gt;
an allowable POA&amp;amp;amp;M or final). Each &amp;lt;br /&amp;gt;&lt;br /&gt;
phase includes an estimate of hours to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct the assessment activities &amp;lt;br /&amp;gt;&lt;br /&gt;
including: &lt;br /&gt;
&lt;br /&gt;
(a) Labor hour estimates for a &lt;br /&gt;
&lt;br /&gt;
company (and any ESP support) to &amp;lt;br /&amp;gt;&lt;br /&gt;
prepare for and participate in the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
(b) C3PAO cost estimates for &lt;br /&gt;
&lt;br /&gt;
companies pursuing a certification. &amp;lt;br /&amp;gt;&lt;br /&gt;
—Labor hour estimates for certified &lt;br /&gt;
&lt;br /&gt;
assessors to work with the small &amp;lt;br /&amp;gt;&lt;br /&gt;
business to conduct the actual &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00114&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83205 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
63&lt;br /&gt;
&lt;br /&gt;
Again, it is assumed that that DIB contractors &lt;br /&gt;
&lt;br /&gt;
and subcontractors have already implemented the &amp;lt;br /&amp;gt;&lt;br /&gt;
15 basic safeguarding requirements in FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21. &lt;br /&gt;
&lt;br /&gt;
64&lt;br /&gt;
&lt;br /&gt;
An external service provider is assumed to be &lt;br /&gt;
&lt;br /&gt;
an ‘‘Information Assurance Specialist Level 7’’ with &amp;lt;br /&amp;gt;&lt;br /&gt;
an hourly rate of $260. &lt;br /&gt;
&lt;br /&gt;
65&lt;br /&gt;
&lt;br /&gt;
A person needs to enter the information into &lt;br /&gt;
&lt;br /&gt;
SPRS, which should only take five minutes. &lt;br /&gt;
&lt;br /&gt;
(c) Assessment Costs broken down &lt;br /&gt;
&lt;br /&gt;
into phases. &amp;lt;br /&amp;gt;&lt;br /&gt;
—Phase 1: &#039;&#039;Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
—Phase 2: &#039;&#039;Conducting the assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(self or C3PAO). &lt;br /&gt;
&lt;br /&gt;
—Phase 3: &#039;&#039;Reporting of Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Results. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
—Phase 4: &#039;&#039;POA&amp;amp;amp;M Closeout &#039;&#039;(for CMMC &lt;br /&gt;
&lt;br /&gt;
Level 3 only, where allowed, if &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable). &amp;lt;br /&amp;gt;&lt;br /&gt;
• CMMC allows a limited open Plan &lt;br /&gt;
&lt;br /&gt;
of Action and Milestones (POA&amp;amp;amp;M) for &amp;lt;br /&amp;gt;&lt;br /&gt;
a period of 180 days to remediate the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M, see § 170.37. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;3. Affirmations: &#039;&#039;Estimates consist of &lt;br /&gt;
&lt;br /&gt;
costs for a contractor to submit to SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
an initial and affirmation of compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
that the covered contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system is compliant with and will &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of the applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level. Where POA&amp;amp;amp;Ms are allowed, an &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation must be submitted with the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout. Except for Small &amp;lt;br /&amp;gt;&lt;br /&gt;
Entities for Level 1 and Level 2, it is &amp;lt;br /&amp;gt;&lt;br /&gt;
assumed the task requires the same &amp;lt;br /&amp;gt;&lt;br /&gt;
labor categories and estimated hours as &amp;lt;br /&amp;gt;&lt;br /&gt;
the final reporting phase of the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
(b) Comparison to the Initial CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program Cost Analysis &lt;br /&gt;
&lt;br /&gt;
Public comments on the initial CMMC &lt;br /&gt;
&lt;br /&gt;
Program indicated that cost estimates &amp;lt;br /&amp;gt;&lt;br /&gt;
were too low. Updated CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
cost estimates account for that feedback &amp;lt;br /&amp;gt;&lt;br /&gt;
with the following improvements: &lt;br /&gt;
&lt;br /&gt;
• Allowance for outsourced IT &lt;br /&gt;
&lt;br /&gt;
services. &lt;br /&gt;
&lt;br /&gt;
• Increased total time for the &lt;br /&gt;
&lt;br /&gt;
contractor to prepare for the assessment, &lt;br /&gt;
&lt;br /&gt;
including limited time for learning the &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and affirmation processes. &lt;br /&gt;
&lt;br /&gt;
• Allowance for use of consulting &lt;br /&gt;
&lt;br /&gt;
firms to assist with the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process. &lt;br /&gt;
&lt;br /&gt;
• Time for a senior level manager to &lt;br /&gt;
&lt;br /&gt;
review the assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
before submitting the results into SPRS. &lt;br /&gt;
&lt;br /&gt;
• Updated government and contractor &lt;br /&gt;
&lt;br /&gt;
labor rates that include applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
burden costs. &lt;br /&gt;
&lt;br /&gt;
As a result, some cost estimates for &lt;br /&gt;
&lt;br /&gt;
the updated CMMC Program may be &amp;lt;br /&amp;gt;&lt;br /&gt;
higher than those included in the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. &lt;br /&gt;
&lt;br /&gt;
(c) Cost Analysis/Estimates by CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level &lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 Self-Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Costs for Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Entities &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring and recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
since it is assumed the contractor has &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented basic safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements.63 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Self-Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and affirmation is * $5,977 &amp;lt;br /&amp;gt;&lt;br /&gt;
(as summarized in table 1). A Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1self-assessment is conducted annually, &amp;lt;br /&amp;gt;&lt;br /&gt;
and is based on the assumptions &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed below: &amp;lt;br /&amp;gt;&lt;br /&gt;
—&#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the assessment: &#039;&#039;$1,803 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• An external service provider &lt;br /&gt;
&lt;br /&gt;
(ESP) 64 for 4 hours ($260.28 &lt;br /&gt;
&lt;br /&gt;
× 4hrs &lt;br /&gt;
&lt;br /&gt;
= $1,041) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 2: Conducting the self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$2,705 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 6 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 6hrs = $1,143) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 6 hours ($260.28 &lt;br /&gt;
&lt;br /&gt;
× 6hrs = &lt;br /&gt;
&lt;br /&gt;
$1,562) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 3: Reporting of Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Results into SPRS: &#039;&#039;$909 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 2 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 2hrs = $381) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 2 hours ($260.28/hr * 2hrs = &amp;lt;br /&amp;gt;&lt;br /&gt;
$521) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours 65 ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Affirmation: &#039;&#039;initial affirmation post &lt;br /&gt;
&lt;br /&gt;
assessment: $560 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that &lt;br /&gt;
&lt;br /&gt;
the costs to reaffirm a CMMC Level I &amp;lt;br /&amp;gt;&lt;br /&gt;
annually for a small entity is $560 &amp;lt;br /&amp;gt;&lt;br /&gt;
—A director (MGMT5) for 2 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 2hrs = $381) &lt;br /&gt;
&lt;br /&gt;
—A staff IT specialist (IT4) for 2.08 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 2.08hrs = $179) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual small entities total cost summary &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Level 1 self-assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations over a ten-year period: &amp;lt;br /&amp;gt;&lt;br /&gt;
(Example calculation, Year 1: *$5,977 &amp;lt;br /&amp;gt;&lt;br /&gt;
per entity (detailed above) &lt;br /&gt;
&lt;br /&gt;
× 699 entities &lt;br /&gt;
&lt;br /&gt;
(cumulative) = $4,177,845) &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00115&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83206 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 Self-Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Costs for Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Entities &lt;br /&gt;
&lt;br /&gt;
The costs below account for a CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 self-assessment of the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information system(s) with &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
based on assumptions defined above. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring and recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment since it is assumed the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor has implemented NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 requirements. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a CMMC Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and affirmation for a small &amp;lt;br /&amp;gt;&lt;br /&gt;
entity is *$34,277. The three-year cost is &amp;lt;br /&amp;gt;&lt;br /&gt;
$37,196 (as summarized in 4.1.2 above, &amp;lt;br /&amp;gt;&lt;br /&gt;
table 2), which includes the triennial &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment + affirmation, plus two &lt;br /&gt;
&lt;br /&gt;
additional annual affirmations ($34,277 &amp;lt;br /&amp;gt;&lt;br /&gt;
+ $1,459 + $1,459). &amp;lt;br /&amp;gt;&lt;br /&gt;
—&#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the self-assessment: &#039;&#039;$14,426 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 32 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
×* 32hrs = $6,097) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 32 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 32hrs = &lt;br /&gt;
&lt;br /&gt;
$8,329) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 2: Conducting the self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$15,542 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 16 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 16hrs = $3,048) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 48 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 48hrs = &lt;br /&gt;
&lt;br /&gt;
$12,493) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 3: Reporting of assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;results: &#039;&#039;$2,851 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 8 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = &lt;br /&gt;
&lt;br /&gt;
$2,082) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Affirmation&#039;&#039;—initial affirmation post &lt;br /&gt;
&lt;br /&gt;
assessment: $1,459 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that &lt;br /&gt;
&lt;br /&gt;
the costs to reaffirm a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment annually is $1,459 &amp;lt;br /&amp;gt;&lt;br /&gt;
(three-year costs to reaffirm a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 self-assessment annually is &amp;lt;br /&amp;gt;&lt;br /&gt;
$4,377, or $1,459 &lt;br /&gt;
&lt;br /&gt;
× 3): &lt;br /&gt;
&lt;br /&gt;
—A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
—A staff IT specialist (IT4) for 8.08 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 8.08hrs = $697) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual small entities total cost summary &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Level 2 self-assessments and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmations over a ten-year period: &amp;lt;br /&amp;gt;&lt;br /&gt;
(Example calculation, Year 2: (*$34,277 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment per entity &lt;br /&gt;
&lt;br /&gt;
× 101 entities) &lt;br /&gt;
&lt;br /&gt;
+ ($1,459 annual affirmation per entity &lt;br /&gt;
&lt;br /&gt;
× 20 entities) = $3,491,193) &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00116&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.028&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83207 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 Certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Costs for Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Entities &lt;br /&gt;
&lt;br /&gt;
The costs below account for a CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 Certification assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation costs of the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information system(s) with &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
based on assumptions defined above. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 certification assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
require hiring a C3PAO to perform the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring or recurring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;engineering costs: &#039;&#039;There are no &amp;lt;br /&amp;gt;&lt;br /&gt;
nonrecurring or recurring engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
costs associated with CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO Certification since it is assumed &amp;lt;br /&amp;gt;&lt;br /&gt;
the contractor has implemented NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–171 R2 requirements. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO Certification and affirmation for &amp;lt;br /&amp;gt;&lt;br /&gt;
a small entity is *$101,752. The three- &amp;lt;br /&amp;gt;&lt;br /&gt;
year cost is $104,670 (as summarized in &lt;br /&gt;
&lt;br /&gt;
section 3(b) above, table 1), and &amp;lt;br /&amp;gt;&lt;br /&gt;
includes the triennial assessment + &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation plus two additional annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations ($101,752 + $1,459 + &amp;lt;br /&amp;gt;&lt;br /&gt;
$1,459). &amp;lt;br /&amp;gt;&lt;br /&gt;
—&#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the assessment: &#039;&#039;$20,699 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 54 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 54hrs = $10,288) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 40 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 40hrs = &lt;br /&gt;
&lt;br /&gt;
$10,411) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 2: Conducting the C3PAO &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$45,509 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 64 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr x 64hrs = $12,193) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 128 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 128hrs = &lt;br /&gt;
&lt;br /&gt;
$33,316) &amp;lt;br /&amp;gt;&lt;br /&gt;
—&#039;&#039;Phase 3: Reporting of C3PAO &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Results: &#039;&#039;$2,851 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
• An external service provider (ESP) &lt;br /&gt;
&lt;br /&gt;
for 8 hours ($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = &lt;br /&gt;
&lt;br /&gt;
$2,082) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 0.08 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 0.08hrs = $7) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Affirmation&#039;&#039;—initial affirmation post &lt;br /&gt;
&lt;br /&gt;
assessment: $1,459 &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;C3PAO Costs: &#039;&#039;C3PAO engagement &lt;br /&gt;
&lt;br /&gt;
inclusive of Phases 1, 2, and 3 (3- &amp;lt;br /&amp;gt;&lt;br /&gt;
person team) for 120 hours &amp;lt;br /&amp;gt;&lt;br /&gt;
($260.28/hr &lt;br /&gt;
&lt;br /&gt;
× 120hrs = $31,234) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that &lt;br /&gt;
&lt;br /&gt;
the costs to reaffirm a CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO Assessment annually is $1,459 &amp;lt;br /&amp;gt;&lt;br /&gt;
(three-year cost is $4,377, or $1,459 &lt;br /&gt;
&lt;br /&gt;
× 3) &lt;br /&gt;
&lt;br /&gt;
—A director (MGMT5) for 4 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 4hrs = $762) &lt;br /&gt;
&lt;br /&gt;
—A staff IT specialist (IT4) for 8.08 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 8.08hrs = $697) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual small entities total cost summary &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Level 2 Certifications and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmations over a ten-year period: &amp;lt;br /&amp;gt;&lt;br /&gt;
(Example calculation, Year 2: &amp;lt;br /&amp;gt;&lt;br /&gt;
(*$101,752 assessment per entity &lt;br /&gt;
&lt;br /&gt;
× &lt;br /&gt;
&lt;br /&gt;
1,926 entities) + ($1,459 annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation per entity &lt;br /&gt;
&lt;br /&gt;
× 382 entities) = &lt;br /&gt;
&lt;br /&gt;
$196,531,451) &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00117&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.029&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83208 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 Certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation Costs for Small Business &amp;lt;br /&amp;gt;&lt;br /&gt;
Entities &lt;br /&gt;
&lt;br /&gt;
Contractors pursuing CMMC Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment must have a &amp;lt;br /&amp;gt;&lt;br /&gt;
current Final CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, and &amp;lt;br /&amp;gt;&lt;br /&gt;
demonstrate compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3, which is a subset of security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 that have DoD predefined &amp;lt;br /&amp;gt;&lt;br /&gt;
selections and parameters. CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 requires compliance with security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements not required in prior rules. &amp;lt;br /&amp;gt;&lt;br /&gt;
Therefore, Nonrecurring Engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
and Recurring Engineering cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates have been included for the &amp;lt;br /&amp;gt;&lt;br /&gt;
initial implementation and maintenance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the required subset of NIST 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 requirements. The cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimates below accounts for time for a &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor to implement the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and prepare for, support, &amp;lt;br /&amp;gt;&lt;br /&gt;
and participate in a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment conducted by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC. The contractor should &amp;lt;br /&amp;gt;&lt;br /&gt;
therefore keep in mind that the cost of &amp;lt;br /&amp;gt;&lt;br /&gt;
a Level 3 certification will also incur the &amp;lt;br /&amp;gt;&lt;br /&gt;
cost of a CMMC Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment by a C3PAO in addition to &amp;lt;br /&amp;gt;&lt;br /&gt;
the costs to assess the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specific to Level 3. Inclusion of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification is expected to affect &lt;br /&gt;
&lt;br /&gt;
only a small subset of defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors or subcontractors in the DIB. &lt;br /&gt;
&lt;br /&gt;
The estimated engineering costs per &lt;br /&gt;
&lt;br /&gt;
small entity is associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Nonrecurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
$2,700,000. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Recurring Engineering Costs: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
$490,000. &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Assessment Costs and Initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirmation Costs: &#039;&#039;It is estimated that &amp;lt;br /&amp;gt;&lt;br /&gt;
the cost to support a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO Certification for a small entity is &amp;lt;br /&amp;gt;&lt;br /&gt;
*$9,050 The three-year cost is $12,802 &amp;lt;br /&amp;gt;&lt;br /&gt;
(summarized in 4.1.2 above, table 2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and includes the triennial assessment + &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation, plus two additional annual &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmations ($9,050 + $1,876 + $1,876): &amp;lt;br /&amp;gt;&lt;br /&gt;
—&#039;&#039;Phase 1: Planning and preparing for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the Level 3 assessment: &#039;&#039;$1,905 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 10 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 10hrs = $1,905) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 2: Conducting the Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment: &#039;&#039;$1,524 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 3: Reporting of Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment results: &#039;&#039;$1,876 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 4.08 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 4.08hrs = $352) &lt;br /&gt;
&lt;br /&gt;
—&#039;&#039;Phase 4: Remediation (for CMMC &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level 3 if necessary and allowed): &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;$1,869 &lt;br /&gt;
&lt;br /&gt;
• A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
• A staff IT specialist (IT4) for 48 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 48hrs = $345) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Affirmation&#039;&#039;—initial affirmation &lt;br /&gt;
&lt;br /&gt;
post assessment: $1,876 &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Reaffirmations: &#039;&#039;It is estimated that &lt;br /&gt;
&lt;br /&gt;
the costs to reaffirm a CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment annually is $1,876 (three- &amp;lt;br /&amp;gt;&lt;br /&gt;
year cost is $5,628, or $1,876 &lt;br /&gt;
&lt;br /&gt;
× 3) &lt;br /&gt;
&lt;br /&gt;
—A director (MGMT5) for 8 hours &lt;br /&gt;
&lt;br /&gt;
($190.52/hr &lt;br /&gt;
&lt;br /&gt;
× 8hrs = $1,524) &lt;br /&gt;
&lt;br /&gt;
—A staff IT specialist (IT4) for 4.08 &lt;br /&gt;
&lt;br /&gt;
hours ($86.24/hr &lt;br /&gt;
&lt;br /&gt;
× 4.08hrs = $352) &lt;br /&gt;
&lt;br /&gt;
• &#039;&#039;Summary: &#039;&#039;The following is the &lt;br /&gt;
&lt;br /&gt;
annual small entities total cost summary &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Level 3 Certifications and &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmations over a ten-year period. &amp;lt;br /&amp;gt;&lt;br /&gt;
Example calculation, Year 2 (reference &amp;lt;br /&amp;gt;&lt;br /&gt;
per entity amounts above): &amp;lt;br /&amp;gt;&lt;br /&gt;
—*($9,050 Certification per entity &lt;br /&gt;
&lt;br /&gt;
× 45 &lt;br /&gt;
&lt;br /&gt;
entities) + ($1,876 Annual Affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
per entity &lt;br /&gt;
&lt;br /&gt;
× 3 entities) = $412,897, &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
—$121,500,000 Nonrecurring &lt;br /&gt;
&lt;br /&gt;
Engineering cost ($2,700,000 per &amp;lt;br /&amp;gt;&lt;br /&gt;
entity &lt;br /&gt;
&lt;br /&gt;
× 45 entities being certified), &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
—$23,520,000 Recurring Engineering &lt;br /&gt;
&lt;br /&gt;
cost ($490,000 per entity &lt;br /&gt;
&lt;br /&gt;
× 45 entities &lt;br /&gt;
&lt;br /&gt;
being certified) + ($490,000 per entity &lt;br /&gt;
&lt;br /&gt;
× 3 entities performing affirmations) &lt;br /&gt;
&lt;br /&gt;
—$145,432,897 Total Cost = &lt;br /&gt;
&lt;br /&gt;
Certification and Affirmation Cost &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00118&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.030&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83209 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
66&lt;br /&gt;
&lt;br /&gt;
An Organization Seeking Certification (OSC) is &lt;br /&gt;
&lt;br /&gt;
an entity seeking to contract, obtain, or maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC certification for a given information system &amp;lt;br /&amp;gt;&lt;br /&gt;
at a particular CMMC Level. An OSC is also an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. &lt;br /&gt;
&lt;br /&gt;
67&lt;br /&gt;
&lt;br /&gt;
An Organization Seeking Assessment (OSA) is &lt;br /&gt;
&lt;br /&gt;
an entity seeking to conduct, obtain, or maintain a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment for a given information system &amp;lt;br /&amp;gt;&lt;br /&gt;
at a particular CMMC Level. The term OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
includes all OSCs. &lt;br /&gt;
&lt;br /&gt;
($412,897) + Nonrecurring &amp;lt;br /&amp;gt;&lt;br /&gt;
Engineering cost ($121,500,000) + &lt;br /&gt;
&lt;br /&gt;
Recurring Engineering cost &amp;lt;br /&amp;gt;&lt;br /&gt;
($23,520,000), or $145,432,897. &lt;br /&gt;
&lt;br /&gt;
Projected Reporting, Recordkeeping, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Compliance Requirements &lt;br /&gt;
&lt;br /&gt;
The CMMC Program provides for the &lt;br /&gt;
&lt;br /&gt;
assessment of contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements to enhance confidence in &amp;lt;br /&amp;gt;&lt;br /&gt;
contactor protection of unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
information within the DoD supply &amp;lt;br /&amp;gt;&lt;br /&gt;
chain. CMMC contractual requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are implemented under the 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition rule, with &amp;lt;br /&amp;gt;&lt;br /&gt;
associated rulemaking for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements (&#039;&#039;e.g., &#039;&#039;CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoring Methodology, certificate &amp;lt;br /&amp;gt;&lt;br /&gt;
issuance, information accessibility) &amp;lt;br /&amp;gt;&lt;br /&gt;
under the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program rule. The 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule includes two &amp;lt;br /&amp;gt;&lt;br /&gt;
separate information collection requests &amp;lt;br /&amp;gt;&lt;br /&gt;
(ICR), one for the CMMC Program and &amp;lt;br /&amp;gt;&lt;br /&gt;
one for CMMC eMASS. &lt;br /&gt;
&lt;br /&gt;
This information collection is &lt;br /&gt;
&lt;br /&gt;
necessary to support the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment process for Levels 2 and 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.17 and 170.18 respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment process is conducted by &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Assessors, employed by &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Third-Party Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations (C3PAOs). During the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment process, Organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
Seeking Certification 66 (OSCs) hire &lt;br /&gt;
&lt;br /&gt;
C3PAOs to conduct the third-party &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment required for certification. &lt;br /&gt;
&lt;br /&gt;
The CMMC Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment process is conducted by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense Contract Management Agency &amp;lt;br /&amp;gt;&lt;br /&gt;
(DCMA) Defense Industrial Base &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Assessment Center &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). &lt;br /&gt;
&lt;br /&gt;
Use of the Information &lt;br /&gt;
&lt;br /&gt;
Level 1 and Level 2 CMMC Self- &lt;br /&gt;
&lt;br /&gt;
Assessments. Organizations Seeking &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment 67 (OSAs) follow procedures &amp;lt;br /&amp;gt;&lt;br /&gt;
as defined in §§ 170.15(a)(1) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.16(a)(1) to conduct CMMC Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 2 self-assessments on their &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems to determine &amp;lt;br /&amp;gt;&lt;br /&gt;
conformance with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the CMMC level requirements. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 and Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection reporting and &amp;lt;br /&amp;gt;&lt;br /&gt;
recordkeeping requirements will be &amp;lt;br /&amp;gt;&lt;br /&gt;
included in a modification of an &amp;lt;br /&amp;gt;&lt;br /&gt;
existing Defense Federal Acquisition &amp;lt;br /&amp;gt;&lt;br /&gt;
Regulation Supplement (DFARS) &amp;lt;br /&amp;gt;&lt;br /&gt;
collection approved under OMB Control &amp;lt;br /&amp;gt;&lt;br /&gt;
Number 0750–0004, Assessing &amp;lt;br /&amp;gt;&lt;br /&gt;
Contractor Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Modifications to this DFARS collection &amp;lt;br /&amp;gt;&lt;br /&gt;
will be addressed as part of the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 204 CMMC Acquisition final rule. &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 Certification Assessment &lt;br /&gt;
&lt;br /&gt;
The Level 2 certification assessment &lt;br /&gt;
&lt;br /&gt;
information collection burden for &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are included in the 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection burden for the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSCs to upload affirmations in SPRS is &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition final rule. Additionally, the &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection burden &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS are addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
a separate 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program final rule information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection request (ICR). &lt;br /&gt;
&lt;br /&gt;
OSCs follow procedures as defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.17 to prepare for CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. &lt;br /&gt;
&lt;br /&gt;
Certified Assessors assigned by &lt;br /&gt;
&lt;br /&gt;
C3PAOs follow requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures as defined in § 170.17 to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct CMMC assessments on defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine conformance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
information safeguarding requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with CMMC Level 2. This is &amp;lt;br /&amp;gt;&lt;br /&gt;
an assessment to validate &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the 110 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–171 R2. &lt;br /&gt;
&lt;br /&gt;
Prospective C3PAOs must complete &lt;br /&gt;
&lt;br /&gt;
and submit the Standard Form (SF) 328 &amp;lt;br /&amp;gt;&lt;br /&gt;
Certificate Pertaining to Foreign &amp;lt;br /&amp;gt;&lt;br /&gt;
Interests (OMB control number 0704– &amp;lt;br /&amp;gt;&lt;br /&gt;
0579) upon request from Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Counterintelligence and Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Agency (DCSA). &lt;br /&gt;
&lt;br /&gt;
C3PAOs must generate and collect &lt;br /&gt;
&lt;br /&gt;
pre-assessment and planning material &amp;lt;br /&amp;gt;&lt;br /&gt;
(contact information for the OSC, &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00119&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.031&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83210 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
information about the C3PAO and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors conducting the assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
the level of assessment planned, the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Model and Assessment Guide &amp;lt;br /&amp;gt;&lt;br /&gt;
versions, and assessment approach), &amp;lt;br /&amp;gt;&lt;br /&gt;
artifact information (list of artifacts, &amp;lt;br /&amp;gt;&lt;br /&gt;
hash of artifacts, and hashing algorithm &amp;lt;br /&amp;gt;&lt;br /&gt;
used), final assessment reports, &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate CMMC certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and assessment appeal &amp;lt;br /&amp;gt;&lt;br /&gt;
information. C3PAOs submit the data &amp;lt;br /&amp;gt;&lt;br /&gt;
they generate and collect into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS, the &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection required for this &amp;lt;br /&amp;gt;&lt;br /&gt;
submission is addressed in a separate &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC eMASS ICR for the 32 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
170 CMMC Program rule. OSCs may &amp;lt;br /&amp;gt;&lt;br /&gt;
have a POA&amp;amp;amp;M at CMMC Level 2 as &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in § 170.21. C3PAOs perform &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M closeout assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO process to conduct a POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
Close-out Assessment, where &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, is the same as the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment with the same information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection requirements. &lt;br /&gt;
&lt;br /&gt;
OSCs must retain artifacts used as &lt;br /&gt;
&lt;br /&gt;
evidence for the assessment for the &amp;lt;br /&amp;gt;&lt;br /&gt;
duration of the validity period of the &amp;lt;br /&amp;gt;&lt;br /&gt;
certificate of assessment, and at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, for six years from the date of &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.17(c)(4). The OSC is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for compiling relevant artifacts as &amp;lt;br /&amp;gt;&lt;br /&gt;
evidence and having knowledgeable &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel available during the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The organizational artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
are proprietary to the OSC and will not &amp;lt;br /&amp;gt;&lt;br /&gt;
be retained by the assessment team &amp;lt;br /&amp;gt;&lt;br /&gt;
unless expressly permitted by the OSC. &amp;lt;br /&amp;gt;&lt;br /&gt;
To preserve the integrity of the artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
reviewed, the OSC creates a hash of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment evidence (to include a list of &amp;lt;br /&amp;gt;&lt;br /&gt;
the artifact names, the return values of &amp;lt;br /&amp;gt;&lt;br /&gt;
the hashing algorithm, and the hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm used) and retains the artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
information for six years. The &amp;lt;br /&amp;gt;&lt;br /&gt;
information obtained from the artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
is an information collection and is &amp;lt;br /&amp;gt;&lt;br /&gt;
provided to the C3PAO for uploading &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
(addressed in a separate CMMC eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
ICR for the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program final rule); the artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
themselves are not an information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection. The OSC process to support &amp;lt;br /&amp;gt;&lt;br /&gt;
a POA&amp;amp;amp;M Close-out Assessment, where &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, is the same as the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment with the same information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection requirements. &lt;br /&gt;
&lt;br /&gt;
If an OSC does not agree with the &lt;br /&gt;
&lt;br /&gt;
assessment results, it may formally &amp;lt;br /&amp;gt;&lt;br /&gt;
dispute the assessment and initiate an &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Appeal process with the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO who conducted the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs submit assessment appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
using eMASS (addressed in a separate &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC eMASS ICR for the 32 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
170 CMMC Program final rule). Appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
are tracked in the CMMC instantiation &lt;br /&gt;
&lt;br /&gt;
of eMASS and any resulting changes to &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessment results are uploaded into &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
C3PAOs maintain records for a period &lt;br /&gt;
&lt;br /&gt;
of six years of monitoring, education, &amp;lt;br /&amp;gt;&lt;br /&gt;
training, technical knowledge, skills, &amp;lt;br /&amp;gt;&lt;br /&gt;
experience, and authorization of each &amp;lt;br /&amp;gt;&lt;br /&gt;
member of its personnel involved in &amp;lt;br /&amp;gt;&lt;br /&gt;
inspection activities; contractual &amp;lt;br /&amp;gt;&lt;br /&gt;
agreements with OSCs; any working &amp;lt;br /&amp;gt;&lt;br /&gt;
papers generated from Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments; and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations for whom consulting &amp;lt;br /&amp;gt;&lt;br /&gt;
services were provided as addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.9(b)(9). The Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
provides the CMMC PMO with current &amp;lt;br /&amp;gt;&lt;br /&gt;
data on C3PAOs, including &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization and accreditation records &amp;lt;br /&amp;gt;&lt;br /&gt;
and status using the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS (addressed in a &amp;lt;br /&amp;gt;&lt;br /&gt;
separate CMMC eMASS ICR for the 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 170 CMMC Program final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule). &lt;br /&gt;
&lt;br /&gt;
The Accreditation Body provides all &lt;br /&gt;
&lt;br /&gt;
plans related to potential sources of &amp;lt;br /&amp;gt;&lt;br /&gt;
revenue, to include but not limited to &amp;lt;br /&amp;gt;&lt;br /&gt;
fees, licensing, processes, membership, &amp;lt;br /&amp;gt;&lt;br /&gt;
and/or partnerships to the Government’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO as addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.8(b)(13). &lt;br /&gt;
&lt;br /&gt;
CAICOs maintain records for a period &lt;br /&gt;
&lt;br /&gt;
of six years of all procedures, processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
and actions related to fulfillment of the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10(b)(9). &lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 Certification Assessment &lt;br /&gt;
&lt;br /&gt;
The Level 3 certification assessment &lt;br /&gt;
&lt;br /&gt;
information collection burden for &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are included in the 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
part 170 CMMC Program final rule. The &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection burden for OSCs &amp;lt;br /&amp;gt;&lt;br /&gt;
to upload affirmations in SPRS is &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the 48 CFR part 204 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Acquisition final rule. Additionally, the &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection burden &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS are addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
a separate CMMC eMASS ICR for the 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 170 CMMC Program final rule. &lt;br /&gt;
&lt;br /&gt;
OSCs follow procedures as defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.18 to prepare for CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC Assessors follow &lt;br /&gt;
&lt;br /&gt;
requirements and procedures as defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.18 to conduct CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments on defense contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems to determine &amp;lt;br /&amp;gt;&lt;br /&gt;
conformance with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding requirements associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with CMMC Level 3. This is an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to validation the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of the 24 selected &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements from NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021. Because DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC is a government entity, there &amp;lt;br /&amp;gt;&lt;br /&gt;
are no public information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC must generate and &lt;br /&gt;
&lt;br /&gt;
collect pre-assessment and planning &amp;lt;br /&amp;gt;&lt;br /&gt;
material (contact information for the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC, information about the assessors &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting the assessment, the level of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment planned, the CMMC Model &amp;lt;br /&amp;gt;&lt;br /&gt;
and Assessment Guide versions, and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment approach), artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
information (list of artifacts, hash of &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts, and hashing algorithm used), &amp;lt;br /&amp;gt;&lt;br /&gt;
final assessment reports, appropriate &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC certificates of assessment, and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment appeal information. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC submits the data it generates &amp;lt;br /&amp;gt;&lt;br /&gt;
and collects into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS (addressed in a &amp;lt;br /&amp;gt;&lt;br /&gt;
separate CMMC eMASS ICR for the 32 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 170 CMMC Program final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule). &lt;br /&gt;
&lt;br /&gt;
OSCs may have a POA&amp;amp;amp;M at CMMC &lt;br /&gt;
&lt;br /&gt;
Level 3 as addressed in § 170.21. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC performs a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. The DCMA DIBCAC process &amp;lt;br /&amp;gt;&lt;br /&gt;
to conduct a POA&amp;amp;amp;M close-out &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, where applicable, is the &amp;lt;br /&amp;gt;&lt;br /&gt;
same as the initial assessment with the &amp;lt;br /&amp;gt;&lt;br /&gt;
same information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
OSCs must retain artifacts used as &lt;br /&gt;
&lt;br /&gt;
evidence for the assessment for the &amp;lt;br /&amp;gt;&lt;br /&gt;
duration of the validity period of the &amp;lt;br /&amp;gt;&lt;br /&gt;
certificate of assessment, and at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, for six years from the date of &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as addressed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.18(c)(4). The OSC is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for compiling relevant artifacts as &amp;lt;br /&amp;gt;&lt;br /&gt;
evidence and having knowledgeable &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel available during the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. Assessors will not &amp;lt;br /&amp;gt;&lt;br /&gt;
permanently retain assessment artifacts. &amp;lt;br /&amp;gt;&lt;br /&gt;
To preserve the integrity of the artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
reviewed during the assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC creates a hash of assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
evidence (to include a list of the artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
names, the return values of the hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm, and the hashing algorithm &amp;lt;br /&amp;gt;&lt;br /&gt;
used) and retains the artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
information for six years. The &amp;lt;br /&amp;gt;&lt;br /&gt;
information obtained from the artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
is an information collection and DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC uploads the information into &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC instantiation of eMASS; the &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts themselves are not an &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection. The OSC process &amp;lt;br /&amp;gt;&lt;br /&gt;
to support a POA&amp;amp;amp;M close-out &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, where applicable, is the &amp;lt;br /&amp;gt;&lt;br /&gt;
same as the initial assessment with the &amp;lt;br /&amp;gt;&lt;br /&gt;
same information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
If an OSC does not agree with the &lt;br /&gt;
&lt;br /&gt;
assessment results, it may formally &amp;lt;br /&amp;gt;&lt;br /&gt;
dispute the assessment and initiate an &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Appeal process with DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC. DCMA DIBCAC submits &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment appeals using eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Appeals are tracked in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS and any &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting changes to the assessment &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00120&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83211 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
results are uploaded into CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC maintains records for &lt;br /&gt;
&lt;br /&gt;
a period of six years of monitoring, &amp;lt;br /&amp;gt;&lt;br /&gt;
education, training, technical &amp;lt;br /&amp;gt;&lt;br /&gt;
knowledge, skills, experience, and &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization of each member of its &amp;lt;br /&amp;gt;&lt;br /&gt;
personnel involved in inspection &amp;lt;br /&amp;gt;&lt;br /&gt;
activities and working papers generated &amp;lt;br /&amp;gt;&lt;br /&gt;
from Level 3 Certification Assessments. &lt;br /&gt;
&lt;br /&gt;
Use of Information Technology &lt;br /&gt;
&lt;br /&gt;
CMMC assessment data and results &lt;br /&gt;
&lt;br /&gt;
are collected using information &amp;lt;br /&amp;gt;&lt;br /&gt;
technology. C3PAOs and DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC electronically upload &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment data and results into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
(addressed in a separate CMMC eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
ICR for the 32 CFR part 170 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program final rule). The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS electronically &amp;lt;br /&amp;gt;&lt;br /&gt;
transfers certification results to SPRS. &amp;lt;br /&amp;gt;&lt;br /&gt;
For Level 1 and 2 self-assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
OSAs upload their assessment data &amp;lt;br /&amp;gt;&lt;br /&gt;
directly into SPRS. &lt;br /&gt;
&lt;br /&gt;
Use of the CMMC instantiation of &lt;br /&gt;
&lt;br /&gt;
eMASS provides DoD visibility into the &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity posture of the defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor supply chain and is the &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanism to generate reports on the &amp;lt;br /&amp;gt;&lt;br /&gt;
health of the CMMC Ecosystem. SPRS is &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD’s authoritative source for supplier &amp;lt;br /&amp;gt;&lt;br /&gt;
and product performance information. &amp;lt;br /&amp;gt;&lt;br /&gt;
Use of this electronic system to collect &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC information eliminates the need &amp;lt;br /&amp;gt;&lt;br /&gt;
for contractors to respond directly to &amp;lt;br /&amp;gt;&lt;br /&gt;
multiple DoD requiring activities. SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
serves as a single repository for &amp;lt;br /&amp;gt;&lt;br /&gt;
Government access to CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results. Modifications to &amp;lt;br /&amp;gt;&lt;br /&gt;
information collections in SPRS will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in the 48 CFR part 204 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Acquisition final rule. &lt;br /&gt;
&lt;br /&gt;
Non-Duplication &lt;br /&gt;
&lt;br /&gt;
The information obtained through this &lt;br /&gt;
&lt;br /&gt;
collection is unique and is not already &amp;lt;br /&amp;gt;&lt;br /&gt;
available for use or adaptation from &amp;lt;br /&amp;gt;&lt;br /&gt;
another cleared source. &lt;br /&gt;
&lt;br /&gt;
Burden on Small Businesses &lt;br /&gt;
&lt;br /&gt;
For Level 1 and 2 self-assessments, &lt;br /&gt;
&lt;br /&gt;
OSAs must report annually and &amp;lt;br /&amp;gt;&lt;br /&gt;
triennially, respectively. Level 2 and &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessments must &amp;lt;br /&amp;gt;&lt;br /&gt;
be conducted every three years by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO or DCMA DIBCAC, respectively. &amp;lt;br /&amp;gt;&lt;br /&gt;
At all levels, an annual affirmation is &amp;lt;br /&amp;gt;&lt;br /&gt;
required. In all cases, the burden &amp;lt;br /&amp;gt;&lt;br /&gt;
applied to small business is the &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum consistent with applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
laws, Executive orders, regulations, and &amp;lt;br /&amp;gt;&lt;br /&gt;
prudent business practices. &lt;br /&gt;
&lt;br /&gt;
A C3PAO, although not a defense &lt;br /&gt;
&lt;br /&gt;
contractor, may also be a small business. &amp;lt;br /&amp;gt;&lt;br /&gt;
Efforts to minimize the burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAOs include the electronic &amp;lt;br /&amp;gt;&lt;br /&gt;
collection of data using the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS and providing &amp;lt;br /&amp;gt;&lt;br /&gt;
Microsoft Excel spreadsheet templates. &lt;br /&gt;
&lt;br /&gt;
Less Frequent Collection &lt;br /&gt;
&lt;br /&gt;
CMMC certifications last up to three &lt;br /&gt;
&lt;br /&gt;
years. The assessment frequency for &amp;lt;br /&amp;gt;&lt;br /&gt;
each level was determined by the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the sensitivity of information &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA at each level. &lt;br /&gt;
&lt;br /&gt;
DoD Program Managers use the &lt;br /&gt;
&lt;br /&gt;
CMMC information in SPRS to confirm &amp;lt;br /&amp;gt;&lt;br /&gt;
the validity status of an OSA’s CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment or certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment prior to contract award. &amp;lt;br /&amp;gt;&lt;br /&gt;
Rather than taking a contract-by- &amp;lt;br /&amp;gt;&lt;br /&gt;
contract approach to securing Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Contract Information (FCI) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI), the OSA may obtain multiple &lt;br /&gt;
&lt;br /&gt;
contracts with a single CMMC self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment or certification assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
thereby reducing the cost to both DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
and industry. &lt;br /&gt;
&lt;br /&gt;
Consultation and Public Comments &lt;br /&gt;
&lt;br /&gt;
The Department consulted with &lt;br /&gt;
&lt;br /&gt;
members of the DIB Sector Coordinating &amp;lt;br /&amp;gt;&lt;br /&gt;
Council (SCC), and government &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations including the DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC and the Missile Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Agency in determining what data to &amp;lt;br /&amp;gt;&lt;br /&gt;
collect in the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. &lt;br /&gt;
&lt;br /&gt;
The 60-Day &#039;&#039;&#039;Federal Register &#039;&#039;&#039;notice &lt;br /&gt;
&lt;br /&gt;
information is included in the preamble &amp;lt;br /&amp;gt;&lt;br /&gt;
of the 32 CFR part 170 CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule for public comment. &lt;br /&gt;
&lt;br /&gt;
The CMMC PMO is also working with &lt;br /&gt;
&lt;br /&gt;
a records management point-of-contact &amp;lt;br /&amp;gt;&lt;br /&gt;
to ensure records produced from this &amp;lt;br /&amp;gt;&lt;br /&gt;
information collection are retained and &amp;lt;br /&amp;gt;&lt;br /&gt;
disposed of according to a NARA- &amp;lt;br /&amp;gt;&lt;br /&gt;
approved records retention and &amp;lt;br /&amp;gt;&lt;br /&gt;
disposition schedule. Records will be &amp;lt;br /&amp;gt;&lt;br /&gt;
treated as permanent until the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate schedule is identified or &amp;lt;br /&amp;gt;&lt;br /&gt;
approved. &lt;br /&gt;
&lt;br /&gt;
Part A &amp;amp;amp; B: Respondent Burden and Its &amp;lt;br /&amp;gt;&lt;br /&gt;
Labor Costs &lt;br /&gt;
&lt;br /&gt;
The Level 1 and Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
will be included in a modification of an &amp;lt;br /&amp;gt;&lt;br /&gt;
existing DFARS collection approved &amp;lt;br /&amp;gt;&lt;br /&gt;
under OMB Control Number 0750–0004, &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessing Contractor Implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Modifications to this DFARS collection &amp;lt;br /&amp;gt;&lt;br /&gt;
will be addressed as part of the 48 part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition final rule. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00121&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83212 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
68&lt;br /&gt;
&lt;br /&gt;
Respondent is equivalent to an entity; an entity &lt;br /&gt;
&lt;br /&gt;
provides one response annually. &lt;br /&gt;
&lt;br /&gt;
69&lt;br /&gt;
&lt;br /&gt;
Hours per Response represents the estimated &lt;br /&gt;
&lt;br /&gt;
burden hours to complete the indicated assessment. &lt;br /&gt;
&lt;br /&gt;
70&lt;br /&gt;
&lt;br /&gt;
Hourly Rate represents a composite hourly rate &lt;br /&gt;
&lt;br /&gt;
derived from the detailed type of labor and &amp;lt;br /&amp;gt;&lt;br /&gt;
associated rates estimated in the CMMC cost &amp;lt;br /&amp;gt;&lt;br /&gt;
estimate model. &lt;br /&gt;
&lt;br /&gt;
71&lt;br /&gt;
&lt;br /&gt;
The entity type refers to the size of the OSC as &lt;br /&gt;
&lt;br /&gt;
either Small or Other Than Small; the entity type &amp;lt;br /&amp;gt;&lt;br /&gt;
does not refer to the size of the C3PAO. &lt;br /&gt;
&lt;br /&gt;
The public burden costs associated &lt;br /&gt;
&lt;br /&gt;
with Level 2 and Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC Program are &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed here, except for the eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting requirements which will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed as part of a separate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS ICR for the 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program final rule. Respondent &amp;lt;br /&amp;gt;&lt;br /&gt;
burden and cost for these information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are as follows: &lt;br /&gt;
&lt;br /&gt;
Respondent Costs Other Than Burden &amp;lt;br /&amp;gt;&lt;br /&gt;
Hour Costs &lt;br /&gt;
&lt;br /&gt;
Non-Recurring and Recurring &lt;br /&gt;
&lt;br /&gt;
Engineering estimated costs are &amp;lt;br /&amp;gt;&lt;br /&gt;
included for Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. Non-Recurring Engineering &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects a one-time cost consisting of &amp;lt;br /&amp;gt;&lt;br /&gt;
hardware, software, and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
labor to implement the same. Recurring &amp;lt;br /&amp;gt;&lt;br /&gt;
Engineering reflects annually recurring &amp;lt;br /&amp;gt;&lt;br /&gt;
fees and associated labor for technology &amp;lt;br /&amp;gt;&lt;br /&gt;
refresh. The estimated amounts below &amp;lt;br /&amp;gt;&lt;br /&gt;
are average annual amounts for all &amp;lt;br /&amp;gt;&lt;br /&gt;
entities as indicated. &lt;br /&gt;
&lt;br /&gt;
Travel costs for C3PAO assessors may &lt;br /&gt;
&lt;br /&gt;
represent an additional cost for &amp;lt;br /&amp;gt;&lt;br /&gt;
respondents. &lt;br /&gt;
&lt;br /&gt;
Cost to the Federal Government &lt;br /&gt;
&lt;br /&gt;
The government burden costs &lt;br /&gt;
&lt;br /&gt;
associated with Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for the CMMC Program are &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed here, except for the eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
reporting requirements which will be &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed as part of a separate CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS ICR for the 32 CFR part 170 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program rule. Respondent &amp;lt;br /&amp;gt;&lt;br /&gt;
burden and cost for these information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection reporting and recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are as follows: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00122&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4725&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.032&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
ER15OC24.033&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83213 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
72&lt;br /&gt;
&lt;br /&gt;
Respondent is equivalent to an entity; an entity &lt;br /&gt;
&lt;br /&gt;
provides one response annually. &lt;br /&gt;
&lt;br /&gt;
73&lt;br /&gt;
&lt;br /&gt;
Hours per Response represents the estimated &lt;br /&gt;
&lt;br /&gt;
Government burden hours to complete the &amp;lt;br /&amp;gt;&lt;br /&gt;
indicated assessment. &lt;br /&gt;
&lt;br /&gt;
74&lt;br /&gt;
&lt;br /&gt;
The Hourly Rate represents a composite hourly &lt;br /&gt;
&lt;br /&gt;
rate derived from the detailed type of Government &amp;lt;br /&amp;gt;&lt;br /&gt;
labor and associated rates estimated in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
cost estimate model. &lt;br /&gt;
&lt;br /&gt;
75&lt;br /&gt;
&lt;br /&gt;
The entity type refers to the size of the OSC as &lt;br /&gt;
&lt;br /&gt;
either Small or Other Than Small; the entity type &amp;lt;br /&amp;gt;&lt;br /&gt;
does not refer to the size of DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
Steps Taken To Minimize Economic &amp;lt;br /&amp;gt;&lt;br /&gt;
Impact &lt;br /&gt;
&lt;br /&gt;
DoD took aggressive steps to minimize &lt;br /&gt;
&lt;br /&gt;
the economic impact of this program by &amp;lt;br /&amp;gt;&lt;br /&gt;
streamlining requirements to reduce the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of steps in the process and the &amp;lt;br /&amp;gt;&lt;br /&gt;
number of requirements that needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
be met, and reduced the requirement of &amp;lt;br /&amp;gt;&lt;br /&gt;
100% compliance, and the number of &amp;lt;br /&amp;gt;&lt;br /&gt;
third-party assessments required. &lt;br /&gt;
&lt;br /&gt;
To further elaborate the DoD &lt;br /&gt;
&lt;br /&gt;
established a review body that evaluated &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program to ensure it was &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting the programmatic requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to secure Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information within the non-Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
networks of the Defense Industrial Base. &amp;lt;br /&amp;gt;&lt;br /&gt;
A special independent team was &amp;lt;br /&amp;gt;&lt;br /&gt;
established to review and provide &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations on improving the &amp;lt;br /&amp;gt;&lt;br /&gt;
program. &lt;br /&gt;
&lt;br /&gt;
The DoD determined that the CMMC &lt;br /&gt;
&lt;br /&gt;
program should only employ the &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity Standards prescribed by &amp;lt;br /&amp;gt;&lt;br /&gt;
the NIST SP 800–171 that had been &amp;lt;br /&amp;gt;&lt;br /&gt;
required for defense contractors since &amp;lt;br /&amp;gt;&lt;br /&gt;
2017 as implemented by the DFARS &amp;lt;br /&amp;gt;&lt;br /&gt;
clause 252.204–7012, which resulted in &amp;lt;br /&amp;gt;&lt;br /&gt;
the removal of 20 requirements aligned &amp;lt;br /&amp;gt;&lt;br /&gt;
with cybersecurity maturity. The ESG &amp;lt;br /&amp;gt;&lt;br /&gt;
also recommended simplifying the &amp;lt;br /&amp;gt;&lt;br /&gt;
program structure to require only 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
levels of certification vice the original 5. &amp;lt;br /&amp;gt;&lt;br /&gt;
The program further determined that &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications should not be required at &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 and that self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
with an annual affirmation was &lt;br /&gt;
&lt;br /&gt;
sufficient for this level. Level 2 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
was further evaluated and determined &amp;lt;br /&amp;gt;&lt;br /&gt;
that bifurcation of this level was &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, and some CUI would only &amp;lt;br /&amp;gt;&lt;br /&gt;
require a Level 2 self-assessment with &amp;lt;br /&amp;gt;&lt;br /&gt;
annual affirmation, which further &amp;lt;br /&amp;gt;&lt;br /&gt;
reduced the costs for the program. &amp;lt;br /&amp;gt;&lt;br /&gt;
Further the ESG recommended that &amp;lt;br /&amp;gt;&lt;br /&gt;
Plans of Actions and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
(POA&amp;amp;amp;Ms) for lower-level requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
that were not met be allowed for a &amp;lt;br /&amp;gt;&lt;br /&gt;
limited period of time. This rule was &amp;lt;br /&amp;gt;&lt;br /&gt;
updated to allow POA&amp;amp;amp;Ms for no more &amp;lt;br /&amp;gt;&lt;br /&gt;
than 180 days to give contractors the &amp;lt;br /&amp;gt;&lt;br /&gt;
ability to achieve contract award &amp;lt;br /&amp;gt;&lt;br /&gt;
without being fully compliant with all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of NIST SP 800–171 R2. &lt;br /&gt;
&lt;br /&gt;
And, in another effort to minimize the &lt;br /&gt;
&lt;br /&gt;
economic impact the program &amp;lt;br /&amp;gt;&lt;br /&gt;
developed a Phase-in approach to &amp;lt;br /&amp;gt;&lt;br /&gt;
incrementally implement CMMC in four &amp;lt;br /&amp;gt;&lt;br /&gt;
phases over 4 years, with the first year &amp;lt;br /&amp;gt;&lt;br /&gt;
being focused on Self-assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
giving contractors more time to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement the requirements already &amp;lt;br /&amp;gt;&lt;br /&gt;
required in their contracts since 2017. A &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC waiver process was also &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the program which allows &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD the discretion to waive CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements to a procurement &amp;lt;br /&amp;gt;&lt;br /&gt;
or class of procurements in advance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the solicitation in accordance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable policies, procedures, and &amp;lt;br /&amp;gt;&lt;br /&gt;
approval requirements. This waiver &amp;lt;br /&amp;gt;&lt;br /&gt;
would allow contract award and the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor would be expected to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance and certification at a &amp;lt;br /&amp;gt;&lt;br /&gt;
defined time post-award. &lt;br /&gt;
&lt;br /&gt;
The DoD is employing a phased &lt;br /&gt;
&lt;br /&gt;
approach to the CMMC rollout to reduce &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation risk. DoD expects that &amp;lt;br /&amp;gt;&lt;br /&gt;
the public has utilized the lead-time &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to the publication of this rule to &amp;lt;br /&amp;gt;&lt;br /&gt;
prepare for CMMC implementation. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements make no &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to existing policies for &lt;br /&gt;
&lt;br /&gt;
information security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by the DoD. &lt;br /&gt;
&lt;br /&gt;
The phased CMMC implementation &lt;br /&gt;
&lt;br /&gt;
plan described in § 170.3(e) is intended &amp;lt;br /&amp;gt;&lt;br /&gt;
to address CMMC ramp-up issues, &amp;lt;br /&amp;gt;&lt;br /&gt;
provide time to train the necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
number of assessors, and allow &amp;lt;br /&amp;gt;&lt;br /&gt;
companies the time needed to &amp;lt;br /&amp;gt;&lt;br /&gt;
understand and implement CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. DoD has updated the rule &amp;lt;br /&amp;gt;&lt;br /&gt;
to add an additional six months to the &amp;lt;br /&amp;gt;&lt;br /&gt;
Phase 1 timeline. Phase 2 will start one &amp;lt;br /&amp;gt;&lt;br /&gt;
calendar year after the start of Phase 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Phase 3 will start one calendar year &amp;lt;br /&amp;gt;&lt;br /&gt;
after the start of Phase 2. As with all &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD programs, the Department intends &amp;lt;br /&amp;gt;&lt;br /&gt;
to effectively oversee CMMC, and take &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate actions needed to manage &amp;lt;br /&amp;gt;&lt;br /&gt;
its effective implementation. &lt;br /&gt;
&lt;br /&gt;
Alternatives &lt;br /&gt;
&lt;br /&gt;
DoD considered and adopted several &lt;br /&gt;
&lt;br /&gt;
alternatives during the development of &amp;lt;br /&amp;gt;&lt;br /&gt;
this rule that reduce the burden on &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and still meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives of the rule. These alternatives &amp;lt;br /&amp;gt;&lt;br /&gt;
include: &lt;br /&gt;
&lt;br /&gt;
Maintaining status quo and leveraging &lt;br /&gt;
&lt;br /&gt;
only the current requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented in DFARS provision &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7019 and DFARS clause &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020 requiring defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and offerors to self-assess &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance and utilizing the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Methodology and entering a &amp;lt;br /&amp;gt;&lt;br /&gt;
Basic Summary Score in SPRS. &lt;br /&gt;
&lt;br /&gt;
Revising CMMC to reduce the burden &lt;br /&gt;
&lt;br /&gt;
for small businesses and contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
who do not process, store, or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI by eliminating the requirement to &amp;lt;br /&amp;gt;&lt;br /&gt;
hire a C3PAO and instead allow self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment with affirmation to maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance at CMMC Level 1, and &amp;lt;br /&amp;gt;&lt;br /&gt;
allowing triennial self-assessment with &amp;lt;br /&amp;gt;&lt;br /&gt;
an annual affirmation to maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance for some CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
programs. &lt;br /&gt;
&lt;br /&gt;
Exempting contracts and orders &lt;br /&gt;
&lt;br /&gt;
exclusively for the acquisition of &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00123&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
ER15OC24.034&amp;amp;lt;/GPH&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83214 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
commercially available off-the-shelf &amp;lt;br /&amp;gt;&lt;br /&gt;
items; and, &lt;br /&gt;
&lt;br /&gt;
Implementing a phased &lt;br /&gt;
&lt;br /&gt;
implementation for CMMC. &lt;br /&gt;
&lt;br /&gt;
In addition, the Department took into &lt;br /&gt;
&lt;br /&gt;
consideration the timing of the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to achieve a specified &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level: (1) at time of proposal or &amp;lt;br /&amp;gt;&lt;br /&gt;
offer submission, (2) after contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award, (3) at the time of contract award, &amp;lt;br /&amp;gt;&lt;br /&gt;
or (4) permitting government Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Managers to seek approval to waive &amp;lt;br /&amp;gt;&lt;br /&gt;
inclusion of CMMC requirements in &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and resulting contracts that &amp;lt;br /&amp;gt;&lt;br /&gt;
involve disclosure or creation of FCI or &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI as part of the contract effort. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
waivers will be requested and approved &amp;lt;br /&amp;gt;&lt;br /&gt;
by DoD in accordance with internal &amp;lt;br /&amp;gt;&lt;br /&gt;
policies, procedures, and approval &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
The Department ultimately adopted &lt;br /&gt;
&lt;br /&gt;
alternatives (3) and (4). The drawback of &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative 1 (at time of proposal or offer &amp;lt;br /&amp;gt;&lt;br /&gt;
submission) is the increased risk for &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors since they may not have &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient time to achieve the required &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC level after the release of the &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation and before contract award. &amp;lt;br /&amp;gt;&lt;br /&gt;
The drawback of alternative 2 (after &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award) is the increased risk to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Department with respect to the &amp;lt;br /&amp;gt;&lt;br /&gt;
costs, program schedule, and &amp;lt;br /&amp;gt;&lt;br /&gt;
uncertainty in the event the contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
is unable to achieve the required CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
level in a reasonable amount of time &amp;lt;br /&amp;gt;&lt;br /&gt;
given its current cybersecurity posture. &amp;lt;br /&amp;gt;&lt;br /&gt;
This potential delay would apply to the &amp;lt;br /&amp;gt;&lt;br /&gt;
entire supply chain and prevent the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate flow of CUI and FCI. &lt;br /&gt;
&lt;br /&gt;
CMMC does not require &lt;br /&gt;
&lt;br /&gt;
implementation of any additional &amp;lt;br /&amp;gt;&lt;br /&gt;
security protection requirements beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
those identified in current FAR clause &amp;lt;br /&amp;gt;&lt;br /&gt;
52.204–21 and in NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Levels 1 and Level 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are new and based upon &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021. &lt;br /&gt;
&lt;br /&gt;
Steps Taken To Minimize Additional &amp;lt;br /&amp;gt;&lt;br /&gt;
Cost of Credit &lt;br /&gt;
&lt;br /&gt;
The DoD is not a ‘‘covered agency’’ &lt;br /&gt;
&lt;br /&gt;
under 5 U.S.C. 604. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;E. Public Law 96–511, &#039;&#039;‘‘&#039;&#039;Paperwork &amp;lt;br /&amp;gt;&lt;br /&gt;
Reduction Act&#039;&#039;’’ &#039;&#039;(44 U.S.C. Chapter 35) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sections of this rule contain &lt;br /&gt;
&lt;br /&gt;
information collection requirements. As &amp;lt;br /&amp;gt;&lt;br /&gt;
required by the Paperwork Reduction &amp;lt;br /&amp;gt;&lt;br /&gt;
Act (44 U.S.C. Chapter 35), DoD has &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted information collection &amp;lt;br /&amp;gt;&lt;br /&gt;
packages to the Office of Management &amp;lt;br /&amp;gt;&lt;br /&gt;
and Budget for review and approval. &amp;lt;br /&amp;gt;&lt;br /&gt;
The titles and proposed OMB control &amp;lt;br /&amp;gt;&lt;br /&gt;
numbers are as follows. &lt;br /&gt;
&lt;br /&gt;
• Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification (CMMC) Enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
Mission Assurance Support-Service &amp;lt;br /&amp;gt;&lt;br /&gt;
(eMASS) Instantiation Information &lt;br /&gt;
&lt;br /&gt;
Collection (OMB control number 0704– &amp;lt;br /&amp;gt;&lt;br /&gt;
0676). &lt;br /&gt;
&lt;br /&gt;
• Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification (CMMC) Program &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting and Recordkeeping &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements Information Collection &amp;lt;br /&amp;gt;&lt;br /&gt;
(OMB Control Number 0704–0677). &lt;br /&gt;
&lt;br /&gt;
In the proposed rule, DoD invited &lt;br /&gt;
&lt;br /&gt;
comments on these information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection requirements and the &amp;lt;br /&amp;gt;&lt;br /&gt;
paperwork burden associated with this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule. Five comments were received on &amp;lt;br /&amp;gt;&lt;br /&gt;
the information clearance packages that &amp;lt;br /&amp;gt;&lt;br /&gt;
were not applicable to the information &amp;lt;br /&amp;gt;&lt;br /&gt;
collection requirements; however, the &amp;lt;br /&amp;gt;&lt;br /&gt;
comments were applicable to other &amp;lt;br /&amp;gt;&lt;br /&gt;
aspects of the rule, and they are &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed in the comments section of &amp;lt;br /&amp;gt;&lt;br /&gt;
this preamble. There were no changes to &amp;lt;br /&amp;gt;&lt;br /&gt;
paperwork burden included in the &amp;lt;br /&amp;gt;&lt;br /&gt;
proposed rule that published December &amp;lt;br /&amp;gt;&lt;br /&gt;
26, 2023 (88 FR 89058) based on public &amp;lt;br /&amp;gt;&lt;br /&gt;
comments received. To review these &amp;lt;br /&amp;gt;&lt;br /&gt;
collections—including all background &amp;lt;br /&amp;gt;&lt;br /&gt;
materials—please visit at [https://www.reginfo.gov/public/do/PRAMain &#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
www.reginfo.gov/public/do/PRAMain &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;]and use the search function to enter &amp;lt;br /&amp;gt;&lt;br /&gt;
either the title of the collection or the &amp;lt;br /&amp;gt;&lt;br /&gt;
OMB Control Number. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;F. Executive Order 13132, &#039;&#039;‘‘&#039;&#039;Federalism&#039;&#039;’’ &lt;br /&gt;
&lt;br /&gt;
Executive Order 13132 establishes &lt;br /&gt;
&lt;br /&gt;
certain requirements that an agency &amp;lt;br /&amp;gt;&lt;br /&gt;
must meet when it promulgates a final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule that imposes substantial direct &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement costs on state and local &amp;lt;br /&amp;gt;&lt;br /&gt;
governments, preempts state law, or &amp;lt;br /&amp;gt;&lt;br /&gt;
otherwise has federalism implications. &amp;lt;br /&amp;gt;&lt;br /&gt;
This final rule will not have a &amp;lt;br /&amp;gt;&lt;br /&gt;
substantial effect on State and local &amp;lt;br /&amp;gt;&lt;br /&gt;
governments. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;G. Executive Order 13175, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;‘‘&#039;&#039;Consultation and Coordination With &amp;lt;br /&amp;gt;&lt;br /&gt;
Indian Tribal Governments&#039;&#039;’’ &lt;br /&gt;
&lt;br /&gt;
Executive Order 13175 establishes &lt;br /&gt;
&lt;br /&gt;
certain requirements that an agency &amp;lt;br /&amp;gt;&lt;br /&gt;
must meet when it promulgates a final &amp;lt;br /&amp;gt;&lt;br /&gt;
rule that imposes substantial direct &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance costs on one or more Indian &amp;lt;br /&amp;gt;&lt;br /&gt;
Tribes, preempts Tribal law, or effects &amp;lt;br /&amp;gt;&lt;br /&gt;
the distribution of power and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities between the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Government and Indian Tribes. This &amp;lt;br /&amp;gt;&lt;br /&gt;
final rule will not have a substantial &amp;lt;br /&amp;gt;&lt;br /&gt;
effect on Indian Tribal governments. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;List of Subjects in 32 CFR Part 170 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Certification, CMMC, CMMC Levels, &lt;br /&gt;
&lt;br /&gt;
CMMC Program, Contracts, Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information, Cybersecurity, &amp;lt;br /&amp;gt;&lt;br /&gt;
Federal contract information, &amp;lt;br /&amp;gt;&lt;br /&gt;
Government procurement, Incorporation &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference. &lt;br /&gt;
&lt;br /&gt;
■&lt;br /&gt;
&lt;br /&gt;
Accordingly, the Department of &lt;br /&gt;
&lt;br /&gt;
Defense adds 32 CFR part 170 to read &amp;lt;br /&amp;gt;&lt;br /&gt;
as follows: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PART 170—CYBERSECURITY &amp;lt;br /&amp;gt;&lt;br /&gt;
MATURITY MODEL CERTIFICATION &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC) PROGRAM &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart A—General Information &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Sec. &amp;lt;br /&amp;gt;&lt;br /&gt;
170.1&lt;br /&gt;
&lt;br /&gt;
Purpose. &lt;br /&gt;
&lt;br /&gt;
170.2&lt;br /&gt;
&lt;br /&gt;
Incorporation by reference. &lt;br /&gt;
&lt;br /&gt;
170.3&lt;br /&gt;
&lt;br /&gt;
Applicability. &lt;br /&gt;
&lt;br /&gt;
170.4&lt;br /&gt;
&lt;br /&gt;
Acronyms and definitions. &lt;br /&gt;
&lt;br /&gt;
170.5&lt;br /&gt;
&lt;br /&gt;
Policy. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart B—Government Roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibilities &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.6&lt;br /&gt;
&lt;br /&gt;
CMMC PMO. &lt;br /&gt;
&lt;br /&gt;
170.7&lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart C—CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.8&lt;br /&gt;
&lt;br /&gt;
Accreditation Body. &lt;br /&gt;
&lt;br /&gt;
170.9&lt;br /&gt;
&lt;br /&gt;
CMMC Third-Party Assessment &lt;br /&gt;
&lt;br /&gt;
Organizations (C3PAOs). &lt;br /&gt;
&lt;br /&gt;
170.10&lt;br /&gt;
&lt;br /&gt;
CMMC Assessor and Instructor &lt;br /&gt;
&lt;br /&gt;
Certification Organization (CAICO). &lt;br /&gt;
&lt;br /&gt;
170.11&lt;br /&gt;
&lt;br /&gt;
CMMC Certified Assessor (CCA). &lt;br /&gt;
&lt;br /&gt;
170.12&lt;br /&gt;
&lt;br /&gt;
CMMC Instructor. &lt;br /&gt;
&lt;br /&gt;
170.13&lt;br /&gt;
&lt;br /&gt;
CMMC Certified Professional (CCP). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart D—Key Elements of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
170.14&lt;br /&gt;
&lt;br /&gt;
CMMC Model. &lt;br /&gt;
&lt;br /&gt;
170.15&lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmation requirements. &lt;br /&gt;
&lt;br /&gt;
170.16&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 self-assessment and &lt;br /&gt;
&lt;br /&gt;
affirmation requirements. &lt;br /&gt;
&lt;br /&gt;
170.17&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.18&lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment and affirmation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.19&lt;br /&gt;
&lt;br /&gt;
CMMC scoping. &lt;br /&gt;
&lt;br /&gt;
170.20&lt;br /&gt;
&lt;br /&gt;
Standards acceptance. &lt;br /&gt;
&lt;br /&gt;
170.21&lt;br /&gt;
&lt;br /&gt;
Plan of Action and Milestones &lt;br /&gt;
&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
170.22&lt;br /&gt;
&lt;br /&gt;
Affirmation. &lt;br /&gt;
&lt;br /&gt;
170.23&lt;br /&gt;
&lt;br /&gt;
Application to subcontractors. &lt;br /&gt;
&lt;br /&gt;
170.24&lt;br /&gt;
&lt;br /&gt;
CMMC Scoring Methodology. &lt;br /&gt;
&lt;br /&gt;
Appendix A to Part 170—Guidance &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Authority: &#039;&#039;&#039;5 U.S.C. 301; Sec. 1648, Pub. &lt;br /&gt;
&lt;br /&gt;
L. 116–92, 133 Stat. 1198. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart A—General Information. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.1&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Purpose. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) This part describes the &lt;br /&gt;
&lt;br /&gt;
Cybersecurity Maturity Model &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification (CMMC) Program of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense (DoD) and &amp;lt;br /&amp;gt;&lt;br /&gt;
establishes requirements for defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors to &amp;lt;br /&amp;gt;&lt;br /&gt;
implement prescribed cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for safeguarding Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Contract Information (FCI) and &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information &amp;lt;br /&amp;gt;&lt;br /&gt;
(CUI). This part (the CMMC Program) &amp;lt;br /&amp;gt;&lt;br /&gt;
also establishes requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting an assessment of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
prescribed cybersecurity standard for &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor information systems that: &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI or CUI; &amp;lt;br /&amp;gt;&lt;br /&gt;
provide security protections for systems &amp;lt;br /&amp;gt;&lt;br /&gt;
which process, store, or transmit CUI; or &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00124&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83215 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
are not logically or physically isolated &amp;lt;br /&amp;gt;&lt;br /&gt;
from systems which process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. &lt;br /&gt;
&lt;br /&gt;
(b) The CMMC Program provides DoD &lt;br /&gt;
&lt;br /&gt;
with a viable means of conducting the &amp;lt;br /&amp;gt;&lt;br /&gt;
volume of assessments necessary to &amp;lt;br /&amp;gt;&lt;br /&gt;
verify contractor and subcontractor &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of required &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity requirements. &lt;br /&gt;
&lt;br /&gt;
(c) The CMMC Program is designed to &lt;br /&gt;
&lt;br /&gt;
ensure defense contractors are properly &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguarding FCI and CUI that is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor information systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI and CUI must be protected to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
evolving threats and safeguard &amp;lt;br /&amp;gt;&lt;br /&gt;
nonpublic, unclassified information that &amp;lt;br /&amp;gt;&lt;br /&gt;
supports and enables the warfighter. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program provides a &amp;lt;br /&amp;gt;&lt;br /&gt;
consistent methodology to assess a &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractor’s implementation of &amp;lt;br /&amp;gt;&lt;br /&gt;
required cybersecurity requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program utilizes the &amp;lt;br /&amp;gt;&lt;br /&gt;
security standards set forth in the 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21; National Institute of &amp;lt;br /&amp;gt;&lt;br /&gt;
Standards and Technology (NIST) &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication (SP) 800–171, &#039;&#039;Basic &amp;lt;br /&amp;gt;&lt;br /&gt;
Safeguarding of Covered Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, &#039;&#039;Revision 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2020 (includes updates as of &amp;lt;br /&amp;gt;&lt;br /&gt;
January 28, 2021) (NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2); and selected requirements from the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172, &#039;&#039;Enhanced Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information: A Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST Special Publication 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;February 2021 (NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021), as applicable (see table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4) for requirements, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2 for availability of NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
publications). &lt;br /&gt;
&lt;br /&gt;
(d) The CMMC Program balances the &lt;br /&gt;
&lt;br /&gt;
need to safeguard FCI and CUI and the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement to share information &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriately with defense contractors &amp;lt;br /&amp;gt;&lt;br /&gt;
in order to develop capabilities for the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD. The CMMC Program is designed to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure implementation of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
practices for defense contractors and to &amp;lt;br /&amp;gt;&lt;br /&gt;
provide DoD with increased assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
that FCI and CUI information will be &amp;lt;br /&amp;gt;&lt;br /&gt;
adequately safeguarded when residing &amp;lt;br /&amp;gt;&lt;br /&gt;
on or transiting contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems. &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC Program creates no &lt;br /&gt;
&lt;br /&gt;
right or benefit, substantive or &amp;lt;br /&amp;gt;&lt;br /&gt;
procedural, enforceable by law or in &amp;lt;br /&amp;gt;&lt;br /&gt;
equity by any party against the United &amp;lt;br /&amp;gt;&lt;br /&gt;
States, its departments, agencies, or &amp;lt;br /&amp;gt;&lt;br /&gt;
entities, its officers, employees, or &amp;lt;br /&amp;gt;&lt;br /&gt;
agents, or any other person. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.2&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Incorporation by reference. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Certain material is incorporated by &lt;br /&gt;
&lt;br /&gt;
reference into this part with the &amp;lt;br /&amp;gt;&lt;br /&gt;
approval of the Director of the Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
Register under 5 U.S.C. 552(a) and 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR part 51. Material approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporation by reference (IBR) is &lt;br /&gt;
&lt;br /&gt;
available for inspection at the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense (DoD) and at the &amp;lt;br /&amp;gt;&lt;br /&gt;
National Archives and Records &amp;lt;br /&amp;gt;&lt;br /&gt;
Administration (NARA). Contact DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ online: &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;; email: ][mailto:osd.mc-alex.DoD-cio.mbx.cmmc-rule@mail.mil &#039;&#039;osd.mc-alex.DoD- &amp;lt;br /&amp;gt;&lt;br /&gt;
cio.mbx.cmmc-rule@mail.mil&#039;&#039;; or phone: &amp;lt;br /&amp;gt;&lt;br /&gt;
](202) 770–9100. For information on the &amp;lt;br /&amp;gt;&lt;br /&gt;
availability of this material at NARA, &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.archives.gov/federal-register/cfr/ibr-locations visit: &#039;&#039;www.archives.gov/federal-register/ &amp;lt;br /&amp;gt;&lt;br /&gt;
cfr/ibr-locations &#039;&#039;]or email: [mailto:fr.inspection@nara.gov &#039;&#039;fr.inspection@&amp;lt;br /&amp;gt;&lt;br /&gt;
nara.gov&#039;&#039;. The material may be obtained &amp;lt;br /&amp;gt;&lt;br /&gt;
]from the following sources: &lt;br /&gt;
&lt;br /&gt;
(a) National Institute of Standards and &lt;br /&gt;
&lt;br /&gt;
Technology, U.S. Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Commerce, 100 Bureau Drive, &amp;lt;br /&amp;gt;&lt;br /&gt;
Gaithersburg, MD 20899; phone: (301) &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://csrc.nist.gov/publications/ 975–8443; website: &#039;&#039;https://csrc.nist.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
publications/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(1) FIPS PUB 200, Minimum Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Federal Information &amp;lt;br /&amp;gt;&lt;br /&gt;
and Information Systems, March 2006 &amp;lt;br /&amp;gt;&lt;br /&gt;
(FIPS PUB 200 Mar2006); IBR approved &amp;lt;br /&amp;gt;&lt;br /&gt;
for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(2) FIPS PUB 201–3, Personal Identity &lt;br /&gt;
&lt;br /&gt;
Verification (PIV) of Federal Employees &amp;lt;br /&amp;gt;&lt;br /&gt;
and Contractors, January 2022 (FIPS &amp;lt;br /&amp;gt;&lt;br /&gt;
PUB 201–3 Jan2022); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(3) SP 800–37, Risk Management &lt;br /&gt;
&lt;br /&gt;
Framework for Information Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations: A System Life Cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
Approach for Security and Privacy, &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 2, December 2018 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–37 R2); IBR approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(4) SP 800–39, Managing Information &lt;br /&gt;
&lt;br /&gt;
Security Risk: Organization, Mission, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Information System View, March &amp;lt;br /&amp;gt;&lt;br /&gt;
2011 (NIST SP 800–39 Mar2011); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(5) SP 800–53, Security and Privacy &lt;br /&gt;
&lt;br /&gt;
Controls for Information Systems and &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations, Revision 5, September &amp;lt;br /&amp;gt;&lt;br /&gt;
2020 (includes updates as of December &amp;lt;br /&amp;gt;&lt;br /&gt;
10, 2020) (NIST SP 800–53 R5); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(6) SP 800–82r3, Guide to Operational &lt;br /&gt;
&lt;br /&gt;
Technology (OT) Security, September &amp;lt;br /&amp;gt;&lt;br /&gt;
2023 (NIST SP 800–82r3); IBR approved &amp;lt;br /&amp;gt;&lt;br /&gt;
for § 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(7) SP 800–115, Technical Guide to &lt;br /&gt;
&lt;br /&gt;
Information Security Testing and &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment, September 2008 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–115 Sept2008); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(8) SP 800–160, Volume 2, Developing &lt;br /&gt;
&lt;br /&gt;
Cyber-Resilient Systems: A Systems &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Engineering Approach, &amp;lt;br /&amp;gt;&lt;br /&gt;
Revision 1, December 2021 (NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–160 V2R1); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.4(b). &lt;br /&gt;
&lt;br /&gt;
(9) SP 800–171, Protecting Controlled &lt;br /&gt;
&lt;br /&gt;
Unclassified Information in Nonfederal &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems and Organizations, Revision 2, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2020 (includes updates as of &amp;lt;br /&amp;gt;&lt;br /&gt;
January 28, 2021), (NIST SP 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
R2); IBR approved for §§ 170.4(b) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.14(a) through (c). &lt;br /&gt;
&lt;br /&gt;
(10) SP 800–171A, Assessing Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information, June 2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(NIST SP 800–171A Jun2018); IBR &amp;lt;br /&amp;gt;&lt;br /&gt;
approved for §§ 170.11(a), 170.14(d), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.15(c), 170.16(c), 170.17(c), and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.18(c). &lt;br /&gt;
&lt;br /&gt;
(11) SP 800–172, Enhanced Security &lt;br /&gt;
&lt;br /&gt;
Requirements for Protecting Controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
Unclassified Information: A Supplement &amp;lt;br /&amp;gt;&lt;br /&gt;
to NIST Special Publication 800–171, &amp;lt;br /&amp;gt;&lt;br /&gt;
February 2021 (NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021); IBR approved for §§ 170.4(b), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.5(a), and 170.14(a) and (c). &lt;br /&gt;
&lt;br /&gt;
(12) SP 800–172A, Assessing &lt;br /&gt;
&lt;br /&gt;
Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Controlled Unclassified Information, &amp;lt;br /&amp;gt;&lt;br /&gt;
March 2022 (NIST SP 800–172A &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2022); IBR approved for §§ 170.4(b), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.14(d), and 170.18(c). &lt;br /&gt;
&lt;br /&gt;
(b) International Organization for &lt;br /&gt;
&lt;br /&gt;
Standardization (ISO) Chemin de &amp;lt;br /&amp;gt;&lt;br /&gt;
Blandonnet 8, CP 401—1214 Vernier, &amp;lt;br /&amp;gt;&lt;br /&gt;
Geneva, Switzerland; phone: +41 22 749 &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.iso.org/popular-standards.html 01 11; website: &#039;&#039;www.iso.org/popular- &amp;lt;br /&amp;gt;&lt;br /&gt;
standards.html&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(1) ISO/IEC 17011:2017(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—Requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for accreditation bodies accrediting &amp;lt;br /&amp;gt;&lt;br /&gt;
conformity assessment bodies, Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, November 2017 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17011:2017(E)); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.8(b)(3), 170.9(b)(13), and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.10(b)(4). &lt;br /&gt;
&lt;br /&gt;
(2) ISO/IEC 17020:2012(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—Requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for the operation of various types of &amp;lt;br /&amp;gt;&lt;br /&gt;
bodies performing inspection, Second &amp;lt;br /&amp;gt;&lt;br /&gt;
edition, March 1, 2012 (ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E)); IBR approved for &amp;lt;br /&amp;gt;&lt;br /&gt;
§§ 170.8(a), (b)(1), (b)(3) and 170.9(b)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (b)(13). &lt;br /&gt;
&lt;br /&gt;
(3) ISO/IEC 17024:2012(E), &lt;br /&gt;
&lt;br /&gt;
Conformity assessment—General &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for bodies operating &amp;lt;br /&amp;gt;&lt;br /&gt;
certification of persons, second edition, &amp;lt;br /&amp;gt;&lt;br /&gt;
July 1, 2012 (ISO/IEC 17024:2012(E)); &amp;lt;br /&amp;gt;&lt;br /&gt;
IBR approved for §§ 170.8(b)(2) and &amp;lt;br /&amp;gt;&lt;br /&gt;
170.10(a) and (b)(4), (7), and (8). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note 1 to paragraph (b): &#039;&#039;&#039;The ISO/IEC &lt;br /&gt;
&lt;br /&gt;
standards incorporated by reference in this &amp;lt;br /&amp;gt;&lt;br /&gt;
part may be viewed at no cost in ‘‘read only’’ &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://ibr.ansi.org format at &#039;&#039;https://ibr.ansi.org&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.3&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Applicability. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) The requirements of this part &lt;br /&gt;
&lt;br /&gt;
apply to: &lt;br /&gt;
&lt;br /&gt;
(1) All DoD contract and subcontract &lt;br /&gt;
&lt;br /&gt;
awardees that will process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit information, in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD contract, that meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
standards for FCI or CUI on contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems; and, &lt;br /&gt;
&lt;br /&gt;
(2) Private-sector businesses or other &lt;br /&gt;
&lt;br /&gt;
entities comprising the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem, as specified in subpart C of &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00125&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83216 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(b) The requirements of this part do &lt;br /&gt;
&lt;br /&gt;
not apply to Federal information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems operated by contractors or &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors on behalf of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Government. &lt;br /&gt;
&lt;br /&gt;
(c) CMMC Program requirements &lt;br /&gt;
&lt;br /&gt;
apply to all DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts pursuant to which a defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor or subcontractor will process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI or CUI on &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, including those for the &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition of commercial items (except &amp;lt;br /&amp;gt;&lt;br /&gt;
those exclusively for COTS items) &amp;lt;br /&amp;gt;&lt;br /&gt;
valued at greater than the micro- &amp;lt;br /&amp;gt;&lt;br /&gt;
purchase threshold except under the &amp;lt;br /&amp;gt;&lt;br /&gt;
following circumstances: &lt;br /&gt;
&lt;br /&gt;
(1) The procurement occurs during &lt;br /&gt;
&lt;br /&gt;
Implementation Phase 1, 2, or 3 as &amp;lt;br /&amp;gt;&lt;br /&gt;
described in paragraph (e) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, in which case CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements apply in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for the relevant phase- &amp;lt;br /&amp;gt;&lt;br /&gt;
in period; or &lt;br /&gt;
&lt;br /&gt;
(2) Application of CMMC Program &lt;br /&gt;
&lt;br /&gt;
requirements to a procurement or class &amp;lt;br /&amp;gt;&lt;br /&gt;
of procurements may be waived in &amp;lt;br /&amp;gt;&lt;br /&gt;
advance of the solicitation at the &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion of DoD in accordance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable policies, procedures, and &amp;lt;br /&amp;gt;&lt;br /&gt;
approval requirements. &lt;br /&gt;
&lt;br /&gt;
(d) DoD Program Managers or &lt;br /&gt;
&lt;br /&gt;
requiring activities are responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
selecting the CMMC Status that will &amp;lt;br /&amp;gt;&lt;br /&gt;
apply for a particular procurement or &amp;lt;br /&amp;gt;&lt;br /&gt;
contract based upon the type of &amp;lt;br /&amp;gt;&lt;br /&gt;
information, FCI or CUI, that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed on, stored on, or transmitted &amp;lt;br /&amp;gt;&lt;br /&gt;
through a contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
system. Application of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for subcontractors will be &amp;lt;br /&amp;gt;&lt;br /&gt;
determined in accordance with § 170.23. &lt;br /&gt;
&lt;br /&gt;
(e) DoD is utilizing a phased approach &lt;br /&gt;
&lt;br /&gt;
for the inclusion of CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. Implementation of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements will occur over &amp;lt;br /&amp;gt;&lt;br /&gt;
four (4) phases: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Phase 1. &#039;&#039;Begins on the effective &lt;br /&gt;
&lt;br /&gt;
date of the complementary 48 CFR part &amp;lt;br /&amp;gt;&lt;br /&gt;
204 CMMC Acquisition final rule. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
intends to include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Statuses of Level 1 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) for all applicable DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitations and contracts as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition of contract award. DoD may, &amp;lt;br /&amp;gt;&lt;br /&gt;
at its discretion, include the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self) or Level 2 (Self) for applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD solicitations and contracts as a &amp;lt;br /&amp;gt;&lt;br /&gt;
condition to exercise an option period &amp;lt;br /&amp;gt;&lt;br /&gt;
on a contract awarded prior to the &amp;lt;br /&amp;gt;&lt;br /&gt;
effective date. DoD may also, at its &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion, include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) in &amp;lt;br /&amp;gt;&lt;br /&gt;
place of the Level 2 (Self) CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
for applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Phase 2. &#039;&#039;Begins one calendar year &lt;br /&gt;
&lt;br /&gt;
following the start date of Phase 1. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition to Phase 1 requirements, DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
intends to include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. DoD may, at its discretion, delay &amp;lt;br /&amp;gt;&lt;br /&gt;
the inclusion of requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (C3PAO) to an option &amp;lt;br /&amp;gt;&lt;br /&gt;
period instead of as a condition of &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. DoD may also, at its &amp;lt;br /&amp;gt;&lt;br /&gt;
discretion, include the requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC) for &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Phase 3. &#039;&#039;Begins one calendar year &lt;br /&gt;
&lt;br /&gt;
following the start date of Phase 2. In &amp;lt;br /&amp;gt;&lt;br /&gt;
addition to Phase 1 and 2 requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD intends to include the requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Status of Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
all applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award and as a condition to exercise an &amp;lt;br /&amp;gt;&lt;br /&gt;
option period on a contract awarded &amp;lt;br /&amp;gt;&lt;br /&gt;
after the effective date. DoD intends to &amp;lt;br /&amp;gt;&lt;br /&gt;
include the requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 3 (DIBCAC) for all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts as a condition of contract &amp;lt;br /&amp;gt;&lt;br /&gt;
award. DoD may, at its discretion, delay &amp;lt;br /&amp;gt;&lt;br /&gt;
the inclusion of requirement for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 3 (DIBCAC) to an option &amp;lt;br /&amp;gt;&lt;br /&gt;
period instead of as a condition of &amp;lt;br /&amp;gt;&lt;br /&gt;
contract award. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Phase 4, full implementation. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Begins one calendar year following the &amp;lt;br /&amp;gt;&lt;br /&gt;
start date of Phase 3. DoD will include &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program requirements in all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts including option periods on &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts awarded prior to the beginning &amp;lt;br /&amp;gt;&lt;br /&gt;
of Phase 4. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.4&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Acronyms and definitions. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Acronyms. &#039;&#039;Unless otherwise &lt;br /&gt;
&lt;br /&gt;
noted, the following acronyms and their &amp;lt;br /&amp;gt;&lt;br /&gt;
terms are for the purposes of this part. &amp;lt;br /&amp;gt;&lt;br /&gt;
AC—Access Control &amp;lt;br /&amp;gt;&lt;br /&gt;
APT—Advanced Persistent Threat &amp;lt;br /&amp;gt;&lt;br /&gt;
AT—Awareness and Training &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO—CMMC Third-Party &lt;br /&gt;
&lt;br /&gt;
Assessment Organization &lt;br /&gt;
&lt;br /&gt;
CA—Security Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO—CMMC Assessors and &lt;br /&gt;
&lt;br /&gt;
Instructors Certification Organization &lt;br /&gt;
&lt;br /&gt;
CAGE—Commercial and Government &lt;br /&gt;
&lt;br /&gt;
Entity &lt;br /&gt;
&lt;br /&gt;
CCA—CMMC-Certified Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
CCI—CMMC-Certified Instructor &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP—CMMC-Certified Professional &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR—Code of Federal Regulations &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO—Chief Information Officer &amp;lt;br /&amp;gt;&lt;br /&gt;
CM—Configuration Management &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC—Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification &lt;br /&gt;
&lt;br /&gt;
CMMC PMO—CMMC Program &lt;br /&gt;
&lt;br /&gt;
Management Office &lt;br /&gt;
&lt;br /&gt;
CNC—Computerized Numerical Control &lt;br /&gt;
&lt;br /&gt;
CoPC—Code of Professional Conduct &amp;lt;br /&amp;gt;&lt;br /&gt;
CSP—Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI—Controlled Unclassified &lt;br /&gt;
&lt;br /&gt;
Information &lt;br /&gt;
&lt;br /&gt;
DCMA—Defense Contract Management &lt;br /&gt;
&lt;br /&gt;
Agency &lt;br /&gt;
&lt;br /&gt;
DD—Represents any two-character &lt;br /&gt;
&lt;br /&gt;
CMMC Domain acronym &lt;br /&gt;
&lt;br /&gt;
DFARS—Defense Federal Acquisition &lt;br /&gt;
&lt;br /&gt;
Regulation Supplement &lt;br /&gt;
&lt;br /&gt;
DIB—Defense Industrial Base &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC—DCMA’s Defense Industrial &lt;br /&gt;
&lt;br /&gt;
Base Cybersecurity Assessment Center &lt;br /&gt;
&lt;br /&gt;
DoD—Department of Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
DoDI—Department of Defense &lt;br /&gt;
&lt;br /&gt;
Instruction &lt;br /&gt;
&lt;br /&gt;
eMASS—Enterprise Mission Assurance &lt;br /&gt;
&lt;br /&gt;
Support Service &lt;br /&gt;
&lt;br /&gt;
ESP—External Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
FAR—Federal Acquisition Regulation &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI—Federal Contract Information &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP—Federal Risk and &lt;br /&gt;
&lt;br /&gt;
Authorization Management Program &lt;br /&gt;
&lt;br /&gt;
GFE—Government Furnished &lt;br /&gt;
&lt;br /&gt;
Equipment &lt;br /&gt;
&lt;br /&gt;
IA—Identification and Authentication &amp;lt;br /&amp;gt;&lt;br /&gt;
ICS—Industrial Control System &amp;lt;br /&amp;gt;&lt;br /&gt;
IIoT—Industrial Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
IoT—Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
IR—Incident Response &amp;lt;br /&amp;gt;&lt;br /&gt;
IS—Information System &amp;lt;br /&amp;gt;&lt;br /&gt;
IEC—International Electrotechnical &lt;br /&gt;
&lt;br /&gt;
Commission &lt;br /&gt;
&lt;br /&gt;
ISO/IEC—International Organization for &lt;br /&gt;
&lt;br /&gt;
Standardization/International &amp;lt;br /&amp;gt;&lt;br /&gt;
Electrotechnical Commission &lt;br /&gt;
&lt;br /&gt;
IT—Information Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
L#—CMMC Level Number &amp;lt;br /&amp;gt;&lt;br /&gt;
MA—Maintenance &amp;lt;br /&amp;gt;&lt;br /&gt;
MP—Media Protection &amp;lt;br /&amp;gt;&lt;br /&gt;
MSSP—Managed Security Service &lt;br /&gt;
&lt;br /&gt;
Provider &lt;br /&gt;
&lt;br /&gt;
NARA—National Archives and Records &lt;br /&gt;
&lt;br /&gt;
Administration &lt;br /&gt;
&lt;br /&gt;
NAICS—North American Industry &lt;br /&gt;
&lt;br /&gt;
Classification System &lt;br /&gt;
&lt;br /&gt;
NIST—National Institute of Standards &lt;br /&gt;
&lt;br /&gt;
and Technology &lt;br /&gt;
&lt;br /&gt;
N/A—Not Applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
ODP—Organization-Defined Parameter &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA—Organization Seeking Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC—Organization Seeking &lt;br /&gt;
&lt;br /&gt;
Certification &lt;br /&gt;
&lt;br /&gt;
OT—Operational Technology &amp;lt;br /&amp;gt;&lt;br /&gt;
PI—Provisional Instructor &amp;lt;br /&amp;gt;&lt;br /&gt;
PIEE—Procurement Integrated &lt;br /&gt;
&lt;br /&gt;
Enterprise Environment &lt;br /&gt;
&lt;br /&gt;
PII—Personally Identifiable Information &amp;lt;br /&amp;gt;&lt;br /&gt;
PLC—Programmable Logic Controller &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M—Plan of Action and Milestones &amp;lt;br /&amp;gt;&lt;br /&gt;
PRA—Paperwork Reduction Act &amp;lt;br /&amp;gt;&lt;br /&gt;
RM—Risk Management &amp;lt;br /&amp;gt;&lt;br /&gt;
SAM—System of Award Management &amp;lt;br /&amp;gt;&lt;br /&gt;
SC—System and Communications &lt;br /&gt;
&lt;br /&gt;
Protection &lt;br /&gt;
&lt;br /&gt;
SCADA—Supervisory Control and Data &lt;br /&gt;
&lt;br /&gt;
Acquisition &lt;br /&gt;
&lt;br /&gt;
SI—System and Information Integrity &amp;lt;br /&amp;gt;&lt;br /&gt;
SIEM—Security Information and Event &lt;br /&gt;
&lt;br /&gt;
Management &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00126&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83217 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
SP—Special Publication &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD—Security Protection Data &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS—Supplier Performance Risk &lt;br /&gt;
&lt;br /&gt;
System &lt;br /&gt;
&lt;br /&gt;
SSP—System Security Plan &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Definitions. &#039;&#039;Unless otherwise &lt;br /&gt;
&lt;br /&gt;
noted, these terms and their definitions &amp;lt;br /&amp;gt;&lt;br /&gt;
are for the purposes of this part. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Access Control (AC) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
process of granting or denying specific &amp;lt;br /&amp;gt;&lt;br /&gt;
requests to obtain and use information &amp;lt;br /&amp;gt;&lt;br /&gt;
and related information processing &amp;lt;br /&amp;gt;&lt;br /&gt;
services; and/or entry to specific &amp;lt;br /&amp;gt;&lt;br /&gt;
physical facilities (&#039;&#039;e.g., &#039;&#039;Federal &amp;lt;br /&amp;gt;&lt;br /&gt;
buildings, military establishments, or &amp;lt;br /&amp;gt;&lt;br /&gt;
border crossing entrances), as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS PUB 201–3 Jan2002 (incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Accreditation &#039;&#039;means a status pursuant &lt;br /&gt;
&lt;br /&gt;
to which a CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem member (person &amp;lt;br /&amp;gt;&lt;br /&gt;
or organization), having met all criteria &amp;lt;br /&amp;gt;&lt;br /&gt;
for the specific role they perform &amp;lt;br /&amp;gt;&lt;br /&gt;
including required ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditations, may act in that role as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.8 for the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body and § 170.9 for C3PAOs. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Accreditation Body &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.8 and means the one organization &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contracts with to be responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing and accrediting members of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem, as required. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body must be approved &amp;lt;br /&amp;gt;&lt;br /&gt;
by DoD. At any given point in time, &amp;lt;br /&amp;gt;&lt;br /&gt;
there will be only one Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body for the DoD CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Advanced Persistent Threat (APT) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means an adversary that possesses &amp;lt;br /&amp;gt;&lt;br /&gt;
sophisticated levels of expertise and &amp;lt;br /&amp;gt;&lt;br /&gt;
significant resources that allow it to &amp;lt;br /&amp;gt;&lt;br /&gt;
create opportunities to achieve its &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives by using multiple attack &amp;lt;br /&amp;gt;&lt;br /&gt;
vectors (&#039;&#039;e.g., &#039;&#039;cyber, physical, and &amp;lt;br /&amp;gt;&lt;br /&gt;
deception). These objectives typically &amp;lt;br /&amp;gt;&lt;br /&gt;
include establishing and extending &amp;lt;br /&amp;gt;&lt;br /&gt;
footholds within the information &amp;lt;br /&amp;gt;&lt;br /&gt;
technology infrastructure of the targeted &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations for purposes of exfiltrating &amp;lt;br /&amp;gt;&lt;br /&gt;
information, undermining or impeding &amp;lt;br /&amp;gt;&lt;br /&gt;
critical aspects of a mission, program, or &amp;lt;br /&amp;gt;&lt;br /&gt;
organization; or positioning itself to &amp;lt;br /&amp;gt;&lt;br /&gt;
carry out these objectives in the future. &amp;lt;br /&amp;gt;&lt;br /&gt;
The advanced persistent threat pursues &amp;lt;br /&amp;gt;&lt;br /&gt;
its objectives repeatedly over an &amp;lt;br /&amp;gt;&lt;br /&gt;
extended period-of-time, adapts to &amp;lt;br /&amp;gt;&lt;br /&gt;
defenders’ efforts to resist it, and is &amp;lt;br /&amp;gt;&lt;br /&gt;
determined to maintain the level of &amp;lt;br /&amp;gt;&lt;br /&gt;
interaction needed to execute its &amp;lt;br /&amp;gt;&lt;br /&gt;
objectives, as is defined in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–39 Mar2011 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Affirming Official &#039;&#039;means the senior &lt;br /&gt;
&lt;br /&gt;
level representative from within each &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization Seeking Assessment (OSA) &amp;lt;br /&amp;gt;&lt;br /&gt;
who is responsible for ensuring the &lt;br /&gt;
&lt;br /&gt;
OSA’s compliance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements and has the &amp;lt;br /&amp;gt;&lt;br /&gt;
authority to affirm the OSA’s continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the specified security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment &#039;&#039;means the testing or &lt;br /&gt;
&lt;br /&gt;
evaluation of security controls to &amp;lt;br /&amp;gt;&lt;br /&gt;
determine the extent to which the &amp;lt;br /&amp;gt;&lt;br /&gt;
controls are implemented correctly, &amp;lt;br /&amp;gt;&lt;br /&gt;
operating as intended, and producing &amp;lt;br /&amp;gt;&lt;br /&gt;
the desired outcome with respect to &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting the security requirements for an &amp;lt;br /&amp;gt;&lt;br /&gt;
information system or organization, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in §§ 170.15 through 170.18. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Level 1 self-assessment &#039;&#039;is the term &lt;br /&gt;
&lt;br /&gt;
for the activity performed by an OSA to &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate its own information system &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self). &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Level 2 self-assessment &#039;&#039;is the term &lt;br /&gt;
&lt;br /&gt;
for the activity performed by an OSA to &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate its own information system &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Level 2 certification assessment &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
the term for the activity performed by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO to evaluate the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system of an OSC when seeking a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;Level 3 certification assessment &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
the term for the activity performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DCMA DIBCAC to evaluate the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system of an OSC when &amp;lt;br /&amp;gt;&lt;br /&gt;
seeking a CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(v) &#039;&#039;POA&amp;amp;amp;M closeout self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
is the term for the activity performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSA to evaluate only the NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were identified with &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M during the initial assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self). &lt;br /&gt;
&lt;br /&gt;
(vi) &#039;&#039;POA&amp;amp;amp;M closeout certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment &#039;&#039;is the term for the activity &amp;lt;br /&amp;gt;&lt;br /&gt;
performed by a C3PAO or DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC to evaluate only the NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that were identified with &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M during the initial assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
when seeking a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) or Final Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) respectively. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Findings Report &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
the final written assessment results by &amp;lt;br /&amp;gt;&lt;br /&gt;
the third-party or government &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment team. The Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report is submitted to the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
and to the DoD via CMMC eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment objective &#039;&#039;means a set of &lt;br /&gt;
&lt;br /&gt;
determination statements that, taken &amp;lt;br /&amp;gt;&lt;br /&gt;
together, expresses the desired outcome &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment of a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Successful implementation &amp;lt;br /&amp;gt;&lt;br /&gt;
of the corresponding CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement requires meeting all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable assessment objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171A Jun2018 &lt;br /&gt;
&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
or NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment Team &#039;&#039;means participants &lt;br /&gt;
&lt;br /&gt;
in the Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC Certified Assessors and CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Professionals) or the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment (DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC assessors). This does not &amp;lt;br /&amp;gt;&lt;br /&gt;
include the OSC participants preparing &amp;lt;br /&amp;gt;&lt;br /&gt;
for or participating in the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Asset &#039;&#039;means an item of value to &lt;br /&gt;
&lt;br /&gt;
stakeholders. An asset may be tangible &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;a physical item such as hardware, &amp;lt;br /&amp;gt;&lt;br /&gt;
firmware, computing platform, network &amp;lt;br /&amp;gt;&lt;br /&gt;
device, or other technology component) &amp;lt;br /&amp;gt;&lt;br /&gt;
or intangible (&#039;&#039;e.g., &#039;&#039;humans, data, &amp;lt;br /&amp;gt;&lt;br /&gt;
information, software, capability, &amp;lt;br /&amp;gt;&lt;br /&gt;
function, service, trademark, copyright, &amp;lt;br /&amp;gt;&lt;br /&gt;
patent, intellectual property, image, or &amp;lt;br /&amp;gt;&lt;br /&gt;
reputation). The value of an asset is &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by stakeholders in &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration of loss concerns across &amp;lt;br /&amp;gt;&lt;br /&gt;
the entire system life cycle. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
concerns include but are not limited to &amp;lt;br /&amp;gt;&lt;br /&gt;
business or mission concerns, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–160 V2R1 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Asset Categories &#039;&#039;means a grouping of &lt;br /&gt;
&lt;br /&gt;
assets that process, store or transmit &amp;lt;br /&amp;gt;&lt;br /&gt;
information of similar designation, or &amp;lt;br /&amp;gt;&lt;br /&gt;
provide security protection to those &amp;lt;br /&amp;gt;&lt;br /&gt;
assets. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Authentication &#039;&#039;is defined in FIPS &lt;br /&gt;
&lt;br /&gt;
PUB 200 Mar2006 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Authorized &#039;&#039;means an interim status &lt;br /&gt;
&lt;br /&gt;
during which a CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
member (person or organization), having &amp;lt;br /&amp;gt;&lt;br /&gt;
met all criteria for the specific role they &amp;lt;br /&amp;gt;&lt;br /&gt;
perform other than the required ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditations, may act in that role for &amp;lt;br /&amp;gt;&lt;br /&gt;
a specified time as set forth in § 170.8 &amp;lt;br /&amp;gt;&lt;br /&gt;
for the Accreditation Body and § 170.9 &amp;lt;br /&amp;gt;&lt;br /&gt;
for C3PAOs. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Capability &#039;&#039;means a combination of &lt;br /&gt;
&lt;br /&gt;
mutually reinforcing controls &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented by technical means, &amp;lt;br /&amp;gt;&lt;br /&gt;
physical means, and procedural means. &amp;lt;br /&amp;gt;&lt;br /&gt;
Such controls are typically selected to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve a common information security &amp;lt;br /&amp;gt;&lt;br /&gt;
or privacy purpose, as defined in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–37 R2 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Cloud Service Provider (CSP) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
an external company that provides &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services based on cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
computing. Cloud computing is a model &amp;lt;br /&amp;gt;&lt;br /&gt;
for enabling ubiquitous, convenient, on- &amp;lt;br /&amp;gt;&lt;br /&gt;
demand network access to a shared pool &amp;lt;br /&amp;gt;&lt;br /&gt;
of configurable computing resources &amp;lt;br /&amp;gt;&lt;br /&gt;
(&#039;&#039;e.g., &#039;&#039;networks, servers, storage, &amp;lt;br /&amp;gt;&lt;br /&gt;
applications, and services) that can be &amp;lt;br /&amp;gt;&lt;br /&gt;
rapidly provisioned and released with &amp;lt;br /&amp;gt;&lt;br /&gt;
minimal management effort or service &amp;lt;br /&amp;gt;&lt;br /&gt;
provider interaction. This definition is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on the definition for cloud &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00127&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83218 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
computing in NIST SP 800–145 &amp;lt;br /&amp;gt;&lt;br /&gt;
Sept2011. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment and Certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Ecosystem &#039;&#039;means the people and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations described in subpart C of &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. This term is sometimes &amp;lt;br /&amp;gt;&lt;br /&gt;
shortened to CMMC Ecosystem. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment Scope &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
set of all assets in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
environment that will be assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
against CMMC security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessor and Instructor &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Certification Organization (CAICO) &#039;&#039;is &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.10 and means the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization responsible for training, &amp;lt;br /&amp;gt;&lt;br /&gt;
testing, authorizing, certifying, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying CMMC certified assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
certified instructors, and certified &amp;lt;br /&amp;gt;&lt;br /&gt;
professionals. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Instantiation of eMASS &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
a CMMC instance of the Enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
Mission Assurance Support Service &amp;lt;br /&amp;gt;&lt;br /&gt;
(eMASS), a government owned and &amp;lt;br /&amp;gt;&lt;br /&gt;
operated system. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Security Requirements &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
the 15 Level 1 requirements listed in the &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 52.204–21(b)(1), the 110 Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and the 24 Level 3 requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
selected from NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Status &#039;&#039;is the result of meeting &lt;br /&gt;
&lt;br /&gt;
or exceeding the minimum required &amp;lt;br /&amp;gt;&lt;br /&gt;
score for the corresponding assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Status of an OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
information system is officially stored in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS and additionally presented on a &amp;lt;br /&amp;gt;&lt;br /&gt;
Certificate of CMMC Status, if the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment was conducted by a C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
or DCMA DIBCAC. The potential CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Statuses are outlined in the paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
that follow. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Final Level 1 (Self) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.15(a)(1) and (c)(1). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (Self) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.16(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (Self) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
§ 170.16(a)(1)(iii). (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;Conditional Level 2 (C3PAO) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.17(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(v) &#039;&#039;Final Level 2 (C3PAO) &#039;&#039;is defined &lt;br /&gt;
&lt;br /&gt;
in § 170.17(a)(1)(iii). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
(vi) &#039;&#039;Conditional Level 3 (DIBCAC) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in § 170.18(a)(1)(ii). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
(vii) &#039;&#039;Final Level 3 (DIBCAC) &#039;&#039;is defined &lt;br /&gt;
&lt;br /&gt;
in § 170.18(a)(1)(iii). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Status Date &#039;&#039;means the date &lt;br /&gt;
&lt;br /&gt;
that the CMMC Status results are &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted to SPRS or the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS, as appropriate. &lt;br /&gt;
&lt;br /&gt;
The date of the Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status will remain as the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
Date after a successful POA&amp;amp;amp;M closeout. &amp;lt;br /&amp;gt;&lt;br /&gt;
A new date is not set for a Final that &amp;lt;br /&amp;gt;&lt;br /&gt;
follows a Conditional. (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Third-Party Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization (C3PAO) &#039;&#039;means an &amp;lt;br /&amp;gt;&lt;br /&gt;
organization that has been authorized or &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited by the Accreditation Body to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and has the roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities identified in § 170.9. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Contractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Contractor Risk Managed Assets &#039;&#039;are &lt;br /&gt;
&lt;br /&gt;
defined in table 3 to § 170.19(c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CUI) &#039;&#039;is defined in 32 CFR 2002.4(h). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CUI) Assets &#039;&#039;means assets that can &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DCMA DIBCAC High Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means an assessment that is conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
by Government personnel in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with NIST SP 800–171A Jun2018 and &amp;lt;br /&amp;gt;&lt;br /&gt;
leveraging specific guidance in the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Methodology that: &lt;br /&gt;
&lt;br /&gt;
(i) Consists of: &amp;lt;br /&amp;gt;&lt;br /&gt;
(A) A review of a contractor’s Basic &lt;br /&gt;
&lt;br /&gt;
Assessment; &lt;br /&gt;
&lt;br /&gt;
(B) A thorough document review; &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) Verification, examination, and &lt;br /&gt;
&lt;br /&gt;
demonstration of a contractor’s system &amp;lt;br /&amp;gt;&lt;br /&gt;
security plan to validate that NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171 R2 security requirements have &amp;lt;br /&amp;gt;&lt;br /&gt;
been implemented as described in the &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor’s system security plan; and &lt;br /&gt;
&lt;br /&gt;
(D) Discussions with the contractor to &lt;br /&gt;
&lt;br /&gt;
obtain additional information or &amp;lt;br /&amp;gt;&lt;br /&gt;
clarification, as needed; and &lt;br /&gt;
&lt;br /&gt;
(ii) Results in a confidence level of &lt;br /&gt;
&lt;br /&gt;
‘‘High’’ in the resulting score. (Source: &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 252.204–7020). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Defense Industrial Base (DIB) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in 32 CFR 236.2. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;DoD Assessment Methodology &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DoDAM) &#039;&#039;documents a standard &amp;lt;br /&amp;gt;&lt;br /&gt;
methodology that enables a strategic &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of a contractor’s &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
a requirement for compliance with 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 252.204–7012. (Source: DoDAM &amp;lt;br /&amp;gt;&lt;br /&gt;
Version 1.2.1) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enduring Exception &#039;&#039;means a special &lt;br /&gt;
&lt;br /&gt;
circumstance or system where &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation and full compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC &#039;&#039;s&#039;&#039;ecurity &#039;&#039;r&#039;&#039;equirements is not &amp;lt;br /&amp;gt;&lt;br /&gt;
feasible. Examples include systems &amp;lt;br /&amp;gt;&lt;br /&gt;
required to replicate the configuration of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘fielded’ systems, medical devices, test &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment, OT, and IoT. No operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plan of action is required but the &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstance must be documented &amp;lt;br /&amp;gt;&lt;br /&gt;
within a system security plan. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets and GFE may be &lt;br /&gt;
&lt;br /&gt;
enduring exceptions. (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enterprise &#039;&#039;means an organization &lt;br /&gt;
&lt;br /&gt;
with a defined mission/goal and a &amp;lt;br /&amp;gt;&lt;br /&gt;
defined boundary, using information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems to execute that mission, and &amp;lt;br /&amp;gt;&lt;br /&gt;
with responsibility for managing its own &amp;lt;br /&amp;gt;&lt;br /&gt;
risks and performance. An enterprise &amp;lt;br /&amp;gt;&lt;br /&gt;
may consist of all or some of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following business aspects: acquisition, &amp;lt;br /&amp;gt;&lt;br /&gt;
program management, financial &amp;lt;br /&amp;gt;&lt;br /&gt;
management (&#039;&#039;e.g., &#039;&#039;budgets), human &amp;lt;br /&amp;gt;&lt;br /&gt;
resources, security, and information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, information and mission &amp;lt;br /&amp;gt;&lt;br /&gt;
management, as defined in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–53 R5 (incorporated by reference, &amp;lt;br /&amp;gt;&lt;br /&gt;
see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;External Service Provider (ESP) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
external people, technology, or facilities &amp;lt;br /&amp;gt;&lt;br /&gt;
that an organization utilizes for &amp;lt;br /&amp;gt;&lt;br /&gt;
provision and management of IT and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity services on behalf of the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization. In the CMMC Program, &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI or Security Protection Data (&#039;&#039;e.g., &#039;&#039;log &amp;lt;br /&amp;gt;&lt;br /&gt;
data, configuration data), must be &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted on the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP assets to be considered an ESP. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Federal Contract Information (FCI) &#039;&#039;is &lt;br /&gt;
&lt;br /&gt;
defined in 48 CFR 4.1901. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Government Furnished Equipment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(GFE) &#039;&#039;has the same meaning as &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘government-furnished property’’ as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in 48 CFR 45.101. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Industrial Control Systems (ICS) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means a general term that encompasses &amp;lt;br /&amp;gt;&lt;br /&gt;
several types of control systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
including supervisory control and data &amp;lt;br /&amp;gt;&lt;br /&gt;
acquisition (SCADA) systems, &amp;lt;br /&amp;gt;&lt;br /&gt;
distributed control systems (DCS), and &amp;lt;br /&amp;gt;&lt;br /&gt;
other control system configurations that &amp;lt;br /&amp;gt;&lt;br /&gt;
are often found in the industrial sectors &amp;lt;br /&amp;gt;&lt;br /&gt;
and critical infrastructures, such as &amp;lt;br /&amp;gt;&lt;br /&gt;
Programmable Logic Controllers (PLC). &amp;lt;br /&amp;gt;&lt;br /&gt;
An ICS consists of combinations of &amp;lt;br /&amp;gt;&lt;br /&gt;
control components (&#039;&#039;e.g., &#039;&#039;electrical, &amp;lt;br /&amp;gt;&lt;br /&gt;
mechanical, hydraulic, pneumatic) that &amp;lt;br /&amp;gt;&lt;br /&gt;
act together to achieve an industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
objective (&#039;&#039;e.g., &#039;&#039;manufacturing, &amp;lt;br /&amp;gt;&lt;br /&gt;
transportation of matter or energy), as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–82r3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Information System (IS) &#039;&#039;is defined in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171 R2 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Internet of Things (IoT) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
network of devices that contain the &amp;lt;br /&amp;gt;&lt;br /&gt;
hardware, software, firmware, and &amp;lt;br /&amp;gt;&lt;br /&gt;
actuators which allow the devices to &amp;lt;br /&amp;gt;&lt;br /&gt;
connect, interact, and freely exchange &amp;lt;br /&amp;gt;&lt;br /&gt;
data and information, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operational plan of action &#039;&#039;as used in &lt;br /&gt;
&lt;br /&gt;
security requirement CA.L2–3.12.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
means the formal artifact which &amp;lt;br /&amp;gt;&lt;br /&gt;
identifies temporary vulnerabilities and &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiencies (&#039;&#039;e.g., &#039;&#039;necessary &amp;lt;br /&amp;gt;&lt;br /&gt;
information system updates, patches, or &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00128&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83219 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
reconfiguration as threats evolve) in &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
documents how they will be mitigated, &amp;lt;br /&amp;gt;&lt;br /&gt;
corrected, or eliminated. The OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
defines the format (&#039;&#039;e.g., &#039;&#039;document, &amp;lt;br /&amp;gt;&lt;br /&gt;
spreadsheet, database) and specific &amp;lt;br /&amp;gt;&lt;br /&gt;
content of its operational plan of action. &amp;lt;br /&amp;gt;&lt;br /&gt;
An operational plan of action does not &amp;lt;br /&amp;gt;&lt;br /&gt;
identify a timeline for remediation and &amp;lt;br /&amp;gt;&lt;br /&gt;
is not the same as a POA&amp;amp;amp;M, which is &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with an assessment for &amp;lt;br /&amp;gt;&lt;br /&gt;
remediation of deficiencies that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed within 180 days. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Operational Technology (OT) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
programmable systems or devices that &amp;lt;br /&amp;gt;&lt;br /&gt;
interact with the physical environment &amp;lt;br /&amp;gt;&lt;br /&gt;
(or manage devices that interact with &amp;lt;br /&amp;gt;&lt;br /&gt;
the physical environment). These &amp;lt;br /&amp;gt;&lt;br /&gt;
systems or devices detect or cause a &amp;lt;br /&amp;gt;&lt;br /&gt;
direct change through the monitoring or &amp;lt;br /&amp;gt;&lt;br /&gt;
control of devices, processes, and &amp;lt;br /&amp;gt;&lt;br /&gt;
events. Examples include industrial &amp;lt;br /&amp;gt;&lt;br /&gt;
control systems, building management &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, fire control systems, and &amp;lt;br /&amp;gt;&lt;br /&gt;
physical access control mechanisms, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–160 V2R1 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization-defined &#039;&#039;means as &lt;br /&gt;
&lt;br /&gt;
determined by the OSA except as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in the case of Organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameter (ODP). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization-Defined Parameters &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(ODPs) &#039;&#039;means selected enhanced &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements contain selection &amp;lt;br /&amp;gt;&lt;br /&gt;
and assignment operations to give &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations flexibility in defining &amp;lt;br /&amp;gt;&lt;br /&gt;
variable parts of those requirements, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Note 1 to ODPs: &#039;&#039;The organization &lt;br /&gt;
&lt;br /&gt;
defining the parameters is the DoD. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization Seeking Assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(OSA) &#039;&#039;means the entity seeking to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment for a given &amp;lt;br /&amp;gt;&lt;br /&gt;
information system for the purposes of &amp;lt;br /&amp;gt;&lt;br /&gt;
achieving and maintaining any CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status. The term OSA includes all &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations Seeking Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
(OSCs). (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organization Seeking Certification &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(OSC) &#039;&#039;means the entity seeking to &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a certification assessment for a &amp;lt;br /&amp;gt;&lt;br /&gt;
given information system for the &amp;lt;br /&amp;gt;&lt;br /&gt;
purposes of achieving and maintaining &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). An OSC is also an &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Out-of-Scope Assets &#039;&#039;means assets that &lt;br /&gt;
&lt;br /&gt;
cannot process, store, or transmit CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
because they are physically or logically &amp;lt;br /&amp;gt;&lt;br /&gt;
separated from information systems that &amp;lt;br /&amp;gt;&lt;br /&gt;
do process, store, or transmit CUI, or are &amp;lt;br /&amp;gt;&lt;br /&gt;
inherently unable to do so; except for &amp;lt;br /&amp;gt;&lt;br /&gt;
assets that provide security protection &amp;lt;br /&amp;gt;&lt;br /&gt;
for a CUI asset (see the definition for &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Assets&#039;&#039;). (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Periodically &#039;&#039;means occurring at a &lt;br /&gt;
&lt;br /&gt;
regular interval as determined by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA that may not exceed one year. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Personally Identifiable Information &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means information that can be used to &amp;lt;br /&amp;gt;&lt;br /&gt;
distinguish or trace an individual’s &amp;lt;br /&amp;gt;&lt;br /&gt;
identity, either alone or when combined &amp;lt;br /&amp;gt;&lt;br /&gt;
with other information that is linked or &amp;lt;br /&amp;gt;&lt;br /&gt;
linkable to a specific individual, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Plan of Action and Milestones &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(POA&amp;amp;amp;M) &#039;&#039;means a document that &amp;lt;br /&amp;gt;&lt;br /&gt;
identifies tasks needing to be &amp;lt;br /&amp;gt;&lt;br /&gt;
accomplished. It details resources &amp;lt;br /&amp;gt;&lt;br /&gt;
required to accomplish the elements of &amp;lt;br /&amp;gt;&lt;br /&gt;
the plan, any milestones in meeting the &amp;lt;br /&amp;gt;&lt;br /&gt;
tasks, and scheduled completion dates &amp;lt;br /&amp;gt;&lt;br /&gt;
for the milestones, as defined in NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
SP 800–115 Sept2008 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Prime Contractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Process, store, or transmit &#039;&#039;means data &lt;br /&gt;
&lt;br /&gt;
can be used by an asset (&#039;&#039;e.g., &#039;&#039;accessed, &amp;lt;br /&amp;gt;&lt;br /&gt;
entered, edited, generated, manipulated, &amp;lt;br /&amp;gt;&lt;br /&gt;
or printed); data is inactive or at rest on &amp;lt;br /&amp;gt;&lt;br /&gt;
an asset (&#039;&#039;e.g., &#039;&#039;located on electronic &amp;lt;br /&amp;gt;&lt;br /&gt;
media, in system component memory, &amp;lt;br /&amp;gt;&lt;br /&gt;
or in physical format such as paper &amp;lt;br /&amp;gt;&lt;br /&gt;
documents); or data is being transferred &amp;lt;br /&amp;gt;&lt;br /&gt;
from one asset to another asset (&#039;&#039;e.g., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;data in transit using physical or digital &amp;lt;br /&amp;gt;&lt;br /&gt;
transport methods). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Restricted Information Systems &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
systems (and associated IT components &amp;lt;br /&amp;gt;&lt;br /&gt;
comprising the system) that are &amp;lt;br /&amp;gt;&lt;br /&gt;
configured based on government &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (&#039;&#039;e.g., &#039;&#039;connected to &amp;lt;br /&amp;gt;&lt;br /&gt;
something that was required to support &amp;lt;br /&amp;gt;&lt;br /&gt;
a functional requirement) and are used &amp;lt;br /&amp;gt;&lt;br /&gt;
to support a contract (&#039;&#039;e.g., &#039;&#039;fielded &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, obsolete systems, and product &amp;lt;br /&amp;gt;&lt;br /&gt;
deliverable replicas). (CMMC-custom &amp;lt;br /&amp;gt;&lt;br /&gt;
term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Risk &#039;&#039;means a measure of the extent to &lt;br /&gt;
&lt;br /&gt;
which an entity is threatened by a &amp;lt;br /&amp;gt;&lt;br /&gt;
potential circumstance or event, and is &amp;lt;br /&amp;gt;&lt;br /&gt;
typically a function of: &lt;br /&gt;
&lt;br /&gt;
(i) The adverse impacts that would &lt;br /&gt;
&lt;br /&gt;
arise if the circumstance or event &amp;lt;br /&amp;gt;&lt;br /&gt;
occurs; and &lt;br /&gt;
&lt;br /&gt;
(ii) The likelihood of occurrence, as &lt;br /&gt;
&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Risk Assessment &#039;&#039;means the process of &lt;br /&gt;
&lt;br /&gt;
identifying risks to organizational &amp;lt;br /&amp;gt;&lt;br /&gt;
operations (including mission, &amp;lt;br /&amp;gt;&lt;br /&gt;
functions, image, reputation), &amp;lt;br /&amp;gt;&lt;br /&gt;
organizational assets, individuals, other &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations, and the Nation, resulting &amp;lt;br /&amp;gt;&lt;br /&gt;
from the operation of a system. Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment is part of risk management, &amp;lt;br /&amp;gt;&lt;br /&gt;
incorporates threat and vulnerability &amp;lt;br /&amp;gt;&lt;br /&gt;
analyses, and considers mitigations &lt;br /&gt;
&lt;br /&gt;
provided by security controls planned &amp;lt;br /&amp;gt;&lt;br /&gt;
or in place. Synonymous with risk &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis, as defined in NIST SP 800–39 &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2011 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Assets (SPA) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
means assets providing security &amp;lt;br /&amp;gt;&lt;br /&gt;
functions or capabilities for the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Security Protection Data (SPD) &#039;&#039;means &lt;br /&gt;
&lt;br /&gt;
data stored or processed by Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets (SPA) that are used to &amp;lt;br /&amp;gt;&lt;br /&gt;
protect an OSC’s assessed environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
SPD is security relevant information and &amp;lt;br /&amp;gt;&lt;br /&gt;
includes but is not limited to: &amp;lt;br /&amp;gt;&lt;br /&gt;
configuration data required to operate &amp;lt;br /&amp;gt;&lt;br /&gt;
an SPA, log files generated by or &amp;lt;br /&amp;gt;&lt;br /&gt;
ingested by an SPA, data related to the &amp;lt;br /&amp;gt;&lt;br /&gt;
configuration or vulnerability status of &amp;lt;br /&amp;gt;&lt;br /&gt;
in-scope assets, and passwords that &amp;lt;br /&amp;gt;&lt;br /&gt;
grant access to the in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Specialized Assets &#039;&#039;means types of &lt;br /&gt;
&lt;br /&gt;
assets considered specialized assets for &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC: Government Furnished &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment, Internet of Things (IoT) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Industrial Internet of Things (IIoT), &amp;lt;br /&amp;gt;&lt;br /&gt;
Operational Technology (OT), Restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, and Test &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment. (CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Subcontractor &#039;&#039;is defined in 48 CFR &lt;br /&gt;
&lt;br /&gt;
3.502–1. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Supervisory Control and Data &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Acquisition (SCADA) &#039;&#039;means a generic &amp;lt;br /&amp;gt;&lt;br /&gt;
name for a computerized system that is &amp;lt;br /&amp;gt;&lt;br /&gt;
capable of gathering and processing data &amp;lt;br /&amp;gt;&lt;br /&gt;
and applying operational controls over &amp;lt;br /&amp;gt;&lt;br /&gt;
long distances. Typical uses include &amp;lt;br /&amp;gt;&lt;br /&gt;
power transmission and distribution &amp;lt;br /&amp;gt;&lt;br /&gt;
and pipeline systems. SCADA was &amp;lt;br /&amp;gt;&lt;br /&gt;
designed for the unique communication &amp;lt;br /&amp;gt;&lt;br /&gt;
challenges (&#039;&#039;e.g., &#039;&#039;delays, data integrity) &amp;lt;br /&amp;gt;&lt;br /&gt;
posed by the various media that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
used, such as phone lines, microwave, &amp;lt;br /&amp;gt;&lt;br /&gt;
and satellite. Usually shared rather than &amp;lt;br /&amp;gt;&lt;br /&gt;
dedicated, as defined in NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
82r3 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;System Security Plan (SSP) &#039;&#039;means the &lt;br /&gt;
&lt;br /&gt;
formal document that provides an &amp;lt;br /&amp;gt;&lt;br /&gt;
overview of the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for an information system or an &amp;lt;br /&amp;gt;&lt;br /&gt;
information security program and &amp;lt;br /&amp;gt;&lt;br /&gt;
describes the security controls in place &amp;lt;br /&amp;gt;&lt;br /&gt;
or planned for meeting those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. The system security plan &amp;lt;br /&amp;gt;&lt;br /&gt;
describes the system components that &amp;lt;br /&amp;gt;&lt;br /&gt;
are included within the system, the &amp;lt;br /&amp;gt;&lt;br /&gt;
environment in which the system &amp;lt;br /&amp;gt;&lt;br /&gt;
operates, how the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are implemented, and the relationships &amp;lt;br /&amp;gt;&lt;br /&gt;
with or connections to other systems, as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–53 R5 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Temporary deficiency &#039;&#039;means a &lt;br /&gt;
&lt;br /&gt;
condition where remediation of a &amp;lt;br /&amp;gt;&lt;br /&gt;
discovered deficiency is feasible, and a &amp;lt;br /&amp;gt;&lt;br /&gt;
known fix is available or is in process. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00129&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83220 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
The deficiency must be documented in &amp;lt;br /&amp;gt;&lt;br /&gt;
an operational plan of action. A &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiency is not based on an &amp;lt;br /&amp;gt;&lt;br /&gt;
‘in progress’ initial implementation of a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirement but arises &amp;lt;br /&amp;gt;&lt;br /&gt;
after implementation. A temporary &amp;lt;br /&amp;gt;&lt;br /&gt;
deficiency may apply during the initial &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement if, during roll-out, specific &amp;lt;br /&amp;gt;&lt;br /&gt;
issues with a very limited subset of &amp;lt;br /&amp;gt;&lt;br /&gt;
equipment is discovered that must be &amp;lt;br /&amp;gt;&lt;br /&gt;
separately addressed. There is no &amp;lt;br /&amp;gt;&lt;br /&gt;
standard duration for which a &amp;lt;br /&amp;gt;&lt;br /&gt;
temporary deficiency may be active. For &amp;lt;br /&amp;gt;&lt;br /&gt;
example, FIPS-validated cryptography &amp;lt;br /&amp;gt;&lt;br /&gt;
that requires a patch and the patched &amp;lt;br /&amp;gt;&lt;br /&gt;
version is no longer the validated &amp;lt;br /&amp;gt;&lt;br /&gt;
version may be a temporary deficiency. &amp;lt;br /&amp;gt;&lt;br /&gt;
(CMMC-custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Test Equipment &#039;&#039;means hardware and/ &lt;br /&gt;
&lt;br /&gt;
or associated IT components used in the &amp;lt;br /&amp;gt;&lt;br /&gt;
testing of products, system components, &amp;lt;br /&amp;gt;&lt;br /&gt;
and contract deliverables. (CMMC- &amp;lt;br /&amp;gt;&lt;br /&gt;
custom term) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;User &#039;&#039;means an individual, or (system) &lt;br /&gt;
&lt;br /&gt;
process acting on behalf of an &amp;lt;br /&amp;gt;&lt;br /&gt;
individual, authorized to access a &amp;lt;br /&amp;gt;&lt;br /&gt;
system, as defined in NIST SP 800–53 &amp;lt;br /&amp;gt;&lt;br /&gt;
R5 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.5&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Policy. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) Protection of FCI and CUI on &lt;br /&gt;
&lt;br /&gt;
contractor information systems is of &amp;lt;br /&amp;gt;&lt;br /&gt;
paramount importance to the DoD and &amp;lt;br /&amp;gt;&lt;br /&gt;
can directly impact its ability to &amp;lt;br /&amp;gt;&lt;br /&gt;
successfully conduct essential missions &amp;lt;br /&amp;gt;&lt;br /&gt;
and functions. It is DoD policy that &amp;lt;br /&amp;gt;&lt;br /&gt;
defense contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
shall be required to safeguard FCI and &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI that is processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems by applying specified security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. In addition, defense &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors and subcontractors may be &amp;lt;br /&amp;gt;&lt;br /&gt;
required to implement additional &amp;lt;br /&amp;gt;&lt;br /&gt;
safeguards defined in NIST SP 800–172 &amp;lt;br /&amp;gt;&lt;br /&gt;
Feb2021 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2), implementing DoD specified &amp;lt;br /&amp;gt;&lt;br /&gt;
parameters to meet CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements (see table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4)). These additional &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are necessary to protect &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI being processed, stored, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmitted in contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems, when designated by a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC) as defined by a DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
program manager or requiring activity. &amp;lt;br /&amp;gt;&lt;br /&gt;
In general, the Department will identify &amp;lt;br /&amp;gt;&lt;br /&gt;
a requirement for a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) for solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting contracts supporting its most &amp;lt;br /&amp;gt;&lt;br /&gt;
critical programs and technologies. &lt;br /&gt;
&lt;br /&gt;
(b) Program managers and requiring &lt;br /&gt;
&lt;br /&gt;
activities are responsible for identifying &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status that will apply to a &amp;lt;br /&amp;gt;&lt;br /&gt;
procurement. Selection of the applicable &lt;br /&gt;
&lt;br /&gt;
CMMC Status will be based on factors &amp;lt;br /&amp;gt;&lt;br /&gt;
including but not limited to: &lt;br /&gt;
&lt;br /&gt;
(1) Criticality of the associated &lt;br /&gt;
&lt;br /&gt;
mission capability; &lt;br /&gt;
&lt;br /&gt;
(2) Type of acquisition program or &lt;br /&gt;
&lt;br /&gt;
technology; &lt;br /&gt;
&lt;br /&gt;
(3) Threat of loss of the FCI or CUI to &lt;br /&gt;
&lt;br /&gt;
be shared or generated in relation to the &amp;lt;br /&amp;gt;&lt;br /&gt;
effort; &lt;br /&gt;
&lt;br /&gt;
(4) Impacts from exploitation of &lt;br /&gt;
&lt;br /&gt;
information security deficiencies; and &lt;br /&gt;
&lt;br /&gt;
(5) Other relevant policies and factors, &lt;br /&gt;
&lt;br /&gt;
including Milestone Decision Authority &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance. &lt;br /&gt;
&lt;br /&gt;
(c) In accordance with the &lt;br /&gt;
&lt;br /&gt;
implementation plan described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.3, CMMC Program requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
will apply to new DoD solicitations and &amp;lt;br /&amp;gt;&lt;br /&gt;
contracts, and shall flow down to &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors who will process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit FCI or CUI in performance &amp;lt;br /&amp;gt;&lt;br /&gt;
of the subcontract, as described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.23. &lt;br /&gt;
&lt;br /&gt;
(d) In very limited circumstances, and &lt;br /&gt;
&lt;br /&gt;
in accordance with all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
policies, procedures, and requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
a Service Acquisition Executive or &amp;lt;br /&amp;gt;&lt;br /&gt;
Component Acquisition Executive in &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD, or as delegated, may elect to &amp;lt;br /&amp;gt;&lt;br /&gt;
waive inclusion of CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in a solicitation or &amp;lt;br /&amp;gt;&lt;br /&gt;
contract. In such cases, contractors and &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractors will remain obligated to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with all applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
cybersecurity and information security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC Program does not alter &lt;br /&gt;
&lt;br /&gt;
any separately applicable requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to protect FCI or CUI, including those &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in accordance with 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21, &#039;&#039;Basic Safeguarding of &amp;lt;br /&amp;gt;&lt;br /&gt;
Covered Contractor Information &amp;lt;br /&amp;gt;&lt;br /&gt;
Systems, &#039;&#039;or covered defense information &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with 48 CFR 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012, &#039;&#039;Safeguarding Covered Defense &amp;lt;br /&amp;gt;&lt;br /&gt;
Information and Cyber Incident &amp;lt;br /&amp;gt;&lt;br /&gt;
Reporting, &#039;&#039;or any other applicable &amp;lt;br /&amp;gt;&lt;br /&gt;
information protection requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program provides a means &amp;lt;br /&amp;gt;&lt;br /&gt;
of verifying implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements set forth in 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 52.204–21, NIST SP 800–171 R2, &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172 Feb2021, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart B—Government Roles and &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibilities. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.6&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC PMO. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) The Office of the Department of &lt;br /&gt;
&lt;br /&gt;
Defense Chief Information Officer (DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO) Office of the Deputy CIO for &amp;lt;br /&amp;gt;&lt;br /&gt;
Cybersecurity (DoD CIO(CS)) provides &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the CMMC Program and is &amp;lt;br /&amp;gt;&lt;br /&gt;
responsible for establishing CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, accreditation, and training &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as well as developing and &amp;lt;br /&amp;gt;&lt;br /&gt;
updating CMMC Program policies and &amp;lt;br /&amp;gt;&lt;br /&gt;
implementing guidance. &lt;br /&gt;
&lt;br /&gt;
(b) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
monitoring the CMMC AB’s &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of roles assigned in this &amp;lt;br /&amp;gt;&lt;br /&gt;
rule and acting as necessary to address &amp;lt;br /&amp;gt;&lt;br /&gt;
problems pertaining to effective &amp;lt;br /&amp;gt;&lt;br /&gt;
performance. &lt;br /&gt;
&lt;br /&gt;
(c) The CMMC PMO retains, on behalf &lt;br /&gt;
&lt;br /&gt;
of the DoD CIO(CS), the prerogative to &amp;lt;br /&amp;gt;&lt;br /&gt;
review decisions of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body as part of its &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight of the CMMC program and &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluate any alleged conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
purported to influence the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body’s objectivity. &lt;br /&gt;
&lt;br /&gt;
(d) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
sponsoring necessary DCSA activities &amp;lt;br /&amp;gt;&lt;br /&gt;
including FOCI risk assessment and Tier &amp;lt;br /&amp;gt;&lt;br /&gt;
3 security background investigations for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem members as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in §§ 170.8(b)(4) and (5), &amp;lt;br /&amp;gt;&lt;br /&gt;
170.9(b)(3) through (5), 170.11(b)(3) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(4), and 170.13(b)(3) and (4). &lt;br /&gt;
&lt;br /&gt;
(e) The CMMC PMO is responsible for &lt;br /&gt;
&lt;br /&gt;
investigating and acting upon &amp;lt;br /&amp;gt;&lt;br /&gt;
indications that an active CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
has been called into question. &amp;lt;br /&amp;gt;&lt;br /&gt;
Indications that may trigger &amp;lt;br /&amp;gt;&lt;br /&gt;
investigative evaluations include, but &amp;lt;br /&amp;gt;&lt;br /&gt;
are not limited to, reports from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Accreditation Body, a C3PAO, or &amp;lt;br /&amp;gt;&lt;br /&gt;
anyone knowledgeable of the security &amp;lt;br /&amp;gt;&lt;br /&gt;
processes and activities of the OSA. &amp;lt;br /&amp;gt;&lt;br /&gt;
Investigative evaluations include, but &amp;lt;br /&amp;gt;&lt;br /&gt;
are not limited to, reviewing pertinent &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment information, and exercising &amp;lt;br /&amp;gt;&lt;br /&gt;
the right to conduct a DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment of the OSA, as provided for &amp;lt;br /&amp;gt;&lt;br /&gt;
under the 48 CFR 252.204–7020. &lt;br /&gt;
&lt;br /&gt;
(f) If a subsequent DCMA DIBCAC &lt;br /&gt;
&lt;br /&gt;
assessment shows that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this rule and the required &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status have not been achieved or &amp;lt;br /&amp;gt;&lt;br /&gt;
maintained, the DIBCAC results will &amp;lt;br /&amp;gt;&lt;br /&gt;
take precedence over any pre-existing &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status recorded in SPRS, or its &amp;lt;br /&amp;gt;&lt;br /&gt;
successor capability. The DoD will &amp;lt;br /&amp;gt;&lt;br /&gt;
update SPRS to reflect that the OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
out of compliance and does not meet &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD CMMC requirements. If the OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
working on an active contract requiring &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC compliance, then standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.7&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DCMA DIBCAC. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) DCMA DIBCAC assessors in &lt;br /&gt;
&lt;br /&gt;
support of the CMMC Program will: &lt;br /&gt;
&lt;br /&gt;
(1) Complete CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 training. &lt;br /&gt;
&lt;br /&gt;
(2) Conduct Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessments and upload assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS, or its successor capability. &lt;br /&gt;
&lt;br /&gt;
(3) Issue Certificates of CMMC Status &lt;br /&gt;
&lt;br /&gt;
resulting from Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments. &lt;br /&gt;
&lt;br /&gt;
(4) Conduct Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessments of the Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
and prospective C3PAOs’ information &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00130&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83221 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
systems that process, store, and/or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI. &lt;br /&gt;
&lt;br /&gt;
(5) Create and maintain a process for &lt;br /&gt;
&lt;br /&gt;
assessors to collect the list of assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts to include artifact names, their &amp;lt;br /&amp;gt;&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
the hashing algorithm used, and upload &amp;lt;br /&amp;gt;&lt;br /&gt;
that data into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. &lt;br /&gt;
&lt;br /&gt;
(6) As authorized and in accordance &lt;br /&gt;
&lt;br /&gt;
with all legal requirements, enter and &amp;lt;br /&amp;gt;&lt;br /&gt;
track, OSC appeals and updated results &amp;lt;br /&amp;gt;&lt;br /&gt;
arising from Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activities into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
(7) Retain all records in accordance &lt;br /&gt;
&lt;br /&gt;
with DCMA–MAN 4501–04. &lt;br /&gt;
&lt;br /&gt;
(8) Conduct an assessment of the &lt;br /&gt;
&lt;br /&gt;
OSA, when requested by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO per §§ 170.6(e) and (f), as provided &amp;lt;br /&amp;gt;&lt;br /&gt;
for under the 48 CFR 252.204–7019 and &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 252.204–7020. &lt;br /&gt;
&lt;br /&gt;
(9) Identify assessments that meet the &lt;br /&gt;
&lt;br /&gt;
criteria in § 170.20 and verify that SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
accurately reflects the CMMC Status. &lt;br /&gt;
&lt;br /&gt;
(b) An OSC, the CMMC AB, or a &lt;br /&gt;
&lt;br /&gt;
C3PAO may appeal the outcome of its &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC conducted assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
within 21 days by submitting a written &amp;lt;br /&amp;gt;&lt;br /&gt;
basis for appeal with the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in question for DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
consideration. Appeals may be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted for review by visiting &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/DIBCAC &#039;&#039;]for contact &amp;lt;br /&amp;gt;&lt;br /&gt;
information, and a DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
Quality Assurance Review Team will &amp;lt;br /&amp;gt;&lt;br /&gt;
provide a written response or request &amp;lt;br /&amp;gt;&lt;br /&gt;
additional supporting documentation. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart C—CMMC Assessment and &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification Ecosystem. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.8&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Accreditation Body. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
Accreditation Body is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
authorizing and ensuring the &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation of CMMC Third-Party &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Organizations (C3PAOs) in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and all applicable authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation requirements set forth. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Accreditation Body is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for establishing the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization requirements and the &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO Accreditation Scheme and &amp;lt;br /&amp;gt;&lt;br /&gt;
submitting both for approval by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO. At any given point in &amp;lt;br /&amp;gt;&lt;br /&gt;
time, there will be only one &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body for the DoD CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;The CMMC &lt;br /&gt;
&lt;br /&gt;
Accreditation Body shall: &lt;br /&gt;
&lt;br /&gt;
(1) Be US-based and be and remain a &lt;br /&gt;
&lt;br /&gt;
member in good standing of the Inter- &amp;lt;br /&amp;gt;&lt;br /&gt;
American Accreditation Cooperation &amp;lt;br /&amp;gt;&lt;br /&gt;
(IAAC) and become an International &amp;lt;br /&amp;gt;&lt;br /&gt;
Laboratory Accreditation Cooperation &amp;lt;br /&amp;gt;&lt;br /&gt;
(ILAC) Mutual Recognition &lt;br /&gt;
&lt;br /&gt;
Arrangement (MRA) signatory, with a &amp;lt;br /&amp;gt;&lt;br /&gt;
signatory status scope of ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(2) Be and remain a member in good &lt;br /&gt;
&lt;br /&gt;
standing of the International &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Forum (IAF) with mutual &amp;lt;br /&amp;gt;&lt;br /&gt;
recognition arrangement signatory status &amp;lt;br /&amp;gt;&lt;br /&gt;
scope of ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(3) Achieve and maintain full &lt;br /&gt;
&lt;br /&gt;
compliance with ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and complete a peer assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
other ILAC signatories for competence &amp;lt;br /&amp;gt;&lt;br /&gt;
in accrediting conformity assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
bodies to ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
both within 24 months of DoD approval. &lt;br /&gt;
&lt;br /&gt;
(i) Prior to achieving full compliance &lt;br /&gt;
&lt;br /&gt;
as set forth in this paragraph (b)(3), the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body shall: &lt;br /&gt;
&lt;br /&gt;
(A) Authorize C3PAOs who meet all &lt;br /&gt;
&lt;br /&gt;
requirements set forth in § 170.9 as well &amp;lt;br /&amp;gt;&lt;br /&gt;
as administrative requirements as &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by the Accreditation Body &amp;lt;br /&amp;gt;&lt;br /&gt;
to conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issue Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results. &lt;br /&gt;
&lt;br /&gt;
(B) Require all C3PAOs to achieve and &lt;br /&gt;
&lt;br /&gt;
maintain the ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements within 27 months of &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization. &lt;br /&gt;
&lt;br /&gt;
(ii) The Accreditation Body shall &lt;br /&gt;
&lt;br /&gt;
accredit C3PAOs, in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2), who meet all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.9 to &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issue Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
results. &lt;br /&gt;
&lt;br /&gt;
(4) Ensure that the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body’s Board of Directors, professional &amp;lt;br /&amp;gt;&lt;br /&gt;
staff, Information Technology (IT) staff, &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation staff, and independent &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Certified Assessor staff complete &amp;lt;br /&amp;gt;&lt;br /&gt;
a Tier 3 background investigation &amp;lt;br /&amp;gt;&lt;br /&gt;
resulting in a determination of national &amp;lt;br /&amp;gt;&lt;br /&gt;
security eligibility. This Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation will not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a security clearance and is not being &amp;lt;br /&amp;gt;&lt;br /&gt;
executed for the purpose of government &amp;lt;br /&amp;gt;&lt;br /&gt;
employment. The Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation is initiated using the &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions Standard Form (SF) 86 (&#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/questionnaire-for- &amp;lt;br /&amp;gt;&lt;br /&gt;
national-security-positions&#039;&#039;) and &amp;lt;br /&amp;gt;&lt;br /&gt;
]submitted by DoD CIO Security to &amp;lt;br /&amp;gt;&lt;br /&gt;
Washington Headquarters Services &amp;lt;br /&amp;gt;&lt;br /&gt;
(WHS) for coordination for processing &amp;lt;br /&amp;gt;&lt;br /&gt;
by the Defense Counterintelligence and &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (DCSA). These &amp;lt;br /&amp;gt;&lt;br /&gt;
positions are designated as non-critical &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive with a risk designation of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Moderate Risk’’ in accordance with 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 1400.201(b) and (d) and the &lt;br /&gt;
&lt;br /&gt;
investigative requirements of 5 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(5) Comply with Foreign Ownership, &lt;br /&gt;
&lt;br /&gt;
Control or Influence (FOCI) by: &lt;br /&gt;
&lt;br /&gt;
(i) Completing the Standard Form (SF) &lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/certificate-pertaining-to-foreign-interests 328 (&#039;&#039;www.gsa.gov/reference/forms/ &amp;lt;br /&amp;gt;&lt;br /&gt;
certificate-pertaining-to-foreign- &amp;lt;br /&amp;gt;&lt;br /&gt;
interests&#039;&#039;), ]&#039;&#039;Certificate Pertaining to &amp;lt;br /&amp;gt;&lt;br /&gt;
Foreign Interests, &#039;&#039;and submit it directly &amp;lt;br /&amp;gt;&lt;br /&gt;
to Defense Counterintelligence and &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Agency (DCSA) and undergo a &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Review with regards &amp;lt;br /&amp;gt;&lt;br /&gt;
to the protection of controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
factors identified in 32 CFR 117.11(b) &amp;lt;br /&amp;gt;&lt;br /&gt;
using the procedures outlined in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
117.11(c). The Accreditation Body must &amp;lt;br /&amp;gt;&lt;br /&gt;
receive a non-disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination by the CMMC PMO to be &amp;lt;br /&amp;gt;&lt;br /&gt;
recognized by the Department of &amp;lt;br /&amp;gt;&lt;br /&gt;
Defense. &lt;br /&gt;
&lt;br /&gt;
(ii) Reporting any change to the &lt;br /&gt;
&lt;br /&gt;
information provided on its SF 328 by &amp;lt;br /&amp;gt;&lt;br /&gt;
resubmitting the SF 328 to DCSA within &amp;lt;br /&amp;gt;&lt;br /&gt;
15 business days of the change being &amp;lt;br /&amp;gt;&lt;br /&gt;
effective. A disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination, based on the results of &amp;lt;br /&amp;gt;&lt;br /&gt;
the change, will result in the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body losing its &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or accreditation under the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program. &lt;br /&gt;
&lt;br /&gt;
(iii) Identifying all prospective &lt;br /&gt;
&lt;br /&gt;
C3PAOs to the CMMC PMO. The CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO will sponsor the prospective &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO for a FOCI risk assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
conducted by the DCSA using the SF &amp;lt;br /&amp;gt;&lt;br /&gt;
328 as part of the authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation processes. &lt;br /&gt;
&lt;br /&gt;
(iv) Notifying prospective C3PAOs of &lt;br /&gt;
&lt;br /&gt;
the CMMC PMO’s eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination resulting from the FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment. &lt;br /&gt;
&lt;br /&gt;
(6) Obtain a Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures specified in § 170.17(a)(1) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (c). This assessment, conducted by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC, shall meet all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for a Final Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) but will not result in a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (C3PAO). The Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed every three years. &lt;br /&gt;
&lt;br /&gt;
(7) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(8) Establish, maintain, and manage &lt;br /&gt;
&lt;br /&gt;
an up-to-date list of authorized and &amp;lt;br /&amp;gt;&lt;br /&gt;
accredited C3PAOs on a single publicly &amp;lt;br /&amp;gt;&lt;br /&gt;
accessible website and provide the list &amp;lt;br /&amp;gt;&lt;br /&gt;
of these entities and their status to the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD through submission in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
(9) Provide the CMMC PMO with &lt;br /&gt;
&lt;br /&gt;
current data on C3PAOs, including &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization and accreditation records &amp;lt;br /&amp;gt;&lt;br /&gt;
and status in the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS. This data shall include the &amp;lt;br /&amp;gt;&lt;br /&gt;
dates associated with the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation of each C3PAO. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00131&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83222 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(10) Provide the DoD with &lt;br /&gt;
&lt;br /&gt;
information about aggregate statistics &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to operations of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem to include the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation status of C3PAOs or &amp;lt;br /&amp;gt;&lt;br /&gt;
other information as requested. &lt;br /&gt;
&lt;br /&gt;
(11) Provide inputs for assessor &lt;br /&gt;
&lt;br /&gt;
supplemental guidance to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
PMO. Participate and support &amp;lt;br /&amp;gt;&lt;br /&gt;
coordination of these and other inputs &amp;lt;br /&amp;gt;&lt;br /&gt;
through DoD-led Working Groups. &lt;br /&gt;
&lt;br /&gt;
(12) Ensure that all information about &lt;br /&gt;
&lt;br /&gt;
individuals is encrypted and protected &amp;lt;br /&amp;gt;&lt;br /&gt;
in all Accreditation Body information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and databases. &lt;br /&gt;
&lt;br /&gt;
(13) Provide all plans that are related &lt;br /&gt;
&lt;br /&gt;
to potential sources of revenue, to &amp;lt;br /&amp;gt;&lt;br /&gt;
include but not limited to: fees, &amp;lt;br /&amp;gt;&lt;br /&gt;
licensing, processes, membership, and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or partnerships to the Department’s &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO. &lt;br /&gt;
&lt;br /&gt;
(14) Ensure that the CMMC Assessors &lt;br /&gt;
&lt;br /&gt;
and Instructors Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
Organization (CAICO) is compliant with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17024:2012(E) &lt;br /&gt;
&lt;br /&gt;
(15) Ensure all training products, &lt;br /&gt;
&lt;br /&gt;
instruction, and testing materials are of &amp;lt;br /&amp;gt;&lt;br /&gt;
high quality and subject to CAICO &amp;lt;br /&amp;gt;&lt;br /&gt;
quality control policies and procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
to include technical accuracy and &amp;lt;br /&amp;gt;&lt;br /&gt;
alignment with all applicable legal, &amp;lt;br /&amp;gt;&lt;br /&gt;
regulatory, and policy requirements. &lt;br /&gt;
&lt;br /&gt;
(16) Develop and maintain an internal &lt;br /&gt;
&lt;br /&gt;
appeals process, as required by ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17020:2017(E), and render a final &amp;lt;br /&amp;gt;&lt;br /&gt;
decision on all elevated appeals. &lt;br /&gt;
&lt;br /&gt;
(17) Develop and maintain a &lt;br /&gt;
&lt;br /&gt;
comprehensive plan and schedule to &amp;lt;br /&amp;gt;&lt;br /&gt;
comply with all ISO/IEC 17011:2017(E), &amp;lt;br /&amp;gt;&lt;br /&gt;
and DoD requirements for Conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest, Code of Professional Conduct, &amp;lt;br /&amp;gt;&lt;br /&gt;
and Ethics policies as set forth in the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD contract. All policies shall apply to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Accreditation Body, and other &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals, entities, and groups within &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Ecosystem who provide &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments, &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instruction, CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
materials, or Certificates of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status on behalf of the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body. All policies in this section must &amp;lt;br /&amp;gt;&lt;br /&gt;
be approved by the CMMC PMO prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to effectivity in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
following requirements. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Conflict of Interest (CoI) policy. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The CoI policy shall: &lt;br /&gt;
&lt;br /&gt;
(A) Include a detailed risk mitigation &lt;br /&gt;
&lt;br /&gt;
plan for all potential conflicts of interest &amp;lt;br /&amp;gt;&lt;br /&gt;
that may pose a risk to compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17011:2017(E). &lt;br /&gt;
&lt;br /&gt;
(B) Require employees, Board &lt;br /&gt;
&lt;br /&gt;
directors, and members of any &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation committees or appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication committees to disclose to &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC PMO, in writing, as soon as &amp;lt;br /&amp;gt;&lt;br /&gt;
it is known or reasonably should be &amp;lt;br /&amp;gt;&lt;br /&gt;
known, any actual, potential, or &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived conflict of interest with &amp;lt;br /&amp;gt;&lt;br /&gt;
sufficient detail to allow for assessment. &lt;br /&gt;
&lt;br /&gt;
(C) Require employees, Board &lt;br /&gt;
&lt;br /&gt;
directors, and members of any &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation committees or appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
adjudication committees who leave the &amp;lt;br /&amp;gt;&lt;br /&gt;
board or organization to enter a ‘‘cooling &amp;lt;br /&amp;gt;&lt;br /&gt;
off period’’ of one (1) year whereby they &amp;lt;br /&amp;gt;&lt;br /&gt;
are prohibited from working with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body or participating in &amp;lt;br /&amp;gt;&lt;br /&gt;
any and all CMMC activities described &amp;lt;br /&amp;gt;&lt;br /&gt;
in Subpart C. &lt;br /&gt;
&lt;br /&gt;
(D) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to actively avoid participating &amp;lt;br /&amp;gt;&lt;br /&gt;
in any activity, practice, or transaction &amp;lt;br /&amp;gt;&lt;br /&gt;
that could result in an actual or &amp;lt;br /&amp;gt;&lt;br /&gt;
perceived conflict of interest. &lt;br /&gt;
&lt;br /&gt;
(E) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to disclose to Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body leadership, in writing, any actual &amp;lt;br /&amp;gt;&lt;br /&gt;
or potential conflict of interest as soon &amp;lt;br /&amp;gt;&lt;br /&gt;
as it is known, or reasonably should be &amp;lt;br /&amp;gt;&lt;br /&gt;
known. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Code of Professional Conduct &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(CoPC) policy. &#039;&#039;The CoPC policy shall: &lt;br /&gt;
&lt;br /&gt;
(A) Describe the performance &lt;br /&gt;
&lt;br /&gt;
standards by which the members of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem will be held &amp;lt;br /&amp;gt;&lt;br /&gt;
accountable and the procedures for &amp;lt;br /&amp;gt;&lt;br /&gt;
addressing violations of those &amp;lt;br /&amp;gt;&lt;br /&gt;
performance standards. &lt;br /&gt;
&lt;br /&gt;
(B) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
investigate and resolve any potential &amp;lt;br /&amp;gt;&lt;br /&gt;
violations that are reported or are &amp;lt;br /&amp;gt;&lt;br /&gt;
identified by the DoD. &lt;br /&gt;
&lt;br /&gt;
(C) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
inform the DoD in writing of new &amp;lt;br /&amp;gt;&lt;br /&gt;
investigations within 72 hours. &lt;br /&gt;
&lt;br /&gt;
(D) Require the Accreditation Body to &lt;br /&gt;
&lt;br /&gt;
report to the DoD in writing the &amp;lt;br /&amp;gt;&lt;br /&gt;
outcome of completed investigations &amp;lt;br /&amp;gt;&lt;br /&gt;
within 15 business days. &lt;br /&gt;
&lt;br /&gt;
(E) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to represent themselves and &amp;lt;br /&amp;gt;&lt;br /&gt;
their companies accurately; to include &amp;lt;br /&amp;gt;&lt;br /&gt;
not misrepresenting any professional &amp;lt;br /&amp;gt;&lt;br /&gt;
credentials or status, including CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or CMMC Status, nor &amp;lt;br /&amp;gt;&lt;br /&gt;
exaggerating the services that they or &amp;lt;br /&amp;gt;&lt;br /&gt;
their company are capable or authorized &amp;lt;br /&amp;gt;&lt;br /&gt;
to deliver. &lt;br /&gt;
&lt;br /&gt;
(F) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to be honest and factual in all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC-related activities with &amp;lt;br /&amp;gt;&lt;br /&gt;
colleagues, clients, trainees, and others &amp;lt;br /&amp;gt;&lt;br /&gt;
with whom they interact. &lt;br /&gt;
&lt;br /&gt;
(G) Prohibit CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members from participating in the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment process for an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in which they previously &amp;lt;br /&amp;gt;&lt;br /&gt;
served as a consultant to prepare the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization for any CMMC assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
within 3 years. &lt;br /&gt;
&lt;br /&gt;
(H) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to maintain the confidentiality &amp;lt;br /&amp;gt;&lt;br /&gt;
of customer and government data to &amp;lt;br /&amp;gt;&lt;br /&gt;
preclude unauthorized disclosure. &lt;br /&gt;
&lt;br /&gt;
(I) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report results and data from &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessments and &lt;br /&gt;
&lt;br /&gt;
training objectively, completely, clearly, &amp;lt;br /&amp;gt;&lt;br /&gt;
and accurately. &lt;br /&gt;
&lt;br /&gt;
(J) Prohibit CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members from cheating, assisting &amp;lt;br /&amp;gt;&lt;br /&gt;
another in cheating, or allowing &amp;lt;br /&amp;gt;&lt;br /&gt;
cheating on CMMC examinations. &lt;br /&gt;
&lt;br /&gt;
(K) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to utilize official training &amp;lt;br /&amp;gt;&lt;br /&gt;
content developed by a CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
organization approved by the CAICO in &amp;lt;br /&amp;gt;&lt;br /&gt;
all CMMC certification courses. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Ethics policy. &#039;&#039;The Ethics policy &lt;br /&gt;
&lt;br /&gt;
shall: &lt;br /&gt;
&lt;br /&gt;
(A) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body within 30 days of convictions, &amp;lt;br /&amp;gt;&lt;br /&gt;
guilty pleas, or no contest pleas to &amp;lt;br /&amp;gt;&lt;br /&gt;
crimes of fraud, larceny, embezzlement, &amp;lt;br /&amp;gt;&lt;br /&gt;
misappropriation of funds, &amp;lt;br /&amp;gt;&lt;br /&gt;
misrepresentation, perjury, false &amp;lt;br /&amp;gt;&lt;br /&gt;
swearing, conspiracy to conceal, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
similar offense in any legal proceeding, &amp;lt;br /&amp;gt;&lt;br /&gt;
civil or criminal, whether or not in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with activities that relate to &amp;lt;br /&amp;gt;&lt;br /&gt;
carrying out their role in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(B) Prohibit harassment or &lt;br /&gt;
&lt;br /&gt;
discrimination by CMMC Ecosystem &amp;lt;br /&amp;gt;&lt;br /&gt;
members in all interactions with &amp;lt;br /&amp;gt;&lt;br /&gt;
individuals whom they encounter in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with their roles in the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Ecosystem. &lt;br /&gt;
&lt;br /&gt;
(C) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to have and maintain a &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfactory record of integrity and &amp;lt;br /&amp;gt;&lt;br /&gt;
business ethics. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.9&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Third-Party Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Organizations (C3PAOs). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;C3PAOs &lt;br /&gt;
&lt;br /&gt;
are organizations that are responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
conducting Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments and issuing Certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status to OSCs based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
results. C3PAOs must be accredited or &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by the Accreditation Body in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;C3PAOs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain authorization or &lt;br /&gt;
&lt;br /&gt;
accreditation from the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body in accordance with § 170.8(b)(3)(i) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (ii). &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17); and &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve and maintain compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17020:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2) within 27 months &amp;lt;br /&amp;gt;&lt;br /&gt;
of authorization. &lt;br /&gt;
&lt;br /&gt;
(3) Require all C3PAO company &lt;br /&gt;
&lt;br /&gt;
personnel participating in the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process to &amp;lt;br /&amp;gt;&lt;br /&gt;
complete a Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This includes the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team and the quality &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00132&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83223 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
assurance individual. This Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation will not result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a security clearance and is not being &amp;lt;br /&amp;gt;&lt;br /&gt;
executed for the purpose of government &amp;lt;br /&amp;gt;&lt;br /&gt;
employment. The Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation is initiated using the &amp;lt;br /&amp;gt;&lt;br /&gt;
Standard Form (SF) 86 ([http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions &#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/questionnaire-for- &amp;lt;br /&amp;gt;&lt;br /&gt;
national-security-positions&#039;&#039;). These &amp;lt;br /&amp;gt;&lt;br /&gt;
]positions are designated as non-critical &amp;lt;br /&amp;gt;&lt;br /&gt;
sensitive with a risk designation of &amp;lt;br /&amp;gt;&lt;br /&gt;
‘‘Moderate Risk’’ in accordance with 5 &amp;lt;br /&amp;gt;&lt;br /&gt;
CFR 1400.201(b) and (d) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
investigative requirements of 5 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Require all C3PAO company &lt;br /&gt;
&lt;br /&gt;
personnel participating in the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment process who are &amp;lt;br /&amp;gt;&lt;br /&gt;
not eligible to obtain a Tier 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
background investigation to meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent of a favorably adjudicated &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Comply with Foreign Ownership, &lt;br /&gt;
&lt;br /&gt;
Control or Influence (FOCI) by: &lt;br /&gt;
&lt;br /&gt;
(i) Completing and submitting &lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/certificate-pertaining-to-foreign-interests Standard Form (SF) 328 (&#039;&#039;www.gsa.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
reference/forms/certificate-pertaining- &amp;lt;br /&amp;gt;&lt;br /&gt;
to-foreign-interests&#039;&#039;), &#039;&#039;Certificate &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;]&#039;&#039;Pertaining to Foreign Interests, &#039;&#039;upon &amp;lt;br /&amp;gt;&lt;br /&gt;
request from DCSA and undergo a &amp;lt;br /&amp;gt;&lt;br /&gt;
National Security Review with regards &amp;lt;br /&amp;gt;&lt;br /&gt;
to the protection of controlled &amp;lt;br /&amp;gt;&lt;br /&gt;
unclassified information based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
factors identified in 32 CFR 117.11(b) &amp;lt;br /&amp;gt;&lt;br /&gt;
using the procedures outlined in 32 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
117.11(c). &lt;br /&gt;
&lt;br /&gt;
(ii) Receiving a non-disqualifying &lt;br /&gt;
&lt;br /&gt;
eligibility determination from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC PMO resulting from the FOCI &amp;lt;br /&amp;gt;&lt;br /&gt;
risk assessment in order to proceed to a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as part of the authorization &amp;lt;br /&amp;gt;&lt;br /&gt;
and accreditation process set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (b)(6) of this section. &lt;br /&gt;
&lt;br /&gt;
(iii) Reporting any change to the &lt;br /&gt;
&lt;br /&gt;
information provided on its SF 328 by &amp;lt;br /&amp;gt;&lt;br /&gt;
resubmitting the SF 328 to DCSA within &amp;lt;br /&amp;gt;&lt;br /&gt;
15 business days of the change being &amp;lt;br /&amp;gt;&lt;br /&gt;
effective. A disqualifying eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
determination, based on the results of &amp;lt;br /&amp;gt;&lt;br /&gt;
the change, will result in the C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
losing its authorization or accreditation. &lt;br /&gt;
&lt;br /&gt;
(6) Undergo a Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment meeting all requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
a Final Level 2 (C3PAO) in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the procedures specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.17(a)(1) and (c), with the following &amp;lt;br /&amp;gt;&lt;br /&gt;
exceptions: &lt;br /&gt;
&lt;br /&gt;
(i) The assessment will be conducted &lt;br /&gt;
&lt;br /&gt;
by DCMA DIBCAC. &lt;br /&gt;
&lt;br /&gt;
(ii) The assessment will not result in &lt;br /&gt;
&lt;br /&gt;
a CMMC Status of Level 2 (C3PAO) nor &amp;lt;br /&amp;gt;&lt;br /&gt;
receive a Certificate of CMMC Status. &lt;br /&gt;
&lt;br /&gt;
(7) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(8) Submit pre-assessment and &lt;br /&gt;
&lt;br /&gt;
planning material, final assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
reports, and CMMC certificates of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment into the CMMC instantiation &amp;lt;br /&amp;gt;&lt;br /&gt;
of eMASS. &lt;br /&gt;
&lt;br /&gt;
(9) Unless disposition is otherwise &lt;br /&gt;
&lt;br /&gt;
authorized by the CMMC PMO, &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain all assessment related records &amp;lt;br /&amp;gt;&lt;br /&gt;
for a period of six (6) years. Such &amp;lt;br /&amp;gt;&lt;br /&gt;
records include any materials generated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the C3PAO in the course of an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, any working papers &amp;lt;br /&amp;gt;&lt;br /&gt;
generated from Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments; and materials relating to &amp;lt;br /&amp;gt;&lt;br /&gt;
monitoring, education, training, &amp;lt;br /&amp;gt;&lt;br /&gt;
technical knowledge, skills, experience, &amp;lt;br /&amp;gt;&lt;br /&gt;
and authorization of all personnel &amp;lt;br /&amp;gt;&lt;br /&gt;
involved in assessment activities; &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual agreements with OSCs; and &amp;lt;br /&amp;gt;&lt;br /&gt;
organizations for whom consulting &amp;lt;br /&amp;gt;&lt;br /&gt;
services were provided. &lt;br /&gt;
&lt;br /&gt;
(10) Provide any requested audit &lt;br /&gt;
&lt;br /&gt;
information, including any out-of-cycle &amp;lt;br /&amp;gt;&lt;br /&gt;
from ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body. &lt;br /&gt;
&lt;br /&gt;
(11) Ensure that all personally &lt;br /&gt;
&lt;br /&gt;
identifiable information (PII) is &amp;lt;br /&amp;gt;&lt;br /&gt;
encrypted and protected in all C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems and databases. &lt;br /&gt;
&lt;br /&gt;
(12) Meet the requirements for &lt;br /&gt;
&lt;br /&gt;
Assessment Team composition. An &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team must include at least &amp;lt;br /&amp;gt;&lt;br /&gt;
two people: a Lead CCA, as defined in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.11(b)(10), and at least one other &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA. Additional CCAs and CCPs may &amp;lt;br /&amp;gt;&lt;br /&gt;
also participate on an Assessment Team. &lt;br /&gt;
&lt;br /&gt;
(13) Implement a quality assurance &lt;br /&gt;
&lt;br /&gt;
function that ensures the accuracy and &amp;lt;br /&amp;gt;&lt;br /&gt;
completeness of assessment data prior &amp;lt;br /&amp;gt;&lt;br /&gt;
to upload into the CMMC instantiation &amp;lt;br /&amp;gt;&lt;br /&gt;
of eMASS. Any individual fulfilling the &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance function must be a &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA and cannot be a member of an &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Team for which they are &amp;lt;br /&amp;gt;&lt;br /&gt;
performing a quality assurance role. A &amp;lt;br /&amp;gt;&lt;br /&gt;
quality assurance individual shall &amp;lt;br /&amp;gt;&lt;br /&gt;
manage the C3PAO’s quality assurance &amp;lt;br /&amp;gt;&lt;br /&gt;
reviews as defined in paragraph (b)(14) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section and the appeals process &amp;lt;br /&amp;gt;&lt;br /&gt;
as required by paragraphs (b)(19) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(20) of this section and in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17020:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(14) Conduct quality assurance &lt;br /&gt;
&lt;br /&gt;
reviews for each assessment, including &amp;lt;br /&amp;gt;&lt;br /&gt;
observations of the Assessment Team’s &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct and management of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment processes. &lt;br /&gt;
&lt;br /&gt;
(15) Ensure that all Level 2 &lt;br /&gt;
&lt;br /&gt;
certification assessment activities are &amp;lt;br /&amp;gt;&lt;br /&gt;
performed on the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(16) Maintain all facilities, personnel, &lt;br /&gt;
&lt;br /&gt;
and equipment involved in CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
activities that are in scope of their Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment and comply &lt;br /&gt;
&lt;br /&gt;
with all security requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures as prescribed by the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. &lt;br /&gt;
&lt;br /&gt;
(17) Ensure that all assessment data &lt;br /&gt;
&lt;br /&gt;
and information uploaded into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment data is compliant with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC assessment data standard as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in eMASS CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Import Templates on the CMMC eMASS &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://cmmc.emass.apps.mil website: &#039;&#039;https://cmmc.emass.apps.mil&#039;&#039;. &amp;lt;br /&amp;gt;&lt;br /&gt;
]This system is accessible only to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized users. &lt;br /&gt;
&lt;br /&gt;
(18) Issue Certificates of CMMC Status &lt;br /&gt;
&lt;br /&gt;
to OSCs in accordance with the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in § 170.17, that include, at a &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, all industry CAGE codes &amp;lt;br /&amp;gt;&lt;br /&gt;
associated with the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed by the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope, the C3PAO name, assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
unique identifier, the OSC name, and &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status date and level. &lt;br /&gt;
&lt;br /&gt;
(19) Address all OSC appeals arising &lt;br /&gt;
&lt;br /&gt;
from Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
activities. If the OSC or C3PAO is not &amp;lt;br /&amp;gt;&lt;br /&gt;
satisfied with the result of the appeal &amp;lt;br /&amp;gt;&lt;br /&gt;
either the OSC or the C3PAO can &amp;lt;br /&amp;gt;&lt;br /&gt;
elevate the matter to the Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Body for final determination. &lt;br /&gt;
&lt;br /&gt;
(20) Submit assessment appeals, &lt;br /&gt;
&lt;br /&gt;
review records, and decision results of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment appeals to DoD using the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.10&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessor and Instructor &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Certification Organization (CAICO). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
CAICO is responsible for training, &amp;lt;br /&amp;gt;&lt;br /&gt;
testing, authorizing, certifying, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying CMMC assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
instructors, and related professionals. &amp;lt;br /&amp;gt;&lt;br /&gt;
Only the CAICO may make decisions &amp;lt;br /&amp;gt;&lt;br /&gt;
relating to examination certifications, &amp;lt;br /&amp;gt;&lt;br /&gt;
including the granting, maintaining, &amp;lt;br /&amp;gt;&lt;br /&gt;
recertifying, expanding, and reducing &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of certification, and &amp;lt;br /&amp;gt;&lt;br /&gt;
suspending or withdrawing certification &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with current ISO/IEC &amp;lt;br /&amp;gt;&lt;br /&gt;
17024:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). At any given &amp;lt;br /&amp;gt;&lt;br /&gt;
point in time, there will be only one &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO for the DoD CMMC Program. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;The CAICO shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17); and &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve and maintain ISO/IEC 17024(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation within 12 months of &amp;lt;br /&amp;gt;&lt;br /&gt;
December 16, 2024. &lt;br /&gt;
&lt;br /&gt;
(2) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(3) Train, test, and designate PIs in &lt;br /&gt;
&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. Train, test, certify, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertify CCPs, CCAs, and CCIs in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00133&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83224 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(4) Ensure the instructor and assessor &lt;br /&gt;
&lt;br /&gt;
certification examinations are certified &amp;lt;br /&amp;gt;&lt;br /&gt;
under ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2), &amp;lt;br /&amp;gt;&lt;br /&gt;
by a recognized US-based accreditor &amp;lt;br /&amp;gt;&lt;br /&gt;
who is not a member of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body. The US-based &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditor must be a signatory to &amp;lt;br /&amp;gt;&lt;br /&gt;
International Laboratory Accreditation &amp;lt;br /&amp;gt;&lt;br /&gt;
Cooperation (ILAC) or relevant &amp;lt;br /&amp;gt;&lt;br /&gt;
International Accreditation Forum (IAF) &amp;lt;br /&amp;gt;&lt;br /&gt;
Mutual Recognition Arrangement &amp;lt;br /&amp;gt;&lt;br /&gt;
(MRA) and must operate in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with ISO/IEC 17011:2017(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(5) Establish quality control policies &lt;br /&gt;
&lt;br /&gt;
and procedures for the generation of &amp;lt;br /&amp;gt;&lt;br /&gt;
training products, instruction, and &amp;lt;br /&amp;gt;&lt;br /&gt;
testing materials. &lt;br /&gt;
&lt;br /&gt;
(6) Oversee development, &lt;br /&gt;
&lt;br /&gt;
administration, and management &amp;lt;br /&amp;gt;&lt;br /&gt;
pertaining to the quality of training and &amp;lt;br /&amp;gt;&lt;br /&gt;
examination materials for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor and instructor certification and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification. &lt;br /&gt;
&lt;br /&gt;
(7) Establish and publish an &lt;br /&gt;
&lt;br /&gt;
authorization and certification appeals &amp;lt;br /&amp;gt;&lt;br /&gt;
process to receive, evaluate, and make &amp;lt;br /&amp;gt;&lt;br /&gt;
decisions on complaints and appeals in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with ISO/IEC 17024:2012(E) &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(8) Address all appeals arising from &lt;br /&gt;
&lt;br /&gt;
the CCA, CCI, and CCP authorizations &amp;lt;br /&amp;gt;&lt;br /&gt;
and certifications process through use of &amp;lt;br /&amp;gt;&lt;br /&gt;
internal processes in accordance with &amp;lt;br /&amp;gt;&lt;br /&gt;
ISO/IEC 17024:2012(E) (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(9) Maintain records for a period of &lt;br /&gt;
&lt;br /&gt;
six (6) years of all procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
processes, and actions related to &amp;lt;br /&amp;gt;&lt;br /&gt;
fulfillment of the requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in this section and provide the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body access to those &amp;lt;br /&amp;gt;&lt;br /&gt;
records. &lt;br /&gt;
&lt;br /&gt;
(10) Provide the Accreditation Body &lt;br /&gt;
&lt;br /&gt;
information about the authorization and &amp;lt;br /&amp;gt;&lt;br /&gt;
accreditation status of assessors, &amp;lt;br /&amp;gt;&lt;br /&gt;
instructors, training community, and &amp;lt;br /&amp;gt;&lt;br /&gt;
publishing partners. &lt;br /&gt;
&lt;br /&gt;
(11) Ensure separation of duties &lt;br /&gt;
&lt;br /&gt;
between individuals involved in testing &amp;lt;br /&amp;gt;&lt;br /&gt;
activities, training activities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
certification activities. &lt;br /&gt;
&lt;br /&gt;
(12) Safeguard and require any CAICO &lt;br /&gt;
&lt;br /&gt;
training support service providers, as &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable, to safeguard the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of applicant, candidate, &amp;lt;br /&amp;gt;&lt;br /&gt;
and certificate-holder information and &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure the overall security of the &amp;lt;br /&amp;gt;&lt;br /&gt;
certification process. &lt;br /&gt;
&lt;br /&gt;
(13) Ensure that all PII is encrypted &lt;br /&gt;
&lt;br /&gt;
and protected in all CAICO information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems and databases and those of any &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO training support service &amp;lt;br /&amp;gt;&lt;br /&gt;
providers. &lt;br /&gt;
&lt;br /&gt;
(14) Ensure the security of assessor &lt;br /&gt;
&lt;br /&gt;
and instructor examinations and the fair &amp;lt;br /&amp;gt;&lt;br /&gt;
and credible administration of &amp;lt;br /&amp;gt;&lt;br /&gt;
examinations. &lt;br /&gt;
&lt;br /&gt;
(15) Neither disclose nor allow any &lt;br /&gt;
&lt;br /&gt;
CAICO training support service &amp;lt;br /&amp;gt;&lt;br /&gt;
providers, as applicable, to disclose &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC data or metrics related to &amp;lt;br /&amp;gt;&lt;br /&gt;
authorization or certification activities &amp;lt;br /&amp;gt;&lt;br /&gt;
to any entity other than the &amp;lt;br /&amp;gt;&lt;br /&gt;
Accreditation Body and DoD, except as &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
(16) Require retraining and &lt;br /&gt;
&lt;br /&gt;
redesignation of PIs upon significant &amp;lt;br /&amp;gt;&lt;br /&gt;
change to DoD’s CMMC Program &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. Require retraining and &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification of CCPs, CCAs, and CCIs &amp;lt;br /&amp;gt;&lt;br /&gt;
upon significant change to DoD’s CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Program requirements, as determined by &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD or the CAICO. &lt;br /&gt;
&lt;br /&gt;
(17) Require CMMC Ecosystem &lt;br /&gt;
&lt;br /&gt;
members to report to the CAICO within &amp;lt;br /&amp;gt;&lt;br /&gt;
30 days of convictions, guilty pleas, or &amp;lt;br /&amp;gt;&lt;br /&gt;
no contest pleas to crimes of fraud, &amp;lt;br /&amp;gt;&lt;br /&gt;
larceny, embezzlement, &amp;lt;br /&amp;gt;&lt;br /&gt;
misappropriation of funds, &amp;lt;br /&amp;gt;&lt;br /&gt;
misrepresentation, perjury, false &amp;lt;br /&amp;gt;&lt;br /&gt;
swearing, conspiracy to conceal, or a &amp;lt;br /&amp;gt;&lt;br /&gt;
similar offense in any legal proceeding, &amp;lt;br /&amp;gt;&lt;br /&gt;
civil or criminal, whether or not in &amp;lt;br /&amp;gt;&lt;br /&gt;
connection with activities that relate to &amp;lt;br /&amp;gt;&lt;br /&gt;
carrying out their role in the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Ecosystem. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.11&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Certified Assessor (CCA). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;CCAs, &lt;br /&gt;
&lt;br /&gt;
in support of a C3PAO, conduct Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessments of OSCs in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2), the assessment processes &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.17, and the scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements defined in § 170.19(c). &amp;lt;br /&amp;gt;&lt;br /&gt;
CCAs must meet all of the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in paragraph (b) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
A CCA may conduct Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments and participate &amp;lt;br /&amp;gt;&lt;br /&gt;
on a C3PAO Assessment Team. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;CCAs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain and maintain certification &lt;br /&gt;
&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification is valid for 3 years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
date of issuance. &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(3) Complete a Tier 3 background &lt;br /&gt;
&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation will not result in a security &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance and is not being executed for &amp;lt;br /&amp;gt;&lt;br /&gt;
the purpose of government employment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Tier 3 background investigation is &amp;lt;br /&amp;gt;&lt;br /&gt;
initiated using the Standard Form (SF) &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions 86 (&#039;&#039;www.gsa.gov/reference/forms/ &amp;lt;br /&amp;gt;&lt;br /&gt;
questionnaire-for-national-security- &amp;lt;br /&amp;gt;&lt;br /&gt;
positions&#039;&#039;). These positions are &amp;lt;br /&amp;gt;&lt;br /&gt;
]designated as non-critical sensitive with &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk designation of ‘‘Moderate Risk’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with 5 CFR 1400.201(b) and &lt;br /&gt;
&lt;br /&gt;
(d) and the investigative requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
5 CFR 731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Meet the equivalent of a favorably &lt;br /&gt;
&lt;br /&gt;
adjudicated Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation when not eligible for a &amp;lt;br /&amp;gt;&lt;br /&gt;
Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Be a CCP who has at least 3 years &lt;br /&gt;
&lt;br /&gt;
of cybersecurity experience, at least 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
year of assessment or audit experience, &amp;lt;br /&amp;gt;&lt;br /&gt;
and at least one foundational &amp;lt;br /&amp;gt;&lt;br /&gt;
qualification, aligned to at least the &amp;lt;br /&amp;gt;&lt;br /&gt;
Intermediate Proficiency Level of the &amp;lt;br /&amp;gt;&lt;br /&gt;
DoD Cyberspace Workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
Framework’s Security Control Assessor &amp;lt;br /&amp;gt;&lt;br /&gt;
(612) Work Role, from DoD Manual &amp;lt;br /&amp;gt;&lt;br /&gt;
8140.03, &#039;&#039;Cyberspace Workforce &amp;lt;br /&amp;gt;&lt;br /&gt;
Qualification and Management Program &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[https://dodcio.defense.gov/Portals/0/Documents/Library/DoDM-8140-03.pdf (&#039;&#039;https://dodcio.defense.gov/Portals/0/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents/Library/DoDM-8140-03.pdf&#039;&#039;). &amp;lt;br /&amp;gt;&lt;br /&gt;
]Information on the Work Role 612 can &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://public.cyber.mil/dcwf-work-role/security-control-assessor/ be found at &#039;&#039;https://public.cyber.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
dcwf-work-role/security-control- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(7) Only use IT, cloud, cybersecurity &lt;br /&gt;
&lt;br /&gt;
services, and end-point devices &amp;lt;br /&amp;gt;&lt;br /&gt;
provided by the authorized/accredited &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO that has been engaged to &amp;lt;br /&amp;gt;&lt;br /&gt;
perform that OSA’s Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and which has undergone a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC (or higher) for all &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment activities. Individual &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors are prohibited from using any &amp;lt;br /&amp;gt;&lt;br /&gt;
other IT, including IT that is personally &amp;lt;br /&amp;gt;&lt;br /&gt;
owned, to include internal and external &amp;lt;br /&amp;gt;&lt;br /&gt;
cloud services and end-point devices, to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment reports or any other CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment-related information. The &amp;lt;br /&amp;gt;&lt;br /&gt;
evaluation of assessment evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
within the OSC environment, using OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
tools, is permitted. &lt;br /&gt;
&lt;br /&gt;
(8) Immediately notify the responsible &lt;br /&gt;
&lt;br /&gt;
C3PAO of any breach or potential &amp;lt;br /&amp;gt;&lt;br /&gt;
breach of security to any CMMC-related &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment materials under the &amp;lt;br /&amp;gt;&lt;br /&gt;
assessors’ purview. &lt;br /&gt;
&lt;br /&gt;
(9) Not share any information about &lt;br /&gt;
&lt;br /&gt;
an OSC obtained during CMMC pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and assessment activities &amp;lt;br /&amp;gt;&lt;br /&gt;
with any person not involved with that &amp;lt;br /&amp;gt;&lt;br /&gt;
specific assessment, except as otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
(10) Qualify as a Lead CCA by having &lt;br /&gt;
&lt;br /&gt;
at least 5 years of cybersecurity &amp;lt;br /&amp;gt;&lt;br /&gt;
experience, 5 years of management &amp;lt;br /&amp;gt;&lt;br /&gt;
experience, 3 years of assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
audit experience, and at least one &amp;lt;br /&amp;gt;&lt;br /&gt;
foundational qualification aligned to &amp;lt;br /&amp;gt;&lt;br /&gt;
Advanced Proficiency Level of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Cyberspace Workforce Framework’s &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Control Assessor (612) Work &amp;lt;br /&amp;gt;&lt;br /&gt;
Role, from DoD Manual 8140.03, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Cyberspace Workforce Qualification and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00134&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83225 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Management Program &#039;&#039;[https://dodcio.defense.gov/Portals/0/Documents/Library/DoDM-8140-03.pdf (&#039;&#039;https://&amp;lt;br /&amp;gt;&lt;br /&gt;
dodcio.defense.gov/Portals/0/ &amp;lt;br /&amp;gt;&lt;br /&gt;
Documents/Library/DoDM-8140-03.pdf&#039;&#039;). &amp;lt;br /&amp;gt;&lt;br /&gt;
]Information on the Work Role 612 can &amp;lt;br /&amp;gt;&lt;br /&gt;
[https://public.cyber.mil/dcwf-work-role/security-control-assessor/ be found at &#039;&#039;https://public.cyber.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
dcwf-work-role/security-control- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.12&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Instructor. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;CMMC Provisional Instructor (PI) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;roles and responsibilities. &#039;&#039;A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Provisional Instructor (PI) teaches CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
and CCP candidates during the &amp;lt;br /&amp;gt;&lt;br /&gt;
transitional period that ends 18 months &amp;lt;br /&amp;gt;&lt;br /&gt;
after December 16, 2024. A PI is trained, &amp;lt;br /&amp;gt;&lt;br /&gt;
tested, and designated to perform &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instructional duties by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO to teach CCP and CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates. PIs are designated by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO after successful completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the PI training and testing requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth by the CAICO. A PI with a &amp;lt;br /&amp;gt;&lt;br /&gt;
valid CCP certification may instruct CCP &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates, while a PI with a valid CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
certification may instruct CCP and CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
candidates. PIs are required to meet &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in (c) of this section. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC Certified Instructor (CCI) &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;roles and responsibilities. &#039;&#039;A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Certified Instructor (CCI) teaches CCP, &amp;lt;br /&amp;gt;&lt;br /&gt;
CCA, and CCI candidates and performs &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instructional duties. Candidate &amp;lt;br /&amp;gt;&lt;br /&gt;
CCIs are certified by the CAICO after &amp;lt;br /&amp;gt;&lt;br /&gt;
successful completion of the CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
training and testing requirements. A CCI &amp;lt;br /&amp;gt;&lt;br /&gt;
is required to obtain and maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
assessor and instructor certifications &amp;lt;br /&amp;gt;&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10 and in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section. A CCI with &amp;lt;br /&amp;gt;&lt;br /&gt;
a valid CCP certification may instruct &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP candidates, while a CCI with a &amp;lt;br /&amp;gt;&lt;br /&gt;
valid CCA certification may instruct &amp;lt;br /&amp;gt;&lt;br /&gt;
CCP, CCA, and CCI candidates. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certifications are valid for 3 years from &amp;lt;br /&amp;gt;&lt;br /&gt;
the date of issuance. CCIs are required &amp;lt;br /&amp;gt;&lt;br /&gt;
to meet requirements in paragraph (c) of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Requirements. &#039;&#039;CMMC Instructors &lt;br /&gt;
&lt;br /&gt;
shall: &lt;br /&gt;
&lt;br /&gt;
(1) Obtain and maintain instructor &lt;br /&gt;
&lt;br /&gt;
designation or certification, as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, from the CAICO in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.10. &lt;br /&gt;
&lt;br /&gt;
(2) Obtain and maintain CCP or CCA &lt;br /&gt;
&lt;br /&gt;
certification to deliver CCP training. &lt;br /&gt;
&lt;br /&gt;
(3) Obtain and maintain a CCA &lt;br /&gt;
&lt;br /&gt;
certification to deliver CCA training. &lt;br /&gt;
&lt;br /&gt;
(4) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Provide the Accreditation Body &lt;br /&gt;
&lt;br /&gt;
and the CAICO annually with accurate &amp;lt;br /&amp;gt;&lt;br /&gt;
information detailing their &amp;lt;br /&amp;gt;&lt;br /&gt;
qualifications, training experience, &lt;br /&gt;
&lt;br /&gt;
professional affiliations, and &amp;lt;br /&amp;gt;&lt;br /&gt;
certifications, and, upon reasonable &amp;lt;br /&amp;gt;&lt;br /&gt;
request, submit documentation verifying &amp;lt;br /&amp;gt;&lt;br /&gt;
this information. &lt;br /&gt;
&lt;br /&gt;
(7) Not provide CMMC consulting &lt;br /&gt;
&lt;br /&gt;
services while serving as a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instructor; however, subject to the Code &amp;lt;br /&amp;gt;&lt;br /&gt;
of Professional Conduct and Conflict of &amp;lt;br /&amp;gt;&lt;br /&gt;
Interest policies, can serve on an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment team. &lt;br /&gt;
&lt;br /&gt;
(8) Not participate in the development &lt;br /&gt;
&lt;br /&gt;
of exam objectives and/or exam content &amp;lt;br /&amp;gt;&lt;br /&gt;
or act as an exam proctor while at the &amp;lt;br /&amp;gt;&lt;br /&gt;
same time serving as a CCI. &lt;br /&gt;
&lt;br /&gt;
(9) Keep confidential all information &lt;br /&gt;
&lt;br /&gt;
obtained or created during the &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of CMMC training &amp;lt;br /&amp;gt;&lt;br /&gt;
activities, including trainee records, &amp;lt;br /&amp;gt;&lt;br /&gt;
except as required by law. &lt;br /&gt;
&lt;br /&gt;
(10) Not disclose any CMMC-related &lt;br /&gt;
&lt;br /&gt;
data or metrics that is PII, FCI, or CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
to anyone without prior coordination &amp;lt;br /&amp;gt;&lt;br /&gt;
with and approval from DoD. &lt;br /&gt;
&lt;br /&gt;
(11) Notify the Accreditation Body or &lt;br /&gt;
&lt;br /&gt;
the CAICO if required by law or &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized by contractual commitments &amp;lt;br /&amp;gt;&lt;br /&gt;
to release confidential information. &lt;br /&gt;
&lt;br /&gt;
(12) Not share with anyone any &lt;br /&gt;
&lt;br /&gt;
CMMC training-related information not &amp;lt;br /&amp;gt;&lt;br /&gt;
previously publicly disclosed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.13&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Certified Professional &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(CCP). &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Roles and responsibilities. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
CMMC Certified Professional (CCP) &amp;lt;br /&amp;gt;&lt;br /&gt;
completes rigorous training on CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
and the assessment process to provide &amp;lt;br /&amp;gt;&lt;br /&gt;
advice, consulting, and &amp;lt;br /&amp;gt;&lt;br /&gt;
recommendations to their OSA clients. &amp;lt;br /&amp;gt;&lt;br /&gt;
Candidate CCPs are certified by the &amp;lt;br /&amp;gt;&lt;br /&gt;
CAICO after successful completion of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CCP training and testing &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in paragraph (b) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section. CCPs are eligible to &amp;lt;br /&amp;gt;&lt;br /&gt;
become CMMC Certified Assessors and &amp;lt;br /&amp;gt;&lt;br /&gt;
can participate as a CCP on Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessments with CCA &amp;lt;br /&amp;gt;&lt;br /&gt;
oversight where the CCA makes all final &amp;lt;br /&amp;gt;&lt;br /&gt;
determinations. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Requirements. &#039;&#039;CCPs shall: &amp;lt;br /&amp;gt;&lt;br /&gt;
(1) Obtain and maintain certification &lt;br /&gt;
&lt;br /&gt;
from the CAICO in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.10. &amp;lt;br /&amp;gt;&lt;br /&gt;
Certification is valid for 3 years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
date of issuance. &lt;br /&gt;
&lt;br /&gt;
(2) Comply with the Accreditation &lt;br /&gt;
&lt;br /&gt;
Body policies for Conflict of Interest, &amp;lt;br /&amp;gt;&lt;br /&gt;
Code of Professional Conduct, and &amp;lt;br /&amp;gt;&lt;br /&gt;
Ethics as set forth in § 170.8(b)(17). &lt;br /&gt;
&lt;br /&gt;
(3) Complete a Tier 3 background &lt;br /&gt;
&lt;br /&gt;
investigation resulting in a &amp;lt;br /&amp;gt;&lt;br /&gt;
determination of national security &amp;lt;br /&amp;gt;&lt;br /&gt;
eligibility. This Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation will not result in a security &amp;lt;br /&amp;gt;&lt;br /&gt;
clearance and is not being executed for &amp;lt;br /&amp;gt;&lt;br /&gt;
the purpose of government employment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Tier 3 background investigation is &amp;lt;br /&amp;gt;&lt;br /&gt;
initiated using the Standard Form (SF) &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions 86 (&#039;&#039;www.gsa.gov/reference/forms/ &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
[http://www.gsa.gov/reference/forms/questionnaire-for-national-security-positions &#039;&#039;questionnaire-for-national-security- &amp;lt;br /&amp;gt;&lt;br /&gt;
positions&#039;&#039;). These positions are &amp;lt;br /&amp;gt;&lt;br /&gt;
]designated as non-critical sensitive with &amp;lt;br /&amp;gt;&lt;br /&gt;
a risk designation of ‘‘Moderate Risk’’ in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with 5 CFR 1400.201(b) and &amp;lt;br /&amp;gt;&lt;br /&gt;
(d) and the investigative requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
5 CFR 731.106(c)(2). &lt;br /&gt;
&lt;br /&gt;
(4) Meet the equivalent of a favorably &lt;br /&gt;
&lt;br /&gt;
adjudicated Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation when not eligible to obtain &amp;lt;br /&amp;gt;&lt;br /&gt;
a Tier 3 background investigation. DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
will determine the Tier 3 background &amp;lt;br /&amp;gt;&lt;br /&gt;
investigation equivalence for use with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program only. &lt;br /&gt;
&lt;br /&gt;
(5) Provide all documentation and &lt;br /&gt;
&lt;br /&gt;
records in English. &lt;br /&gt;
&lt;br /&gt;
(6) Not share any information about &lt;br /&gt;
&lt;br /&gt;
an OSC obtained during CMMC pre- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and assessment activities &amp;lt;br /&amp;gt;&lt;br /&gt;
with any person not involved with that &amp;lt;br /&amp;gt;&lt;br /&gt;
specific assessment, except as otherwise &amp;lt;br /&amp;gt;&lt;br /&gt;
required by law. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Subpart D—Key Elements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Program &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.14&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Model. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Overview. &#039;&#039;The CMMC Model &lt;br /&gt;
&lt;br /&gt;
incorporates the security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
from: &lt;br /&gt;
&lt;br /&gt;
(1) 48 CFR 52.204–21, &#039;&#039;Basic &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Safeguarding of Covered Contractor &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems; &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(2) NIST SP 800–171 R2, &#039;&#039;Protecting &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Controlled Unclassified Information in &amp;lt;br /&amp;gt;&lt;br /&gt;
Nonfederal Systems and Organizations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;(incorporated by reference, see § 170.2); &amp;lt;br /&amp;gt;&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
(3) Selected security requirements &lt;br /&gt;
&lt;br /&gt;
from NIST SP 800–172 Feb2021, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Enhanced Security Requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
Protecting Controlled Unclassified &amp;lt;br /&amp;gt;&lt;br /&gt;
Information: A Supplement to NIST &amp;lt;br /&amp;gt;&lt;br /&gt;
Special Publication 800–171 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC domains. &#039;&#039;The CMMC &lt;br /&gt;
&lt;br /&gt;
Model consists of domains that map to &amp;lt;br /&amp;gt;&lt;br /&gt;
the Security Requirement Families &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;CMMC level requirements. &#039;&#039;CMMC &lt;br /&gt;
&lt;br /&gt;
Levels 1–3 utilize the safeguarding &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in 48 CFR 52.204–21 (for Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1), NIST SP 800–171 R2 (incorporated &amp;lt;br /&amp;gt;&lt;br /&gt;
by reference, see § 170.2) (for Level 2), &amp;lt;br /&amp;gt;&lt;br /&gt;
and selected security requirements from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
(for Level 3). This paragraph discusses &amp;lt;br /&amp;gt;&lt;br /&gt;
the numbering scheme and the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for each level. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Numbering. &#039;&#039;Each security &lt;br /&gt;
&lt;br /&gt;
requirement has an identification &amp;lt;br /&amp;gt;&lt;br /&gt;
number in the format—DD.L#-REQ— &amp;lt;br /&amp;gt;&lt;br /&gt;
where: &lt;br /&gt;
&lt;br /&gt;
(i) DD is the two-letter domain &lt;br /&gt;
&lt;br /&gt;
abbreviation; &lt;br /&gt;
&lt;br /&gt;
(ii) L# is the CMMC level number; and &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00135&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83226 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(iii) REQ is the 48 CFR 52.204–21 &lt;br /&gt;
&lt;br /&gt;
paragraph number, NIST SP 800–171 R2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement number, or NIST SP 800– &amp;lt;br /&amp;gt;&lt;br /&gt;
172 Feb2021 requirement number. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;CMMC Level 1 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 1 are those set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
48 CFR 52.204–21(b)(1)(i) through (xv). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;CMMC Level 2 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 2 are identical to the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in NIST SP 800–171 R2. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;CMMC Level 3 security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
in CMMC Level 3 are selected from &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–172 Feb2021, and where &lt;br /&gt;
&lt;br /&gt;
applicable, Organization-Defined &amp;lt;br /&amp;gt;&lt;br /&gt;
Parameters (ODPs) are assigned. Table 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
to this paragraph identifies the selected &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements and applicable ODPs that &amp;lt;br /&amp;gt;&lt;br /&gt;
represent the CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. ODPs for the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–172 Feb2021 requirements are &amp;lt;br /&amp;gt;&lt;br /&gt;
italicized, where applicable: &lt;br /&gt;
&lt;br /&gt;
TABLE 1 TO § 170.14(c)(4) &lt;br /&gt;
&lt;br /&gt;
Security requirement No.* &lt;br /&gt;
&lt;br /&gt;
CMMC Level 3 security requirements &lt;br /&gt;
&lt;br /&gt;
(selected NIST SP 800–172 Feb2021 security requirement with DoD ODPs italicized) &lt;br /&gt;
&lt;br /&gt;
(i) AC.L3–3.1.2e .......................&lt;br /&gt;
&lt;br /&gt;
Restrict access to systems and system components to only those information resources that are owned, &lt;br /&gt;
&lt;br /&gt;
provisioned, or issued by the organization. &lt;br /&gt;
&lt;br /&gt;
(ii) AC.L3–3.1.3e ......................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;secure information transfer solutions &#039;&#039;to control information flows between security domains on con-&lt;br /&gt;
&lt;br /&gt;
nected systems. &lt;br /&gt;
&lt;br /&gt;
(iii) AT.L3–3.2.1e .....................&lt;br /&gt;
&lt;br /&gt;
Provide awareness training &#039;&#039;upon initial hire, following a significant cyber event, and at least annually, &#039;&#039;focused &lt;br /&gt;
&lt;br /&gt;
on recognizing and responding to threats from social engineering, advanced persistent threat actors, &amp;lt;br /&amp;gt;&lt;br /&gt;
breaches, and suspicious behaviors; update the training &#039;&#039;at least annually &#039;&#039;or when there are significant &amp;lt;br /&amp;gt;&lt;br /&gt;
changes to the threat. &lt;br /&gt;
&lt;br /&gt;
(iv) AT.L3–3.2.2e .....................&lt;br /&gt;
&lt;br /&gt;
Include practical exercises in awareness training for &#039;&#039;all users, tailored by roles, to include general users, users &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with specialized roles, and privileged users, &#039;&#039;that are aligned with current threat scenarios and provide feed-&amp;lt;br /&amp;gt;&lt;br /&gt;
back to individuals involved in the training and their supervisors. &lt;br /&gt;
&lt;br /&gt;
(v) CM.L3–3.4.1e .....................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain an authoritative source and repository to provide a trusted source and accountability for &lt;br /&gt;
&lt;br /&gt;
approved and implemented system components. &lt;br /&gt;
&lt;br /&gt;
(vi) CM.L3–3.4.2e ....................&lt;br /&gt;
&lt;br /&gt;
Employ automated mechanisms to detect misconfigured or unauthorized system components; after detection, &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;remove the components or place the components in a quarantine or remediation network &#039;&#039;to facilitate &amp;lt;br /&amp;gt;&lt;br /&gt;
patching, re-configuration, or other mitigations. &lt;br /&gt;
&lt;br /&gt;
(vii) CM.L3–3.4.3e ...................&lt;br /&gt;
&lt;br /&gt;
Employ automated discovery and management tools to maintain an up-to-date, complete, accurate, and readily &lt;br /&gt;
&lt;br /&gt;
available inventory of system components. &lt;br /&gt;
&lt;br /&gt;
(viii) IA.L3–3.5.1e .....................&lt;br /&gt;
&lt;br /&gt;
Identify and authenticate &#039;&#039;systems and system components, where possible, &#039;&#039;before establishing a network con-&lt;br /&gt;
&lt;br /&gt;
nection using bidirectional authentication that is cryptographically based and replay resistant. &lt;br /&gt;
&lt;br /&gt;
(ix) IA.L3–3.5.3e ......................&lt;br /&gt;
&lt;br /&gt;
Employ automated or manual/procedural mechanisms to prohibit system components from connecting to orga-&lt;br /&gt;
&lt;br /&gt;
nizational systems unless the components are known, authenticated, in a properly configured state, or in a &amp;lt;br /&amp;gt;&lt;br /&gt;
trust profile. &lt;br /&gt;
&lt;br /&gt;
(x) IR.L3–3.6.1e .......................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a security operations center capability that operates &#039;&#039;24/7, with allowance for remote/on- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;call staff. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xi) IR.L3–3.6.2e ......................&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a cyber-incident response team that can be deployed by the organization within &#039;&#039;24 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;hours. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xii) PS.L3–3.9.2e ....................&lt;br /&gt;
&lt;br /&gt;
Ensure that organizational systems are protected if adverse information develops or is obtained about individ-&lt;br /&gt;
&lt;br /&gt;
uals with access to CUI. &lt;br /&gt;
&lt;br /&gt;
(xiii) RA.L3–3.11.1e .................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;threat intelligence, at a minimum from open or commercial sources, and any DoD-provided sources, &#039;&#039;as &lt;br /&gt;
&lt;br /&gt;
part of a risk assessment to guide and inform the development of organizational systems, security architec-&amp;lt;br /&amp;gt;&lt;br /&gt;
tures, selection of security solutions, monitoring, threat hunting, and response and recovery activities. &lt;br /&gt;
&lt;br /&gt;
(xiv) RA.L3–3.11.2e .................&lt;br /&gt;
&lt;br /&gt;
Conduct cyber threat hunting activities &#039;&#039;on an on-going aperiodic basis or when indications warrant, &#039;&#039;to search &lt;br /&gt;
&lt;br /&gt;
for indicators of compromise in &#039;&#039;organizational systems &#039;&#039;and detect, track, and disrupt threats that evade exist-&amp;lt;br /&amp;gt;&lt;br /&gt;
ing controls. &lt;br /&gt;
&lt;br /&gt;
(xv) RA.L3–3.11.3e ..................&lt;br /&gt;
&lt;br /&gt;
Employ advanced automation and analytics capabilities in support of analysts to predict and identify risks to or-&lt;br /&gt;
&lt;br /&gt;
ganizations, systems, and system components. &lt;br /&gt;
&lt;br /&gt;
(xvi) RA.L3–3.11.4e .................&lt;br /&gt;
&lt;br /&gt;
Document or reference in the system security plan the security solution selected, the rationale for the security &lt;br /&gt;
&lt;br /&gt;
solution, and the risk determination. &lt;br /&gt;
&lt;br /&gt;
(xvii) RA.L3–3.11.5e ................&lt;br /&gt;
&lt;br /&gt;
Assess the effectiveness of security solutions &#039;&#039;at least annually or upon receipt of relevant cyber threat informa-&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;tion, or in response to a relevant cyber incident, &#039;&#039;to address anticipated risk to organizational systems and the &amp;lt;br /&amp;gt;&lt;br /&gt;
organization based on current and accumulated threat intelligence. &lt;br /&gt;
&lt;br /&gt;
(xviii) RA.L3–3.11.6e ...............&lt;br /&gt;
&lt;br /&gt;
Assess, respond to, and monitor supply chain risks associated with organizational systems and system compo-&lt;br /&gt;
&lt;br /&gt;
nents. &lt;br /&gt;
&lt;br /&gt;
(xix) RA.L3–3.11.7e .................&lt;br /&gt;
&lt;br /&gt;
Develop a plan for managing supply chain risks associated with organizational systems and system compo-&lt;br /&gt;
&lt;br /&gt;
nents; update the plan &#039;&#039;at least annually, and upon receipt of relevant cyber threat information, or in response &amp;lt;br /&amp;gt;&lt;br /&gt;
to a relevant cyber incident. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(xx) CA.L3–3.12.1e ..................&lt;br /&gt;
&lt;br /&gt;
Conduct penetration testing &#039;&#039;at least annually or when significant security changes are made to the system, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
leveraging automated scanning tools and ad hoc tests using subject matter experts. &lt;br /&gt;
&lt;br /&gt;
(xxi) SC.L3–3.13.4e .................&lt;br /&gt;
&lt;br /&gt;
Employ &#039;&#039;physical isolation techniques or logical isolation techniques or both &#039;&#039;in organizational systems and sys-&lt;br /&gt;
&lt;br /&gt;
tem components. &lt;br /&gt;
&lt;br /&gt;
(xxii) SI.L3–3.14.1e ..................&lt;br /&gt;
&lt;br /&gt;
Verify the integrity of &#039;&#039;security critical and essential software &#039;&#039;using root of trust mechanisms or cryptographic &lt;br /&gt;
&lt;br /&gt;
signatures. &lt;br /&gt;
&lt;br /&gt;
(xxiii) SI.L3–3.14.3e .................&lt;br /&gt;
&lt;br /&gt;
Ensure that &#039;&#039;specialized assets including IoT, IIoT, OT, GFE, Restricted Information Systems, and test equip-&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ment &#039;&#039;are included in the scope of the specified enhanced security requirements or are segregated in pur-&amp;lt;br /&amp;gt;&lt;br /&gt;
pose-specific networks. &lt;br /&gt;
&lt;br /&gt;
(xxiv) SI.L3–3.14.6e .................&lt;br /&gt;
&lt;br /&gt;
Use threat indicator information and effective mitigations obtained from, &#039;&#039;at a minimum, open or commercial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sources, and any DoD-provided sources, &#039;&#039;to guide and inform intrusion detection and threat hunting. &lt;br /&gt;
&lt;br /&gt;
* Roman numerals in parentheses before the Security Requirement are for numbering purposes only. The numerals are not part of the naming &lt;br /&gt;
&lt;br /&gt;
convention for the requirement. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00136&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83227 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(d) &#039;&#039;Implementation. &#039;&#039;Assessment of &lt;br /&gt;
&lt;br /&gt;
security requirements is prescribed by &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
and NIST SP 800–172A Mar2022 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2). &amp;lt;br /&amp;gt;&lt;br /&gt;
Descriptive text in these documents &amp;lt;br /&amp;gt;&lt;br /&gt;
support OSA implementation of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements and use the terms &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined and periodically. &amp;lt;br /&amp;gt;&lt;br /&gt;
Except where referring to Organization- &amp;lt;br /&amp;gt;&lt;br /&gt;
Defined Parameters (ODPs), &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined means as &amp;lt;br /&amp;gt;&lt;br /&gt;
determined by the OSA. Periodically &amp;lt;br /&amp;gt;&lt;br /&gt;
means occurring at regular intervals. As &amp;lt;br /&amp;gt;&lt;br /&gt;
used in many requirements within &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC, the interval length is &amp;lt;br /&amp;gt;&lt;br /&gt;
organization-defined to provided &amp;lt;br /&amp;gt;&lt;br /&gt;
contractor flexibility, with an interval &amp;lt;br /&amp;gt;&lt;br /&gt;
length of no more than one year. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.15&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 1 self-assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 1 self-assessment. &#039;&#039;To comply &lt;br /&gt;
&lt;br /&gt;
with CMMC Level 1 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, the OSA must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements detailed in paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
(a)(1) and (2) of this section. An OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
conducts a Level 1 self-assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed in paragraph (c) of this section &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve a CMMC Status of Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
1 (Self). &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSA must complete &lt;br /&gt;
&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(2) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 (Self). No POA&amp;amp;amp;Ms are &amp;lt;br /&amp;gt;&lt;br /&gt;
permitted for CMMC Level 1. The OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
must conduct a self-assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the procedures set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.15(c)(1) and submit &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results in SPRS. To maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Final Level 1 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA must conduct a Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment on an annual basis and &amp;lt;br /&amp;gt;&lt;br /&gt;
submit the results in SPRS, or its &amp;lt;br /&amp;gt;&lt;br /&gt;
successor capability. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs to SPRS. &#039;&#039;The Level 1 self- &lt;br /&gt;
&lt;br /&gt;
assessment results in the Supplier &amp;lt;br /&amp;gt;&lt;br /&gt;
Performance Risk System (SPRS) shall &amp;lt;br /&amp;gt;&lt;br /&gt;
include, at minimum, the following &amp;lt;br /&amp;gt;&lt;br /&gt;
items: &lt;br /&gt;
&lt;br /&gt;
(A) CMMC Level. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(E) Compliance result. &amp;lt;br /&amp;gt;&lt;br /&gt;
(ii) [Reserved] &amp;lt;br /&amp;gt;&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 1 (Self) CMMC Status is required &amp;lt;br /&amp;gt;&lt;br /&gt;
for all Level 1 self-assessments. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 (Self), OSAs must both achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of Level 1 (Self) and &amp;lt;br /&amp;gt;&lt;br /&gt;
have submitted an affirmation of &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance into SPRS for all &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. &#039;&#039;The OSA must conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment scored in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology described in § 170.24. The &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 1 self-assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 1 scope requirements set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.19(a) and (b) and the &amp;lt;br /&amp;gt;&lt;br /&gt;
following: &lt;br /&gt;
&lt;br /&gt;
(i) The Level 1 self-assessment must &lt;br /&gt;
&lt;br /&gt;
be performed using the objectives &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in NIST SP 800–171A Jun2018 &amp;lt;br /&amp;gt;&lt;br /&gt;
(incorporated by reference, see § 170.2) &amp;lt;br /&amp;gt;&lt;br /&gt;
for the security requirement that maps &amp;lt;br /&amp;gt;&lt;br /&gt;
to the CMMC Level 1 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement as specified in table 1 to &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c)(1)(ii) of this section. In &amp;lt;br /&amp;gt;&lt;br /&gt;
any case where an objective addresses &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI, FCI should be substituted for CUI &amp;lt;br /&amp;gt;&lt;br /&gt;
in the objective. &lt;br /&gt;
&lt;br /&gt;
(ii) Mapping table for CMMC Level 1 &lt;br /&gt;
&lt;br /&gt;
security requirements to the NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 objectives. &lt;br /&gt;
&lt;br /&gt;
TABLE 2 TO § 170.15(c)(1)(ii)—CMMC LEVEL 1 SECURITY REQUIREMENTS MAPPED TO NIST SP 800–171A JUN2018 &lt;br /&gt;
&lt;br /&gt;
CMMC Level 1 security requirements as set forth in § 170.14(c)(2) &lt;br /&gt;
&lt;br /&gt;
NIST SP 800–171A Jun2018 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.i ..................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.1 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.ii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.2 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.iii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.20 &lt;br /&gt;
&lt;br /&gt;
AC.L1–b.1.iv ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.1.22 &lt;br /&gt;
&lt;br /&gt;
IA.L1–b.1.v ...................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.5.1 &lt;br /&gt;
&lt;br /&gt;
IA.L1–b.1.vi ..................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.5.2 &lt;br /&gt;
&lt;br /&gt;
MP.L1–b.1.vii ...............................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.8.3 &lt;br /&gt;
&lt;br /&gt;
PE.L1–b.1.viii ...............................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.1 &lt;br /&gt;
&lt;br /&gt;
First phrase of PE.L1–b.1.ix (FAR b.1.ix *) .................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.3 &lt;br /&gt;
&lt;br /&gt;
Second phrase of PE.L1–b.1.ix (FAR b.1.ix *) ............................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.4 &lt;br /&gt;
&lt;br /&gt;
Third phrase of PE.L1–b.1.ix (FAR b.1.ix *) ................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.10.5 &lt;br /&gt;
&lt;br /&gt;
SC.L1–b.1.x .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.13.1 &lt;br /&gt;
&lt;br /&gt;
SC.L1–b.1.xi ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.13.5 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xii .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.1 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xiii ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.2 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xiv ................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.4 &lt;br /&gt;
&lt;br /&gt;
SI.L1–b.1.xv .................................................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3.14.5 &lt;br /&gt;
&lt;br /&gt;
* Three of the 48 CFR 52.204–21 requirements were broken apart by ‘‘phrase’’ when NIST SP 800–171 R2 was developed. &lt;br /&gt;
&lt;br /&gt;
(iii) Additional guidance can be found &lt;br /&gt;
&lt;br /&gt;
in the guidance document listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (b) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Artifact retention. &#039;&#039;The artifacts &lt;br /&gt;
&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSA for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.16&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 self-assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 2 self-assessment. &#039;&#039;To comply &lt;br /&gt;
&lt;br /&gt;
with Level 2 self-assessment &lt;br /&gt;
&lt;br /&gt;
requirements, the OSA must meet the &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements detailed in paragraphs &amp;lt;br /&amp;gt;&lt;br /&gt;
(a)(1) and (2) of this section. An OSA &amp;lt;br /&amp;gt;&lt;br /&gt;
conducts a Level 2 self-assessment as &amp;lt;br /&amp;gt;&lt;br /&gt;
detailed in paragraph (c) of this section &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional or Final Level 2 (Self). &amp;lt;br /&amp;gt;&lt;br /&gt;
Achieving a CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) also satisfies the requirements for &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of Level 1 (Self) detailed &lt;br /&gt;
&lt;br /&gt;
in § 170.15 for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 self-assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSA must complete &amp;lt;br /&amp;gt;&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(3) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self). The OSA must conduct a self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
procedures set forth in paragraph (c)(1) &amp;lt;br /&amp;gt;&lt;br /&gt;
of this section and submit assessment &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00137&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83228 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
results in Supplier Performance Risk &amp;lt;br /&amp;gt;&lt;br /&gt;
System (SPRS). To maintain compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
with the requirements for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Level 2 (Self), the OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct a Level 2 self-assessment every &amp;lt;br /&amp;gt;&lt;br /&gt;
three years and submit the results in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS, within three years of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs to SPRS. &#039;&#039;The Level 2 self- &lt;br /&gt;
&lt;br /&gt;
assessment results in the SPRS shall &amp;lt;br /&amp;gt;&lt;br /&gt;
include, at minimum, the following &amp;lt;br /&amp;gt;&lt;br /&gt;
information: &lt;br /&gt;
&lt;br /&gt;
(A) CMMC Level. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(E) Overall Level 2 self-assessment &lt;br /&gt;
&lt;br /&gt;
score (&#039;&#039;e.g., &#039;&#039;105 out of 110). &lt;br /&gt;
&lt;br /&gt;
(F) POA&amp;amp;amp;M usage and compliance &lt;br /&gt;
&lt;br /&gt;
status, if applicable. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (Self). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSA has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) if the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessment results in a POA&amp;amp;amp;M and &amp;lt;br /&amp;gt;&lt;br /&gt;
the POA&amp;amp;amp;M meets all the CMMC Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 POA&amp;amp;amp;M requirements listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21(a)(2). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 2 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSA must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must perform a POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and must post compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
results to SPRS within 180 days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self). If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
for the information system will expire. &amp;lt;br /&amp;gt;&lt;br /&gt;
If Conditional Level 2 (Self) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status expires within the period of &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (Self), or higher &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement, for the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
until such time as a new CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (Self). &#039;&#039;The OSA has &lt;br /&gt;
&lt;br /&gt;
achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) if the Level 2 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results in a passing score as &amp;lt;br /&amp;gt;&lt;br /&gt;
defined in § 170.24. This score may be &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved upon initial self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
as the result of a POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSA, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &lt;br /&gt;
&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSA will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self), or higher requirement, for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope until such time as a &amp;lt;br /&amp;gt;&lt;br /&gt;
new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 2 (Self) CMMC Status is required &amp;lt;br /&amp;gt;&lt;br /&gt;
for all Level 2 self-assessments at the &amp;lt;br /&amp;gt;&lt;br /&gt;
time of each assessment, and annually &amp;lt;br /&amp;gt;&lt;br /&gt;
thereafter. Affirmation procedures are &amp;lt;br /&amp;gt;&lt;br /&gt;
set forth in § 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self), the following two requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSA must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (Self) or Final Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). &lt;br /&gt;
&lt;br /&gt;
(2) The OSA must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 2 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment of the OSA. &#039;&#039;The OSA must &amp;lt;br /&amp;gt;&lt;br /&gt;
conduct a Level 2 self-assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and the CMMC Level 2 scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in §§ 170.19(a) &amp;lt;br /&amp;gt;&lt;br /&gt;
and (c) for the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
The Level 2 self-assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
scored in accordance with the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoring Methodology described in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.24 and the OSA must upload the &amp;lt;br /&amp;gt;&lt;br /&gt;
results into SPRS. If a POA&amp;amp;amp;M exists, a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout self-assessment must &amp;lt;br /&amp;gt;&lt;br /&gt;
be performed by the OSA when all NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET requirements have been &amp;lt;br /&amp;gt;&lt;br /&gt;
remediated. The POA&amp;amp;amp;M closeout self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed within &amp;lt;br /&amp;gt;&lt;br /&gt;
180-days of the Conditional CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date. Additional guidance can be &amp;lt;br /&amp;gt;&lt;br /&gt;
found in the guidance document listed &amp;lt;br /&amp;gt;&lt;br /&gt;
in paragraph (c) of appendix A to this &amp;lt;br /&amp;gt;&lt;br /&gt;
part. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment with the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;use of Cloud Service Provider (CSP). &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA may use a cloud environment to &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract or subcontract &amp;lt;br /&amp;gt;&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 2 (Self) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The CSP product or service offering &lt;br /&gt;
&lt;br /&gt;
is FedRAMP Authorized at the &lt;br /&gt;
&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace; or &lt;br /&gt;
&lt;br /&gt;
(ii) The CSP product or service &lt;br /&gt;
&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline but meets security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements equivalent to those &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
(or higher) baseline. FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate or FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent is in accordance with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Policy. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibility Matrix (CRM) must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
System Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 2 self-assessment with the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;use of an External Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(ESP), not a CSP. &#039;&#039;An OSA may use an &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP that is not a CSP to process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSA’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and CRM. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSA requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSA’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention. &#039;&#039;The artifacts &lt;br /&gt;
&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSA for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.17&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 2 certification &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;assessment and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 2 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To comply with Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs (a)(1) and (2) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC undergoes a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as detailed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of either Conditional or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 2 (C3PAO). Achieving a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO) also &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00138&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83229 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
satisfies the requirements for a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Statuses of Level 1 (Self) and Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(Self) set forth in §§ 170.15 and 170.16 &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSC must complete &amp;lt;br /&amp;gt;&lt;br /&gt;
and achieve a MET result for all security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements specified in § 170.14(c)(3) &amp;lt;br /&amp;gt;&lt;br /&gt;
to achieve the CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO). The OSC must obtain a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment from an &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO &amp;lt;br /&amp;gt;&lt;br /&gt;
following the procedures outlined in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section. The &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO must submit the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS, which &amp;lt;br /&amp;gt;&lt;br /&gt;
then provides automated transmission &amp;lt;br /&amp;gt;&lt;br /&gt;
to SPRS. To maintain compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the requirements for a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO), the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
completed within three years of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs into the CMMC instantiation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of eMASS. &#039;&#039;The Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results input into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS shall include, at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the following information: &lt;br /&gt;
&lt;br /&gt;
(A) Date and level of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) C3PAO name. &amp;lt;br /&amp;gt;&lt;br /&gt;
(C) Assessment unique identifier. &amp;lt;br /&amp;gt;&lt;br /&gt;
(D) For each Assessor conducting the &lt;br /&gt;
&lt;br /&gt;
assessment, name and business contact &amp;lt;br /&amp;gt;&lt;br /&gt;
information. &lt;br /&gt;
&lt;br /&gt;
(E) All industry CAGE codes &lt;br /&gt;
&lt;br /&gt;
associated with the information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
addressed by the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. &lt;br /&gt;
&lt;br /&gt;
(F) The name, date, and version of the &lt;br /&gt;
&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(G) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(H) Assessment result for each &lt;br /&gt;
&lt;br /&gt;
requirement objective. &lt;br /&gt;
&lt;br /&gt;
(I) POA&amp;amp;amp;M usage and compliance, as &lt;br /&gt;
&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
(J) List of the artifact names, the &lt;br /&gt;
&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the hashing algorithm used. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 2 (C3PAO). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSC has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) if the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
in a POA&amp;amp;amp;M and the POA&amp;amp;amp;M meets all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 POA&amp;amp;amp;M requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.21(a)(2). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 2 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSC must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must undergo a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment from a C3PAO, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the C3PAO must post compliance &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS within 180 days of the CMMC &lt;br /&gt;
&lt;br /&gt;
Status Date associated with the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO). If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for the information system will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. If Conditional Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status expires within the period &amp;lt;br /&amp;gt;&lt;br /&gt;
of performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO), or &amp;lt;br /&amp;gt;&lt;br /&gt;
higher requirement, for the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope until such time as a new CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 2 (C3PAO). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
has achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) if the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results in a &amp;lt;br /&amp;gt;&lt;br /&gt;
passing score as defined in § 170.24. &amp;lt;br /&amp;gt;&lt;br /&gt;
This score may be achieved upon initial &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment or as the result &amp;lt;br /&amp;gt;&lt;br /&gt;
of a POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSC, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSC will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO), or higher requirement, for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope until such time as a &amp;lt;br /&amp;gt;&lt;br /&gt;
new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 2 (C3PAO) CMMC Status is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for all Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments at the time of each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO), the following two &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSC must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). &lt;br /&gt;
&lt;br /&gt;
(2) The OSC must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 2 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;certification assessment of the OSC. &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO must &lt;br /&gt;
&lt;br /&gt;
perform a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment in accordance with NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–171A Jun2018 (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference, see § 170.2) and the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 scoping requirements set forth &amp;lt;br /&amp;gt;&lt;br /&gt;
in § 170.19(a) and (c) for the information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. The Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be scored in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology described in § 170.24 and &amp;lt;br /&amp;gt;&lt;br /&gt;
the C3PAO must upload the results into &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Final results are communicated to the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC through a CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Security requirement re- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;evaluation. &#039;&#039;A security requirement that &amp;lt;br /&amp;gt;&lt;br /&gt;
is NOT MET (as defined in § 170.24) &amp;lt;br /&amp;gt;&lt;br /&gt;
may be re-evaluated during the course &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Level 2 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and for 10 business days following the &amp;lt;br /&amp;gt;&lt;br /&gt;
active assessment period if all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following conditions exist: &lt;br /&gt;
&lt;br /&gt;
(i) Additional evidence is available to &lt;br /&gt;
&lt;br /&gt;
demonstrate the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has been MET; &lt;br /&gt;
&lt;br /&gt;
(ii) Cannot change or limit the &lt;br /&gt;
&lt;br /&gt;
effectiveness of other requirements that &amp;lt;br /&amp;gt;&lt;br /&gt;
have been scored MET; and &lt;br /&gt;
&lt;br /&gt;
(iii) The CMMC Assessment Findings &lt;br /&gt;
&lt;br /&gt;
Report has not been delivered. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;If a POA&amp;amp;amp;M exists, a &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed by a &amp;lt;br /&amp;gt;&lt;br /&gt;
C3PAO within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance can be found in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21 and in the guidance document &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in paragraph (c) of appendix A to &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention and integrity. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The hashed artifacts used as evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment must be retained by &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC for six (6) years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. To ensure that the &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts have not been altered, the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
must hash the artifact files using a &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST-approved hashing algorithm. The &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC must provide the C3PAO with a &amp;lt;br /&amp;gt;&lt;br /&gt;
list of the artifact names, the return &amp;lt;br /&amp;gt;&lt;br /&gt;
value of the hashing algorithm, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
hashing algorithm for upload into the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance for hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (h) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(5) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSP). &#039;&#039;An OSC may use a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
environment to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The CSP product or service offering &lt;br /&gt;
&lt;br /&gt;
is FedRAMP Authorized at the &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00139&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83230 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Marketplace; or &lt;br /&gt;
&lt;br /&gt;
(ii) The CSP product or service &lt;br /&gt;
&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline but meets security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements equivalent to those &amp;lt;br /&amp;gt;&lt;br /&gt;
established by the FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
(or higher) baseline. FedRAMP &amp;lt;br /&amp;gt;&lt;br /&gt;
Moderate or FedRAMP Moderate &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent is in accordance with DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
Policy. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(6) &#039;&#039;Level 2 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of an External Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (ESP), not a CSP. &#039;&#039;An OSA may &amp;lt;br /&amp;gt;&lt;br /&gt;
use an ESP that is not a CSP to process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
a contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSA’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSA requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSA’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(c)(2), &lt;br /&gt;
&lt;br /&gt;
the OSA’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.18&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Level 3 certification &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;assessment and affirmation requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To comply with Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment requirements, the OSC must &amp;lt;br /&amp;gt;&lt;br /&gt;
meet the requirements set forth in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraphs (a)(1) and (2) of this section. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC undergoes a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment as detailed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (c) of this section to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
a CMMC Status of either Conditional or &amp;lt;br /&amp;gt;&lt;br /&gt;
Final Level 3 (DIBCAC). A CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Final Level 2 (C3PAO) for &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope is a &amp;lt;br /&amp;gt;&lt;br /&gt;
prerequisite to undergo a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
recertification also has a prerequisite for &lt;br /&gt;
&lt;br /&gt;
a new CMMC Level 2 assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Achieving a CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) also satisfies the requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
for CMMC Statuses of Level 1 (Self), &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self), and Level 2 (C3PAO) set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in §§ 170.15 through 170.17 &amp;lt;br /&amp;gt;&lt;br /&gt;
respectively for the same CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. &#039;&#039;The OSC must achieve a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Final Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
on the Level 3 CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope, as defined in § 170.19(d), prior to &amp;lt;br /&amp;gt;&lt;br /&gt;
initiating a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, which will be performed by &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC ([http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/ &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC&#039;&#039;) on behalf of the DoD. The OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
]must complete and achieve a MET &amp;lt;br /&amp;gt;&lt;br /&gt;
result for all security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in table 1 to § 170.14(c)(4) to &amp;lt;br /&amp;gt;&lt;br /&gt;
achieve the CMMC Status of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC). DCMA DIBCAC will submit &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
results into the CMMC instantiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
eMASS, which then provides automated &amp;lt;br /&amp;gt;&lt;br /&gt;
transmission to SPRS. To maintain &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with the requirements for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC), the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment must be &amp;lt;br /&amp;gt;&lt;br /&gt;
performed every three years for all &amp;lt;br /&amp;gt;&lt;br /&gt;
information systems within the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. In addition, &amp;lt;br /&amp;gt;&lt;br /&gt;
given that compliance with Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements is a prerequisite for &amp;lt;br /&amp;gt;&lt;br /&gt;
applying for CMMC Level 3, a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) certification assessment must &amp;lt;br /&amp;gt;&lt;br /&gt;
also be conducted every three years to &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain CMMC Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
status. Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be completed within three years of &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status Date associated with &amp;lt;br /&amp;gt;&lt;br /&gt;
the Final Level 3 (DIBCAC) or, if there &amp;lt;br /&amp;gt;&lt;br /&gt;
was a POA&amp;amp;amp;M, then within three years &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Status Date associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the Conditional Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Inputs into the CMMC instantiation &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of eMASS. &#039;&#039;The Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment results input into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS shall include, at &amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, the following items: &lt;br /&gt;
&lt;br /&gt;
(A) Date and level of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
(B) For each Assessor(s) conducting &lt;br /&gt;
&lt;br /&gt;
the assessment, name and government &amp;lt;br /&amp;gt;&lt;br /&gt;
organization information. &lt;br /&gt;
&lt;br /&gt;
(C) All industry CAGE code(s) &lt;br /&gt;
&lt;br /&gt;
associated with the information &amp;lt;br /&amp;gt;&lt;br /&gt;
system(s) addressed by the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(D) The name, date, and version of the &lt;br /&gt;
&lt;br /&gt;
system security plan(s) (SSP). &lt;br /&gt;
&lt;br /&gt;
(E) CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
(F) Result for each security &lt;br /&gt;
&lt;br /&gt;
requirement objective. &lt;br /&gt;
&lt;br /&gt;
(G) POA&amp;amp;amp;M usage and compliance, as &lt;br /&gt;
&lt;br /&gt;
applicable. &lt;br /&gt;
&lt;br /&gt;
(H) List of the artifact names, the &lt;br /&gt;
&lt;br /&gt;
return value of the hashing algorithm, &amp;lt;br /&amp;gt;&lt;br /&gt;
and the hashing algorithm used. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Conditional Level 3 (DIBCAC). &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
OSC has achieved the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) if the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment results &amp;lt;br /&amp;gt;&lt;br /&gt;
in a POA&amp;amp;amp;M and the POA&amp;amp;amp;M meets all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 POA&amp;amp;amp;M requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in § 170.21(a)(3). &lt;br /&gt;
&lt;br /&gt;
(A) &#039;&#039;Plan of Action and Milestones. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
Level 3 POA&amp;amp;amp;M is allowed only in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with the CMMC POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements listed in § 170.21. &lt;br /&gt;
&lt;br /&gt;
(B) &#039;&#039;POA&amp;amp;amp;M closeout. &#039;&#039;The OSC must &lt;br /&gt;
&lt;br /&gt;
remediate any NOT MET requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
must undergo a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment from DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC, and DCMA DIBCAC must post &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance results into the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
instantiation of eMASS within 180 days &amp;lt;br /&amp;gt;&lt;br /&gt;
of the CMMC Status Date associated &amp;lt;br /&amp;gt;&lt;br /&gt;
with the Conditional Level 3 (DIBCAC). &amp;lt;br /&amp;gt;&lt;br /&gt;
If the POA&amp;amp;amp;M is not successfully closed &amp;lt;br /&amp;gt;&lt;br /&gt;
out within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBAC) CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status for the information system will &amp;lt;br /&amp;gt;&lt;br /&gt;
expire. If Conditional Level 3 (DIBCAC) &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status expires within the period &amp;lt;br /&amp;gt;&lt;br /&gt;
of performance of a contract, standard &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual remedies will apply, and the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC will be ineligible for additional &amp;lt;br /&amp;gt;&lt;br /&gt;
awards with a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC) for &amp;lt;br /&amp;gt;&lt;br /&gt;
the information system within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope until such &amp;lt;br /&amp;gt;&lt;br /&gt;
time as a new CMMC Status is achieved. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Final Level 3 (DIBCAC). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
has achieved the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) if the Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment results in a &amp;lt;br /&amp;gt;&lt;br /&gt;
passing score as defined in § 170.24. &amp;lt;br /&amp;gt;&lt;br /&gt;
This score may be achieved upon initial &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment or as the result &amp;lt;br /&amp;gt;&lt;br /&gt;
of a POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(iv) &#039;&#039;CMMC Status investigation. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
DoD reserves the right to conduct a &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC assessment of the OSC, &amp;lt;br /&amp;gt;&lt;br /&gt;
as provided for under the 48 CFR &amp;lt;br /&amp;gt;&lt;br /&gt;
252.204–7020. If the investigative &amp;lt;br /&amp;gt;&lt;br /&gt;
results of a subsequent DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment show that adherence to the &amp;lt;br /&amp;gt;&lt;br /&gt;
provisions of this part have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved or maintained, these DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC results will take precedence &amp;lt;br /&amp;gt;&lt;br /&gt;
over any pre-existing CMMC Status. At &amp;lt;br /&amp;gt;&lt;br /&gt;
that time, standard contractual remedies &amp;lt;br /&amp;gt;&lt;br /&gt;
will be available and the OSC will be &amp;lt;br /&amp;gt;&lt;br /&gt;
ineligible for additional awards with &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status requirement of Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) for the information system &amp;lt;br /&amp;gt;&lt;br /&gt;
within the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
until such time as a new CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
is achieved. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation. &#039;&#039;Affirmation of the &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) CMMC Status is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for all Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments at the time of each &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmation procedures are provided in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.22. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00140&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83231 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Contract eligibility. &#039;&#039;Prior to award &lt;br /&gt;
&lt;br /&gt;
of any contract or subcontract with &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 (DIBCAC), the following two &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements must be met: &lt;br /&gt;
&lt;br /&gt;
(1) The OSC must achieve, as &lt;br /&gt;
&lt;br /&gt;
specified in paragraph (a)(1) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section, a CMMC Status of either &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 3 (DIBCAC) or Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
(2) The OSC must submit an &lt;br /&gt;
&lt;br /&gt;
affirmation of compliance into SPRS, as &amp;lt;br /&amp;gt;&lt;br /&gt;
specified in paragraph (a)(2) of this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Procedures&#039;&#039;—(1) &#039;&#039;Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;certification assessment of the OSC. &#039;&#039;The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
process includes: &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Final Level 2 (C3PAO). &#039;&#039;The OSC &lt;br /&gt;
&lt;br /&gt;
must achieve a CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) for information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the Level 3 CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope prior to the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope for the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 certification assessment must be equal &amp;lt;br /&amp;gt;&lt;br /&gt;
to, or a subset of, the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope associated with the OSC’s Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO). Asset requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
differ for each CMMC Level. Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
differences are set forth in § 170.19. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Initiating the Final Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DIBCAC). &#039;&#039;The OSC (including ESPs &amp;lt;br /&amp;gt;&lt;br /&gt;
that voluntarily elect to undergo a Level &amp;lt;br /&amp;gt;&lt;br /&gt;
3 certification assessment) initiates a &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 certification assessment by &amp;lt;br /&amp;gt;&lt;br /&gt;
emailing a request to DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
point of contact found at &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC &#039;&#039;www.dcma.mil/DIBCAC&#039;&#039;. The request &amp;lt;br /&amp;gt;&lt;br /&gt;
]must include the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment unique identifier. DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC will validate the OSC has &amp;lt;br /&amp;gt;&lt;br /&gt;
achieved a CMMC Status of Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
(C3PAO) and will contact the OSC to &amp;lt;br /&amp;gt;&lt;br /&gt;
schedule their Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
(iii) &#039;&#039;Conducting the Final Level 3 &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(DIBCAC). &#039;&#039;DCMA DIBCAC will perform &amp;lt;br /&amp;gt;&lt;br /&gt;
a Level 3 certification assessment in &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with NIST SP 800–171A &amp;lt;br /&amp;gt;&lt;br /&gt;
Jun2018 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and NIST SP 800–172A &amp;lt;br /&amp;gt;&lt;br /&gt;
Mar2022 (incorporated by reference, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2) and the CMMC Level 3 scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements set forth in § 170.19(d) for &amp;lt;br /&amp;gt;&lt;br /&gt;
the information systems within the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope. The Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment will be scored &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with the CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology set forth in § 170.24 and &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC will upload the results &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Final results are communicated to the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC through a CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Findings Report. For assets that changed &amp;lt;br /&amp;gt;&lt;br /&gt;
asset category (&#039;&#039;i.e., &#039;&#039;CRMA to CUI Asset) &amp;lt;br /&amp;gt;&lt;br /&gt;
or assessment requirements (&#039;&#039;i.e., &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;Specialized Assets) between the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 3 certification assessments, &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC will perform limited &amp;lt;br /&amp;gt;&lt;br /&gt;
checks of Level 2 security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
If the OSC had these upgraded asset &amp;lt;br /&amp;gt;&lt;br /&gt;
categories included in their Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment, then DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC may still perform limited &amp;lt;br /&amp;gt;&lt;br /&gt;
checks for compliance. If DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC identifies that a Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is NOT MET, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 assessment process may be &amp;lt;br /&amp;gt;&lt;br /&gt;
paused to allow for remediation, placed &amp;lt;br /&amp;gt;&lt;br /&gt;
on hold, or immediately terminated. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Security requirement re- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;evaluation. &#039;&#039;A security requirement that &amp;lt;br /&amp;gt;&lt;br /&gt;
is NOT MET (as defined in § 170.24) &amp;lt;br /&amp;gt;&lt;br /&gt;
may be re-evaluated during the course &amp;lt;br /&amp;gt;&lt;br /&gt;
of the Level 3 certification assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and for 10 business days following the &amp;lt;br /&amp;gt;&lt;br /&gt;
active assessment period if all of the &amp;lt;br /&amp;gt;&lt;br /&gt;
following conditions exist: &lt;br /&gt;
&lt;br /&gt;
(i) Additional evidence is available to &lt;br /&gt;
&lt;br /&gt;
demonstrate the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has been MET; &lt;br /&gt;
&lt;br /&gt;
(ii) The additional evidence does not &lt;br /&gt;
&lt;br /&gt;
materially impact previously assessed &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements; and &lt;br /&gt;
&lt;br /&gt;
(iii) The CMMC Assessment Findings &lt;br /&gt;
&lt;br /&gt;
Report has not been delivered. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;If a POA&amp;amp;amp;M exists, a &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment will be performed by DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance is located in &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.21 and in the guidance document &amp;lt;br /&amp;gt;&lt;br /&gt;
listed in paragraph (d) of appendix A to &amp;lt;br /&amp;gt;&lt;br /&gt;
this part. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Artifact retention and integrity. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The hashed artifacts used as evidence &amp;lt;br /&amp;gt;&lt;br /&gt;
for the assessment must be retained by &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC for six (6) years from the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Date. The hashed artifacts &amp;lt;br /&amp;gt;&lt;br /&gt;
used as evidence for the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
must be retained by the OSC for six (6) &amp;lt;br /&amp;gt;&lt;br /&gt;
years from the CMMC Status Date. To &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure that the artifacts have not been &amp;lt;br /&amp;gt;&lt;br /&gt;
altered, the OSC must hash the artifact &amp;lt;br /&amp;gt;&lt;br /&gt;
files using a NIST-approved hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm. Assessors will collect the list &amp;lt;br /&amp;gt;&lt;br /&gt;
of the artifact names, the return value of &amp;lt;br /&amp;gt;&lt;br /&gt;
the hashing algorithm, and the hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
algorithm used and upload that data &amp;lt;br /&amp;gt;&lt;br /&gt;
into the CMMC instantiation of eMASS. &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional guidance for hashing &amp;lt;br /&amp;gt;&lt;br /&gt;
artifacts can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (h) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(5) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of Cloud Service Provider &amp;lt;br /&amp;gt;&lt;br /&gt;
(CSP). &#039;&#039;An OSC may use a cloud &amp;lt;br /&amp;gt;&lt;br /&gt;
environment to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI in performance of a &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract with a &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The OSC may utilize a CSP product &lt;br /&gt;
&lt;br /&gt;
or service offering that meets the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate (or higher) &lt;br /&gt;
&lt;br /&gt;
baseline. If the CSP’s product or service &amp;lt;br /&amp;gt;&lt;br /&gt;
offering is not FedRAMP Authorized at &amp;lt;br /&amp;gt;&lt;br /&gt;
the FedRAMP Moderate (or higher) &amp;lt;br /&amp;gt;&lt;br /&gt;
baseline, the product or service offering &amp;lt;br /&amp;gt;&lt;br /&gt;
must meet security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent to those established by the &amp;lt;br /&amp;gt;&lt;br /&gt;
FedRAMP Moderate (or higher) baseline &amp;lt;br /&amp;gt;&lt;br /&gt;
in accordance with DoD Policy. &lt;br /&gt;
&lt;br /&gt;
(ii) Use of a CSP does not relieve an &lt;br /&gt;
&lt;br /&gt;
OSC of its obligation to implement the &amp;lt;br /&amp;gt;&lt;br /&gt;
24 Level 3 security requirements. These &amp;lt;br /&amp;gt;&lt;br /&gt;
24 requirements apply to every &amp;lt;br /&amp;gt;&lt;br /&gt;
environment where the CUI data is &amp;lt;br /&amp;gt;&lt;br /&gt;
processed, stored, or transmitted, when &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) is the designated &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status. If any of these 24 &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are inherited from a CSP, &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSC must demonstrate that &amp;lt;br /&amp;gt;&lt;br /&gt;
protection during a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment via a Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Implementation Summary/Customer &amp;lt;br /&amp;gt;&lt;br /&gt;
Responsibility Matrix (CIS/CRM) and &amp;lt;br /&amp;gt;&lt;br /&gt;
associated Body of Evidence (BOE). The &amp;lt;br /&amp;gt;&lt;br /&gt;
BOE must clearly indicate whether the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC or the CSP is responsible for &amp;lt;br /&amp;gt;&lt;br /&gt;
meeting each requirement and which &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements are implemented by the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC versus inherited from the CSP. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(d)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the CSP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
(6) &#039;&#039;Level 3 certification assessment &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;with the use of an ESP, not a CSP. &#039;&#039;An &amp;lt;br /&amp;gt;&lt;br /&gt;
OSC may use an ESP that is not a CSP &amp;lt;br /&amp;gt;&lt;br /&gt;
to process, store, or transmit CUI in &amp;lt;br /&amp;gt;&lt;br /&gt;
performance of a contract or subcontract &amp;lt;br /&amp;gt;&lt;br /&gt;
with a requirement for the CMMC Status &amp;lt;br /&amp;gt;&lt;br /&gt;
of Level 3 (DIBCAC) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
circumstances: &lt;br /&gt;
&lt;br /&gt;
(i) The use of the ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSC, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
are documented in the OSC’s SSP and &amp;lt;br /&amp;gt;&lt;br /&gt;
described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix. &lt;br /&gt;
&lt;br /&gt;
(ii) The ESP services used to meet &lt;br /&gt;
&lt;br /&gt;
OSC requirements are assessed within &amp;lt;br /&amp;gt;&lt;br /&gt;
the scope of the OSC’s assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
against all Level 2 and Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(iii) In accordance with § 170.19(d)(2), &lt;br /&gt;
&lt;br /&gt;
the OSC’s on-premises infrastructure &amp;lt;br /&amp;gt;&lt;br /&gt;
connecting to the ESP’s product or &amp;lt;br /&amp;gt;&lt;br /&gt;
service offering is part of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope, which will also be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed. As such, the security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements from the CRM must be &amp;lt;br /&amp;gt;&lt;br /&gt;
documented or referred to in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.19&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC scoping. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;Scoping requirement. &#039;&#039;(1) The &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope must be &amp;lt;br /&amp;gt;&lt;br /&gt;
specified prior to assessment in &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00141&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83232 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
accordance with the requirements of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section. The CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope is the set of all assets in the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s environment that will be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed against CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
(2) The requirements for defining the &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope for CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Levels 1, 2, and 3 are set forth in this &amp;lt;br /&amp;gt;&lt;br /&gt;
section. Additional guidance regarding &amp;lt;br /&amp;gt;&lt;br /&gt;
scoping can be found in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
documents listed in paragraphs (e) &amp;lt;br /&amp;gt;&lt;br /&gt;
through (g) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;CMMC Level 1 scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 1 self-assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
the OSA must specify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Assets in scope for Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. &#039;&#039;OSA information systems &amp;lt;br /&amp;gt;&lt;br /&gt;
which process, store, or transmit FCI are &amp;lt;br /&amp;gt;&lt;br /&gt;
in scope for CMMC Level 1 and must be &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessed against applicable CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Assets not in scope for Level 1 self- &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment&#039;&#039;—(i) &#039;&#039;Out-of-Scope Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;OSA information systems which do not &amp;lt;br /&amp;gt;&lt;br /&gt;
process, store, or transmit FCI are &amp;lt;br /&amp;gt;&lt;br /&gt;
outside the scope for CMMC Level 1. An &amp;lt;br /&amp;gt;&lt;br /&gt;
endpoint hosting a VDI client &amp;lt;br /&amp;gt;&lt;br /&gt;
configured to not allow any processing, &amp;lt;br /&amp;gt;&lt;br /&gt;
storage, or transmission of FCI beyond &amp;lt;br /&amp;gt;&lt;br /&gt;
the Keyboard/Video/Mouse sent to the &amp;lt;br /&amp;gt;&lt;br /&gt;
VDI client is considered out-of-scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
There are no documentation &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for out-of-scope assets. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;Specialized Assets. &#039;&#039;Specialized &lt;br /&gt;
&lt;br /&gt;
Assets are those assets that can process, &amp;lt;br /&amp;gt;&lt;br /&gt;
store, or transmit FCI but are unable to &amp;lt;br /&amp;gt;&lt;br /&gt;
be fully secured, including: Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IoT) devices, Industrial Internet &amp;lt;br /&amp;gt;&lt;br /&gt;
of Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government &amp;lt;br /&amp;gt;&lt;br /&gt;
Furnished Equipment (GFE), Restricted &amp;lt;br /&amp;gt;&lt;br /&gt;
Information Systems, and Test &amp;lt;br /&amp;gt;&lt;br /&gt;
Equipment. Specialized Assets are not &amp;lt;br /&amp;gt;&lt;br /&gt;
part of the Level 1 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope and are not assessed against &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC security requirements. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 1 self-assessment scoping &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;considerations. &#039;&#039;To scope a Level 1 self- &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, OSAs should consider the &amp;lt;br /&amp;gt;&lt;br /&gt;
people, technology, facilities, and &amp;lt;br /&amp;gt;&lt;br /&gt;
External Service Providers (ESP) within &amp;lt;br /&amp;gt;&lt;br /&gt;
its environment that process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit FCI. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;CMMC Level 2 Scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 2 self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 certification assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA must specify the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(1) The CMMC Assessment Scope for &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 is based on the &amp;lt;br /&amp;gt;&lt;br /&gt;
specification of asset categories and &amp;lt;br /&amp;gt;&lt;br /&gt;
their respective requirements as defined &amp;lt;br /&amp;gt;&lt;br /&gt;
in table 3 to this paragraph (c)(1). &amp;lt;br /&amp;gt;&lt;br /&gt;
Additional information is available in &amp;lt;br /&amp;gt;&lt;br /&gt;
the guidance document listed in &amp;lt;br /&amp;gt;&lt;br /&gt;
paragraph (f) of appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
TABLE 3 TO § 170.19(c)(1)—CMMC LEVEL 2 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSA requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 2 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Informa-&lt;br /&gt;
&lt;br /&gt;
tion (CUI) Assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
CUI.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the Sys-&lt;br /&gt;
&lt;br /&gt;
tem Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Assess against all Level 2 security re-&lt;br /&gt;
&lt;br /&gt;
quirements. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets ........&lt;br /&gt;
&lt;br /&gt;
• Assets that provide security functions &lt;br /&gt;
&lt;br /&gt;
or capabilities to the OSA’s CMMC As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sessment Scope.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Assess against Level 2 security re-&lt;br /&gt;
&lt;br /&gt;
quirements that are relevant to the ca-&amp;lt;br /&amp;gt;&lt;br /&gt;
pabilities provided. &lt;br /&gt;
&lt;br /&gt;
Contractor Risk Managed As-&lt;br /&gt;
&lt;br /&gt;
sets.&lt;br /&gt;
&lt;br /&gt;
• Assets that can, but are not intended &lt;br /&gt;
&lt;br /&gt;
to, process, store, or transmit CUI be-&amp;lt;br /&amp;gt;&lt;br /&gt;
cause of security policy, procedures, &amp;lt;br /&amp;gt;&lt;br /&gt;
and practices in place.&lt;br /&gt;
&lt;br /&gt;
• Assets are not required to be physically &lt;br /&gt;
&lt;br /&gt;
or logically separated from CUI assets. &lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements. &lt;br /&gt;
&lt;br /&gt;
• Review the SSP: &lt;br /&gt;
&lt;br /&gt;
• If sufficiently documented, do not &lt;br /&gt;
&lt;br /&gt;
assess against other CMMC secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity requirements, except as noted. &lt;br /&gt;
&lt;br /&gt;
• If OSA’s risk-based security poli-&lt;br /&gt;
&lt;br /&gt;
cies, procedures, and practices &amp;lt;br /&amp;gt;&lt;br /&gt;
documentation or other findings &amp;lt;br /&amp;gt;&lt;br /&gt;
raise questions about these assets, &amp;lt;br /&amp;gt;&lt;br /&gt;
the assessor can conduct a limited &amp;lt;br /&amp;gt;&lt;br /&gt;
check to identify deficiencies. &lt;br /&gt;
&lt;br /&gt;
• The limited check(s) shall not ma-&lt;br /&gt;
&lt;br /&gt;
terially increase the assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
duration nor the assessment cost. &lt;br /&gt;
&lt;br /&gt;
• The limited check(s) will be as-&lt;br /&gt;
&lt;br /&gt;
sessed against CMMC security re-&amp;lt;br /&amp;gt;&lt;br /&gt;
quirements. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets ....................&lt;br /&gt;
&lt;br /&gt;
• Assets that can process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI but are unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured, including: Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
(IoT) devices, Industrial Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government Fur-&amp;lt;br /&amp;gt;&lt;br /&gt;
nished Equipment (GFE), Restricted In-&amp;lt;br /&amp;gt;&lt;br /&gt;
formation Systems, and Test Equip-&amp;lt;br /&amp;gt;&lt;br /&gt;
ment.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Show these assets are managed using &lt;br /&gt;
&lt;br /&gt;
the contractor’s risk-based security poli-&amp;lt;br /&amp;gt;&lt;br /&gt;
cies, procedures, and practices. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Review the SSP. &lt;br /&gt;
&lt;br /&gt;
• Do not assess against other CMMC se-&lt;br /&gt;
&lt;br /&gt;
curity requirements. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 2 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets .................&lt;br /&gt;
&lt;br /&gt;
• Assets that cannot process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI; and do not provide secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity protections for CUI Assets.&lt;br /&gt;
&lt;br /&gt;
• Prepare to justify the inability of an Out- &lt;br /&gt;
&lt;br /&gt;
of-Scope Asset to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• None. &lt;br /&gt;
&lt;br /&gt;
• Assets that are physically or logically &lt;br /&gt;
&lt;br /&gt;
separated from CUI assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that fall into any in-scope asset &lt;br /&gt;
&lt;br /&gt;
category cannot be considered an Out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00142&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83233 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
TABLE 3 TO § 170.19(c)(1)—CMMC LEVEL 2 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS—Continued &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSA requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
• An endpoint hosting a VDI client config-&lt;br /&gt;
&lt;br /&gt;
ured to not allow any processing, stor-&amp;lt;br /&amp;gt;&lt;br /&gt;
age, or transmission of CUI beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
Keyboard/Video/Mouse sent to the VDI &amp;lt;br /&amp;gt;&lt;br /&gt;
client is considered an Out-of-Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset.&lt;br /&gt;
&lt;br /&gt;
(2)(i) Table 4 to this paragraph (c)(2)(i) &lt;br /&gt;
&lt;br /&gt;
defines the requirements to be met &amp;lt;br /&amp;gt;&lt;br /&gt;
when utilizing an External Service &lt;br /&gt;
&lt;br /&gt;
Provider (ESP). The OSA must consider &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the ESP is a Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (CSP) and whether the ESP &lt;br /&gt;
&lt;br /&gt;
processes, stores, or transmits CUI and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or Security Protection Data (SPD). &lt;br /&gt;
&lt;br /&gt;
TABLE 4 TO § 170.19(c)(2)(i)—ESP SCOPING REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
When the ESP processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
stores, or transmits: &lt;br /&gt;
&lt;br /&gt;
When utilizing an ESP that is: &lt;br /&gt;
&lt;br /&gt;
A CSP &lt;br /&gt;
&lt;br /&gt;
Not a CSP &lt;br /&gt;
&lt;br /&gt;
CUI (with or without SPD) ..&lt;br /&gt;
&lt;br /&gt;
The CSP shall meet the FedRAMP requirements in 48 &lt;br /&gt;
&lt;br /&gt;
CFR 252.204–7012.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s assessment. &lt;br /&gt;
&lt;br /&gt;
SPD (without CUI) ..............&lt;br /&gt;
&lt;br /&gt;
The services provided by the CSP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets. &lt;br /&gt;
&lt;br /&gt;
Neither CUI nor SPD ..........&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP.&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP. &lt;br /&gt;
&lt;br /&gt;
(ii) The use of an ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSA, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be documented in the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix (CRM), which describes the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the OSA and ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with respect to the services provided. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that the ESP may voluntarily &lt;br /&gt;
&lt;br /&gt;
undergo a CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to reduce the ESP’s effort &amp;lt;br /&amp;gt;&lt;br /&gt;
required during the OSA’s assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The minimum assessment type for the &amp;lt;br /&amp;gt;&lt;br /&gt;
ESP is dictated by the OSA’s DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract requirement. &lt;br /&gt;
&lt;br /&gt;
(d) &#039;&#039;CMMC Level 3 scoping. &#039;&#039;Prior to &lt;br /&gt;
&lt;br /&gt;
performing a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope must be specified. &lt;br /&gt;
&lt;br /&gt;
(1) The CMMC Assessment Scope for &lt;br /&gt;
&lt;br /&gt;
Level 3 is based on the specification of &amp;lt;br /&amp;gt;&lt;br /&gt;
asset categories and their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements as set forth in table 5 to &amp;lt;br /&amp;gt;&lt;br /&gt;
this paragraph (d)(1). Additional &amp;lt;br /&amp;gt;&lt;br /&gt;
information is available in the guidance &amp;lt;br /&amp;gt;&lt;br /&gt;
document listed in paragraph (g) of &amp;lt;br /&amp;gt;&lt;br /&gt;
appendix A to this part. &lt;br /&gt;
&lt;br /&gt;
TABLE 5 TO § 170.19(d)(1)—CMMC LEVEL 3 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSC requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Informa-&lt;br /&gt;
&lt;br /&gt;
tion (CUI) Assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that process, store, or transmit &lt;br /&gt;
&lt;br /&gt;
CUI.&lt;br /&gt;
&lt;br /&gt;
• Assets that can, but are not intended &lt;br /&gt;
&lt;br /&gt;
to, process, store, or transmit CUI (de-&amp;lt;br /&amp;gt;&lt;br /&gt;
fined as Contractor Risk Managed As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sets in table 1 to paragraph (c)(1) of &amp;lt;br /&amp;gt;&lt;br /&gt;
this section CMMC Scoping). &lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the Sys-&lt;br /&gt;
&lt;br /&gt;
tem Security Plan (SSP). &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets ........&lt;br /&gt;
&lt;br /&gt;
• Assets that provide security functions &lt;br /&gt;
&lt;br /&gt;
or capabilities to the OSC’s CMMC As-&amp;lt;br /&amp;gt;&lt;br /&gt;
sessment Scope, irrespective of wheth-&amp;lt;br /&amp;gt;&lt;br /&gt;
er or not these assets process, store, &amp;lt;br /&amp;gt;&lt;br /&gt;
or transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are relevant to the &amp;lt;br /&amp;gt;&lt;br /&gt;
capabilities provided. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets ....................&lt;br /&gt;
&lt;br /&gt;
• Assets that can process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI but are unable to be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
secured, including: Internet of Things &amp;lt;br /&amp;gt;&lt;br /&gt;
(IoT) devices, Industrial Internet of &amp;lt;br /&amp;gt;&lt;br /&gt;
Things (IIoT) devices, Operational &amp;lt;br /&amp;gt;&lt;br /&gt;
Technology (OT), Government Fur-&amp;lt;br /&amp;gt;&lt;br /&gt;
nished Equipment (GFE), Restricted In-&amp;lt;br /&amp;gt;&lt;br /&gt;
formation Systems, and Test Equip-&amp;lt;br /&amp;gt;&lt;br /&gt;
ment.&lt;br /&gt;
&lt;br /&gt;
• Document in the asset inventory ...........&lt;br /&gt;
&lt;br /&gt;
• Document asset treatment in the SSP. &lt;br /&gt;
&lt;br /&gt;
• Document in the network diagram of &lt;br /&gt;
&lt;br /&gt;
the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
• Prepare to be assessed against CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 and Level 3 security require-&amp;lt;br /&amp;gt;&lt;br /&gt;
ments. &lt;br /&gt;
&lt;br /&gt;
• Limited check against Level 2 and as-&lt;br /&gt;
&lt;br /&gt;
sess against all Level 3 CMMC security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements. &lt;br /&gt;
&lt;br /&gt;
• Intermediary devices are permitted to &lt;br /&gt;
&lt;br /&gt;
provide the capability for the special-&amp;lt;br /&amp;gt;&lt;br /&gt;
ized asset to meet one or more CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements. &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00143&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83234 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
TABLE 5 TO § 170.19(d)(1)—CMMC LEVEL 3 ASSET CATEGORIES AND ASSOCIATED REQUIREMENTS—Continued &lt;br /&gt;
&lt;br /&gt;
Asset category &lt;br /&gt;
&lt;br /&gt;
Asset description &lt;br /&gt;
&lt;br /&gt;
OSC requirements &lt;br /&gt;
&lt;br /&gt;
CMMC assessment requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets .................&lt;br /&gt;
&lt;br /&gt;
• Assets that cannot process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI; and do not provide secu-&amp;lt;br /&amp;gt;&lt;br /&gt;
rity protections for CUI Assets.&lt;br /&gt;
&lt;br /&gt;
• Prepare to justify the inability of an Out- &lt;br /&gt;
&lt;br /&gt;
of-Scope Asset to process, store, or &amp;lt;br /&amp;gt;&lt;br /&gt;
transmit CUI.&lt;br /&gt;
&lt;br /&gt;
• None. &lt;br /&gt;
&lt;br /&gt;
• Assets that are physically or logically &lt;br /&gt;
&lt;br /&gt;
separated from CUI assets.&lt;br /&gt;
&lt;br /&gt;
• Assets that fall into any in-scope asset &lt;br /&gt;
&lt;br /&gt;
category cannot be considered an Out- &amp;lt;br /&amp;gt;&lt;br /&gt;
of-Scope Asset.&lt;br /&gt;
&lt;br /&gt;
• An endpoint hosting a VDI client config-&lt;br /&gt;
&lt;br /&gt;
ured to not allow any processing, stor-&amp;lt;br /&amp;gt;&lt;br /&gt;
age, or transmission of CUI beyond the &amp;lt;br /&amp;gt;&lt;br /&gt;
Keyboard/Video/Mouse sent to the VDI &amp;lt;br /&amp;gt;&lt;br /&gt;
client is considered an Out-of-Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
Asset.&lt;br /&gt;
&lt;br /&gt;
(2)(i) Table 6 to this paragraph &lt;br /&gt;
&lt;br /&gt;
(d)(2)(i) defines the requirements to be &amp;lt;br /&amp;gt;&lt;br /&gt;
met when utilizing an External Service &lt;br /&gt;
&lt;br /&gt;
Provider (ESP). The OSA must consider &amp;lt;br /&amp;gt;&lt;br /&gt;
whether the ESP is a Cloud Service &amp;lt;br /&amp;gt;&lt;br /&gt;
Provider (CSP) and whether the ESP &lt;br /&gt;
&lt;br /&gt;
processes, stores, or transmits CUI and/ &amp;lt;br /&amp;gt;&lt;br /&gt;
or Security Protection Data (SPD). &lt;br /&gt;
&lt;br /&gt;
TABLE 6 TO § 170.19(d)(2)(i)—ESP SCOPING REQUIREMENTS &lt;br /&gt;
&lt;br /&gt;
When the ESP processes, &amp;lt;br /&amp;gt;&lt;br /&gt;
stores, or transmits: &lt;br /&gt;
&lt;br /&gt;
When utilizing an ESP that is: &lt;br /&gt;
&lt;br /&gt;
A CSP &lt;br /&gt;
&lt;br /&gt;
Not a CSP &lt;br /&gt;
&lt;br /&gt;
CUI (with or without SPD) ..&lt;br /&gt;
&lt;br /&gt;
The CSP shall meet the FedRAMP requirements in 48 &lt;br /&gt;
&lt;br /&gt;
CFR 252.204–7012.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as part of the &amp;lt;br /&amp;gt;&lt;br /&gt;
OSA’s assessment. &lt;br /&gt;
&lt;br /&gt;
SPD (without CUI) ..............&lt;br /&gt;
&lt;br /&gt;
The services provided by the CSP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets.&lt;br /&gt;
&lt;br /&gt;
The services provided by the ESP are in the OSA’s as-&lt;br /&gt;
&lt;br /&gt;
sessment scope and shall be assessed as Security &amp;lt;br /&amp;gt;&lt;br /&gt;
Protection Assets. &lt;br /&gt;
&lt;br /&gt;
Neither CUI nor SPD ..........&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP.&lt;br /&gt;
&lt;br /&gt;
A service provider that does not process CUI or SPD &lt;br /&gt;
&lt;br /&gt;
does not meet the CMMC definition of an ESP. &lt;br /&gt;
&lt;br /&gt;
(ii) The use of an ESP, its relationship &lt;br /&gt;
&lt;br /&gt;
to the OSC, and the services provided &amp;lt;br /&amp;gt;&lt;br /&gt;
need to be documented in the OSC’s &amp;lt;br /&amp;gt;&lt;br /&gt;
SSP and described in the ESP’s service &amp;lt;br /&amp;gt;&lt;br /&gt;
description and customer responsibility &amp;lt;br /&amp;gt;&lt;br /&gt;
matrix (CRM), which describes the &amp;lt;br /&amp;gt;&lt;br /&gt;
responsibilities of the OSC and ESP &amp;lt;br /&amp;gt;&lt;br /&gt;
with respect to the services provided. &amp;lt;br /&amp;gt;&lt;br /&gt;
Note that the ESP may voluntarily &amp;lt;br /&amp;gt;&lt;br /&gt;
undergo a CMMC certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to reduce the ESP’s effort &amp;lt;br /&amp;gt;&lt;br /&gt;
required during the OSA’s assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The minimum. The minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type for the ESP is dictated &amp;lt;br /&amp;gt;&lt;br /&gt;
by the OSC’s DoD contract requirement. &lt;br /&gt;
&lt;br /&gt;
(e) &#039;&#039;Relationship between Level 2 and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level 3 CMMC Assessment Scope. &#039;&#039;The &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 CMMC Assessment Scope must &amp;lt;br /&amp;gt;&lt;br /&gt;
be equal to or a subset of the Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Assessment Scope in accordance &amp;lt;br /&amp;gt;&lt;br /&gt;
with § 170.18(a) (&#039;&#039;e.g., &#039;&#039;a Level 3 data &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave with greater restrictions and &amp;lt;br /&amp;gt;&lt;br /&gt;
protections within a Level 2 data &amp;lt;br /&amp;gt;&lt;br /&gt;
enclave). Any Level 2 POA&amp;amp;amp;M items &amp;lt;br /&amp;gt;&lt;br /&gt;
must be closed prior to the initiation of &amp;lt;br /&amp;gt;&lt;br /&gt;
the Level 3 certification assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC may check any Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement of any in-scope &amp;lt;br /&amp;gt;&lt;br /&gt;
asset. If DCMA DIBCAC identifies that &amp;lt;br /&amp;gt;&lt;br /&gt;
a Level 2 security requirement is NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET, the Level 3 assessment process &lt;br /&gt;
&lt;br /&gt;
may be paused to allow for remediation, &amp;lt;br /&amp;gt;&lt;br /&gt;
placed on hold, or immediately &amp;lt;br /&amp;gt;&lt;br /&gt;
terminated. For further information &amp;lt;br /&amp;gt;&lt;br /&gt;
regarding scoping of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments please contact DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
[http://www.dcma.mil/DIBCAC/ DIBCAC at &#039;&#039;www.dcma.mil/DIBCAC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.20&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Standards acceptance. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;NIST SP 800–171 R2 DoD &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessments. &#039;&#039;In order to avoid &amp;lt;br /&amp;gt;&lt;br /&gt;
duplication of efforts, thereby reducing &amp;lt;br /&amp;gt;&lt;br /&gt;
the aggregate cost to industry and the &amp;lt;br /&amp;gt;&lt;br /&gt;
Department, OSCs that have completed &amp;lt;br /&amp;gt;&lt;br /&gt;
a DCMA DIBCAC High Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
aligned with CMMC Level 2 Scoping &amp;lt;br /&amp;gt;&lt;br /&gt;
will be given the CMMC Status of Final &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (C3PAO) under the following &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;DCMA DIBCAC High Assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSC that achieved a perfect score &amp;lt;br /&amp;gt;&lt;br /&gt;
with no open POA&amp;amp;amp;M from a DCMA &amp;lt;br /&amp;gt;&lt;br /&gt;
DIBCAC High Assessment conducted &amp;lt;br /&amp;gt;&lt;br /&gt;
prior to the effective date of this rule, &amp;lt;br /&amp;gt;&lt;br /&gt;
will be given a CMMC Status of Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 Final (C3PAO) with a validity period &amp;lt;br /&amp;gt;&lt;br /&gt;
of three (3) years from the date of the &amp;lt;br /&amp;gt;&lt;br /&gt;
original DCMA DIBCAC High &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment. DCMA DIBCAC will &amp;lt;br /&amp;gt;&lt;br /&gt;
identify assessments that meet these &amp;lt;br /&amp;gt;&lt;br /&gt;
criteria and verify that SPRS accurately &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects the CMMC Status. Eligible &lt;br /&gt;
&lt;br /&gt;
DCMA DIBCAC High Assessments &amp;lt;br /&amp;gt;&lt;br /&gt;
include ones conducted with Joint &amp;lt;br /&amp;gt;&lt;br /&gt;
Surveillance in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA Manual 2302–01 Surveillance. &amp;lt;br /&amp;gt;&lt;br /&gt;
The scope of the Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment is identical to the scope of &amp;lt;br /&amp;gt;&lt;br /&gt;
the DCMA DIBCAC High Assessment. In &amp;lt;br /&amp;gt;&lt;br /&gt;
accordance with § 170.17(a)(2), the OSC &amp;lt;br /&amp;gt;&lt;br /&gt;
must also submit an affirmation in SPRS &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually thereafter to achieve &amp;lt;br /&amp;gt;&lt;br /&gt;
contractual eligibility. &lt;br /&gt;
&lt;br /&gt;
(2) [Reserved]. &amp;lt;br /&amp;gt;&lt;br /&gt;
(b) [Reserved]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.21&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Plan of Action and Milestones &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;requirements. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;POA&amp;amp;amp;M. &#039;&#039;For purposes of achieving &lt;br /&gt;
&lt;br /&gt;
a Conditional CMMC Status, an OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
only permitted to have a POA&amp;amp;amp;M for &amp;lt;br /&amp;gt;&lt;br /&gt;
select requirements scored as NOT MET &amp;lt;br /&amp;gt;&lt;br /&gt;
during the CMMC assessment and only &amp;lt;br /&amp;gt;&lt;br /&gt;
under the following conditions: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment. &#039;&#039;A POA&amp;amp;amp;M &lt;br /&gt;
&lt;br /&gt;
is not permitted at any time for Level 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
self-assessments. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment and Level &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;2 certification assessment. &#039;&#039;An OSA is &amp;lt;br /&amp;gt;&lt;br /&gt;
only permitted to achieve the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status of Conditional Level 2 (Self) or &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional Level 2 (C3PAO), as &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate, if all the following &amp;lt;br /&amp;gt;&lt;br /&gt;
conditions are met: &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00144&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83235 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
(i) The assessment score divided by &lt;br /&gt;
&lt;br /&gt;
the total number of CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements is greater than or &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to 0.8; &lt;br /&gt;
&lt;br /&gt;
(ii) None of the security requirements &lt;br /&gt;
&lt;br /&gt;
included in the POA&amp;amp;amp;M have a point &amp;lt;br /&amp;gt;&lt;br /&gt;
value of greater than 1 as specified in &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Scoring Methodology set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.24, except SC.L2–3.13.11 &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI Encryption may be included on a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M if encryption is employed but &amp;lt;br /&amp;gt;&lt;br /&gt;
it is not FIPS-validated, which would &amp;lt;br /&amp;gt;&lt;br /&gt;
result in a point value of 3; and &lt;br /&gt;
&lt;br /&gt;
(iii) None of the following security &lt;br /&gt;
&lt;br /&gt;
requirements are included in the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M: &lt;br /&gt;
&lt;br /&gt;
(A) AC.L2–3.1.20 External &lt;br /&gt;
&lt;br /&gt;
Connections (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(B) AC.L2–3.1.22 Control Public &lt;br /&gt;
&lt;br /&gt;
Information (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(C) CA.L2–3.12.4 System Security &lt;br /&gt;
&lt;br /&gt;
Plan. &lt;br /&gt;
&lt;br /&gt;
(D) PE.L2–3.10.3 Escort Visitors (CUI &lt;br /&gt;
&lt;br /&gt;
Data). &lt;br /&gt;
&lt;br /&gt;
(E) PE.L2–3.10.4 Physical Access Logs &lt;br /&gt;
&lt;br /&gt;
(CUI Data). &lt;br /&gt;
&lt;br /&gt;
(F) PE.L2–3.10.5 Manage Physical &lt;br /&gt;
&lt;br /&gt;
Access (CUI Data). &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An OSC is only permitted to achieve the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Conditional Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
(DIBCAC) if all the following conditions &amp;lt;br /&amp;gt;&lt;br /&gt;
are met: &lt;br /&gt;
&lt;br /&gt;
(i) The assessment score divided by &lt;br /&gt;
&lt;br /&gt;
the total number of CMMC Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements is greater than or &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to 0.8; and &lt;br /&gt;
&lt;br /&gt;
(ii) The POA&amp;amp;amp;M does not include any &lt;br /&gt;
&lt;br /&gt;
of following security requirements: &lt;br /&gt;
&lt;br /&gt;
(A) IR.L3–3.6.1e Security Operations &lt;br /&gt;
&lt;br /&gt;
Center. &lt;br /&gt;
&lt;br /&gt;
(B) IR.L3–3.6.2e Cyber Incident &lt;br /&gt;
&lt;br /&gt;
Response Team. &lt;br /&gt;
&lt;br /&gt;
(C) RA.L3–3.11.1e Threat-Informed &lt;br /&gt;
&lt;br /&gt;
Risk Assessment. &lt;br /&gt;
&lt;br /&gt;
(D) RA.L3–3.11.6e Supply Chain Risk &lt;br /&gt;
&lt;br /&gt;
Response. &lt;br /&gt;
&lt;br /&gt;
(E) RA.L3–3.11.7e Supply Chain Risk &lt;br /&gt;
&lt;br /&gt;
Plan. &lt;br /&gt;
&lt;br /&gt;
(F) RA.L3–3.11.4e Security Solution &lt;br /&gt;
&lt;br /&gt;
Rationale. &lt;br /&gt;
&lt;br /&gt;
(G) SI.L3–3.14.3e Specialized Asset &lt;br /&gt;
&lt;br /&gt;
Security. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;POA&amp;amp;amp;M closeout assessment. &#039;&#039;A &lt;br /&gt;
&lt;br /&gt;
POA&amp;amp;amp;M closeout assessment is a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment that assesses only the NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET requirements that were identified &amp;lt;br /&amp;gt;&lt;br /&gt;
with POA&amp;amp;amp;M in the initial assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
The closing of a POA&amp;amp;amp;M must be &amp;lt;br /&amp;gt;&lt;br /&gt;
confirmed by a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment within 180-days of the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status Date. If the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is not successfully closed out &amp;lt;br /&amp;gt;&lt;br /&gt;
within the 180-day timeframe, the &amp;lt;br /&amp;gt;&lt;br /&gt;
Conditional CMMC Status for the &amp;lt;br /&amp;gt;&lt;br /&gt;
information system will expire. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 2 self-assessment. &#039;&#039;For a &lt;br /&gt;
&lt;br /&gt;
Level 2 self-assessment, the POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout self-assessment shall be &lt;br /&gt;
&lt;br /&gt;
performed by the OSA in the same &amp;lt;br /&amp;gt;&lt;br /&gt;
manner as the initial self-assessment. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For Level 2 certification assessment, the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment must be performed by an &amp;lt;br /&amp;gt;&lt;br /&gt;
authorized or accredited C3PAO. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 3 certification assessment. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For Level 3 certification assessment, &amp;lt;br /&amp;gt;&lt;br /&gt;
DCMA DIBCAC will perform the &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.22&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Affirmation. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;General. &#039;&#039;The OSA must affirm &lt;br /&gt;
&lt;br /&gt;
continuing compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
appropriate level self-assessment or &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. An Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official from each OSA, whether a &amp;lt;br /&amp;gt;&lt;br /&gt;
prime or subcontractor, must affirm the &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance of their &amp;lt;br /&amp;gt;&lt;br /&gt;
respective organizations with the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified security requirement after &amp;lt;br /&amp;gt;&lt;br /&gt;
every assessment, including POA&amp;amp;amp;M &amp;lt;br /&amp;gt;&lt;br /&gt;
closeout, and annually thereafter. &amp;lt;br /&amp;gt;&lt;br /&gt;
Affirmations are entered electronically &amp;lt;br /&amp;gt;&lt;br /&gt;
in SPRS. The affirmation shall be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted in accordance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
following requirements: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Affirming Official. &#039;&#039;The Affirming &lt;br /&gt;
&lt;br /&gt;
Official is the senior level representative &amp;lt;br /&amp;gt;&lt;br /&gt;
from within each Organization Seeking &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment (OSA) who is responsible &amp;lt;br /&amp;gt;&lt;br /&gt;
for ensuring the OSA’s compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Program requirements and &amp;lt;br /&amp;gt;&lt;br /&gt;
has the authority to affirm the OSA’s &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with the &amp;lt;br /&amp;gt;&lt;br /&gt;
specified security requirements for their &amp;lt;br /&amp;gt;&lt;br /&gt;
respective organizations. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Affirmation content. &#039;&#039;Each CMMC &lt;br /&gt;
&lt;br /&gt;
affirmation shall include the following &amp;lt;br /&amp;gt;&lt;br /&gt;
information: &lt;br /&gt;
&lt;br /&gt;
(i) Name, title, and contact &lt;br /&gt;
&lt;br /&gt;
information for the Affirming Official; &amp;lt;br /&amp;gt;&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
(ii) Affirmation statement attesting &lt;br /&gt;
&lt;br /&gt;
that the OSA has implemented and will &amp;lt;br /&amp;gt;&lt;br /&gt;
maintain implementation of all &amp;lt;br /&amp;gt;&lt;br /&gt;
applicable CMMC security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
to their CMMC Status for all information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems within the relevant CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Affirmation submission. &#039;&#039;The &lt;br /&gt;
&lt;br /&gt;
Affirming Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation in the following instances: &lt;br /&gt;
&lt;br /&gt;
(i) Upon achievement of a Conditional &lt;br /&gt;
&lt;br /&gt;
CMMC Status, as applicable; &lt;br /&gt;
&lt;br /&gt;
(ii) Upon achievement of a Final &lt;br /&gt;
&lt;br /&gt;
CMMC Status; &lt;br /&gt;
&lt;br /&gt;
(iii) Annually following a Final &lt;br /&gt;
&lt;br /&gt;
CMMC Status Date; and &lt;br /&gt;
&lt;br /&gt;
(iv) Following a POA&amp;amp;amp;M closeout &lt;br /&gt;
&lt;br /&gt;
assessment, as applicable. &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Submission procedures. &#039;&#039;All &lt;br /&gt;
&lt;br /&gt;
affirmations shall be completed in &amp;lt;br /&amp;gt;&lt;br /&gt;
SPRS. The Department will verify &amp;lt;br /&amp;gt;&lt;br /&gt;
submission of the affirmation in SPRS to &amp;lt;br /&amp;gt;&lt;br /&gt;
ensure compliance with CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
solicitation or contract requirements. &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Level 1 self-assessment. &#039;&#039;At the &lt;br /&gt;
&lt;br /&gt;
completion of a Level 1 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually thereafter, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 1 (Self). &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Level 2 self-assessment. &#039;&#039;At the &lt;br /&gt;
&lt;br /&gt;
completion of a Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and annually following a Final CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Status Date, the Affirming Official shall &amp;lt;br /&amp;gt;&lt;br /&gt;
submit a CMMC affirmation attesting to &amp;lt;br /&amp;gt;&lt;br /&gt;
continuing compliance with all &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements of the CMMC Status Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 (Self). An affirmation shall also be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted at the completion of a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout self-assessment. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Level 2 certification assessment. &#039;&#039;At &lt;br /&gt;
&lt;br /&gt;
the completion of a Level 2 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annually following a &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 2 (C3PAO). An &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation shall also be submitted at &amp;lt;br /&amp;gt;&lt;br /&gt;
the completion of a POA&amp;amp;amp;M closeout &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. &lt;br /&gt;
&lt;br /&gt;
(4) &#039;&#039;Level 3 certification assessment. &#039;&#039;At &lt;br /&gt;
&lt;br /&gt;
the completion of a Level 3 certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment and annually following a &amp;lt;br /&amp;gt;&lt;br /&gt;
Final CMMC Status Date, the Affirming &amp;lt;br /&amp;gt;&lt;br /&gt;
Official shall submit a CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
affirmation attesting to continuing &amp;lt;br /&amp;gt;&lt;br /&gt;
compliance with all requirements of the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status Level 3 (DIBCAC). &amp;lt;br /&amp;gt;&lt;br /&gt;
Because C3PAOs and DCMA DIBCAC &amp;lt;br /&amp;gt;&lt;br /&gt;
check for compliance with different &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements in their respective &amp;lt;br /&amp;gt;&lt;br /&gt;
assessments, OSCs must annually affirm &amp;lt;br /&amp;gt;&lt;br /&gt;
their CMMC Status of Level 2 (C3PAO) &amp;lt;br /&amp;gt;&lt;br /&gt;
in addition to their CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 (DIBCAC) to maintain eligibility &amp;lt;br /&amp;gt;&lt;br /&gt;
for contracts requiring compliance with &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3. An affirmation shall also be &amp;lt;br /&amp;gt;&lt;br /&gt;
submitted at the completion of a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M closeout certification &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.23&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Application to subcontractors. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) CMMC requirements apply to &lt;br /&gt;
&lt;br /&gt;
prime contractors and subcontractors &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the supply chain at all tiers &amp;lt;br /&amp;gt;&lt;br /&gt;
that will process, store, or transmit any &amp;lt;br /&amp;gt;&lt;br /&gt;
FCI or CUI on contractor information &amp;lt;br /&amp;gt;&lt;br /&gt;
systems in the performance of the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
contract or subcontract. Prime &amp;lt;br /&amp;gt;&lt;br /&gt;
contractors shall comply and shall &amp;lt;br /&amp;gt;&lt;br /&gt;
require subcontractors to comply with &amp;lt;br /&amp;gt;&lt;br /&gt;
and to flow down CMMC requirements, &amp;lt;br /&amp;gt;&lt;br /&gt;
such that compliance will be required &amp;lt;br /&amp;gt;&lt;br /&gt;
throughout the supply chain at all tiers &amp;lt;br /&amp;gt;&lt;br /&gt;
with the applicable CMMC level and &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment type for each subcontract as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) If a subcontractor will only &lt;br /&gt;
&lt;br /&gt;
process, store, or transmit FCI (and not &amp;lt;br /&amp;gt;&lt;br /&gt;
CUI) in performance of the subcontract, &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00145&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83236 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
then a CMMC Status of Level 1 (Self) is &amp;lt;br /&amp;gt;&lt;br /&gt;
required for the subcontractor. &lt;br /&gt;
&lt;br /&gt;
(2) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract, then a CMMC Status of &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 (Self) is the minimum &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement for the subcontractor. &lt;br /&gt;
&lt;br /&gt;
(3) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract has a requirement for a &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 2 (C3PAO), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. &lt;br /&gt;
&lt;br /&gt;
(4) If a subcontractor will process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI in performance of &amp;lt;br /&amp;gt;&lt;br /&gt;
the subcontract and the associated &amp;lt;br /&amp;gt;&lt;br /&gt;
prime contract has a requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Status of Level 3 (DIBCAC), then &amp;lt;br /&amp;gt;&lt;br /&gt;
the CMMC Status of Level 2 (C3PAO) is &amp;lt;br /&amp;gt;&lt;br /&gt;
the minimum requirement for the &amp;lt;br /&amp;gt;&lt;br /&gt;
subcontractor. &lt;br /&gt;
&lt;br /&gt;
(b) As with any solicitation or &lt;br /&gt;
&lt;br /&gt;
contract, the DoD may provide specific &amp;lt;br /&amp;gt;&lt;br /&gt;
guidance pertaining to flow-down. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;§ 170.24&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Scoring Methodology. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(a) &#039;&#039;General. &#039;&#039;This scoring methodology &lt;br /&gt;
&lt;br /&gt;
is designed to provide a measurement of &amp;lt;br /&amp;gt;&lt;br /&gt;
an OSA’s implementation status of the &amp;lt;br /&amp;gt;&lt;br /&gt;
NIST SP 800–171 R2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements (incorporated by reference &amp;lt;br /&amp;gt;&lt;br /&gt;
elsewhere in this part, see § 170.2) and &amp;lt;br /&amp;gt;&lt;br /&gt;
the selected NIST SP 800–172 Feb2021 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements (incorporated by &amp;lt;br /&amp;gt;&lt;br /&gt;
reference elsewhere in this part, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.2). The CMMC Scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology is designed to credit &amp;lt;br /&amp;gt;&lt;br /&gt;
partial implementation only in limited &amp;lt;br /&amp;gt;&lt;br /&gt;
cases (&#039;&#039;e.g., &#039;&#039;multi-factor authentication &amp;lt;br /&amp;gt;&lt;br /&gt;
IA.L2–3.5.3). &lt;br /&gt;
&lt;br /&gt;
(b) &#039;&#039;Assessment findings. &#039;&#039;Each security &lt;br /&gt;
&lt;br /&gt;
requirement assessed under the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Scoring Methodology must result in one &amp;lt;br /&amp;gt;&lt;br /&gt;
of three possible assessment findings, as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;Met. &#039;&#039;All applicable objectives for &lt;br /&gt;
&lt;br /&gt;
the security requirement are satisfied &amp;lt;br /&amp;gt;&lt;br /&gt;
based on evidence. All evidence must &amp;lt;br /&amp;gt;&lt;br /&gt;
be in final form and not draft. &amp;lt;br /&amp;gt;&lt;br /&gt;
Unacceptable forms of evidence include &amp;lt;br /&amp;gt;&lt;br /&gt;
but are not limited to working papers, &amp;lt;br /&amp;gt;&lt;br /&gt;
drafts, and unofficial or unapproved &amp;lt;br /&amp;gt;&lt;br /&gt;
policies. &lt;br /&gt;
&lt;br /&gt;
(i) Enduring exceptions when &lt;br /&gt;
&lt;br /&gt;
described, along with any mitigations, &amp;lt;br /&amp;gt;&lt;br /&gt;
in the system security plan shall be &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(ii) Temporary deficiencies that are &lt;br /&gt;
&lt;br /&gt;
appropriately addressed in operational &amp;lt;br /&amp;gt;&lt;br /&gt;
plans of action (&#039;&#039;i.e., &#039;&#039;include deficiency &amp;lt;br /&amp;gt;&lt;br /&gt;
reviews and show progress towards the &amp;lt;br /&amp;gt;&lt;br /&gt;
implementation of corrections to reduce &amp;lt;br /&amp;gt;&lt;br /&gt;
or eliminate identified vulnerabilities) &amp;lt;br /&amp;gt;&lt;br /&gt;
shall be assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;Not Met. &#039;&#039;One or more applicable &lt;br /&gt;
&lt;br /&gt;
objectives for the security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
is not satisfied. During an assessment, &lt;br /&gt;
&lt;br /&gt;
for each security requirement objective &amp;lt;br /&amp;gt;&lt;br /&gt;
marked NOT MET, the assessor will &amp;lt;br /&amp;gt;&lt;br /&gt;
document why the evidence does not &amp;lt;br /&amp;gt;&lt;br /&gt;
conform. &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;Not Applicable (N/A). &#039;&#039;A security &lt;br /&gt;
&lt;br /&gt;
requirement and/or objective does not &amp;lt;br /&amp;gt;&lt;br /&gt;
apply at the time of the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. For example, Public-Access &amp;lt;br /&amp;gt;&lt;br /&gt;
System Separation (SC.L2–3.13.5) might &amp;lt;br /&amp;gt;&lt;br /&gt;
be N/A if there are no publicly &amp;lt;br /&amp;gt;&lt;br /&gt;
accessible systems within the CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Scope. During an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment, an assessment objective &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as N/A is equivalent to the &amp;lt;br /&amp;gt;&lt;br /&gt;
same assessment objective being &amp;lt;br /&amp;gt;&lt;br /&gt;
assessed as MET. &lt;br /&gt;
&lt;br /&gt;
(c) &#039;&#039;Scoring. &#039;&#039;At each CMMC Level, &lt;br /&gt;
&lt;br /&gt;
security requirements are scored as &amp;lt;br /&amp;gt;&lt;br /&gt;
follows: &lt;br /&gt;
&lt;br /&gt;
(1) &#039;&#039;CMMC Level 1. &#039;&#039;All CMMC Level &lt;br /&gt;
&lt;br /&gt;
1 security requirements must be fully &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented to be considered MET. No &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M is permitted for CMMC Level 1, &amp;lt;br /&amp;gt;&lt;br /&gt;
and self-assessment results are scored as &amp;lt;br /&amp;gt;&lt;br /&gt;
MET or NOT MET in their entirety. &lt;br /&gt;
&lt;br /&gt;
(2) &#039;&#039;CMMC Level 2 Scoring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Methodology. &#039;&#039;The maximum score &amp;lt;br /&amp;gt;&lt;br /&gt;
achievable for a Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
or Level 2 certification assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
equal to the total number of CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 2 security requirements. If all &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 2 security requirements &amp;lt;br /&amp;gt;&lt;br /&gt;
are MET, OSAs are awarded the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score. For each requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET, the associated value of the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is subtracted from &amp;lt;br /&amp;gt;&lt;br /&gt;
the maximum score, which may result &amp;lt;br /&amp;gt;&lt;br /&gt;
in a negative score. &lt;br /&gt;
&lt;br /&gt;
(i) &#039;&#039;Procedures. &#039;&#039;(A) Scoring &lt;br /&gt;
&lt;br /&gt;
methodology for Level 2 self-assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
and Level 2 certification assessment is &amp;lt;br /&amp;gt;&lt;br /&gt;
based on all CMMC Level 2 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement objectives, including those &amp;lt;br /&amp;gt;&lt;br /&gt;
NOT MET. &lt;br /&gt;
&lt;br /&gt;
(B) In the CMMC Level 2 Scoring &lt;br /&gt;
&lt;br /&gt;
Methodology, each security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
has a value (&#039;&#039;e.g., &#039;&#039;1, 3 or 5), which is &amp;lt;br /&amp;gt;&lt;br /&gt;
related to the designation by NIST as &amp;lt;br /&amp;gt;&lt;br /&gt;
basic or derived security requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
Per NIST SP 800–171 R2, the basic &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements are obtained from &amp;lt;br /&amp;gt;&lt;br /&gt;
FIPS PUB 200 Mar2006, which provides &amp;lt;br /&amp;gt;&lt;br /&gt;
the high-level and fundamental security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for Federal information &amp;lt;br /&amp;gt;&lt;br /&gt;
and systems. The derived security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements, which supplement the &amp;lt;br /&amp;gt;&lt;br /&gt;
basic security requirements, are taken &amp;lt;br /&amp;gt;&lt;br /&gt;
from the security controls in NIST SP &amp;lt;br /&amp;gt;&lt;br /&gt;
800–53 R5. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;1&#039;&#039;) For NIST SP 800–171 R2 basic and &lt;br /&gt;
&lt;br /&gt;
derived security requirements that, if &amp;lt;br /&amp;gt;&lt;br /&gt;
not implemented, could lead to &amp;lt;br /&amp;gt;&lt;br /&gt;
significant exploitation of the network, &amp;lt;br /&amp;gt;&lt;br /&gt;
or exfiltration of CUI, five (5) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score. &amp;lt;br /&amp;gt;&lt;br /&gt;
The basic and derived security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements with a value of five (5) &amp;lt;br /&amp;gt;&lt;br /&gt;
points include: &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) &#039;&#039;Basic security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.1, AC.L2–3.1.2, AT.L2–3.2.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
AT.L2–3.2.2, AU.L2–3.3.1, CM.L2–3.4.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
CM.L2–3.4.2, IA–L2–3.5.1, IA–L2–3.5.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
IR.L2–3.6.1, IR.L2–3.6.2, MA.L2–3.7.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
MP.L2–3.8.3, PS.L2–3.9.2, PE.L2–3.10.1, &amp;lt;br /&amp;gt;&lt;br /&gt;
PE.L2–3.10.2, CA.L2–3.12.1, CA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.12.3, SC.L2–3.13.1, SC.L2–3.13.2, &amp;lt;br /&amp;gt;&lt;br /&gt;
SI.L2–3.14.1, SI.L2–3.14.2, and SI.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.14.3. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) &#039;&#039;Derived security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.12, AC.L2–3.1.13, AC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.1.16, AC.L2–3.1.17, AC.L2–3.1.18, &amp;lt;br /&amp;gt;&lt;br /&gt;
AU.L2–3.3.5, CM.L2–3.4.5, CM.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.4.6, CM.L2–3.4.7, CM.L2–3.4.8, IA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.5.10, MA.L2–3.7.5, MP.L2–3.8.7, &amp;lt;br /&amp;gt;&lt;br /&gt;
RA.L2–3.11.2, SC.L2–3.13.5, SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.6, SC.L2–3.13.15, SI.L2–3.14.4, and &amp;lt;br /&amp;gt;&lt;br /&gt;
SI.L2–3.14.6. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;2&#039;&#039;) For basic and derived security &lt;br /&gt;
&lt;br /&gt;
requirements that, if not implemented, &amp;lt;br /&amp;gt;&lt;br /&gt;
have a specific and confined effect on &amp;lt;br /&amp;gt;&lt;br /&gt;
the security of the network and its data, &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points are subtracted from the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score. The basic and derived &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements with a value of &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points include: &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) &#039;&#039;Basic security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AU.L2–3.3.2, MA.L2–3.7.1, MP.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.8.1, MP.L2–3.8.2, PS.L2–3.9.1, RA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.11.1, and CA.L2–3.12.2. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) &#039;&#039;Derived security requirements. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AC.L2–3.1.5, AC.L2- 3.1.19, MA.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.7.4, MP.L2–3.8.8, SC.L2–3.13.8, SI.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.14.5, and SI.L2–3.14.7. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;3&#039;&#039;) All remaining derived security &lt;br /&gt;
&lt;br /&gt;
requirements, other than the exceptions &amp;lt;br /&amp;gt;&lt;br /&gt;
noted, if not implemented, have a &amp;lt;br /&amp;gt;&lt;br /&gt;
limited or indirect effect on the security &amp;lt;br /&amp;gt;&lt;br /&gt;
of the network and its data. For these, &amp;lt;br /&amp;gt;&lt;br /&gt;
1 point is subtracted from the maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
score. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;4&#039;&#039;) Two derived security &lt;br /&gt;
&lt;br /&gt;
requirements, IA.L2–3.5.3 and SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.11, can be partially effective even &amp;lt;br /&amp;gt;&lt;br /&gt;
if not completely or properly &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, and the points deducted &amp;lt;br /&amp;gt;&lt;br /&gt;
may be adjusted depending on how the &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement is implemented. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;i&#039;&#039;) Multi-factor authentication (MFA) &lt;br /&gt;
&lt;br /&gt;
(CMMC Level 2 security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
IA.L2–3.5.3) is typically implemented &amp;lt;br /&amp;gt;&lt;br /&gt;
first for remote and privileged users &amp;lt;br /&amp;gt;&lt;br /&gt;
(since these users are both limited in &amp;lt;br /&amp;gt;&lt;br /&gt;
number and more critical) and then for &amp;lt;br /&amp;gt;&lt;br /&gt;
the general user, so three (3) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score if &amp;lt;br /&amp;gt;&lt;br /&gt;
MFA is implemented only for remote &amp;lt;br /&amp;gt;&lt;br /&gt;
and privileged users. Five (5) points are &amp;lt;br /&amp;gt;&lt;br /&gt;
subtracted from the maximum score if &amp;lt;br /&amp;gt;&lt;br /&gt;
MFA is not implemented for any users. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;ii&#039;&#039;) FIPS-validated encryption (CMMC &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirement SC.L2– &amp;lt;br /&amp;gt;&lt;br /&gt;
3.13.11) is required to protect the &amp;lt;br /&amp;gt;&lt;br /&gt;
confidentiality of CUI. If encryption is &amp;lt;br /&amp;gt;&lt;br /&gt;
employed, but is not FIPS-validated, &amp;lt;br /&amp;gt;&lt;br /&gt;
three (3) points are subtracted from the &amp;lt;br /&amp;gt;&lt;br /&gt;
maximum score; if encryption is not &lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00146&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 4700&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;83237 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Federal Register &#039;&#039;&#039;/ Vol. 89, No. 199 / Tuesday, October 15, 2024 / Rules and Regulations &lt;br /&gt;
&lt;br /&gt;
employed; five (5) points are subtracted &amp;lt;br /&amp;gt;&lt;br /&gt;
from the maximum score. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;5&#039;&#039;) OSAs must have a System Security &lt;br /&gt;
&lt;br /&gt;
Plan (SSP) (CMMC security requirement &amp;lt;br /&amp;gt;&lt;br /&gt;
CA.L2–3.12.4) in place at the time of &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment to describe each information &amp;lt;br /&amp;gt;&lt;br /&gt;
system within the CMMC Assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
Scope. The absence of an up to date SSP &amp;lt;br /&amp;gt;&lt;br /&gt;
at the time of the assessment would &amp;lt;br /&amp;gt;&lt;br /&gt;
result in a finding that ‘&#039;&#039;an assessment &amp;lt;br /&amp;gt;&lt;br /&gt;
could not be completed due to &amp;lt;br /&amp;gt;&lt;br /&gt;
incomplete information and &amp;lt;br /&amp;gt;&lt;br /&gt;
noncompliance with 48 CFR 252.204– &amp;lt;br /&amp;gt;&lt;br /&gt;
7012.&#039;&#039;’ &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;6&#039;&#039;) For each NOT MET security &lt;br /&gt;
&lt;br /&gt;
requirement the OSA must have a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M in place. A POA&amp;amp;amp;M addressing &lt;br /&gt;
&lt;br /&gt;
NOT MET security requirements is not &amp;lt;br /&amp;gt;&lt;br /&gt;
a substitute for a completed &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. Security requirements not &amp;lt;br /&amp;gt;&lt;br /&gt;
implemented, whether described in a &amp;lt;br /&amp;gt;&lt;br /&gt;
POA&amp;amp;amp;M or not, is assessed as ‘NOT &amp;lt;br /&amp;gt;&lt;br /&gt;
MET.’ &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;7&#039;&#039;) Specialized Assets must be &lt;br /&gt;
&lt;br /&gt;
evaluated for their asset category per the &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC scoping guidance for the level in &amp;lt;br /&amp;gt;&lt;br /&gt;
question and handled accordingly as set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in § 170.19. &lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;8&#039;&#039;) If an OSC previously received a &lt;br /&gt;
&lt;br /&gt;
favorable adjudication from the DoD &amp;lt;br /&amp;gt;&lt;br /&gt;
CIO indicating that a security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement is not applicable or that an &amp;lt;br /&amp;gt;&lt;br /&gt;
alternative security measure is equally &amp;lt;br /&amp;gt;&lt;br /&gt;
effective (in accordance with 48 CFR &lt;br /&gt;
&lt;br /&gt;
252.204–7008 or 48 CFR 252.204–7012), &amp;lt;br /&amp;gt;&lt;br /&gt;
the DoD CIO adjudication must be &amp;lt;br /&amp;gt;&lt;br /&gt;
included in the system security plan to &amp;lt;br /&amp;gt;&lt;br /&gt;
receive consideration during an &amp;lt;br /&amp;gt;&lt;br /&gt;
assessment. A security requirement for &amp;lt;br /&amp;gt;&lt;br /&gt;
which implemented security measures &amp;lt;br /&amp;gt;&lt;br /&gt;
have been adjudicated by the DoD CIO &amp;lt;br /&amp;gt;&lt;br /&gt;
as equally effective is assessed as MET &amp;lt;br /&amp;gt;&lt;br /&gt;
if there have been no changes in the &amp;lt;br /&amp;gt;&lt;br /&gt;
environment. &lt;br /&gt;
&lt;br /&gt;
(ii) &#039;&#039;CMMC Level 2 Scoring Table. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 scoring has been &amp;lt;br /&amp;gt;&lt;br /&gt;
assigned based on the methodology set &amp;lt;br /&amp;gt;&lt;br /&gt;
forth in table 1 to this paragraph &amp;lt;br /&amp;gt;&lt;br /&gt;
(c)(2)(ii). &lt;br /&gt;
&lt;br /&gt;
TABLE 7 TO § 170.24(c)(2)(ii)—CMMC LEVEL 2 SCORING TABLE &lt;br /&gt;
&lt;br /&gt;
CMMC Level 2 requirement categories &lt;br /&gt;
&lt;br /&gt;
Point value &lt;br /&gt;
&lt;br /&gt;
subtracted from &lt;br /&gt;
&lt;br /&gt;
maximum score &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Basic Security Requirements: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If not implemented, could lead to significant exploitation of the network, or exfiltration of CUI ...........................................&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
If not implemented, has specific and confined effect on the security of the network and its data .......................................&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Derived Security Requirements: &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If not implemented, could lead to significant exploitation of the network, or exfiltration of CUI ...........................................&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
If not completely or properly implemented, could be partially effective and points adjusted depending on how the secu-&lt;br /&gt;
&lt;br /&gt;
rity requirement is implemented: ........................................................................................................................................&lt;br /&gt;
&lt;br /&gt;
3 or 5 &lt;br /&gt;
&lt;br /&gt;
—Partially effective implementation—3 points. &amp;lt;br /&amp;gt;&lt;br /&gt;
—Non-effective (not implemented at all)—5 points. &lt;br /&gt;
&lt;br /&gt;
If not implemented, has specific and confined effect on the security of the network and its data .......................................&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
If not implemented, has a limited or indirect effect on the security of the network and its data ..........................................&lt;br /&gt;
&lt;br /&gt;
1 &lt;br /&gt;
&lt;br /&gt;
(3) &#039;&#039;CMMC Level 3 assessment scoring &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;methodology. &#039;&#039;CMMC Level 3 scoring &amp;lt;br /&amp;gt;&lt;br /&gt;
does not utilize varying values like the &amp;lt;br /&amp;gt;&lt;br /&gt;
scoring for CMMC Level 2. All CMMC &amp;lt;br /&amp;gt;&lt;br /&gt;
Level 3 security requirements use a &amp;lt;br /&amp;gt;&lt;br /&gt;
value of one (1) point for each security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirement. As a result, the maximum &amp;lt;br /&amp;gt;&lt;br /&gt;
score achievable for a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment is equivalent to &amp;lt;br /&amp;gt;&lt;br /&gt;
the total number of the selected subset &amp;lt;br /&amp;gt;&lt;br /&gt;
of NIST SP 800–172 Feb2021 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements for CMMC Level 3, see &amp;lt;br /&amp;gt;&lt;br /&gt;
§ 170.14(c)(4). The maximum score is &amp;lt;br /&amp;gt;&lt;br /&gt;
reduced by one (1) point for each &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirement NOT MET. The &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC Level 3 scoring methodology &amp;lt;br /&amp;gt;&lt;br /&gt;
reflects the fact that all CMMC Level 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
security requirements must already be &amp;lt;br /&amp;gt;&lt;br /&gt;
MET (for the Level 3 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope). A maximum score on the Level &amp;lt;br /&amp;gt;&lt;br /&gt;
2 certification assessment is required to &amp;lt;br /&amp;gt;&lt;br /&gt;
be eligible to initiate a Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment. The Level 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
certification assessment score is equal to &amp;lt;br /&amp;gt;&lt;br /&gt;
the number of CMMC Level 3 security &amp;lt;br /&amp;gt;&lt;br /&gt;
requirements that are assessed as MET. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Appendix A to Part 170—Guidance &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Guidance documents include: &amp;lt;br /&amp;gt;&lt;br /&gt;
(a) ‘‘CMMC Model Overview’’ available at &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(b) ‘‘CMMC Assessment Guide—Level 1’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(c) ‘‘CMMC Assessment Guide—Level 2’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(d) ‘‘CMMC Assessment Guide—Level 3’’ &lt;br /&gt;
&lt;br /&gt;
available at [https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(e) ‘‘CMMC Scoping Guide—Level 1’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(f) ‘‘CMMC Scoping Guide—Level 2’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(g) ‘‘CMMC Scoping Guide—Level 3’’ &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ available at &#039;&#039;https://DoDcio.defense.gov/ &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC/&#039;&#039;. ]&lt;br /&gt;
&lt;br /&gt;
(h) ‘‘CMMC Hashing Guide’’ available at &lt;br /&gt;
&lt;br /&gt;
[https://DoDcio.defense.gov/CMMC/ &#039;&#039;https://DoDcio.defense.gov/CMMC/. &#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
Dated: September 30, 2024. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Patricia L. Toppings, &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;OSD Federal Register Liaison Officer, &amp;lt;br /&amp;gt;&lt;br /&gt;
Department of Defense. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[FR Doc. 2024–22905 Filed 10–11–24; 8:45 am] &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;BILLING CODE 6001–FR–P &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
VerDate Sep&amp;amp;lt;11&amp;amp;gt;2014 &lt;br /&gt;
&lt;br /&gt;
18:51 Oct 11, 2024&lt;br /&gt;
&lt;br /&gt;
Jkt 265001&lt;br /&gt;
&lt;br /&gt;
PO 00000&lt;br /&gt;
&lt;br /&gt;
Frm 00147&lt;br /&gt;
&lt;br /&gt;
Fmt 4701&lt;br /&gt;
&lt;br /&gt;
Sfmt 9990&lt;br /&gt;
&lt;br /&gt;
E:\FR\FM\15OCR2.SGM&lt;br /&gt;
&lt;br /&gt;
15OCR2&lt;br /&gt;
&lt;br /&gt;
khammond on DSKJM1Z7X2PROD with RULES2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Original source: https://www.govinfo.gov/content/pkg/FR-2024-10-15/pdf/2024-22905.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=654</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=654"/>
		<updated>2025-02-23T04:17:35Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;This website contains information about the Cybersecurity Maturity Model Certification (CMMC) program of the U.S. Department of Defense (DoD).&lt;br /&gt;
&lt;br /&gt;
The wiki aims to provide educational references for those who are interested in learning more about the framework.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Primary Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Home Page] from the Department of Defense Chief Information Officer (DoD CIO).&lt;br /&gt;
&lt;br /&gt;
Additional References: The [https://dodcio.defense.gov/cmmc/Resources-Documentation/ CMMC Resources] page contains a variety of external links to CMMC resources throughout the DoD.&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== CMMC Information ==&lt;br /&gt;
=== [[Model_Overview|Model Overview]] ===&lt;br /&gt;
=== [[Model_Glossary|Model Glossary]] ===&lt;br /&gt;
=== [[Acronyms_and_Abbreviations|Acronyms and Abbreviations]] ===&lt;br /&gt;
=== [[32_CFR_Part_170_CMMC_Rule|32 CFR Part 170 CMMC Rule]] ===&lt;br /&gt;
&lt;br /&gt;
== Scoping and Assessment Guides ==&lt;br /&gt;
=== [[Level_1_Scoping_Guidance|Level 1 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_1_Self-Assessment_Guide|Level 1 Self-Assessment Guide]] ===&lt;br /&gt;
=== [[Level_2_Scoping_Guidance|Level 2 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_2_Assessment_Guide|Level 2 Assessment Guide]] ===&lt;br /&gt;
=== [[Level_3_Scoping_Guidance|Level 3 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_3_Assessment_Guide|Level 3 Assessment Guide]] ===&lt;br /&gt;
=== [[CMMC_Assessment_Process|CMMC Assessment Process (CAP)]] ===&lt;br /&gt;
=== [[CAP_Glossary|CMMC Assessment Process Glossary]] ===&lt;br /&gt;
&lt;br /&gt;
== CMMC Tool Guides ==&lt;br /&gt;
=== [[Artifact_Hashing_Tool|Artifact Hashing Tool User Guide]] ===&lt;br /&gt;
=== [[DoD_Assessment_Methodology|NIST SP 800-171 DoD Assessment Methodology]] ===&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
=== [[External References | Various External References]] ===&lt;br /&gt;
=== [[CCP Blueprint | Certified CMMC Professional (CCP) Test Blueprint]] ===&lt;br /&gt;
=== [[CCA Blueprint | Certified CMMC Assessor (CCA) Test Blueprint]] ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=MediaWiki:Sidebar&amp;diff=653</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=MediaWiki:Sidebar&amp;diff=653"/>
		<updated>2025-02-23T04:16:59Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* CMMC Information&lt;br /&gt;
** Model_Overview|Model Overview&lt;br /&gt;
** Model_Glossary|Model Glossary&lt;br /&gt;
** Acronyms_and_Abbreviations|Acronyms and Abbreviations&lt;br /&gt;
** 32_CFR_Part_170_CMMC_Rule|32 CFR Part 170 CMMC Rule&lt;br /&gt;
* Scoping and Assessment Guides&lt;br /&gt;
** Level_1_Scoping_Guidance|Level 1 Scoping Guidance&lt;br /&gt;
** Level_1_Self-Assessment_Guide|Level 1 Self-Assessment Guide&lt;br /&gt;
** Level_2_Scoping_Guidance|Level 2 Scoping Guidance&lt;br /&gt;
** Level_2_Assessment_Guide|Level 2 Assessment Guide&lt;br /&gt;
** Level_3_Scoping_Guidance|Level 3 Scoping Guidance&lt;br /&gt;
** Level_3_Assessment_Guide|Level 3 Assessment Guide&lt;br /&gt;
** CMMC_Assessment_Process|CMMC Assessment Process (CAP)&lt;br /&gt;
** CAP_Glossary|CAP Glossary&lt;br /&gt;
* CMMC Tool Guides&lt;br /&gt;
** Artifact_Hashing_Tool|Artifact Hashing Tool&lt;br /&gt;
** DoD_Assessment_Methodology|NIST SP 800-171 DoD Assessment Methodology&lt;br /&gt;
* Other Resources&lt;br /&gt;
** External_References|External References&lt;br /&gt;
** CCP_Blueprint|CCP Test Blueprint&lt;br /&gt;
** CCA_Blueprint|CCA Test Blueprint&lt;br /&gt;
* Cybersecurity Framework Information (CSF)&lt;br /&gt;
** CSF Identifiers|CSF Identifiers&lt;br /&gt;
** CSF Framework Core|Framework Core&lt;br /&gt;
** CSF Glossary|CSF Glossary&lt;br /&gt;
** CSF Acronyms|CSF Acronyms&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Assessment_Guide&amp;diff=652</id>
		<title>Level 3 Assessment Guide</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Assessment_Guide&amp;diff=652"/>
		<updated>2025-02-23T03:29:03Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Importing content from PDF File: https://dodcio.defense.gov/Portals/0/Documents/CMMC/AssessmentGuideL3v2.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Level 3 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Version 2.13 | September 2024 &lt;br /&gt;
&lt;br /&gt;
DoD-CIO-00004 (ZRIN 0790-ZA20) &lt;br /&gt;
&lt;br /&gt;
24-T-2767&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ii &lt;br /&gt;
&lt;br /&gt;
NOTICES &amp;lt;br /&amp;gt;&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to &lt;br /&gt;
&lt;br /&gt;
bind the public in any way. This document is intended only to provide clarity to the public &lt;br /&gt;
&lt;br /&gt;
regarding existing CMMC requirements under the law or departmental policies. &lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
iii &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
TABLE OF CONTENTS &lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#5|&#039;&#039;&#039;Introduction ............................................................................................................................................. 1 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#5|CMMC Level 3 Description ................................................................................................................................ 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#6|Purpose and Audience ........................................................................................................................................ 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
Document Organization ..................................................................................................................................... 2 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|&#039;&#039;&#039;Assessment and Certification ............................................................................................................ 4 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|Assessment Scope................................................................................................................................................. 4 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#9|&#039;&#039;&#039;CMMC-Custom Terms ............................................................................................................................ 5 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#12|&#039;&#039;&#039;Assessment Criteria and Methodology ........................................................................................... 8 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#13|Criteria ....................................................................................................................................................................... 9 &amp;lt;br /&amp;gt;&lt;br /&gt;
Methodology ........................................................................................................................................................... 9 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#14|Who Is Interviewed ........................................................................................................................................... 10 &amp;lt;br /&amp;gt;&lt;br /&gt;
What Is Examined ............................................................................................................................................... 10 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#15|What Is Tested ..................................................................................................................................................... 11 &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment Findings ......................................................................................................................................... 11 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#17|&#039;&#039;&#039;Requirement Descriptions ............................................................................................................... 13 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#19|&#039;&#039;&#039;Access Control (AC) ............................................................................................................................ 15 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#19|AC.L3-3.1.2e – Organizationally Controlled Assets ............................................................................................. 15 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#21|AC.L3-3.1.3e – Secured Information Transfer ....................................................................................................... 17 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#24|&#039;&#039;&#039;Awareness and Training (AT) ......................................................................................................... 20 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#24|AT.L3-3.2.1e – Advanced Threat Awareness ......................................................................................................... 20 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#26|AT.L3-3.2.2e – Practical Training Exercises ........................................................................................................... 22 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#29|&#039;&#039;&#039;Configuration Management (CM) .................................................................................................. 25 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#29|CM.L3-3.4.1e – Authoritative Repository ................................................................................................................ 25 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#32|CM.L3-3.4.2e – Automated Detection &amp;amp;amp; Remediation ........................................................................................ 28 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#35|CM.L3-3.4.3e – Automated Inventory ....................................................................................................................... 31 ]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
iv &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#38|&#039;&#039;&#039;Identification and Authentication (IA) ........................................................................................ 34 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#38|IA.L3-3.5.1e – Bidirectional Authentication ........................................................................................................... 34 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#41|IA.L3-3.5.3e – Block Untrusted Assets ...................................................................................................................... 37 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#44|&#039;&#039;&#039;Incident Response (IR) ...................................................................................................................... 40 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#44|IR.L3-3.6.1e – Security Operations Center .............................................................................................................. 40 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#47|IR.L3-3.6.2e – Cyber Incident Response Team ...................................................................................................... 43 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#50|&#039;&#039;&#039;Personnel Security (PS) .................................................................................................................... 46 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#50|PS.L3-3.9.2e – Adverse Information .......................................................................................................................... 46 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#52|&#039;&#039;&#039;Risk Assessment (RA) ........................................................................................................................ 48 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#52|RA.L3-3.11.1e – Threat-Informed Risk Assessment ........................................................................................... 48 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#55|RA.L3-3.11.2e – Threat Hunting .................................................................................................................................. 51 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#58|RA.L3-3.11.3e – Advanced Risk Identification ...................................................................................................... 54 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#61|RA.L3-3.11.4e – Security Solution Rationale .......................................................................................................... 57 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#64|RA.L3-3.11.5e – Security Solution Effectiveness .................................................................................................. 60 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#67|RA.L3-3.11.6e – Supply Chain Risk Response ........................................................................................................ 63 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#69|RA.L3-3.11.7e – Supply Chain Risk Plan .................................................................................................................. 65 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#71|&#039;&#039;&#039;Security Assessment (CA) ................................................................................................................. 67 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#71|CA.L3-3.12.1e – Penetration Testing ......................................................................................................................... 67 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#74|&#039;&#039;&#039;System and Communications Protection (SC) ........................................................................... 70 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#74|SC.L3-3.13.4e – isolation ................................................................................................................................................. 70 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#77|&#039;&#039;&#039;System and Information Integrity (SI) ......................................................................................... 73 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#77|SI.L3-3.14.1e – Integrity Verification ........................................................................................................................ 73 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#81|SI.L3-3.14.3e – Specialized Asset Security .............................................................................................................. 77 &amp;lt;br /&amp;gt;&lt;br /&gt;
]][[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#84|SI.L3-3.14.6e – Threat-Guided Intrusion Detection ............................................................................................ 80 ]]&lt;br /&gt;
&lt;br /&gt;
[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#87|&#039;&#039;&#039;Appendix A – Acronyms and Abbreviations .............................................................................. 83 &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Introduction &amp;lt;br /&amp;gt;&lt;br /&gt;
This document provides guidance in the preparation for and conduct of a Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment under the Cybersecurity Maturity Model Certification (CMMC) Program as set &lt;br /&gt;
&lt;br /&gt;
forth in section 170.18 of title 32, Code of Federal Regulations (CFR). Certification at each &lt;br /&gt;
&lt;br /&gt;
CMMC level occurs independently. Guidance for conducting a Level 1 self-assessment can be &lt;br /&gt;
&lt;br /&gt;
found in &#039;&#039;CMMC Assessment Guide  –  Level 1&#039;&#039;. Guidance for conducting both  a  Level 2 self-&lt;br /&gt;
&lt;br /&gt;
assessment and Level 2 certification assessment, can be found in &#039;&#039;CMMC Assessment Guide – &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level 2&#039;&#039;. More details on the model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document. &amp;lt;br /&amp;gt;&lt;br /&gt;
An &#039;&#039;Assessment&#039;&#039; as defined in 32 CFR § 170.4 means t&#039;&#039;he testing or evaluation of security controls &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;to determine the extent to which the controls are implemented correctly, operating as intended, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;and producing the desired outcome with respect to meeting the security requirements for an &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;information system, or organization as defined in 32 CFR § 170.15 to 32 CFR § 170.18&#039;&#039;. A &#039;&#039;Level &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;3  certification  assessment&#039;&#039;  as defined in  32  CFR  § 170.4  is t&#039;&#039;he activity performed by the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Department of Defense (DoD)  to evaluate the CMMC level of an Organization Seeking &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Certification (OSC)&#039;&#039;. For Level 3, assessments are conducted exclusively by the DCMA DIBCAC. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC seeking a Level 3 certification assessment must have first achieved a CMMC Status of &lt;br /&gt;
&lt;br /&gt;
Final  Level 2 (C3PAO), as set forth  in  32  CFR  § 170.18(a),  for all applicable information &lt;br /&gt;
&lt;br /&gt;
systems  within the CMMC Assessment  Scope,  and  the OSC must implement the Level 3 &lt;br /&gt;
&lt;br /&gt;
requirements specified in 32 CFR § 170.14(c)(4). This is followed by the Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment conducted by the DCMA DIBCAC. &amp;lt;br /&amp;gt;&lt;br /&gt;
OSCs  may also use this guide to perform Level  3  self-assessments  (for example, in &lt;br /&gt;
&lt;br /&gt;
preparation for an annual affirmation); however, they are not eligible to submit results from &lt;br /&gt;
&lt;br /&gt;
a self-assessment in support of a Level 3 certification assessment. Only the results from an &lt;br /&gt;
&lt;br /&gt;
assessment by DCMA DIBCAC are considered for award of the CMMC Statuses Conditional &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) or Final Level 3 (DIBCAC). Level 3 reporting and affirmation requirements &lt;br /&gt;
&lt;br /&gt;
can be found in 32 CFR § 170.18 and 32 CFR § 170.22. &lt;br /&gt;
&lt;br /&gt;
Level 3 Description &lt;br /&gt;
&lt;br /&gt;
Level  3  consists of selected  security requirements derived from  National Institute of &lt;br /&gt;
&lt;br /&gt;
Standards and Technology (NIST) Special Publication (SP) 800-172,  &#039;&#039;Enhanced Security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Requirements for Protecting Controlled Unclassified Information: A Supplement to NIST &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Special Publication 800-171&#039;&#039;, with DoD-approved parameters where applicable. Level 3 only &lt;br /&gt;
&lt;br /&gt;
applies to systems that have already achieved a Final Level 2 (C3PAO) CMMC Status. Level 2 &lt;br /&gt;
&lt;br /&gt;
consists of the security requirements specified in NIST SP 800-171, &#039;&#039;Protecting Controlled &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Unclassified Information in Nonfederal Systems and Organizations&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
2 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Like Level 2, Level 3 addresses the protection of Controlled Unclassified Information (CUI), as &lt;br /&gt;
&lt;br /&gt;
defined in 32 CFR § 2002.4(h): &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Information the Government creates or possesses, or that an entity creates or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;possesses for or on behalf of the Government, that a law, regulation, or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Government-wide policy requires or permits an agency to handle using &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;safeguarding or dissemination controls. However, CUI does not include classified &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;information (see paragraph (e) of this section) or information a non-executive &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;branch entity possesses and maintains in its own systems that did not come from, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or was not created or possessed by or for, an executive branch agency or an entity &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;acting for an agency. Law, regulation, or Government-wide policy may require &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or permit safeguarding or dissemination controls in three ways: Requiring or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;permitting agencies to control or protect the information but providing no &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;specific controls, which makes the information CUI Basic; requiring or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;permitting agencies to control or protect the information and providing specific &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;controls for doing so, which makes the information CUI Specified; or requiring or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;permitting agencies to control the information and specifying only some of those &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;controls, which makes the information CUI Specified, but with CUI Basic controls &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;where the authority does not specify. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Level  3  provides  additional protections against advanced persistent threats  (APTs),  and &lt;br /&gt;
&lt;br /&gt;
increased  assurance  to the DoD that an  OSC  can adequately protect CUI at a level &lt;br /&gt;
&lt;br /&gt;
commensurate with the adversarial risk, to include protecting information flow with the &lt;br /&gt;
&lt;br /&gt;
government and with subcontractors in a multitier supply chain. &lt;br /&gt;
&lt;br /&gt;
Purpose and Audience &lt;br /&gt;
&lt;br /&gt;
This guide is intended for assessors, OSCs, cybersecurity professionals, and individuals and &lt;br /&gt;
&lt;br /&gt;
companies that support CMMC efforts. This document can be used as part of preparation for &lt;br /&gt;
&lt;br /&gt;
and conducting a Level 3 certification assessment. &lt;br /&gt;
&lt;br /&gt;
Document Organization &lt;br /&gt;
&lt;br /&gt;
This document is organized into the following sections: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment and Certification:&#039;&#039;  &#039;&#039;&#039;&#039;&#039;provides an overview of the Level 3  assessment &lt;br /&gt;
&lt;br /&gt;
processes  set forth in 32 CFR § 170.18.  It provides guidance regarding  the scope &lt;br /&gt;
&lt;br /&gt;
requirements set forth in 32 CFR § 170.19(d). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;CMMC-Custom Terms:&#039;&#039;&#039;  incorporates definitions from 32 CFR  §  170.4, definitions &lt;br /&gt;
&lt;br /&gt;
included by reference from 32 CFR § 170.2, and provides clarification of the intent and &lt;br /&gt;
&lt;br /&gt;
scope of specific terms as used in the context of CMMC. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment Criteria and Methodology:  &#039;&#039;&#039;provides guidance on the criteria and &lt;br /&gt;
&lt;br /&gt;
methodology (i.e., &#039;&#039;interview&#039;&#039;,  &#039;&#039;examine&#039;&#039;, and &#039;&#039;test&#039;&#039;)  to be employed  during a Level 3 &lt;br /&gt;
&lt;br /&gt;
assessment, as well as on assessment findings. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Requirement Descriptions: &#039;&#039;&#039;Provides  guidance  specific to  each  Level  3  security &lt;br /&gt;
&lt;br /&gt;
requirement. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment and Certification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assessment and Certification &amp;lt;br /&amp;gt;&lt;br /&gt;
The DCMA DIBCAC will use the assessment methods defined in NIST SP 800-172A[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|1, ]]&#039;&#039;Assessing &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Enhanced Security Requirements for Controlled Unclassified Information&#039;&#039;,  along with the &lt;br /&gt;
&lt;br /&gt;
supplemental information in this guide to conduct Level 3  certification  assessments. &lt;br /&gt;
&lt;br /&gt;
Assessors  will review information and evidence to  verify that an  OSC  meets  the stated &lt;br /&gt;
&lt;br /&gt;
assessment objectives for all of the requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
An OSC can obtain a Level 3 certification assessment for an entire enterprise network or for &lt;br /&gt;
&lt;br /&gt;
specific enclave(s), depending on how the CMMC Assessment Scope is defined in accordance &lt;br /&gt;
&lt;br /&gt;
with 32 CFR § 170.19(d). &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
Prior to conducting a CMMC Level 3 certification assessment, the Level 3 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope must be defined as addressed in 32 CFR § 170.19(d) and the &#039;&#039;CMMC Scoping Guide – &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level  3  &#039;&#039;document[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|2]]. The CMMC Assessment Scope informs which assets within the OSC’s &lt;br /&gt;
&lt;br /&gt;
environment will be assessed and the details of the assessment. The OSC must have achieved &lt;br /&gt;
&lt;br /&gt;
a CMMC Status of Final Level 2 (C3PAO) of all systems included within the Level 3 CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope prior to requesting the Level 3 assessment, as set forth in 32 CFR § 170.18. &lt;br /&gt;
&lt;br /&gt;
The Level 3 assessment scoping is based on the requirements defined in 32 CFR § 170.19(d) &lt;br /&gt;
&lt;br /&gt;
and supported by the &#039;&#039;CMMC Scoping Guide – Level 3 &#039;&#039;document. The &#039;&#039;CMMC Scoping Guide – &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Level  3  &#039;&#039;document is available on the official CMMC documentation site at &lt;br /&gt;
&lt;br /&gt;
https://dodcio.defense.gov/CMMC/Documentation/.  If a Final  Level 2  (C3PAO) CMMC &lt;br /&gt;
&lt;br /&gt;
Status has not already been achieved for the desired CMMC Assessment Scope, the OSC may &lt;br /&gt;
&lt;br /&gt;
not proceed with the Level 3 assessment. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 NIST SP800-172A, March 2022 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 Note that an OSC ought to be mindful of their full Level 3 scoping in their request for a Level 2 assessment. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &amp;lt;br /&amp;gt;&lt;br /&gt;
The CMMC Program has custom terms that align with program requirements. Although some &lt;br /&gt;
&lt;br /&gt;
terms may have other definitions in open forums, it is important to understand these terms &lt;br /&gt;
&lt;br /&gt;
as they apply to the CMMC Program. &amp;lt;br /&amp;gt;&lt;br /&gt;
The custom terms associated with Level 3 are: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment:  &#039;&#039;&#039;As defined 32  CFR&#039;&#039;&#039;  &#039;&#039;&#039;§ 170.4  means  the testing or evaluation of security &lt;br /&gt;
&lt;br /&gt;
controls to determine the extent to which the controls are implemented correctly, &lt;br /&gt;
&lt;br /&gt;
operating as intended, and producing the desired outcome with respect to meeting the &lt;br /&gt;
&lt;br /&gt;
security requirements for an information system or organization defined in 32 CFR § &lt;br /&gt;
&lt;br /&gt;
170.15 to 32 CFR § 170.18.&#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;o  Level 3 certification assessment is the term for the activity performed by the DCMA &lt;br /&gt;
&lt;br /&gt;
DIBCAC to evaluate the information system of an OSC when seeking a CMMC Status of &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC). &lt;br /&gt;
&lt;br /&gt;
o  POA&amp;amp;amp;M closeout certification assessment is the term for the activity performed by a &lt;br /&gt;
&lt;br /&gt;
C3PAO or DCMA DIBCAC to evaluate only the NOT MET requirements that were &lt;br /&gt;
&lt;br /&gt;
identified with POA&amp;amp;amp;M during the initial assessment, when seeking a CMMC Status of &lt;br /&gt;
&lt;br /&gt;
Final Level 2 (C3PAO) or Final Level 3 (DIBCAC) respectively. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment Objective:&#039;&#039;&#039; Means a set of determination statements that, taken together, &lt;br /&gt;
&lt;br /&gt;
expresses the desired outcome for the assessment of a security requirement. Successful &lt;br /&gt;
&lt;br /&gt;
implementation of the corresponding CMMC security requirement requires meeting all &lt;br /&gt;
&lt;br /&gt;
applicable assessment objectives defined in NIST SP 800–171A or NIST SP 800-172A. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Asset:&#039;&#039;&#039; Means an item of value to stakeholders. An asset may be tangible (e.g., a physical &lt;br /&gt;
&lt;br /&gt;
item such as hardware, firmware, computing platform, network device, or other &lt;br /&gt;
&lt;br /&gt;
technology component) or intangible (e.g., humans, data, information, software, &lt;br /&gt;
&lt;br /&gt;
capability, function, service, trademark, copyright, patent, intellectual property, image, &lt;br /&gt;
&lt;br /&gt;
or reputation). The value of an asset is determined by stakeholders in consideration of &lt;br /&gt;
&lt;br /&gt;
loss concerns across the entire system life cycle. Such concerns include but are not &lt;br /&gt;
&lt;br /&gt;
limited to business or mission concerns. Understanding &#039;&#039;assets&#039;&#039; is critical to identifying the &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;CMMC Assessment Scope&#039;&#039;; for more information see &#039;&#039;CMMC Scoping Guide – Level 3&#039;&#039;.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;CMMC Assessment Scope: &#039;&#039;&#039;As defined in 32 CFR&#039;&#039;&#039; &#039;&#039;&#039;§ 170.4 means the set of all &#039;&#039;assets&#039;&#039; in the &lt;br /&gt;
&lt;br /&gt;
OSC’s environment that will be assessed against CMMC security requirements. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;CMMC Status:&#039;&#039;&#039; The result of meeting or exceeding the minimum required score for the &lt;br /&gt;
&lt;br /&gt;
corresponding assessment. The CMMC Status of an OSA information system is officially &lt;br /&gt;
&lt;br /&gt;
stored in SPRS and additionally presented on a Certificate of CMMC Status, if the &lt;br /&gt;
&lt;br /&gt;
assessment was conducted by a C3PAO or DCMA DIBCAC. &amp;lt;br /&amp;gt;&lt;br /&gt;
o  &#039;&#039;&#039;Conditional Level 3 (DIBCAC):&#039;&#039;&#039;&#039;&#039; &#039;&#039;Defined in 32 CFR § 170.18(a)(1)(ii). The OSC will &lt;br /&gt;
&lt;br /&gt;
achieve  CMMC Status of  Conditional Level 3 (DIBCAC)  if a  POA&amp;amp;amp;M exists upon &lt;br /&gt;
&lt;br /&gt;
completion of the assessment and the POA&amp;amp;amp;M meets all Level 3 POA&amp;amp;amp;M requirements &lt;br /&gt;
&lt;br /&gt;
listed in 32 CFR § 170.21(a)(3). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
6 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Final Level 3 (DIBCAC): &#039;&#039;&#039;Defined in&#039;&#039;&#039; &#039;&#039;&#039;32&#039;&#039;&#039; &#039;&#039;&#039;CFR § 170.18(a)(1)(iii).&#039;&#039; &#039;&#039;The OSC will achieve &lt;br /&gt;
&lt;br /&gt;
Final Level 3 (DIBCAC) CMMC Status for the information systems within the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope upon implementation of all security requirements and, if &lt;br /&gt;
&lt;br /&gt;
applicable a POA&amp;amp;amp;M closeout assessment within 180 days. Additional guidance can &lt;br /&gt;
&lt;br /&gt;
be found in 32 CFR §170.21. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Enduring Exception:&#039;&#039;&#039; As defined 32 CFR § 170.4 means a special circumstance or &lt;br /&gt;
&lt;br /&gt;
system where remediation and full compliance with CMMC &#039;&#039;s&#039;&#039;ecurity &#039;&#039;r&#039;&#039;equirements is not &lt;br /&gt;
&lt;br /&gt;
feasible. Examples include systems required to replicate the configuration of ‘fielded’ &lt;br /&gt;
&lt;br /&gt;
systems, medical devices, test equipment, OT, and IoT. No operational plan of action is &lt;br /&gt;
&lt;br /&gt;
required but the circumstance must be documented within a system security plan. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets and Government Furnished Equipment (GFE) may be Enduring &lt;br /&gt;
&lt;br /&gt;
Exceptions. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Event: &#039;&#039;&#039;Any observable occurrence in a system[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|3]]. As described in NIST SP 800-171A[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|4]], the &lt;br /&gt;
&lt;br /&gt;
terms “information system” and “system” can be used interchangeably. &#039;&#039;Events&#039;&#039; sometimes &lt;br /&gt;
&lt;br /&gt;
provide indication that an &#039;&#039;incident&#039;&#039; is occurring.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Incident:  &#039;&#039;&#039;An  occurrence that actually or potentially jeopardizes the confidentiality, &lt;br /&gt;
&lt;br /&gt;
integrity, or availability of a system or the information the system processes, stores, or &lt;br /&gt;
&lt;br /&gt;
transmits or that constitutes a violation or imminent threat of violation of security &lt;br /&gt;
&lt;br /&gt;
policies, security procedures, or acceptable use policies.[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|5 ]]&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Monitoring:  &#039;&#039;&#039;The act of continually checking, supervising, critically observing, or &lt;br /&gt;
&lt;br /&gt;
determining the status in order to identify change from the performance level required &lt;br /&gt;
&lt;br /&gt;
or expected at an &#039;&#039;organization-defined&#039;&#039; frequency and rate.[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|6&#039;&#039;&#039; &#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational plan of action: &#039;&#039;&#039;As used in security requirement CA.L2-3.12.2, means the &lt;br /&gt;
&lt;br /&gt;
formal artifact which identifies temporary vulnerabilities and temporary deficiencies in &lt;br /&gt;
&lt;br /&gt;
implementation of requirements and documents how and when they will be mitigated, &lt;br /&gt;
&lt;br /&gt;
corrected, or eliminated.  The OSA defines the format (e.g., document, spreadsheet, &lt;br /&gt;
&lt;br /&gt;
database) and specific content of its operational plan of action. An operational plan of &lt;br /&gt;
&lt;br /&gt;
action is not the same as a POA&amp;amp;amp;M associated with an assessment.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Organization-defined: &#039;&#039;&#039;As determined by the OSC being assessed except as defined in &lt;br /&gt;
&lt;br /&gt;
the case of Organization-Defined Parameter (ODP). This can be applied to a frequency or &lt;br /&gt;
&lt;br /&gt;
rate at which something occurs within a given time period, or it could be associated with &lt;br /&gt;
&lt;br /&gt;
describing the configuration of a OSC’s solution. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Organization-Defined Parameters (ODPs): &#039;&#039;&#039;Selected enhanced security requirements &lt;br /&gt;
&lt;br /&gt;
contain selection and assignment operations to give organizations[[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#10|7 ]]flexibility in defining &lt;br /&gt;
&lt;br /&gt;
variable parts of those requirements, as defined in NIST SP 800-172A. ODPs are used in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800-172 and NIST SP 800-172A to allow Federal agencies, in this case the DoD, &lt;br /&gt;
&lt;br /&gt;
to customize security requirements. Once specified, the values for the assignment and &lt;br /&gt;
&lt;br /&gt;
selection operations become part of the requirement and objectives, where applicable. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
3&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-53 Rev. 5, p. 402 &lt;br /&gt;
&lt;br /&gt;
4&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-171A, June 2018, p. v &lt;br /&gt;
&lt;br /&gt;
5&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-171 Rev. 2, Appendix B, p. 54 (adapted) &lt;br /&gt;
&lt;br /&gt;
6&lt;br /&gt;
&lt;br /&gt;
 NIST SP 800-160 Vol. 1 R1, Engineering Trustworthy Secure Systems, 2022, Appendix B., p. 55 &lt;br /&gt;
&lt;br /&gt;
7&lt;br /&gt;
&lt;br /&gt;
 The organization defining the parameters is the DoD. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CMMC-Custom Terms &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
7 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The assignments and selections chosen for Level 3 are underlined in the requirement &lt;br /&gt;
&lt;br /&gt;
statement and objectives. In some cases, further specificity of the assignment or selection &lt;br /&gt;
&lt;br /&gt;
will need to be made by the OSC. In those cases, the term and abbreviation ODPs is used &lt;br /&gt;
&lt;br /&gt;
in the assessment objectives to denote where additional definition is required. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Periodically: &#039;&#039;&#039;Means occurring at a regular interval as determined by the OSA that may &lt;br /&gt;
&lt;br /&gt;
not exceed one year. As used in many requirements within CMMC, the interval length is &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;organization-defined&#039;&#039; to provide OSC flexibility, with an interval length of no more than &lt;br /&gt;
&lt;br /&gt;
one year.&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Security Protection Data: &#039;&#039;&#039;As defined 32 CFR § 170.4&#039;&#039;&#039; &#039;&#039;&#039;means data stored or processed by &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets (SPA) that are used to protect an OSC&#039;s assessed environment. &lt;br /&gt;
&lt;br /&gt;
Security Protection Data is security relevant information and includes, but is not limited &lt;br /&gt;
&lt;br /&gt;
to: configuration data required to operate an SPA, log files generated by or ingested by &lt;br /&gt;
&lt;br /&gt;
an SPA, data related to the configuration or vulnerability status of in-scope assets, and &lt;br /&gt;
&lt;br /&gt;
passwords that grant access to the in-scope environment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;System Security Plan (SSP):&#039;&#039;&#039; Means the formal document that provides an overview of &lt;br /&gt;
&lt;br /&gt;
the security requirements for an information system or an information security program &lt;br /&gt;
&lt;br /&gt;
and describes the security controls in place or planned for meeting those requirements. &lt;br /&gt;
&lt;br /&gt;
The system security plan describes the system components that are included within the &lt;br /&gt;
&lt;br /&gt;
system, the environment in which the system operates, how the security requirements &lt;br /&gt;
&lt;br /&gt;
are implemented, and the relationships with or connections to other systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Temporary deficiency: &#039;&#039;&#039;As defined 32 CFR&#039;&#039;&#039; &#039;&#039;&#039;§ 170.4 means a condition where &lt;br /&gt;
&lt;br /&gt;
remediation of a discovered deficiency is feasible and a known fix is available or is in &lt;br /&gt;
&lt;br /&gt;
process. The deficiency must be documented in an operational plan of action. A &lt;br /&gt;
&lt;br /&gt;
temporary deficiency is not based on an ‘in progress’ initial implementation of a CMMC &lt;br /&gt;
&lt;br /&gt;
security requirement but arises after implementation. A temporary deficiency may &lt;br /&gt;
&lt;br /&gt;
apply during the initial implementation of a security requirement if, during roll-out, &lt;br /&gt;
&lt;br /&gt;
specific issues with a very limited subset of equipment is discovered that must be &lt;br /&gt;
&lt;br /&gt;
separately addressed. There is no standard duration for which a temporary deficiency &lt;br /&gt;
&lt;br /&gt;
may be active. For example, FIPS-validated cryptography that requires a patch and the &lt;br /&gt;
&lt;br /&gt;
patched version is no longer the validated version may be a temporary deficiency. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
8 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &amp;lt;br /&amp;gt;&lt;br /&gt;
The  &#039;&#039;CMMC Assessment Guide  –  Level  3&#039;&#039;  leverages the assessment procedure described in &lt;br /&gt;
&lt;br /&gt;
NIST SP 800-172A Section 2.1: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;An assessment procedure consists of an assessment objective and a set of &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;potential assessment methods and objects that can be used to conduct the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment. Each assessment objective includes a set of determination &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;statements related to the CUI enhanced security requirement that is the subject &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;of the assessment. Organization-defined parameters (ODP) that are part of &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;selected enhanced security requirements are included in the initial &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determination statements for the assessment procedure. ODPs are included since &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the specified parameter values are used in subsequent determination &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;statements. ODPs are numbered sequentially and noted in bold italics. &amp;lt;br /&amp;gt;&lt;br /&gt;
Determination statements reflect the content of the enhanced security &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements to ensure traceability of the assessment results to the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;requirements. The application of an assessment procedure to an enhanced &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;security requirement produces assessment findings. The findings are used to &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determine if the enhanced security requirement has been satisfied. &amp;lt;br /&amp;gt;&lt;br /&gt;
Assessment objects are associated with the specific items being assessed. These &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;objects can include specifications, mechanisms, activities, and individuals. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Specifications are the document-based artifacts (e.g., policies, procedures, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;security plans, security requirements, functional specifications, architectural &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;designs) associated with a system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Mechanisms are the specific hardware, software, or firmware safeguards &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;employed within a system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Activities are the protection-related actions supporting a system that involve &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;people (e.g., conducting system backup operations, exercising a contingency &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;plan, and monitoring network traffic). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;Individuals, or groups of individuals, are people applying the specifications, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;mechanisms, or activities described above. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Assessment methods define the nature and the extent of the assessor’s actions. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The methods include examine, interview, and test. &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;The  examine  method is the process of reviewing, inspecting, observing, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;studying, or analyzing assessment objects (i.e., specifications, mechanisms, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;activities). &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;The interview method is the process of holding discussions with individuals &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;or groups of individuals to facilitate understanding, achieve clarification, or &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;obtain evidence. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;The test method is the process of exercising assessment objects (i.e., activities, &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;mechanisms) under specified conditions to compare actual with expected &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;behavior. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;The purpose of the assessment methods is to facilitate understanding, achieve &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;clarification, and obtain evidence. The results obtained from applying the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;methods are used for making the specific determinations called for in the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;determination statements and thereby achieving the objectives for the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment procedure. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Criteria &lt;br /&gt;
&lt;br /&gt;
Assessment objectives are provided for each requirement and are based on existing criteria &lt;br /&gt;
&lt;br /&gt;
from NIST SP 800-172A. The criteria are authoritative and provide a basis for the assessor &lt;br /&gt;
&lt;br /&gt;
to conduct an assessment of a requirement. &lt;br /&gt;
&lt;br /&gt;
Methodology &lt;br /&gt;
&lt;br /&gt;
During the CMMC certification assessment, the assessor will verify and validate that the OSC &lt;br /&gt;
&lt;br /&gt;
has met the requirements. Because an OSC can meet the assessment objectives in different &lt;br /&gt;
&lt;br /&gt;
ways (e.g., through documentation, computer configuration, network configuration, or &lt;br /&gt;
&lt;br /&gt;
training), the assessor may use a variety of techniques, including one or more of the three &lt;br /&gt;
&lt;br /&gt;
assessment methods described above from NIST SP 800-172A, to determine if the OSC meets &lt;br /&gt;
&lt;br /&gt;
the intent of the requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
The assessor  will follow the guidance in NIST  SP  800-172A when determining which &lt;br /&gt;
&lt;br /&gt;
assessment methods to use: &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Organizations [DoD] are not expected to use all of the assessment methods and &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;objects contained within the assessment procedures identified in this &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;publication. Rather, organizations have the flexibility to establish the level of &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;effort needed and the assurance required for an assessment (e.g., which &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;assessment methods and objects are deemed to be the most useful in obtaining &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;the desired results). The decision on level of effort is made based on how the &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;organization can accomplish the assessment objectives in the most cost-effective &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;and efficient manner and with sufficient confidence to support the determination &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;that the CUI enhanced security requirements have been satisfied. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The primary deliverable of an assessment is a compliance score and accompanying report &lt;br /&gt;
&lt;br /&gt;
that contains the findings associated with each requirement. For more detailed information &lt;br /&gt;
&lt;br /&gt;
on assessment methods, see Appendix C of NIST SP 800-172A. &amp;lt;br /&amp;gt;&lt;br /&gt;
Figure 1 illustrates an example of an assessment procedure for requirement AC.L3-3.1.3e. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Who Is Interviewed &lt;br /&gt;
&lt;br /&gt;
The assessor  has discussions with OSC  staff to understand if a requirement has been &lt;br /&gt;
&lt;br /&gt;
addressed. Interviews with  applicable staff (possibly at different organizational levels) &lt;br /&gt;
&lt;br /&gt;
determine if CMMC security  requirements are implemented and  if adequate resourcing, &lt;br /&gt;
&lt;br /&gt;
training, and planning have occurred for individuals to perform the requirements. &lt;br /&gt;
&lt;br /&gt;
What Is Examined &lt;br /&gt;
&lt;br /&gt;
Examination includes reviewing, inspecting, observing, studying, or analyzing assessment &lt;br /&gt;
&lt;br /&gt;
objects. The objects can be documents, mechanisms, or activities. The primary focus will be &lt;br /&gt;
&lt;br /&gt;
to examine through demonstrations during interviews. &amp;lt;br /&amp;gt;&lt;br /&gt;
For some requirements, the assessor reviews documentation to determine if assessment &lt;br /&gt;
&lt;br /&gt;
objectives are met. Interviews with OSC staff may identify the documents uses. Documents &lt;br /&gt;
&lt;br /&gt;
need to be in their final forms; working papers (e.g., drafts) of documentation are not eligible &lt;br /&gt;
&lt;br /&gt;
to be submitted as evidence because they are not yet official and are still subject to change. &lt;br /&gt;
&lt;br /&gt;
Common types of documents that can be used as evidence include: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  policy, process, and procedure documents; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  training materials; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  plans and planning documents; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  system-level, network, and data flow diagrams. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This list of documents is not exhaustive or prescriptive. An OSC may not have these specific &lt;br /&gt;
&lt;br /&gt;
documents, and other documents may be used to provide evidence of compliance. &amp;lt;br /&amp;gt;&lt;br /&gt;
In other cases, the requirement is best assessed by observing that safeguards are in place by &lt;br /&gt;
&lt;br /&gt;
viewing  hardware or associated configuration information or observe  staff  exercising  a &lt;br /&gt;
&lt;br /&gt;
process. &lt;br /&gt;
&lt;br /&gt;
What Is Tested &lt;br /&gt;
&lt;br /&gt;
Testing is an important part of the assessment process. Interviews tell the assessor what the &lt;br /&gt;
&lt;br /&gt;
OSC staff believe to be true, documentation provides evidence of intent, and testing &lt;br /&gt;
&lt;br /&gt;
demonstrates what has or has not been done and is the preferred assessment method when &lt;br /&gt;
&lt;br /&gt;
possible. For example, staff may talk about how users are identified and documentation may &lt;br /&gt;
&lt;br /&gt;
provide details on how users are identified, but seeing a demonstration of user identification &lt;br /&gt;
&lt;br /&gt;
provides evidence that the requirement is met. The assessor will determine which &lt;br /&gt;
&lt;br /&gt;
requirements or objectives within a requirement need demonstration or testing. Most &lt;br /&gt;
&lt;br /&gt;
objectives will require testing. &lt;br /&gt;
&lt;br /&gt;
Assessment Findings &lt;br /&gt;
&lt;br /&gt;
The assessment of a CMMC security requirement results in one of three possible findings: &lt;br /&gt;
&lt;br /&gt;
MET, NOT MET, or NOT APPLICABLE as defined in 32 CFR § 170.24. To achieve CMMC Status &lt;br /&gt;
&lt;br /&gt;
of Final Level 3 (DIBCAC) as described in 32 CFR § 170.18, the OSC will need a finding of MET &lt;br /&gt;
&lt;br /&gt;
or NOT APPLICABLE on all Level 3 security requirements.  &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;MET:&#039;&#039;&#039;  All applicable  assessment  objectives  for the security requirement are  satisfied &lt;br /&gt;
&lt;br /&gt;
based on evidence. All evidence must be in final form and a not draft. Unacceptable forms &lt;br /&gt;
&lt;br /&gt;
of evidence include working papers, drafts, and unofficial or unapproved policies. For &lt;br /&gt;
&lt;br /&gt;
each security requirement marked MET, it is best practice to record statements that &lt;br /&gt;
&lt;br /&gt;
indicate the response conforms to all objectives and document the appropriate evidence &lt;br /&gt;
&lt;br /&gt;
to support the response. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Enduring Exceptions when described, along with any mitigations, in the system &lt;br /&gt;
&lt;br /&gt;
security plan shall be assessed as MET. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Temporary deficiencies that are appropriately addressed in operational plans of &lt;br /&gt;
&lt;br /&gt;
action (i.e., include deficiency reviews, milestones, and show progress towards &lt;br /&gt;
&lt;br /&gt;
the implementation of corrections to reduce or eliminate identified &lt;br /&gt;
&lt;br /&gt;
vulnerabilities) shall be assessed as MET. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;NOT MET: &#039;&#039;&#039;One or more objectives for the security requirement is not satisfied. During a &lt;br /&gt;
&lt;br /&gt;
Level 3 certification assessment, for each requirement objective marked NOT MET, the &lt;br /&gt;
&lt;br /&gt;
assessor will document why the evidence provided by the OSC does not conform. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;NOT APPLICABLE (N/A): &#039;&#039;&#039;A security requirement and/or objective does not apply at the &lt;br /&gt;
&lt;br /&gt;
time of the assessment. For example, SI.L3-3.14.3e might be N/A if there are no Internet of &lt;br /&gt;
&lt;br /&gt;
Things (IoT),  Industrial Internet of Things (IIoT),  Operational Technology (OT), &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Assessment Criteria and Methodology &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
12 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Government Furnished Equipment (GFE), Restricted Information Systems, or  test &lt;br /&gt;
&lt;br /&gt;
equipment included in the Level 3 CMMC Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
If an OSC previously received a favorable adjudication from the DoD CIO indicating that &lt;br /&gt;
&lt;br /&gt;
a requirement is not applicable or that an alternative security measure is equally &lt;br /&gt;
&lt;br /&gt;
effective, the DoD CIO  adjudication must be included in the system security plan to &lt;br /&gt;
&lt;br /&gt;
receive consideration during an assessment. Implemented security measures &lt;br /&gt;
&lt;br /&gt;
adjudicated by the DoD CIO as equally effective are assessed as MET if there have been &lt;br /&gt;
&lt;br /&gt;
no changes in the environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Each assessment  objective in NIST SP 800-171A  and NIST SP 800-172A  must yield a &lt;br /&gt;
&lt;br /&gt;
finding of MET or NOT APPLICABLE in order for the overall security requirement to be &lt;br /&gt;
&lt;br /&gt;
scored as MET. Assessors exercise judgment in determining when sufficient and &lt;br /&gt;
&lt;br /&gt;
adequate evidence has been presented to make an assessment finding. &amp;lt;br /&amp;gt;&lt;br /&gt;
CMMC  certification  assessments are conducted and results are captured at the &lt;br /&gt;
&lt;br /&gt;
assessment objective level. One NOT MET assessment objective results in a failure of the &lt;br /&gt;
&lt;br /&gt;
entire security requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
A security requirement can be applicable even when assessment objectives included in &lt;br /&gt;
&lt;br /&gt;
the security requirements are scored as N/A. The security requirement is NOT MET when &lt;br /&gt;
&lt;br /&gt;
one or more applicable assessment objectives is NOT MET. &amp;lt;br /&amp;gt;&lt;br /&gt;
Satisfaction of security requirements may be accomplished by other parts of the enterprise &lt;br /&gt;
&lt;br /&gt;
or an External Service Provider (ESP), as defined in 32 CFR § 170.4. A security requirement &lt;br /&gt;
&lt;br /&gt;
is considered MET if adequate evidence is provided that the enterprise or ESP, implements &lt;br /&gt;
&lt;br /&gt;
the requirement objectives. An ESP may be external people, technology, or facilities that &lt;br /&gt;
&lt;br /&gt;
the  OSC  uses, including cloud service providers, managed service providers, managed &lt;br /&gt;
&lt;br /&gt;
security service providers, or cybersecurity-as-a-service providers. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Requirement Descriptions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
13 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Requirement Descriptions &amp;lt;br /&amp;gt;&lt;br /&gt;
This section provides detailed information and guidance for assessing each Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirement. The section is organized first  by domain and  then  by individual security &lt;br /&gt;
&lt;br /&gt;
requirement. Each security  requirement description contains the following elements  as &lt;br /&gt;
&lt;br /&gt;
described in 32 CFR § 170.14(c): &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Requirement Number, Name, and Statement:&#039;&#039;&#039; Headed by the requirement identification &lt;br /&gt;
&lt;br /&gt;
number in the format DD.L#-REQ (e.g., AC.L3-3.1.2e); followed by the requirement short &lt;br /&gt;
&lt;br /&gt;
name identifier, meant to be used for quick reference only; and finally followed by the &lt;br /&gt;
&lt;br /&gt;
complete CMMC security requirement statement. In the case where the original NIST SP &lt;br /&gt;
&lt;br /&gt;
800-172 requirement requires  an assignment and/or selection statement, the Level 3 &lt;br /&gt;
&lt;br /&gt;
assignment (and any necessary selection)  text  is  emphasized  using  underlining.  See &lt;br /&gt;
&lt;br /&gt;
Section 2.2 in NIST SP 800-172 for the discussion on assignments and selections. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Assessment Objectives [NIST SP 800-172A]: &#039;&#039;&#039;Identifies the specific list of objectives &lt;br /&gt;
&lt;br /&gt;
that must be met to receive MET for the requirement as defined in NIST SP 800-172A and &lt;br /&gt;
&lt;br /&gt;
includes the Level 3 assignment/selection text (as appropriate). In cases where a Level 3 &lt;br /&gt;
&lt;br /&gt;
assignment  fully satisfies the definition(s)  required in an  organization-defined &lt;br /&gt;
&lt;br /&gt;
parameter (ODP) in NIST SP 800-172A, the ODP statement is not included as an objective, &lt;br /&gt;
&lt;br /&gt;
since that objective has been met by the assignment itself.  However, when the &lt;br /&gt;
&lt;br /&gt;
assignment does not fully contain all required aspects of a NIST SP 800-172A ODP, the &lt;br /&gt;
&lt;br /&gt;
ODP is included as its own objective, using the original NIST SP 800-172A ODP number &lt;br /&gt;
&lt;br /&gt;
(e.g., “[ODP4]”). See the breakout box &#039;&#039;ORGANIZATION-DEFINED PARAMETERS&#039;&#039; in Section &lt;br /&gt;
&lt;br /&gt;
2.1 of NIST  SP  800-172A for additional details on an  ODP.  In all cases where an &lt;br /&gt;
&lt;br /&gt;
assignment is used within an objective, it also emphasized using underlining. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Potential Assessment Methods and Objects [NIST SP 800-172A]: &#039;&#039;&#039;Defines the nature &lt;br /&gt;
&lt;br /&gt;
and extent of the assessor’s actions. Potential assessment methods and objects are as &lt;br /&gt;
&lt;br /&gt;
defined in NIST  SP  800-172A. The methods include &#039;&#039;examine&#039;&#039;,  &#039;&#039;interview&#039;&#039;, and &#039;&#039;test&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
Assessment objects identify the items being assessed and can include specifications, &lt;br /&gt;
&lt;br /&gt;
mechanisms, activities, and individuals. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Discussion [NIST SP 800-172]: &#039;&#039;&#039;Contains discussion from the associated NIST SP 800-172 &lt;br /&gt;
&lt;br /&gt;
security requirement. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Further Discussion: &#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Expands upon the NIST content to provide supplemental information on the &lt;br /&gt;
&lt;br /&gt;
requirement intent. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Contains examples illustrating how the OSC might apply the requirement. These &lt;br /&gt;
&lt;br /&gt;
examples provide insight but are not intended to be prescriptive of how the &lt;br /&gt;
&lt;br /&gt;
requirement must be implemented, nor comprehensive of all assessment &lt;br /&gt;
&lt;br /&gt;
objectives necessary to achieve the requirement. The assessment objectives met &lt;br /&gt;
&lt;br /&gt;
within the example are referenced by letter in brackets (e.g., [a,d] for objectives &lt;br /&gt;
&lt;br /&gt;
“a” and “d”) within the text. Note that some of the examples contain company &lt;br /&gt;
&lt;br /&gt;
names; all company names used in this document are fictitious. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Requirement Descriptions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
14 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Provides potential assessment considerations. These may include common &lt;br /&gt;
&lt;br /&gt;
considerations for assessing the requirement and potential questions the assessor &lt;br /&gt;
&lt;br /&gt;
may ask when assessing the objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Key References: &#039;&#039;&#039;Lists the security requirement from NIST SP 800-172. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.2e – Organizationally Controlled Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
15 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Access Control (AC) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;AC.L3-3.1.2E – ORGANIZATIONALLY CONTROLLED ASSETS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Restrict access to systems and system components to only those information resources that &lt;br /&gt;
&lt;br /&gt;
are owned, provisioned, or issued by the organization. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Information resources that are owned, provisioned, or issued by the organization are &lt;br /&gt;
&lt;br /&gt;
identified; and &lt;br /&gt;
&lt;br /&gt;
[b] Access to systems and system components is restricted to only those information &lt;br /&gt;
&lt;br /&gt;
resources that are owned, provisioned, or issued by the organization. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Access control policy; procedures addressing the use of external systems; &lt;br /&gt;
&lt;br /&gt;
list of information resources owned, provisioned, or issued by the organization; security &lt;br /&gt;
&lt;br /&gt;
plan; system design documentation; system configuration settings and associated &lt;br /&gt;
&lt;br /&gt;
documentation; system connection or processing agreements; system audit records; account &lt;br /&gt;
&lt;br /&gt;
management documents; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for restricting or prohibiting the use &lt;br /&gt;
&lt;br /&gt;
of non-organizationally owned systems, system components, or devices; system and &lt;br /&gt;
&lt;br /&gt;
network administrators; organizational personnel responsible for system security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing restrictions on the use of non-organizationally &lt;br /&gt;
&lt;br /&gt;
owned systems, components, or devices]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Information resources that are not owned, provisioned, or issued by the organization include &lt;br /&gt;
&lt;br /&gt;
systems or system components owned by other organizations and personally owned &lt;br /&gt;
&lt;br /&gt;
devices. Non-organizational information resources present significant risks to the &lt;br /&gt;
&lt;br /&gt;
organization and complicate the ability to employ a “comply-to-connect” policy or &lt;br /&gt;
&lt;br /&gt;
implement component or device attestation techniques to ensure the integrity of the &lt;br /&gt;
&lt;br /&gt;
organizational system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.2e – Organizationally Controlled Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
16 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Implementing this requirement ensures that an organization has control over the systems &lt;br /&gt;
&lt;br /&gt;
that can connect to organizational assets. This control will allow more effective and efficient &lt;br /&gt;
&lt;br /&gt;
application of security policy. The terms “has control over” provides policy for systems that &lt;br /&gt;
&lt;br /&gt;
are not owned outright by the organization.  Control includes policies, regulations or &lt;br /&gt;
&lt;br /&gt;
standards that are enforced on the resource accessing contractor systems. Control may also &lt;br /&gt;
&lt;br /&gt;
be exercised through contracts or agreements with the external party. Provisioned includes &lt;br /&gt;
&lt;br /&gt;
setting configuration, whether through direct technical means or by policy or agreement. For &lt;br /&gt;
&lt;br /&gt;
purposes of this requirement, GFE can be considered provisioned by the OSA. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the chief network architect for your company.  Company policy states  that all &lt;br /&gt;
&lt;br /&gt;
company-owned assets  must  be separated from all non-company-owned  (i.e.,  guest or &lt;br /&gt;
&lt;br /&gt;
employee) assets. You decide the best way forward is to modify the corporate wired and &lt;br /&gt;
&lt;br /&gt;
wireless networks to only allow company-owned devices to connect [b]. All other devices &lt;br /&gt;
&lt;br /&gt;
are connected to a second (untrusted) network that non-corporate devices may use to access &lt;br /&gt;
&lt;br /&gt;
the internet.  The two environments are physically separated and are not allowed to be &lt;br /&gt;
&lt;br /&gt;
connected.  You also decide to limit the virtual private network (VPN)  services of the &lt;br /&gt;
&lt;br /&gt;
company to devices owned by the corporation by installing certificate keys and have the VPN &lt;br /&gt;
&lt;br /&gt;
validate the configuration of connecting devices before they are allowed in [b]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are a small company that uses an External Service Provider (ESP) to provide your audit &lt;br /&gt;
&lt;br /&gt;
logging.  Access between the ESP and the organization is controlled by the agreement &lt;br /&gt;
&lt;br /&gt;
between the organization and the ESP. That agreement will include the policies, standards, &lt;br /&gt;
&lt;br /&gt;
and configuration for the required access. Technical controls should be documented and in &lt;br /&gt;
&lt;br /&gt;
place which limit the ESP’s access to the minimum required to perform the logging service. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Can the organization demonstrate a non-company-owned device failing to access &lt;br /&gt;
&lt;br /&gt;
information resources owned by the company [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  How is this requirement met for organizational devices that are specialized assets (GFE, &lt;br /&gt;
&lt;br /&gt;
restricted information systems) [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the company allow employees to charge personal cell phones on organizational &lt;br /&gt;
&lt;br /&gt;
systems [b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.1.2e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.3e – Secured Information Transfer &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
17 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AC.L3-3.1.3E – SECURED INFORMATION TRANSFER &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ secure information transfer solutions to control information flows between security &lt;br /&gt;
&lt;br /&gt;
domains on connected systems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Secure information transfer solutions are defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Information flows between security domains on connected systems are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Secure information transfer solutions  are employed to control information flows &lt;br /&gt;
&lt;br /&gt;
between security domains on connected systems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Access control policy; information flow control policies; procedures &lt;br /&gt;
&lt;br /&gt;
addressing information flow enforcement; system design documentation; security plan; &lt;br /&gt;
&lt;br /&gt;
system configuration settings and associated documentation; system audit records; system &lt;br /&gt;
&lt;br /&gt;
baseline configuration; list of information flow authorizations; other relevant documents or &lt;br /&gt;
&lt;br /&gt;
records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and network administrators; organizational personnel responsible &lt;br /&gt;
&lt;br /&gt;
for information security; system developers]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing information flow enforcement policy; &lt;br /&gt;
&lt;br /&gt;
mechanisms implementing secure information transfer solutions]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations employ information flow control policies and enforcement mechanisms to &lt;br /&gt;
&lt;br /&gt;
control the flow of information between designated sources and destinations within systems &lt;br /&gt;
&lt;br /&gt;
and between connected systems. Flow control is based on the characteristics of the &lt;br /&gt;
&lt;br /&gt;
information and/or the information path. Enforcement occurs, for example, in boundary &lt;br /&gt;
&lt;br /&gt;
protection devices that employ rule sets or establish configuration settings that restrict &lt;br /&gt;
&lt;br /&gt;
system services, provide a packet-filtering capability  based on header information, or &lt;br /&gt;
&lt;br /&gt;
provide a message-filtering capability based on message content. Organizations also &lt;br /&gt;
&lt;br /&gt;
consider the trustworthiness of filtering and inspection mechanisms (i.e., hardware, &lt;br /&gt;
&lt;br /&gt;
firmware, and software components) that are critical to information flow enforcement. &amp;lt;br /&amp;gt;&lt;br /&gt;
Transferring information between systems in different security domains with different &lt;br /&gt;
&lt;br /&gt;
security policies introduces the risk that the transfers violate one or more domain security &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.3e – Secured Information Transfer &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
18 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
policies. In such situations, information owners or information stewards provide guidance &lt;br /&gt;
&lt;br /&gt;
at designated policy enforcement points between connected systems. Organizations &lt;br /&gt;
&lt;br /&gt;
mandate specific architectural solutions when required to enforce logical or physical &lt;br /&gt;
&lt;br /&gt;
separation between systems in different security domains. Enforcement includes prohibiting &lt;br /&gt;
&lt;br /&gt;
information transfers between connected systems, employing hardware mechanisms to &lt;br /&gt;
&lt;br /&gt;
enforce one-way information flows, verifying write permissions before accepting &lt;br /&gt;
&lt;br /&gt;
information from another security domain or connected system, and implementing &lt;br /&gt;
&lt;br /&gt;
trustworthy regrading mechanisms to reassign security attributes and labels. &amp;lt;br /&amp;gt;&lt;br /&gt;
Secure information transfer solutions often include one or more of the following properties: &lt;br /&gt;
&lt;br /&gt;
use of cross-domain solutions when traversing security domains, mutual authentication of &lt;br /&gt;
&lt;br /&gt;
the sender and recipient (using hardware-based cryptography), encryption of data in transit &lt;br /&gt;
&lt;br /&gt;
and at rest, isolation from other domains, and logging of information transfers (e.g., title of &lt;br /&gt;
&lt;br /&gt;
file, file size, cryptographic hash of file, sender, recipient, transfer time and Internet Protocol &lt;br /&gt;
&lt;br /&gt;
[IP] address, receipt time, and IP address). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The organization implementing this requirement must decide on the secure information &lt;br /&gt;
&lt;br /&gt;
transfer solutions they will use. The solutions must be configured to have strong protection &lt;br /&gt;
&lt;br /&gt;
mechanisms for information flow between security domains. Secure information transfer &lt;br /&gt;
&lt;br /&gt;
solutions control information flow between a Level 3 enclave and other CMMC or non-CMMC &lt;br /&gt;
&lt;br /&gt;
enclaves. If CUI requiring Level 3 protection resides in one area of the environment or within &lt;br /&gt;
&lt;br /&gt;
a given enclave outside of the normal working environment, protection to prevent &lt;br /&gt;
&lt;br /&gt;
unauthorized personnel from accessing, disseminating,  and sharing the protected &lt;br /&gt;
&lt;br /&gt;
information is required. Physical and virtual methods can be employed to implement secure &lt;br /&gt;
&lt;br /&gt;
information transfer solutions. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the administrator for an enterprise that stores and processes CUI requiring Level 3 &lt;br /&gt;
&lt;br /&gt;
protection. The files containing CUI information are tagged by the company as CUI. To ensure &lt;br /&gt;
&lt;br /&gt;
secure information transfer, you use an intermediary device to check the transfer of any CUI &lt;br /&gt;
&lt;br /&gt;
files. The device sits at the boundary of the CUI enclave, is aware of all other CUI domains in &lt;br /&gt;
&lt;br /&gt;
the enterprise, and has the ability to examine the metadata in the encrypted payload. The &lt;br /&gt;
&lt;br /&gt;
tool checks all outbound communications paths. It first checks the metadata for all data being &lt;br /&gt;
&lt;br /&gt;
transferred. If that data is identified as CUI, the device checks the destination to see if the &lt;br /&gt;
&lt;br /&gt;
transfer is to another, sufficiently certified CUI domain. If the destination is not a sufficient &lt;br /&gt;
&lt;br /&gt;
CUI domain, the tool blocks the communication path and does not allow the transfer to take &lt;br /&gt;
&lt;br /&gt;
place. If the destination is a sufficient CUI domain, the transfer is allowed. The intermediary &lt;br /&gt;
&lt;br /&gt;
device logs all blocks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined the secure information transfer solutions it is using [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined domains, boundaries, and flows between those domains &lt;br /&gt;
&lt;br /&gt;
that need to be controlled [a]? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AC.L3-3.1.3e – Secured Information Transfer &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
19 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined attributes to be associated with the CUI, and both source &lt;br /&gt;
&lt;br /&gt;
and destination objects [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined metadata or some other tagging mechanism to be used as a &lt;br /&gt;
&lt;br /&gt;
means of enforcing CUI flow control [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined filters to be used as a basis for enforcing flow control &lt;br /&gt;
&lt;br /&gt;
decisions [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization identified  CUI  flows for which flow control decisions are to be &lt;br /&gt;
&lt;br /&gt;
applied and enforced [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.1.3e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.1e – Advanced Threat Awareness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
20 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Awareness and Training (AT) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;AT.L3-3.2.1E – ADVANCED THREAT AWARENESS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Provide awareness training upon initial hire, following a significant cyber event, and at least &lt;br /&gt;
&lt;br /&gt;
annually, focused on recognizing and responding to threats from social engineering, &lt;br /&gt;
&lt;br /&gt;
advanced persistent threat actors, breaches, and suspicious behaviors; update the training &lt;br /&gt;
&lt;br /&gt;
at least annually or when there are significant changes to the threat. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Threats from social engineering, advanced persistent threat actors, breaches, and &lt;br /&gt;
&lt;br /&gt;
suspicious behaviors are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Awareness training focused on recognizing and responding to threats from social &lt;br /&gt;
&lt;br /&gt;
engineering, advanced persistent threat actors, breaches, and suspicious behaviors is &lt;br /&gt;
&lt;br /&gt;
provided upon initial hire, following a significant cyber event, and at least annually; &lt;br /&gt;
&lt;br /&gt;
[c] Significant changes to the threats from social engineering, advanced persistent threat &lt;br /&gt;
&lt;br /&gt;
actors, breaches, and suspicious behaviors are identified; and &lt;br /&gt;
&lt;br /&gt;
[d] Awareness training is updated at least annually or when there are significant changes to &lt;br /&gt;
&lt;br /&gt;
the threat. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Awareness training policy; procedures addressing awareness training &lt;br /&gt;
&lt;br /&gt;
implementation; appropriate codes of federal regulations; awareness training curriculum; &lt;br /&gt;
&lt;br /&gt;
awareness training materials; security plan; training records; threat information on social &lt;br /&gt;
&lt;br /&gt;
engineering, advanced persistent threat actors, suspicious behaviors, and breaches; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for awareness training; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for information security; organizational personnel &lt;br /&gt;
&lt;br /&gt;
comprising the general system user community]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms managing awareness training; mechanisms managing threat &lt;br /&gt;
&lt;br /&gt;
information]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.1e – Advanced Threat Awareness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
21 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An effective method to detect APT activities and reduce the effectiveness of those activities &lt;br /&gt;
&lt;br /&gt;
is to provide specific awareness training for individuals. A well-trained and security-aware &lt;br /&gt;
&lt;br /&gt;
workforce provides another organizational safeguard that can be employed as part of a &lt;br /&gt;
&lt;br /&gt;
defense-in-depth strategy to protect organizations against malicious code injections via &lt;br /&gt;
&lt;br /&gt;
email or web applications. Threat awareness training includes educating individuals on the &lt;br /&gt;
&lt;br /&gt;
various ways that APTs can infiltrate organizations, including through websites, emails, &lt;br /&gt;
&lt;br /&gt;
advertisement pop-ups, articles, and social engineering. Training can include techniques for &lt;br /&gt;
&lt;br /&gt;
recognizing suspicious emails, the use of removable systems in non-secure settings, and the &lt;br /&gt;
&lt;br /&gt;
potential targeting of individuals by adversaries outside the workplace. Awareness training &lt;br /&gt;
&lt;br /&gt;
is assessed and updated periodically to ensure that the training is relevant and effective, &lt;br /&gt;
&lt;br /&gt;
particularly with respect to the threat since it is constantly, and often rapidly, evolving. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-50] provides guidance on security awareness and training programs. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
All organizations, regardless of size,  should have a cyber training program that helps &lt;br /&gt;
&lt;br /&gt;
employees understand threats they will face on a daily basis. This training must include &lt;br /&gt;
&lt;br /&gt;
knowledge about APT actors, breaches, and suspicious behaviors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the cyber training coordinator for a small business with eight employees. You do not &lt;br /&gt;
&lt;br /&gt;
have your own in-house cyber training program. Instead, you use a third-party company to &lt;br /&gt;
&lt;br /&gt;
provide cyber training.  New hires take the course when they start,  and all current staff &lt;br /&gt;
&lt;br /&gt;
members receive refresher training at least once a year [b]. When significant changes to the &lt;br /&gt;
&lt;br /&gt;
threat landscape take place, the company contacts you and informs you that an update to the &lt;br /&gt;
&lt;br /&gt;
training has been completed [c,d] and everyone will need to receive training [b]. You keep a &lt;br /&gt;
&lt;br /&gt;
log of all employees who have gone through the cyber training program and the dates of &lt;br /&gt;
&lt;br /&gt;
training. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have evidence that employees participate in cyber awareness &lt;br /&gt;
&lt;br /&gt;
training at initial hire and at least annually thereafter or when there have been significant &lt;br /&gt;
&lt;br /&gt;
changes to the threat [b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.2.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.2e – Practical Training Exercises &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
22 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AT.L3-3.2.2E – PRACTICAL TRAINING EXERCISES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Include practical exercises in awareness training for all users, tailored by roles, to include &lt;br /&gt;
&lt;br /&gt;
general users, users with specialized roles, and privileged users,  that are aligned with &lt;br /&gt;
&lt;br /&gt;
current threat scenarios and provide feedback to individuals involved in the training and &lt;br /&gt;
&lt;br /&gt;
their supervisors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Practical exercises are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Current threat scenarios are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Individuals involved in training and their supervisors are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] Practical exercises that are aligned with current threat scenarios are included in &lt;br /&gt;
&lt;br /&gt;
awareness training for all users, tailored by roles, to include general users, users with &lt;br /&gt;
&lt;br /&gt;
specialized roles, and privileged users; and &lt;br /&gt;
&lt;br /&gt;
[e] Feedback is provided to individuals involved in the training and their supervisors. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Awareness training policy; procedures addressing awareness training &lt;br /&gt;
&lt;br /&gt;
implementation; appropriate codes of federal regulations; awareness training curriculum; &lt;br /&gt;
&lt;br /&gt;
awareness training materials; security plan; training records; threat information on social &lt;br /&gt;
&lt;br /&gt;
engineering, advanced persistent threat actors, suspicious behaviors, breaches, or other &lt;br /&gt;
&lt;br /&gt;
relevant adversary tactics, techniques, or procedures; feedback on practical exercises and &lt;br /&gt;
&lt;br /&gt;
awareness training; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for awareness training; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for information security; organizational personnel with roles identified &lt;br /&gt;
&lt;br /&gt;
for practical exercises; supervisors of personnel with roles identified for practical exercises].  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms managing awareness training; mechanisms managing threat &lt;br /&gt;
&lt;br /&gt;
information]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.2e – Practical Training Exercises &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
23 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Awareness training is most effective when it is complemented by practical exercises tailored &lt;br /&gt;
&lt;br /&gt;
to the tactics, techniques, and procedures (TTP) of the threat. Examples of practical exercises &lt;br /&gt;
&lt;br /&gt;
include unannounced social engineering attempts to gain unauthorized access, collect &lt;br /&gt;
&lt;br /&gt;
information, or simulate the adverse impact of opening malicious email attachments or &lt;br /&gt;
&lt;br /&gt;
invoking, via spear phishing attacks, malicious web links. Rapid feedback is essential to &lt;br /&gt;
&lt;br /&gt;
reinforce desired user behavior. Training results, especially failures of personnel in critical &lt;br /&gt;
&lt;br /&gt;
roles, can be indicative of a potentially serious problem. It is important that senior &lt;br /&gt;
&lt;br /&gt;
management are made aware of such situations so that they can take appropriate &lt;br /&gt;
&lt;br /&gt;
remediating actions.  &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-181] provides guidance on role-based security training, including a lexicon and &lt;br /&gt;
&lt;br /&gt;
taxonomy that describes cybersecurity work via work roles. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This  requirement  can be performed by the organization or by a  third-party company. &lt;br /&gt;
&lt;br /&gt;
Training exercises (including unannounced exercises, such as phishing training) should be &lt;br /&gt;
&lt;br /&gt;
performed at various times throughout the year to encourage employee readiness. After &lt;br /&gt;
&lt;br /&gt;
each exercise session has been completed, the results should be recorded (date, time, what &lt;br /&gt;
&lt;br /&gt;
and who the training tested, and the percent of successful and unsuccessful responses). The &lt;br /&gt;
&lt;br /&gt;
purpose of training is to help employees in all roles act appropriately for any given training &lt;br /&gt;
&lt;br /&gt;
situation, which should reflect real-life scenarios.  Collected results will help identify &lt;br /&gt;
&lt;br /&gt;
shortcomings in the cyber training and/or whether additional instructional training may be &lt;br /&gt;
&lt;br /&gt;
needed. &amp;lt;br /&amp;gt;&lt;br /&gt;
General exercises can be included for all users, but exercises tailored for specific roles are &lt;br /&gt;
&lt;br /&gt;
important, too. Training tailored for specific roles helps make sure individuals are ready for &lt;br /&gt;
&lt;br /&gt;
actions and events specific to their positions in a company. Privileged users receive training &lt;br /&gt;
&lt;br /&gt;
that emphasizes what permissions their privileged account has in a given environment and &lt;br /&gt;
&lt;br /&gt;
what extra care is required when using their privileged account. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the cyber training coordinator for a medium-sized business. You and a coworker &lt;br /&gt;
&lt;br /&gt;
have developed a  specialized awareness training to increase  cybersecurity awareness &lt;br /&gt;
&lt;br /&gt;
around your organization. Your training includes social media campaigns, social engineering &lt;br /&gt;
&lt;br /&gt;
phone calls, and phishing emails with  disguised  links to staff to train them beyond the &lt;br /&gt;
&lt;br /&gt;
standard cybersecurity training [a,b]. &amp;lt;br /&amp;gt;&lt;br /&gt;
To send simulated  phishing emails to staff, you subscribe to  a  third-party  service  that &lt;br /&gt;
&lt;br /&gt;
specializes in this area [a]. The service sets up fictitious websites with disguised links to help &lt;br /&gt;
&lt;br /&gt;
train general staff against this TTP used by APTs [d]. The third-party company tracks the &lt;br /&gt;
&lt;br /&gt;
individuals who were sent phishing emails and whether they click on any of the of the links &lt;br /&gt;
&lt;br /&gt;
within the emails. After the training action is completed, you receive a report from the third-&lt;br /&gt;
&lt;br /&gt;
party company. The results show that 20% of the staff clicked on one or more phishing email &lt;br /&gt;
&lt;br /&gt;
links, demonstrating a significant risk to your company. As the cyber training coordinator, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
AT.L3-3.2.2e – Practical Training Exercises &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
24 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
you notify the individuals, informing them they failed the training and identifying the area(s) &lt;br /&gt;
&lt;br /&gt;
of concern  [e].  You send an email to the  supervisors informing them who in their &lt;br /&gt;
&lt;br /&gt;
organization  has received training. You also send an email out to the entire company &lt;br /&gt;
&lt;br /&gt;
explaining the training that just took place and the overall results [e]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Are the individuals being trained and the results recorded [e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Are the training exercises performed [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Are the exercises set up for all users? Are there tailored exercises based on roles within &lt;br /&gt;
&lt;br /&gt;
the organization (general users, users with specialized roles, and privileged users) [d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have documentation recording the training exercises, who &lt;br /&gt;
&lt;br /&gt;
participated, and feedback provided to those who participated in a training session [c,e]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.2.2e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.1e – Authoritative Repository &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
25 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Configuration Management (CM) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CM.L3-3.4.1E – AUTHORITATIVE REPOSITORY &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Establish and maintain an authoritative source and repository to provide a trusted source &lt;br /&gt;
&lt;br /&gt;
and accountability for approved and implemented system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Approved system components are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Implemented system components are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] An authoritative source and repository are established to provide a trusted source and &lt;br /&gt;
&lt;br /&gt;
accountability for approved and implemented system components; and &lt;br /&gt;
&lt;br /&gt;
[d] An authoritative source and repository are maintained to provide a trusted source and &lt;br /&gt;
&lt;br /&gt;
accountability for approved and implemented system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; procedures addressing the baseline &lt;br /&gt;
&lt;br /&gt;
configuration of the system; configuration management plan; enterprise architecture &lt;br /&gt;
&lt;br /&gt;
documentation; system design documentation; system architecture and configuration &lt;br /&gt;
&lt;br /&gt;
documentation; system configuration settings and associated documentation; change &lt;br /&gt;
&lt;br /&gt;
control records; system and system component inventory records; inventory reviews and &lt;br /&gt;
&lt;br /&gt;
update records; security plan; system audit records; change control audit and review &lt;br /&gt;
&lt;br /&gt;
reports; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for configuration management; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for system component inventory; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for configuration change control; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for information security; system/network administrators; members of a change &lt;br /&gt;
&lt;br /&gt;
control board or similar]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms that implement configuration change control; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting configuration control of the baseline configuration; mechanisms supporting &lt;br /&gt;
&lt;br /&gt;
and/or implementing the system component inventory]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.1e – Authoritative Repository &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
26 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The establishment and maintenance of an authoritative source and repository includes a &lt;br /&gt;
&lt;br /&gt;
system component inventory of approved hardware, software, and firmware; approved &lt;br /&gt;
&lt;br /&gt;
system baseline configurations and configuration changes; and verified system software and &lt;br /&gt;
&lt;br /&gt;
firmware, as well as images and/or scripts. The authoritative source implements integrity &lt;br /&gt;
&lt;br /&gt;
controls to log changes or attempts to change software, configurations, or data in the &lt;br /&gt;
&lt;br /&gt;
repository. Additionally, changes to the repository are subject to change management &lt;br /&gt;
&lt;br /&gt;
procedures and require authentication of the user requesting the change. In certain &lt;br /&gt;
&lt;br /&gt;
situations, organizations may also require dual authorization for such changes. Software &lt;br /&gt;
&lt;br /&gt;
changes are routinely checked for integrity and authenticity to ensure that the changes are &lt;br /&gt;
&lt;br /&gt;
legitimate when updating the repository and when refreshing a system from the known, &lt;br /&gt;
&lt;br /&gt;
trusted source. The information in the repository is used to demonstrate adherence to or &lt;br /&gt;
&lt;br /&gt;
identify deviation from the established configuration baselines and to restore system &lt;br /&gt;
&lt;br /&gt;
components from a trusted source. From an automated assessment perspective, the system &lt;br /&gt;
&lt;br /&gt;
description provided by the authoritative source is referred to as the desired state. The &lt;br /&gt;
&lt;br /&gt;
desired state is compared to the actual state to check for compliance or deviations. [NIST SP &lt;br /&gt;
&lt;br /&gt;
800-128] provides guidance on security configuration management, including security &lt;br /&gt;
&lt;br /&gt;
configuration settings and configuration change control. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST IR 8011-1] provides guidance on automation support to assess system and system &lt;br /&gt;
&lt;br /&gt;
component configurations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Trusted software, whether securely developed in house or obtained from a trusted source, &lt;br /&gt;
&lt;br /&gt;
should have baseline data integrity established when first created or obtained, such as by &lt;br /&gt;
&lt;br /&gt;
using hash algorithms to obtain a hash value that would be used to validate the source prior &lt;br /&gt;
&lt;br /&gt;
to use of the software in a given system. Hardware in the repository should be stored in boxes &lt;br /&gt;
&lt;br /&gt;
or containers with tamper-evident seals. Hashes and seals should be checked on a regular &lt;br /&gt;
&lt;br /&gt;
basis employing the principle of separation of duties. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the primary system build technician at a medium-sized company. You have been put &lt;br /&gt;
&lt;br /&gt;
in charge of creating, documenting, and implementing a baseline configuration for all user &lt;br /&gt;
&lt;br /&gt;
systems [c]. You have identified a minimum set of software that is needed by all employees &lt;br /&gt;
&lt;br /&gt;
to complete their work (e.g., office automation software). You acquire trusted versions of the &lt;br /&gt;
&lt;br /&gt;
software and build one or more baselines of all system software, firmware, and applications &lt;br /&gt;
&lt;br /&gt;
required by the organization. The gold version of each baseline is stored in a secure &lt;br /&gt;
&lt;br /&gt;
configuration management system repository and updated as required to maintain integrity &lt;br /&gt;
&lt;br /&gt;
and security. Access to the build repository for updates and use is carefully controlled using &lt;br /&gt;
&lt;br /&gt;
access control mechanisms that limit access to you and your staff. All interactions with the &lt;br /&gt;
&lt;br /&gt;
repository are logged. Using an automated build tool, your team builds each organizational &lt;br /&gt;
&lt;br /&gt;
system using the standard baseline &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.1e – Authoritative Repository &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
27 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does an  authoritative  source  and repository exist  to provide a trusted source and &lt;br /&gt;
&lt;br /&gt;
accountability for approved and implemented system components [c,d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.4.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.2e – Automated Detection &amp;amp;amp; Remediation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
28 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CM.L3-3.4.2E – AUTOMATED DETECTION &amp;amp;amp; REMEDIATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ automated mechanisms to detect misconfigured or unauthorized system &lt;br /&gt;
&lt;br /&gt;
components; after detection, remove the components or place the components in a &lt;br /&gt;
&lt;br /&gt;
quarantine or remediation network  to facilitate patching, re-configuration, or other &lt;br /&gt;
&lt;br /&gt;
mitigations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Automated mechanisms to detect misconfigured or unauthorized system components &lt;br /&gt;
&lt;br /&gt;
are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Automated mechanisms are employed to detect misconfigured or unauthorized system &lt;br /&gt;
&lt;br /&gt;
components; &lt;br /&gt;
&lt;br /&gt;
[c] Misconfigured or unauthorized system components are detected; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] After detection, system components are removed  or placed  in a quarantine or &lt;br /&gt;
&lt;br /&gt;
remediation network to facilitate patching, re-configuration, or other mitigations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; procedures addressing the baseline &lt;br /&gt;
&lt;br /&gt;
configuration of the system; configuration management plan; authoritative source or &lt;br /&gt;
&lt;br /&gt;
repository; enterprise architecture documentation; system design documentation; system &lt;br /&gt;
&lt;br /&gt;
architecture and configuration documentation; system procedures addressing system &lt;br /&gt;
&lt;br /&gt;
configuration change control; configuration settings and associated documentation; change &lt;br /&gt;
&lt;br /&gt;
control records; change control audit and review reports; agenda/minutes from &lt;br /&gt;
&lt;br /&gt;
configuration change control oversight meetings; alerts/notifications of unauthorized &lt;br /&gt;
&lt;br /&gt;
baseline configuration changes; security plan; system audit records; other relevant &lt;br /&gt;
&lt;br /&gt;
documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for configuration management; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for information security; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for configuration change control; system developers; system/network &lt;br /&gt;
&lt;br /&gt;
administrators; members of a change control board or similar roles]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting configuration control of the baseline &lt;br /&gt;
&lt;br /&gt;
configuration; automated mechanisms that implement security responses to changes to the &lt;br /&gt;
&lt;br /&gt;
baseline configurations; automated mechanisms that implement configuration change &lt;br /&gt;
&lt;br /&gt;
control; automated mechanisms that detect misconfigured or unauthorized system &lt;br /&gt;
&lt;br /&gt;
components]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.2e – Automated Detection &amp;amp;amp; Remediation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
29 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System components used to process, store, transmit, or protect CUI are monitored and &lt;br /&gt;
&lt;br /&gt;
checked against the authoritative source (i.e., hardware and software inventory and &lt;br /&gt;
&lt;br /&gt;
associated baseline configurations). From an automated assessment perspective, the system &lt;br /&gt;
&lt;br /&gt;
description provided by the authoritative source is referred to as the desired state. Using &lt;br /&gt;
&lt;br /&gt;
automated tools, the desired state is compared to the actual state to check for compliance or &lt;br /&gt;
&lt;br /&gt;
deviations. Security responses to system components that are unknown or that deviate from &lt;br /&gt;
&lt;br /&gt;
approved configurations can include removing the components; halting system functions or &lt;br /&gt;
&lt;br /&gt;
processing; placing the system components in a quarantine or remediation network that &lt;br /&gt;
&lt;br /&gt;
facilitates patching, re-configuration, or other mitigations; or issuing alerts and/or &lt;br /&gt;
&lt;br /&gt;
notifications to personnel when there is an unauthorized modification of an organization-&lt;br /&gt;
&lt;br /&gt;
defined configuration item. Responses can be automated, manual, or procedural. &lt;br /&gt;
&lt;br /&gt;
Components that are removed from the system are rebuilt from the trusted configuration &lt;br /&gt;
&lt;br /&gt;
baseline established by the authoritative source. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST  IR 8011-1] provides guidance on using automation support to assess system &lt;br /&gt;
&lt;br /&gt;
configurations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For this requirement, the organization is required to implement automated tools to help &lt;br /&gt;
&lt;br /&gt;
identify misconfigured components. Once under an attacker’s control, the system may be &lt;br /&gt;
&lt;br /&gt;
modified in some manner and the automated tool should detect this. Or, if a user performs a &lt;br /&gt;
&lt;br /&gt;
manual configuration adjustment, the system will be viewed as misconfigured, and that &lt;br /&gt;
&lt;br /&gt;
change should be detected. Another common example is if a component has been offline and &lt;br /&gt;
&lt;br /&gt;
not updated, the tool should detect the incorrect configuration. If any of these scenarios &lt;br /&gt;
&lt;br /&gt;
occurs, the automated configuration management system (ACMS) will notice a change and &lt;br /&gt;
&lt;br /&gt;
can take the system offline, quarantine the system, or send an alert so the component(s) can &lt;br /&gt;
&lt;br /&gt;
be manually removed. Quarantining a misconfigured component does not require it to be &lt;br /&gt;
&lt;br /&gt;
removed from the network. Quarantining only requires that a temporary limitation be put &lt;br /&gt;
&lt;br /&gt;
in place eliminating the component’s  ability to process, store, or transmit CUI until it is &lt;br /&gt;
&lt;br /&gt;
properly configured. If a component has the potential of disrupting business operations then &lt;br /&gt;
&lt;br /&gt;
the OSC should take extra care to ensure configuration updates are properly tested and that &lt;br /&gt;
&lt;br /&gt;
components are properly configured and tested before being added to the network. Once &lt;br /&gt;
&lt;br /&gt;
one of these actions is accomplished, a system technician may need to manually inspect the &lt;br /&gt;
&lt;br /&gt;
system or rebuild it using the baseline configuration. Another option is for an ACMS to make &lt;br /&gt;
&lt;br /&gt;
adjustments while the system is running rather than performing an entire rebuild. These &lt;br /&gt;
&lt;br /&gt;
adjustments can include replacing configuration files, executable files, scripts, or library files &lt;br /&gt;
&lt;br /&gt;
on the fly. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;As the system administrator,  you implement company policy stating that every system &lt;br /&gt;
&lt;br /&gt;
connecting to the company network via VPN will be checked for specific configuration &lt;br /&gt;
&lt;br /&gt;
settings and software versioning before it is allowed to connect to the network, after it passes &lt;br /&gt;
&lt;br /&gt;
authentication  [a,b].  If any deviations from the authoritative baseline  are  identified, the &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.2e – Automated Detection &amp;amp;amp; Remediation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
30 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
system is placed in a VPN quarantine zone (remediation network) using a virtual local area &lt;br /&gt;
&lt;br /&gt;
network (VLAN) [b,c,d]. This VLAN is set up for system analysis, configuration changes, and &lt;br /&gt;
&lt;br /&gt;
rebuilding after forensic information is pulled from the system. Once the system updates are &lt;br /&gt;
&lt;br /&gt;
complete, the system will be removed from the quarantine zone and placed on the network &lt;br /&gt;
&lt;br /&gt;
through the VPN connection. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;As the system administrator, you have chosen to use a network access control (NAC) solution &lt;br /&gt;
&lt;br /&gt;
to validate system configurations before they are allowed to connect to the corporate &lt;br /&gt;
&lt;br /&gt;
network [a]. When a system plugs into or connects to a local network port or the VPN, the &lt;br /&gt;
&lt;br /&gt;
NAC solution checks the hash of installed system software [b,c]. If the system does not pass &lt;br /&gt;
&lt;br /&gt;
the configuration check, it is put in quarantine until an administrator can examine it or the &lt;br /&gt;
&lt;br /&gt;
ACMS updates the system to pass the system checks [d]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Can the organization explain  the automated process  that  identifies, quarantines, and &lt;br /&gt;
&lt;br /&gt;
remediates a system when a misconfiguration or unauthorized system component is &lt;br /&gt;
&lt;br /&gt;
identified [a,b,c,d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a patching and rebuild process for all assets that may be taken &lt;br /&gt;
&lt;br /&gt;
offline [d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.4.2e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.3e – Automated Inventory &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
31 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CM.L3-3.4.3E – AUTOMATED INVENTORY &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ automated discovery and management tools to maintain an up-to-date, complete, &lt;br /&gt;
&lt;br /&gt;
accurate, and readily available inventory of system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Automated discovery and management tools for the inventory of system components are &lt;br /&gt;
&lt;br /&gt;
identified; &lt;br /&gt;
&lt;br /&gt;
[b] An up-to-date, complete, accurate, and readily available inventory of system components &lt;br /&gt;
&lt;br /&gt;
exists; and &lt;br /&gt;
&lt;br /&gt;
[c] Automated discovery and management tools are employed to maintain an up-to-date, &lt;br /&gt;
&lt;br /&gt;
complete, accurate, and readily available inventory of system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; configuration management plan; &lt;br /&gt;
&lt;br /&gt;
procedures addressing system component inventory; procedures addressing the baseline &lt;br /&gt;
&lt;br /&gt;
configuration of the system; configuration management plan; system design documentation; &lt;br /&gt;
&lt;br /&gt;
system architecture and configuration documentation; security plan; system configuration &lt;br /&gt;
&lt;br /&gt;
settings and associated documentation; configuration change control records; system &lt;br /&gt;
&lt;br /&gt;
inventory records; change control records; system maintenance records; system audit &lt;br /&gt;
&lt;br /&gt;
records; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for configuration management; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for managing the automated mechanisms implementing the system &lt;br /&gt;
&lt;br /&gt;
component inventory; system developers; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms implementing baseline configuration maintenance; &lt;br /&gt;
&lt;br /&gt;
automated mechanisms implementing the system component inventory]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The system component inventory includes system-specific information required for &lt;br /&gt;
&lt;br /&gt;
component accountability and to provide support to identify, control, monitor, and verify &lt;br /&gt;
&lt;br /&gt;
configuration items in accordance with the authoritative source. The information necessary &lt;br /&gt;
&lt;br /&gt;
for effective accountability of system components includes the system name, hardware and &lt;br /&gt;
&lt;br /&gt;
software component owners, hardware inventory specifications, software license &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.3e – Automated Inventory &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
32 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
information, software version numbers, and—  for networked components—the machine &lt;br /&gt;
&lt;br /&gt;
names and network addresses. Inventory specifications include the manufacturer, supplier &lt;br /&gt;
&lt;br /&gt;
information, component type, date of receipt, cost, model, serial number, and physical &lt;br /&gt;
&lt;br /&gt;
location. Organizations also use automated mechanisms to implement and maintain &lt;br /&gt;
&lt;br /&gt;
authoritative (i.e., up-to-date, complete, accurate, and available) baseline configurations for &lt;br /&gt;
&lt;br /&gt;
systems that include hardware and software inventory tools, configuration management &lt;br /&gt;
&lt;br /&gt;
tools, and network management tools. Tools can be used to track version numbers on &lt;br /&gt;
&lt;br /&gt;
operating systems, applications, types of software installed, and current patch levels. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations  use  an  automated  capability to discover components connected to the &lt;br /&gt;
&lt;br /&gt;
network  and  system software  installed.  The  automated capability  must also be able to &lt;br /&gt;
&lt;br /&gt;
identify attributes associated with those components. For systems that have already been &lt;br /&gt;
&lt;br /&gt;
coupled to the environment, they should allow remote access for inspection of the system &lt;br /&gt;
&lt;br /&gt;
software configuration and components. Another option is to place an agent on systems that &lt;br /&gt;
&lt;br /&gt;
performs internal system checks to identify system software configuration and components. &lt;br /&gt;
&lt;br /&gt;
Collection of switch and router data can also be used to identify systems on networks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Within your organization, you are in charge of implementing an authoritative inventory of &lt;br /&gt;
&lt;br /&gt;
system components. You first create a list of the automated technologies you will use and &lt;br /&gt;
&lt;br /&gt;
what each technology will be responsible for identifying  [a].  This includes  gathering &lt;br /&gt;
&lt;br /&gt;
information from switches, routers, access points, primary domain controllers, and all &lt;br /&gt;
&lt;br /&gt;
connected systems or devices, whether wired or wireless (printers, IoT, IIoT, OT, IT, etc.) [b]. &lt;br /&gt;
&lt;br /&gt;
To keep the data up-to-date,  you set a very short search  frequency for identifying new &lt;br /&gt;
&lt;br /&gt;
components. To maximize availability of this data, all information will be placed in a central &lt;br /&gt;
&lt;br /&gt;
inventory/configuration management system, and automated reporting is performed every &lt;br /&gt;
&lt;br /&gt;
day [c]. A user dashboard is set up that allows you and other administrators to run reports &lt;br /&gt;
&lt;br /&gt;
at any time. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Can the organization explain the process by which current  inventory  information is &lt;br /&gt;
&lt;br /&gt;
acquired [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Is the organization able to produce an inventory of components on the network [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented  a valid  frequency  for  the component discovery &lt;br /&gt;
&lt;br /&gt;
solution [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization demonstrate that the inventory is current and accurate [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization developed a defined list of identifiable attributes for each &lt;br /&gt;
&lt;br /&gt;
component type, and is that list adequate to support component accountability [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Is the organization able to track, monitor, and verify configuration items in accordance &lt;br /&gt;
&lt;br /&gt;
with the organization’s authoritative list of components [b,c]? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CM.L3-3.4.3e – Automated Inventory &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
33 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.4.3e &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.1e – Bidirectional Authentication &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
34 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identification and Authentication (IA) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;IA.L3-3.5.1E – BIDIRECTIONAL AUTHENTICATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identify and authenticate systems and system components, where possible,  before &lt;br /&gt;
&lt;br /&gt;
establishing a network connection using bidirectional authentication that is &lt;br /&gt;
&lt;br /&gt;
cryptographically based and replay resistant. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Systems and system components to identify and authenticate are defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Bidirectional authentication that is cryptographically-based is implemented; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Bidirectional authentication that is replay-resistant is implemented; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Systems and system components, where possible, are identified and authenticated before &lt;br /&gt;
&lt;br /&gt;
establishing a network connection using bidirectional authentication that is &lt;br /&gt;
&lt;br /&gt;
cryptographically-based and replay-resistant. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Identification and authentication policy; procedures addressing device &lt;br /&gt;
&lt;br /&gt;
identification and authentication; network connection policy; security plan; system &lt;br /&gt;
&lt;br /&gt;
configuration settings and associated documentation; system design documentation; list of &lt;br /&gt;
&lt;br /&gt;
devices requiring unique identification and authentication; device connection reports; &lt;br /&gt;
&lt;br /&gt;
system audit records; list of privileged system accounts; other relevant documents or &lt;br /&gt;
&lt;br /&gt;
records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for system operations; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for account management; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
device identification and authentication; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
information security; system/network administrators; system developers]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Cryptographically-based bidirectional authentication mechanisms; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing network connection policy; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting and/or implementing replay-resistant authentication mechanisms; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting and/or implementing an identification and authentication capability; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing a device identification and authentication &lt;br /&gt;
&lt;br /&gt;
capability]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.1e – Bidirectional Authentication &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
35 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cryptographically-based and replay-resistant authentication between systems, components, &lt;br /&gt;
&lt;br /&gt;
and devices addresses the risk of unauthorized access from spoofing (i.e., claiming a false &lt;br /&gt;
&lt;br /&gt;
identity). The requirement applies to client-server authentication, server-server &lt;br /&gt;
&lt;br /&gt;
authentication, and device authentication (including mobile devices). The cryptographic key &lt;br /&gt;
&lt;br /&gt;
for authentication transactions is stored in suitably secure storage available to the &lt;br /&gt;
&lt;br /&gt;
authenticator application (e.g., keychain storage, Trusted Platform Module [TPM], Trusted &lt;br /&gt;
&lt;br /&gt;
Execution Environment [TEE], or secure element). Mandating authentication requirements &lt;br /&gt;
&lt;br /&gt;
at every connection point may not be practical, and therefore, such requirements may only &lt;br /&gt;
&lt;br /&gt;
be applied periodically or at the initial point of network connection. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-63-3] provides guidance on identity and authenticator management. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The intent of this practice is to prevent unauthorized devices from connecting to one &lt;br /&gt;
&lt;br /&gt;
another. One example satisfying this requirement is a web server configured with transport &lt;br /&gt;
&lt;br /&gt;
layer security (TLS) using mutual authentication. At a lower level in the OSI stack, IPsec &lt;br /&gt;
&lt;br /&gt;
provides application-transparent mutual authentication. Another example would be &lt;br /&gt;
&lt;br /&gt;
implementing 802.1X technology to enforce port-based NAC. This is done by enabling 802.1X &lt;br /&gt;
&lt;br /&gt;
on switches, wireless access points, and VPN connections for a given network. 802.1X defines &lt;br /&gt;
&lt;br /&gt;
authentication controls for devices trying to access a given network. NAC controls &lt;br /&gt;
&lt;br /&gt;
authorization and policy management. For this to be implemented, bidirectional &lt;br /&gt;
&lt;br /&gt;
authentication must be turned on via 802.1X. Once successfully authenticated, the device &lt;br /&gt;
&lt;br /&gt;
may communicate on the network. A final example, at the application-server level, involves &lt;br /&gt;
&lt;br /&gt;
the use of Kerberos to control 1) which files a client can access and 2) the transmission of &lt;br /&gt;
&lt;br /&gt;
sensitive data from the client to the server. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the network engineer in charge of implementing this requirement. You have been &lt;br /&gt;
&lt;br /&gt;
instructed to  implement a technology that will provide mutual authentication for client &lt;br /&gt;
&lt;br /&gt;
server connections. You implement Kerberos. &amp;lt;br /&amp;gt;&lt;br /&gt;
On the server side, client authentication is implemented by having the client establish a local &lt;br /&gt;
&lt;br /&gt;
security context. This is initially accomplished by having the client present credentials which &lt;br /&gt;
&lt;br /&gt;
are confirmed by the Active Directory Domain Controller (DC). After that, the client may &lt;br /&gt;
&lt;br /&gt;
establish context via a session of a logged-in user. The service does not accept connections &lt;br /&gt;
&lt;br /&gt;
from any unauthenticated client. &amp;lt;br /&amp;gt;&lt;br /&gt;
On the client side, server authentication requires registration, using administrator &lt;br /&gt;
&lt;br /&gt;
privileges, of unique Service Provider Names (SPNs) for each service instance offered. The &lt;br /&gt;
&lt;br /&gt;
names are registered in the Active Directory Domain Controller. When a client requests a &lt;br /&gt;
&lt;br /&gt;
connection to a service, it composes an SPN for a service instance, using known data or data &lt;br /&gt;
&lt;br /&gt;
provided by the user. For authentication, the client presents its SPN to the Key Distribution &lt;br /&gt;
&lt;br /&gt;
Center (KDC), and the KDC searches for computers with the registered SPN before allowing &lt;br /&gt;
&lt;br /&gt;
a connection via an encrypted message passed to the client for forwarding to the server. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.1e – Bidirectional Authentication &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
36 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the network engineer in charge of implementing this requirement. You have been &lt;br /&gt;
&lt;br /&gt;
instructed to implement a technology that will provide authentication for each system prior &lt;br /&gt;
&lt;br /&gt;
to connecting to the environment. You implement the company-approved scheme that uses &lt;br /&gt;
&lt;br /&gt;
cryptographic keys installed on each system for it to authenticate to the environment, as well &lt;br /&gt;
&lt;br /&gt;
as user-based cryptographic keys that are used in combination with a user’s password for &lt;br /&gt;
&lt;br /&gt;
user-level authentication [a,c].  Your authentication implementation is finalized on each &lt;br /&gt;
&lt;br /&gt;
system using an ACM solution. When a system connects to the network, the system uses the &lt;br /&gt;
&lt;br /&gt;
system-level certificate to authenticate itself to the switch before the switch will allow it to &lt;br /&gt;
&lt;br /&gt;
access the corporate network [a,c]. This is accomplished using 802.1x technology on the &lt;br /&gt;
&lt;br /&gt;
switch and by authenticating with a RADIUS server that authenticates itself with the system &lt;br /&gt;
&lt;br /&gt;
via cryptographic keys. If either system fails to authenticate to the other, the trust is broken, &lt;br /&gt;
&lt;br /&gt;
and the system will not be able to connect to or communicate on the network. You also set &lt;br /&gt;
&lt;br /&gt;
up a similar implementation in your wireless access point.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the network engineer in charge of implementing the VPN solution used by the &lt;br /&gt;
&lt;br /&gt;
organization.  To meet this requirement,  you  use  a VPN gateway server and public key &lt;br /&gt;
&lt;br /&gt;
infrastructure (PKI) certificates via a certification authority (CA) and a chain of trust. When &lt;br /&gt;
&lt;br /&gt;
a client starts a VPN connection, the server presents its certificate to the client and if the &lt;br /&gt;
&lt;br /&gt;
certificate is trusted, the client then presents its certificate to the server [a]. If the server &lt;br /&gt;
&lt;br /&gt;
validates the client certificate,  an established communications channel is opened for the &lt;br /&gt;
&lt;br /&gt;
client to finish the authentication process and gain access to the network via the VPN &lt;br /&gt;
&lt;br /&gt;
gateway server [c]. If the client fails final authentication, fails the certification validation, or &lt;br /&gt;
&lt;br /&gt;
the VPN gateway fails the certificate check by the client, the communication channel will be &lt;br /&gt;
&lt;br /&gt;
denied. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Are cryptographic keys stored securely [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the requirement been implemented for any of the three use cases, where applicable: &lt;br /&gt;
&lt;br /&gt;
client-server authentication, server-server authentication, and device authentication &lt;br /&gt;
&lt;br /&gt;
[b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.5.1e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.3e – Block Untrusted Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
37 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IA.L3-3.5.3E – BLOCK UNTRUSTED ASSETS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ automated or manual/procedural mechanisms to prohibit system components from &lt;br /&gt;
&lt;br /&gt;
connecting to organizational systems unless the components are known, authenticated, in a &lt;br /&gt;
&lt;br /&gt;
properly configured state, or in a trust profile. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] System components that are known, authenticated, in a properly configured state, or in &lt;br /&gt;
&lt;br /&gt;
a trust profile are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Automated or manual/procedural mechanisms to prohibit system components from &lt;br /&gt;
&lt;br /&gt;
connecting to organizational systems are identified; and &lt;br /&gt;
&lt;br /&gt;
[c] Automated or manual/procedural mechanisms are employed to prohibit system &lt;br /&gt;
&lt;br /&gt;
components from connecting to organizational systems unless the components are &lt;br /&gt;
&lt;br /&gt;
known, authenticated, in a properly configured state, or in a trust profile. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Configuration management policy; identification and authentication policy; &lt;br /&gt;
&lt;br /&gt;
system and information integrity policy; procedures addressing system component &lt;br /&gt;
&lt;br /&gt;
inventory; procedures addressing device identification and authentication; procedures &lt;br /&gt;
&lt;br /&gt;
addressing device configuration management; procedures addressing system monitoring &lt;br /&gt;
&lt;br /&gt;
tools and techniques; configuration management plan; security plan; system design &lt;br /&gt;
&lt;br /&gt;
documentation; system configuration settings and associated documentation; system &lt;br /&gt;
&lt;br /&gt;
inventory records; configuration management records; system monitoring records; &lt;br /&gt;
&lt;br /&gt;
alerts/notifications of unauthorized components within the system; change control records; &lt;br /&gt;
&lt;br /&gt;
system audit records; system monitoring tools and techniques documentation; documented &lt;br /&gt;
&lt;br /&gt;
authorization/approval of network services; notifications or alerts of unauthorized network &lt;br /&gt;
&lt;br /&gt;
services; system monitoring logs or records; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for managing the mechanisms &lt;br /&gt;
&lt;br /&gt;
implementing unauthorized system component detection; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for device identification and authentication; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for information security; organizational personnel responsible for installing, &lt;br /&gt;
&lt;br /&gt;
configuring, and/or maintaining the system; system/network administrators; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for monitoring the system; system developers]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.3e – Block Untrusted Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
38 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing the detection of unauthorized system &lt;br /&gt;
&lt;br /&gt;
components; mechanisms supporting and/or implementing a device identification and &lt;br /&gt;
&lt;br /&gt;
authentication capability; mechanisms for providing alerts; mechanisms supporting and/or &lt;br /&gt;
&lt;br /&gt;
implementing configuration management; cryptographic mechanisms supporting device &lt;br /&gt;
&lt;br /&gt;
attestation; mechanisms supporting and/or implementing a system monitoring capability; &lt;br /&gt;
&lt;br /&gt;
mechanisms for auditing network services]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identification and authentication of system components and component configurations can &lt;br /&gt;
&lt;br /&gt;
be determined, for example, via a cryptographic hash of the component. This is also known &lt;br /&gt;
&lt;br /&gt;
as device attestation and known operating state or trust profile. A trust profile based on &lt;br /&gt;
&lt;br /&gt;
factors such as the user, authentication method, device type, and physical location is used to &lt;br /&gt;
&lt;br /&gt;
make dynamic decisions on authorizations to data of varying types. If device attestation is &lt;br /&gt;
&lt;br /&gt;
the means of identification and authentication, then it is important that patches and updates &lt;br /&gt;
&lt;br /&gt;
to the device are handled via a configuration management process such that the patches and &lt;br /&gt;
&lt;br /&gt;
updates are done securely and do not disrupt the identification and authentication of other &lt;br /&gt;
&lt;br /&gt;
devices. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST  IR 8011-1] provides guidance on using automation support to assess system &lt;br /&gt;
&lt;br /&gt;
configurations. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This  requirement  can be achieved  in  several  ways, such as blocking based on posture &lt;br /&gt;
&lt;br /&gt;
assessments, conditional access, or trust profiles. A posture assessment can be used to assess &lt;br /&gt;
&lt;br /&gt;
a given system’s posture to validate that it meets the standards set by the organization before &lt;br /&gt;
&lt;br /&gt;
allowing it to connect. Conditional access is the set of policies and configurations that control &lt;br /&gt;
&lt;br /&gt;
devices receiving access to services and data sources. Conditional access helps an organization &lt;br /&gt;
&lt;br /&gt;
build rules that manage security controls, perform blocking, and restrict components. A trust &lt;br /&gt;
&lt;br /&gt;
profile is a set of factors that are checked to inform a device that a system can be trusted. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;In a Windows environment,  you authorize devices to connect to systems by defining &lt;br /&gt;
&lt;br /&gt;
configuration rules in one or more Group Policy Objects (GPO) that can be automatically &lt;br /&gt;
&lt;br /&gt;
applied to all relevant devices in a domain [a]. This provides you with a mechanism to apply &lt;br /&gt;
&lt;br /&gt;
rules for which devices are authorized to connect to any given system and prevent devices &lt;br /&gt;
&lt;br /&gt;
that are not within the defined list from connecting [b,c]. For instance, universal serial bus &lt;br /&gt;
&lt;br /&gt;
(USB) device rules for authorization can be defined by using a USB device’s serial number, &lt;br /&gt;
&lt;br /&gt;
model number, and manufacturer information. This information can be used to build a trust &lt;br /&gt;
&lt;br /&gt;
profile for a device and authorize it for use by a given system. You use security policies to &lt;br /&gt;
&lt;br /&gt;
prevent unauthorized components from connecting to systems [c]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IA.L3-3.5.3e – Block Untrusted Assets &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
39 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You have been assigned to build trust profiles for all devices allowed to connect to your &lt;br /&gt;
&lt;br /&gt;
organization’s systems. You want to test the capability starting with printers. You talk to your &lt;br /&gt;
&lt;br /&gt;
purchasing department, and they tell you that policy states every printer must be from a &lt;br /&gt;
&lt;br /&gt;
specific manufacturer; they only purchase four different models. They also collect all serial &lt;br /&gt;
&lt;br /&gt;
numbers from purchased printers. You gather this information and build trust profiles for &lt;br /&gt;
&lt;br /&gt;
each device [a,b]. Because your organization shares printers, you push the trust profiles out &lt;br /&gt;
&lt;br /&gt;
to organizational systems. Now, the systems are not allowed to connect to a network printer &lt;br /&gt;
&lt;br /&gt;
unless they are within the trust profiles you have provided [b,c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 3 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Your organization has implemented a network access control solution (NAC) to help ensure &lt;br /&gt;
&lt;br /&gt;
that only properly configured computers are allowed to connect to the corporate network &lt;br /&gt;
&lt;br /&gt;
[a,b]. The solution first checks for the presence of a certificate to indicate that the device is &lt;br /&gt;
&lt;br /&gt;
company-owned. It next reviews the patch state of the computer and forces the installation &lt;br /&gt;
&lt;br /&gt;
of any patches that are required by the organization. Finally, it reviews the computer’s &lt;br /&gt;
&lt;br /&gt;
configuration to ensure that the firewall is active and that the appropriate security policies &lt;br /&gt;
&lt;br /&gt;
have been applied. Once the computer has passed all of these requirements, it is allowed &lt;br /&gt;
&lt;br /&gt;
access to network resources and defined as a trusted asset for the length of its session [a]. &lt;br /&gt;
&lt;br /&gt;
Devices that do not meet all of the requirements are automatically blocked from connecting &lt;br /&gt;
&lt;br /&gt;
to the network [c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  If the organization is using a manual method, is the method outlined in detail so any user &lt;br /&gt;
&lt;br /&gt;
will be able to follow it without making an error [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  If the organization is using an automated method, can the organization explain how the &lt;br /&gt;
&lt;br /&gt;
technology performs the task? Can they explain the steps needed to implement [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can  the organization provide evidence showing they have trust profiles for specific &lt;br /&gt;
&lt;br /&gt;
devices [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization explain how their system components authenticate to a system if &lt;br /&gt;
&lt;br /&gt;
they are not using trust profiles [b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.5.3e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.1e – Security Operations Center &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
40 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Incident Response (IR) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;IR.L3-3.6.1E – SECURITY OPERATIONS CENTER &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a security operations center capability that operates 24/7, with &lt;br /&gt;
&lt;br /&gt;
allowance for remote/on-call staff. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] A security operations center capability is established; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The security operations center capability operates 24/7, with allowance for remote/on-&lt;br /&gt;
&lt;br /&gt;
call staff; and &lt;br /&gt;
&lt;br /&gt;
[c] The security operations center capability is maintained. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Incident response policy; contingency planning policy; procedures &lt;br /&gt;
&lt;br /&gt;
addressing incident handling; procedures addressing the security operations center &lt;br /&gt;
&lt;br /&gt;
operations; mechanisms supporting dynamic response capabilities; incident response plan; &lt;br /&gt;
&lt;br /&gt;
contingency plan; security plan; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for incident handling; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for contingency planning; security operations center personnel; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for information security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms that support and/or implement the security operations center &lt;br /&gt;
&lt;br /&gt;
capability; mechanisms that support and/or implement the incident handling process]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A security operations center (SOC) is the focal point for security operations and computer &lt;br /&gt;
&lt;br /&gt;
network defense for an organization. The purpose of the SOC is to defend and monitor an &lt;br /&gt;
&lt;br /&gt;
organization’s systems and networks (i.e., cyber infrastructure) on an ongoing basis. The SOC &lt;br /&gt;
&lt;br /&gt;
is also responsible for detecting, analyzing, and responding to cybersecurity incidents in a &lt;br /&gt;
&lt;br /&gt;
timely manner. The SOC is staffed with skilled technical and operational personnel (e.g., &lt;br /&gt;
&lt;br /&gt;
security analysts, incident response personnel, systems security engineers);  in some &lt;br /&gt;
&lt;br /&gt;
instances operates 24 hours per day, seven days per week; and implements technical, &lt;br /&gt;
&lt;br /&gt;
management, and operational controls (e.g., monitoring, scanning, and forensics tools) to &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.1e – Security Operations Center &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
41 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
monitor, fuse, correlate, analyze, and respond to security-relevant event data from multiple &lt;br /&gt;
&lt;br /&gt;
sources. Sources of event data include perimeter defenses, network devices (e.g., gateways, &lt;br /&gt;
&lt;br /&gt;
routers, and switches), and endpoint agent data feeds. The SOC provides a holistic situational &lt;br /&gt;
&lt;br /&gt;
awareness capability to help organizations determine the security posture of the system and &lt;br /&gt;
&lt;br /&gt;
organization. An SOC capability can be obtained in many ways. Larger organizations may &lt;br /&gt;
&lt;br /&gt;
implement a dedicated SOC while smaller organizations may employ third-party &lt;br /&gt;
&lt;br /&gt;
organizations to provide such a capability. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-61] provides guidance on incident handling. [NIST SP 800-86] and [NIST SP &lt;br /&gt;
&lt;br /&gt;
800-101] provide guidance on integrating forensic techniques into incident response. [NIST &lt;br /&gt;
&lt;br /&gt;
SP  800-150] provides guidance on cyber threat information sharing. [NIST SP  800-184] &lt;br /&gt;
&lt;br /&gt;
provides guidance on cybersecurity event recovery. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Security operations  centers are created to monitor and respond to suspicious activities &lt;br /&gt;
&lt;br /&gt;
across an organization’s IT applications and infrastructure. A SOC may be implemented in a &lt;br /&gt;
&lt;br /&gt;
variety of physical, virtual, and geographic constructs. The organization may also opt to not &lt;br /&gt;
&lt;br /&gt;
hire their own staff but to engage a third-party external service provider to serve as their &lt;br /&gt;
&lt;br /&gt;
SOC. &amp;lt;br /&amp;gt;&lt;br /&gt;
The SOC is typically comprised of multiple levels of cybersecurity analysts.  Each tier of &lt;br /&gt;
&lt;br /&gt;
cybersecurity analysts works on increasingly complex aspects of Incident Response. The SOC &lt;br /&gt;
&lt;br /&gt;
may also have dedicated cybersecurity engineers to support configuration and management &lt;br /&gt;
&lt;br /&gt;
of defensive cyber tools. The SOC may work with staff in IT operations who provide support &lt;br /&gt;
&lt;br /&gt;
to the SOC. &amp;lt;br /&amp;gt;&lt;br /&gt;
SOC capabilities run 24/7, and while staff may not always be performing tasks for the SOC, &lt;br /&gt;
&lt;br /&gt;
the capability alerts staff members and directs them to go to a facility or perform SOC actions &lt;br /&gt;
&lt;br /&gt;
from a remote location. Staff members should be scheduled or on call to ensure they are &lt;br /&gt;
&lt;br /&gt;
available when needed. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the Chief Information Security Officer (CISO) of a medium-sized organization. To &lt;br /&gt;
&lt;br /&gt;
meet the goal of 24/7 SOC operation, you have decided to adjust the current SOC, which &lt;br /&gt;
&lt;br /&gt;
operates five days a week for 12 hours a day, by minimizing active staff members and hiring &lt;br /&gt;
&lt;br /&gt;
trusted expert consultants to have on call at all times (i.e., seven days a week, 24 hours a day) &lt;br /&gt;
&lt;br /&gt;
[a,b].  You  design  your SOC to be remotely accessible so your experts can access your &lt;br /&gt;
&lt;br /&gt;
environment when needed. You also decide to set up a very strong automated capability that &lt;br /&gt;
&lt;br /&gt;
is good at identifying questionable activities and alerting the appropriate staff. You create a &lt;br /&gt;
&lt;br /&gt;
policy stating that after an alert goes out, two members of the SOC team must  remotely &lt;br /&gt;
&lt;br /&gt;
connect to the environment within 15 minutes to address the problem. All staff members &lt;br /&gt;
&lt;br /&gt;
also have regular working hours during which they perform other SOC activities, such as &lt;br /&gt;
&lt;br /&gt;
updating information to help the automated tool perform its functions [c]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.1e – Security Operations Center &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
42 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  How does the organization enable 24/7 SOC capabilities? Does the organization have &lt;br /&gt;
&lt;br /&gt;
people in seats 24/7 or on-call members?  If on-call members are used, what are the &lt;br /&gt;
&lt;br /&gt;
trigger and alerting mechanisms that allow for 24/7 coverage [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have sufficient trained full-time equivalent staff to enable 24/7 &lt;br /&gt;
&lt;br /&gt;
SOC services [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.6.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.2e – Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
43 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;IR.L3-3.6.2E – CYBER INCIDENT RESPONSE TEAM &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Establish and maintain a cyber incident response team that can be deployed by the &lt;br /&gt;
&lt;br /&gt;
organization within 24 hours. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] A cyber incident response team is established; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The cyber incident response team can be deployed by the organization within 24 hours; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[c] The cyber incident response team is maintained. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Incident response policy; procedures addressing incident response; &lt;br /&gt;
&lt;br /&gt;
incident response plan; security plan; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for incident response; organizational &lt;br /&gt;
&lt;br /&gt;
personnel from the incident response team; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
information security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing incident response]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A cyber incident response team (CIRT) is a team of experts that assesses, documents, and &lt;br /&gt;
&lt;br /&gt;
responds to cyber incidents so that organizational systems can recover quickly and &lt;br /&gt;
&lt;br /&gt;
implement the necessary controls to avoid future incidents. CIRT personnel include, for &lt;br /&gt;
&lt;br /&gt;
example, forensic analysts, malicious code analysts, systems security engineers, and real-&lt;br /&gt;
&lt;br /&gt;
time operations personnel. The incident handling capability includes performing rapid &lt;br /&gt;
&lt;br /&gt;
forensic preservation of evidence and analysis of and response to intrusions. The team &lt;br /&gt;
&lt;br /&gt;
members may or may not be full-time but need to be available to respond in the time period &lt;br /&gt;
&lt;br /&gt;
required. The size and specialties of the team are based on known and anticipated threats. &lt;br /&gt;
&lt;br /&gt;
The team is typically pre-equipped with the software and hardware (e.g., forensic tools) &lt;br /&gt;
&lt;br /&gt;
necessary for rapid identification, quarantine, mitigation, and recovery and is familiar with &lt;br /&gt;
&lt;br /&gt;
how to preserve evidence and maintain chain of custody for law enforcement or &lt;br /&gt;
&lt;br /&gt;
counterintelligence uses. For some organizations, the CIRT can be implemented as a cross &lt;br /&gt;
&lt;br /&gt;
organizational entity or as part of the Security Operations Center (SOC). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.2e – Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
44 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[NIST SP 800-61] provides guidance on incident handling. [NIST SP 800-86] and [NIST SP &lt;br /&gt;
&lt;br /&gt;
800-101] provide guidance on integrating forensic techniques into incident response. [NIST &lt;br /&gt;
&lt;br /&gt;
SP  800-150] provides guidance on cyber threat information sharing. [NIST SP  800-184] &lt;br /&gt;
&lt;br /&gt;
provides guidance on cybersecurity event recovery. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The CIRT’s primary function is to handle information security incident management and &lt;br /&gt;
&lt;br /&gt;
response for the environments the SOC oversees. The primary goals of the CIRT are triage &lt;br /&gt;
&lt;br /&gt;
and initial response to an incident. They also communicate with all the proper people to &lt;br /&gt;
&lt;br /&gt;
ensure understanding of an incident and the response actions, including  collection of &lt;br /&gt;
&lt;br /&gt;
forensic evidence, have been conveyed. &amp;lt;br /&amp;gt;&lt;br /&gt;
If and when an incident is detected by the organization’s SOC, the IR team is responsible for &lt;br /&gt;
&lt;br /&gt;
handling the incident and communicating  what has happened to the appropriate people &lt;br /&gt;
&lt;br /&gt;
within the organization, as well to the authorities (as needed). &amp;lt;br /&amp;gt;&lt;br /&gt;
The deployment of a team does not necessarily mean they are “physically deployed.” &lt;br /&gt;
&lt;br /&gt;
Deployment may simply mean connecting to a remote system in a manner that is equivalent &lt;br /&gt;
&lt;br /&gt;
to being on the system’s keyboard. Remote access can provide just as much capability as local &lt;br /&gt;
&lt;br /&gt;
access in many cases. &amp;lt;br /&amp;gt;&lt;br /&gt;
Some situations require physical access.  For instance, if the company has a physically &lt;br /&gt;
&lt;br /&gt;
isolated environment located at a remote location, a team must be physically present at the &lt;br /&gt;
&lt;br /&gt;
remote facility to perform the duties required. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the lead for an IR team within your organization. Your manager is the SOC lead, and &lt;br /&gt;
&lt;br /&gt;
she reports to the chief information officer (CIO). As the SOC is alerted and/or identifies &lt;br /&gt;
&lt;br /&gt;
incidents within the organization’s environments, you lead and deploy teams to resolve the &lt;br /&gt;
&lt;br /&gt;
issues, including incidents involving cloud-based systems. You use a custom dashboard that &lt;br /&gt;
&lt;br /&gt;
was created for your team members  to  view and manage  incidents, perform response &lt;br /&gt;
&lt;br /&gt;
actions, and record actions and notes for each case. You also have your team create an after &lt;br /&gt;
&lt;br /&gt;
action report for all incidents to which they respond; this information is used to determine &lt;br /&gt;
&lt;br /&gt;
if a given incident requires additional action and reporting [a]. &amp;lt;br /&amp;gt;&lt;br /&gt;
One  day,  you receive a message from the SOC that your website has become corrupted. &lt;br /&gt;
&lt;br /&gt;
Within  minutes,  you have a team on the system inspecting logs, analyzing applications, &lt;br /&gt;
&lt;br /&gt;
preserving key information, and looking for evidence of tampering/attack [b]. Your team &lt;br /&gt;
&lt;br /&gt;
runs through a procedure  set for this specific incident type  based on a handbook the &lt;br /&gt;
&lt;br /&gt;
organization has created  and maintains [c].  It is found that a cyberattack caused the &lt;br /&gt;
&lt;br /&gt;
corruption, but the corruption caused a crash, which prevented the attack from continuing. &lt;br /&gt;
&lt;br /&gt;
Your team takes note of all actions they perform, and at the end of the incident analysis, you &lt;br /&gt;
&lt;br /&gt;
send a message to the website lead to inform them of the issue, case number, and notes &lt;br /&gt;
&lt;br /&gt;
created by the team. The website lead has their team rebuild the system and validate that &lt;br /&gt;
&lt;br /&gt;
the attack no longer works. At the end of the incident, the CISO and CIO are informed of the &lt;br /&gt;
&lt;br /&gt;
issue. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
IR.L3-3.6.2e – Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
45 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a response capability that has remote  access to the &lt;br /&gt;
&lt;br /&gt;
organization’s systems and system components within 24 hours in place of physical &lt;br /&gt;
&lt;br /&gt;
access [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.6.2e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
PS.L3-3.9.2e – Adverse Information &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
46 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Personnel Security (PS) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;PS.L3-3.9.2E – ADVERSE INFORMATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ensure that organizational systems are protected if adverse information develops or is &lt;br /&gt;
&lt;br /&gt;
obtained about individuals with access to CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Individuals with access to CUI are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Adverse information about individuals with access to CUI is defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Organizational systems to which individuals have access are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] Mechanisms are in place to protect organizational systems if adverse information &lt;br /&gt;
&lt;br /&gt;
develops or is obtained about individuals with access to CUI. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Personnel security policy; system and services acquisition policy; &lt;br /&gt;
&lt;br /&gt;
procedures addressing personnel screening; records of screened personnel; enterprise &lt;br /&gt;
&lt;br /&gt;
architecture documentation; system design documentation; system architecture and &lt;br /&gt;
&lt;br /&gt;
configuration documentation; security plan; list of individuals who have been identified as &lt;br /&gt;
&lt;br /&gt;
posing an increased level of risk; list of appropriate access authorizations required for &lt;br /&gt;
&lt;br /&gt;
system personnel; personnel screening criteria and associated documentation; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for personnel security; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for information security; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
system and services acquisition; organizational personnel responsible for personnel &lt;br /&gt;
&lt;br /&gt;
screening]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational processes for personnel screening; mechanisms supporting &lt;br /&gt;
&lt;br /&gt;
personnel screening]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
PS.L3-3.9.2e – Adverse Information &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
47 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If adverse information develops or is obtained about an individual with access to CUI which &lt;br /&gt;
&lt;br /&gt;
calls into question whether the individual should have continued access to systems &lt;br /&gt;
&lt;br /&gt;
containing CUI, actions are taken (e.g., preclude or limit further access by the individual, &lt;br /&gt;
&lt;br /&gt;
audit actions taken by the individual) to protect the CUI while the adverse information is &lt;br /&gt;
&lt;br /&gt;
resolved. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
According to Defense Counterintelligence and Security Agency, or DCSA (Industrial Security &lt;br /&gt;
&lt;br /&gt;
Letter ISL 2011-04, revised July 15, 2020), adverse information consists of any information &lt;br /&gt;
&lt;br /&gt;
that negatively reflects the integrity or character of an  individual.  This pertains to an &lt;br /&gt;
&lt;br /&gt;
individual’s ability to safeguard sensitive information, such as CUI. Adverse information may &lt;br /&gt;
&lt;br /&gt;
simply be a report showing someone has sent sensitive information outside the organization &lt;br /&gt;
&lt;br /&gt;
or used unapproved software, against company policy. An organization may receive adverse &lt;br /&gt;
&lt;br /&gt;
information about an individual  through  police reports, reported  violations  of company &lt;br /&gt;
&lt;br /&gt;
policies (including social media posts that directly violate company policies), and revocation &lt;br /&gt;
&lt;br /&gt;
or suspension of DoD clearance. &amp;lt;br /&amp;gt;&lt;br /&gt;
When adverse information is identified about a given individual, the organization should &lt;br /&gt;
&lt;br /&gt;
take action to validate that information resources accessible by the individual have been &lt;br /&gt;
&lt;br /&gt;
identified and appropriate protection mechanisms are in place to safeguard information and &lt;br /&gt;
&lt;br /&gt;
system configurations. Based on organizational policy, an individual’s access to resources &lt;br /&gt;
&lt;br /&gt;
may be more closely monitored or restricted until further review. Logs should be examined &lt;br /&gt;
&lt;br /&gt;
to identify any attempt to perform unauthorized actions. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You learn that one of your employees has been convicted on shoplifting charges. Based on &lt;br /&gt;
&lt;br /&gt;
organizational policy, you report this information to human resources (HR), which verifies &lt;br /&gt;
&lt;br /&gt;
the information with a criminal background check [a,b,c].  Per policy, you increase the &lt;br /&gt;
&lt;br /&gt;
monitoring of the employee’s access to ensure that the employee does not exhibit patterns &lt;br /&gt;
&lt;br /&gt;
of behavior consistent with an insider threat [d]. You maintain contact with HR as they &lt;br /&gt;
&lt;br /&gt;
investigate the adverse information so that you can take stronger actions if required, such as &lt;br /&gt;
&lt;br /&gt;
removing access to organizational systems. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization define the protection mechanisms for organizational systems if &lt;br /&gt;
&lt;br /&gt;
adverse information develops or is obtained about an individual with access to CUI [d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.9.2e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.1e – Threat-Informed Risk Assessment &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
48 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Risk Assessment (RA) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.1E – THREAT-INFORMED RISK ASSESSMENT &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ threat intelligence, at a minimum from open or commercial sources, and any DoD-&lt;br /&gt;
&lt;br /&gt;
provided sources,  as part of a risk assessment to guide and inform the development of &lt;br /&gt;
&lt;br /&gt;
organizational systems, security architectures, selection of security solutions, monitoring, &lt;br /&gt;
&lt;br /&gt;
threat hunting, and response and recovery activities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Sources of threat intelligence are defined;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[a] A risk assessment methodology is identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform the &lt;br /&gt;
&lt;br /&gt;
development of organizational systems and security architectures; &lt;br /&gt;
&lt;br /&gt;
[c] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform the &lt;br /&gt;
&lt;br /&gt;
selection of security solutions; &lt;br /&gt;
&lt;br /&gt;
[d] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform &lt;br /&gt;
&lt;br /&gt;
system monitoring activities; &lt;br /&gt;
&lt;br /&gt;
[e] Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform &lt;br /&gt;
&lt;br /&gt;
threat hunting activities; and &lt;br /&gt;
&lt;br /&gt;
[f]  Threat intelligence, at a minimum from open or commercial sources, and any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources, are employed as part of a risk assessment to guide and inform &lt;br /&gt;
&lt;br /&gt;
response and recovery activities. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Information security program  plan; risk assessment policy; threat &lt;br /&gt;
&lt;br /&gt;
awareness program documentation; procedures for the threat awareness program; security &lt;br /&gt;
&lt;br /&gt;
planning policy and procedures; procedures addressing organizational assessments of risk; &lt;br /&gt;
&lt;br /&gt;
threat hunting program documentation; procedures for the threat hunting program; risk &lt;br /&gt;
&lt;br /&gt;
assessment results relevant to threat awareness; threat hunting results; list or other &lt;br /&gt;
&lt;br /&gt;
documentation on the cross-organization, information-sharing capability; security plan; risk &lt;br /&gt;
&lt;br /&gt;
assessment; risk assessment results; risk assessment reviews; risk assessment updates; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.1e – Threat-Informed Risk Assessment &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
49 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
contingency planning policy; contingency plan; incident response policy; incident response &lt;br /&gt;
&lt;br /&gt;
plan; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security program &lt;br /&gt;
&lt;br /&gt;
planning and plan implementation; organizational personnel responsible for the threat &lt;br /&gt;
&lt;br /&gt;
awareness and threat hunting programs; organizational personnel responsible for risk &lt;br /&gt;
&lt;br /&gt;
assessments; organizational personnel responsible for the cross-organization, information-&lt;br /&gt;
&lt;br /&gt;
sharing capability; organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for contingency planning; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for incident response; personnel with whom threat awareness information is &lt;br /&gt;
&lt;br /&gt;
shared by the organization]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing the threat awareness &lt;br /&gt;
&lt;br /&gt;
program; mechanisms supporting and/or implementing the cross-organization, &lt;br /&gt;
&lt;br /&gt;
information-sharing capability; mechanisms supporting and/or implementing the threat &lt;br /&gt;
&lt;br /&gt;
hunting program; mechanisms for conducting, documenting, reviewing, disseminating, and &lt;br /&gt;
&lt;br /&gt;
updating risk assessments; mechanisms supporting and/or implementing contingency &lt;br /&gt;
&lt;br /&gt;
plans; mechanisms supporting and/or implementing incident response plans]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The constant evolution and increased sophistication of adversaries, especially the APT, &lt;br /&gt;
&lt;br /&gt;
makes it more likely that adversaries can successfully compromise or breach organizational &lt;br /&gt;
&lt;br /&gt;
systems. Accordingly, threat intelligence can be integrated into each step of the risk &lt;br /&gt;
&lt;br /&gt;
management process throughout the system development life cycle. This risk management &lt;br /&gt;
&lt;br /&gt;
process includes defining system security requirements, developing system and security &lt;br /&gt;
&lt;br /&gt;
architectures, selecting security solutions, monitoring (including threat hunting), and &lt;br /&gt;
&lt;br /&gt;
remediation efforts. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-30] provides guidance on risk assessments. [NIST SP  800-39] provides &lt;br /&gt;
&lt;br /&gt;
guidance on the risk management process. [NIST SP  800-160-1] provides guidance on &lt;br /&gt;
&lt;br /&gt;
security architectures and systems security engineering. [NIST SP  800-150] provides &lt;br /&gt;
&lt;br /&gt;
guidance on cyber threat information sharing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An organization consumes threat intelligence and improves their security posture based on &lt;br /&gt;
&lt;br /&gt;
the intelligence relevant to that  organization and/or a  system(s).  The organization can &lt;br /&gt;
&lt;br /&gt;
obtain threat intelligence from open or commercial sources  but must also use  any &lt;br /&gt;
&lt;br /&gt;
DoD-provided sources. Threat information can be received in high volumes from various &lt;br /&gt;
&lt;br /&gt;
providers and must be processed and analyzed by the organization. It is the responsibility of &lt;br /&gt;
&lt;br /&gt;
the organization to process the threat information in a manner that is useful and actionable &lt;br /&gt;
&lt;br /&gt;
to their needs. Processing, analyzing, and extracting the intelligence from the threat feeds &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.1e – Threat-Informed Risk Assessment &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
50 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
and applying it to all organizational security engineering needs is the primary benefit of this &lt;br /&gt;
&lt;br /&gt;
requirement. Note that more than one source is required to meet assessment objectives. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Your organization receives a commercial threat  intelligence feed from  FIRST and &lt;br /&gt;
&lt;br /&gt;
government threat intelligence feeds from both USCERT and DoD/DC3 to help learn about &lt;br /&gt;
&lt;br /&gt;
recent threats and any additional information the threat feeds provide  [b,c,d,e,f].  Your &lt;br /&gt;
&lt;br /&gt;
organization uses the threat intelligence for multiple purposes: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To perform up-to-date risk assessments for the organization [a]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To add rules to the automated system put in place to identify threats (indicators of &lt;br /&gt;
&lt;br /&gt;
compromise, or IOCs) on the organization’s network [e]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To guide the organization in making informed selections of security solutions [c]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To shape the way the organization performs system monitoring activities [d]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To manage the escalation process for identified incidents, handling specific events, and &lt;br /&gt;
&lt;br /&gt;
performing recovery actions [f]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To provide additional information to the hunt team to identify threat activities [e]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To inform  the development and design decisions for organizational systems and the &lt;br /&gt;
&lt;br /&gt;
overall security architecture, as well as the network architecture [b,c]; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To assist in decision-making regarding systems that are part of the primary network and &lt;br /&gt;
&lt;br /&gt;
systems that are placed in special enclaves for additional protections [b]; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  To determine additional security measures based on current threat activities taking place &lt;br /&gt;
&lt;br /&gt;
in similar industry networks [c,d,e,f]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization detail how threat feed information is to be ingested, analyzed, and &lt;br /&gt;
&lt;br /&gt;
used [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization’s SOC or hunt teams discuss how they use the threat feed &lt;br /&gt;
&lt;br /&gt;
information after it is processed [e,f]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – Threat Hunting &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
51 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.2E – THREAT HUNTING &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conduct cyber threat hunting activities on an on-going aperiodic basis or when indications &lt;br /&gt;
&lt;br /&gt;
warrant, to search for indicators of compromise in organizational systems and detect, track, &lt;br /&gt;
&lt;br /&gt;
and disrupt threats that evade existing controls. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP4] Organizational systems to search for indicators of compromise are defined;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;[a] Indicators of compromise are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Cyber threat hunting activities are conducted on an on-going aperiodic basis or when &lt;br /&gt;
&lt;br /&gt;
indications warrant, to search for indicators of compromise in organizational systems; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[c] Cyber threat hunting activities are conducted on an on-going aperiodic basis or when &lt;br /&gt;
&lt;br /&gt;
indications warrant, to detect, track, and disrupt threats that evade existing controls. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; policy and procedures addressing &lt;br /&gt;
&lt;br /&gt;
system monitoring; threat hunting program documentation; procedures for the threat &lt;br /&gt;
&lt;br /&gt;
hunting program; threat hunting results; system design documentation; security plan; &lt;br /&gt;
&lt;br /&gt;
system monitoring tools and techniques documentation; security planning policy and &lt;br /&gt;
&lt;br /&gt;
procedures; system configuration settings and associated documentation; system &lt;br /&gt;
&lt;br /&gt;
monitoring logs or records; system audit records; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for threat hunting program; &lt;br /&gt;
&lt;br /&gt;
system/network administrators; organizational personnel responsible for information &lt;br /&gt;
&lt;br /&gt;
security; system developers; organizational personnel installing, configuring, and/or &lt;br /&gt;
&lt;br /&gt;
maintaining the system; organizational personnel responsible for monitoring the system &lt;br /&gt;
&lt;br /&gt;
and/or network]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing a threat hunting program; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing a system monitoring capability; mechanisms &lt;br /&gt;
&lt;br /&gt;
supporting and/or supporting and/or implementing incident response plans]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Threat hunting is an active means of defense that contrasts with traditional protection &lt;br /&gt;
&lt;br /&gt;
measures, such as firewalls, intrusion detection and prevention systems, quarantining &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – Threat Hunting &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
52 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
malicious code in sandboxes, and Security Information and Event Management (SIEM) &lt;br /&gt;
&lt;br /&gt;
technologies and systems. Cyber threat hunting involves proactively searching &lt;br /&gt;
&lt;br /&gt;
organizational systems, networks, and infrastructure for advanced threats. The objective is &lt;br /&gt;
&lt;br /&gt;
to track and disrupt cyber adversaries as early as possible in the attack sequence and to &lt;br /&gt;
&lt;br /&gt;
measurably improve the speed and accuracy of organizational responses. Indicators of &lt;br /&gt;
&lt;br /&gt;
compromise are forensic artifacts from intrusions that are identified on organizational &lt;br /&gt;
&lt;br /&gt;
systems at the host or network level and can include unusual network traffic, unusual file &lt;br /&gt;
&lt;br /&gt;
changes, and the presence of malicious code. &amp;lt;br /&amp;gt;&lt;br /&gt;
Threat hunting teams use existing threat intelligence and may create new threat information, &lt;br /&gt;
&lt;br /&gt;
which may be shared with peer organizations, Information Sharing and Analysis &lt;br /&gt;
&lt;br /&gt;
Organizations (ISAO), Information Sharing and Analysis Centers (ISAC), and relevant &lt;br /&gt;
&lt;br /&gt;
government departments  and agencies. Threat indicators, signatures, tactics, techniques, &lt;br /&gt;
&lt;br /&gt;
procedures, and other indicators of compromise may be available via government and non-&lt;br /&gt;
&lt;br /&gt;
government cooperatives, including Forum of Incident Response and Security Teams, United &lt;br /&gt;
&lt;br /&gt;
States Computer Emergency Response Team, Defense Industrial Base Cybersecurity &lt;br /&gt;
&lt;br /&gt;
Information Sharing Program, and CERT Coordination Center. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-30] provides guidance on threat and risk assessments, risk analyses, and risk &lt;br /&gt;
&lt;br /&gt;
modeling.  [NIST SP  800-160-2] provides guidance on systems security engineering and &lt;br /&gt;
&lt;br /&gt;
cyber resiliency. [NIST SP 800-150] provides guidance on cyber threat information sharing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For this requirement, threat hunting is conducted on an on-going aperiodic basis. On-going &lt;br /&gt;
&lt;br /&gt;
aperiodic refers to activities that happen over and over but without an identifiable repeating &lt;br /&gt;
&lt;br /&gt;
pattern over time. For threat hunting, on-going activities take place in an automated manner &lt;br /&gt;
&lt;br /&gt;
(e.g.,  collecting logs, automated analysis,  and  alerts).  Aperiodicity  includes humans &lt;br /&gt;
&lt;br /&gt;
performing the hunt activities, which take place on an as-needed or as-planned basis. &amp;lt;br /&amp;gt;&lt;br /&gt;
APTs can penetrate an environment by means that defeat or avoid conventional monitoring &lt;br /&gt;
&lt;br /&gt;
methods  and  alert triggers—for example,  by using zero-day attacks.  Zero-day attacks &lt;br /&gt;
&lt;br /&gt;
become known only after the attack has happened and alerts are sent via threat intelligence &lt;br /&gt;
&lt;br /&gt;
feeds based on expert analysis. Because of the nature of zero-day attacks, automated alerts &lt;br /&gt;
&lt;br /&gt;
do not generally trigger when the event occurs but the activity is captured in system logs and &lt;br /&gt;
&lt;br /&gt;
forwarded for analysis and retention by the SIEM. Threat intelligence information is typically &lt;br /&gt;
&lt;br /&gt;
used by hunt teams to search SIEM systems, system event  and security logs, and other &lt;br /&gt;
&lt;br /&gt;
components to identify activity that has already taken place on an environment. The hunt &lt;br /&gt;
&lt;br /&gt;
team will identify systems related to the event(s) and pass the case to Incident Response &lt;br /&gt;
&lt;br /&gt;
team for action on the event(s). The hunt team will also use indicators to identify smaller &lt;br /&gt;
&lt;br /&gt;
components of an attack and search for that activity, which may help uncover a broader &lt;br /&gt;
&lt;br /&gt;
attack on the environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Threat hunting can also look for anomalous behavior or activity based on an organization’s &lt;br /&gt;
&lt;br /&gt;
normal pattern of activity.  Understanding  the roles and information flows within an &lt;br /&gt;
&lt;br /&gt;
organization can help identify activity that might be indicative of adversary behavior before &lt;br /&gt;
&lt;br /&gt;
the adversary completes their attack or mission. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – Threat Hunting &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
53 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are the lead for your organization’s cyber threat hunting team.  You have local and &lt;br /&gt;
&lt;br /&gt;
remote staff on the team to process threat intelligence. Your team is tied closely with the SOC &lt;br /&gt;
&lt;br /&gt;
and IR teams. Through a DoD (DC3) intelligence feed, you receive knowledge of a recent &lt;br /&gt;
&lt;br /&gt;
APT’s attacks  on  defense  contractors.  The intelligence feed provided the indicators of &lt;br /&gt;
&lt;br /&gt;
compromise for a zero-day attack that most likely started within the past month.  After &lt;br /&gt;
&lt;br /&gt;
receiving the IOCs, you use a template for your organization to place the information in a &lt;br /&gt;
&lt;br /&gt;
standard format your team understands.  You  then  email the information to your team &lt;br /&gt;
&lt;br /&gt;
members and place the information in your hunt team’s dashboard, which tracks all IOCs [a]. &amp;lt;br /&amp;gt;&lt;br /&gt;
Your team starts by using the information to hunt for IOCs on the environment [b]. One of &lt;br /&gt;
&lt;br /&gt;
your team members quickly responds,  providing information  from the SIEM that an HR &lt;br /&gt;
&lt;br /&gt;
system’s logs show evidence that IOCs related to this threat occurred three days ago. The &lt;br /&gt;
&lt;br /&gt;
team contacts the owner of the system as they take the system offline into a quarantined &lt;br /&gt;
&lt;br /&gt;
environment. Your team pulls all logs from the system and clones the storage on the system. &lt;br /&gt;
&lt;br /&gt;
Members go through the logs to look for other systems that may be part of the APT’s attack &lt;br /&gt;
&lt;br /&gt;
[c]. While the team is cloning the storage system for evidence, you alert the IR team about &lt;br /&gt;
&lt;br /&gt;
the issue. After full forensics of the system, your team has verified your company has been &lt;br /&gt;
&lt;br /&gt;
hit by the APT, but nothing was taken and no additional attacks happened. You also alert DoD &lt;br /&gt;
&lt;br /&gt;
(DC3) about the finding and discuss the matter with them. There is an after action report and &lt;br /&gt;
&lt;br /&gt;
a briefing given to management to make them aware of the issue. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a methodology for performing cyber threat hunting actions &lt;br /&gt;
&lt;br /&gt;
[b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined all organizational  systems within scope of cyber threat &lt;br /&gt;
&lt;br /&gt;
hunting, including valid and approved documentation for any organization systems that &lt;br /&gt;
&lt;br /&gt;
are not within scope [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has  the organization identified a specific set of  individuals  to perform cyber threat &lt;br /&gt;
&lt;br /&gt;
hunting [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the threat hunting team have qualified staff members using the threat feed &lt;br /&gt;
&lt;br /&gt;
information [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the threat hunting team use  combinations of events to determine suspicious &lt;br /&gt;
&lt;br /&gt;
behaviors [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a documented list of trusted threat feeds that are used by &lt;br /&gt;
&lt;br /&gt;
their cyber hunt teams as the latest indicators of compromise during their efforts [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have a clear methodology for processing threat feed information &lt;br /&gt;
&lt;br /&gt;
and turning it into actionable information they can use for their threat hunting approach &lt;br /&gt;
&lt;br /&gt;
[a]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.2e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.3e – Advanced Risk Identification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
54 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.3E – ADVANCED RISK IDENTIFICATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ advanced automation and analytics capabilities in support of analysts to predict and &lt;br /&gt;
&lt;br /&gt;
identify risks to organizations, systems, and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Advanced automation and analytics capabilities to predict and identify risks to &lt;br /&gt;
&lt;br /&gt;
organizations, systems, and system components are identified; &lt;br /&gt;
&lt;br /&gt;
[b] Analysts to predict and identify risks to organizations, systems, and system components &lt;br /&gt;
&lt;br /&gt;
are identified; and &lt;br /&gt;
&lt;br /&gt;
[c] Advanced automation and analytics capabilities are employed in support of analysts to &lt;br /&gt;
&lt;br /&gt;
predict and identify risks to organizations, systems, and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; risk assessment policy; security &lt;br /&gt;
&lt;br /&gt;
planning policy and procedures; procedures addressing organizational assessments of risk; &lt;br /&gt;
&lt;br /&gt;
procedures addressing system monitoring; enterprise architecture documentation; system &lt;br /&gt;
&lt;br /&gt;
design documentation; system architecture and configuration documentation; system &lt;br /&gt;
&lt;br /&gt;
monitoring tools and techniques documentation; system configuration settings and &lt;br /&gt;
&lt;br /&gt;
associated documentation; system monitoring logs or records; system audit records; &lt;br /&gt;
&lt;br /&gt;
security plan; risk assessment artifacts; risk assessment results; risk assessment reviews; &lt;br /&gt;
&lt;br /&gt;
risk assessment updates; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; risk analysts; system developers; &lt;br /&gt;
&lt;br /&gt;
organizational personnel installing, configuring, and/or maintaining the system; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for monitoring; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting and/or implementing risk analytics &lt;br /&gt;
&lt;br /&gt;
capabilities; automated mechanisms supporting and/or implementing system monitoring &lt;br /&gt;
&lt;br /&gt;
capability; automated mechanisms supporting and/or implementing the discovery, &lt;br /&gt;
&lt;br /&gt;
collection, distribution, and use of indicators of compromise; automated mechanisms for &lt;br /&gt;
&lt;br /&gt;
conducting, documenting, reviewing, disseminating, and updating risk assessments]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.3e – Advanced Risk Identification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
55 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A properly resourced Security Operations Center (SOC) or Computer Incident Response &lt;br /&gt;
&lt;br /&gt;
Team (CIRT) may be overwhelmed by the volume of information generated by the &lt;br /&gt;
&lt;br /&gt;
proliferation of security tools and appliances unless it employs advanced automation and &lt;br /&gt;
&lt;br /&gt;
analytics to analyze the data. Advanced automation and predictive analytics capabilities are &lt;br /&gt;
&lt;br /&gt;
typically supported by artificial intelligence concepts and machine learning. Examples &lt;br /&gt;
&lt;br /&gt;
include Automated Workflow Operations, Automated Threat Discovery and Response &lt;br /&gt;
&lt;br /&gt;
(which includes broad-based collection, context-based analysis, and adaptive response &lt;br /&gt;
&lt;br /&gt;
capabilities), and machine-assisted decision tools. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-30] provides guidance on risk assessments and risk analyses. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Advanced automation includes tools to correlate and reduce the cyber data overload created &lt;br /&gt;
&lt;br /&gt;
by defensive tools, making the data understandable to the analyst. Automation also allows &lt;br /&gt;
&lt;br /&gt;
the defensive mechanisms to respond rapidly when adversary events are identified. &lt;br /&gt;
&lt;br /&gt;
Examples of such capabilities are SIEM; Security Orchestration, Automation, and Response &lt;br /&gt;
&lt;br /&gt;
(SOAR); and Extended Detection and Response (XDR) tools. An example of an automated &lt;br /&gt;
&lt;br /&gt;
rapid response action is a security alert being pushed to the SIEM while the organization’s &lt;br /&gt;
&lt;br /&gt;
SOAR solution communicates to the network firewall to block communications to the remote &lt;br /&gt;
&lt;br /&gt;
system identified in the security alert. &amp;lt;br /&amp;gt;&lt;br /&gt;
SIEM is  primarily a log collection tool intended to support data storage and analysis. It &lt;br /&gt;
&lt;br /&gt;
collects and sends alerts to security personnel for further investigation. SOAR is a software &lt;br /&gt;
&lt;br /&gt;
stack that enables an organization to collect data about security threats and respond to &lt;br /&gt;
&lt;br /&gt;
security events without human assistance in order to improve security operations. &lt;br /&gt;
&lt;br /&gt;
Orchestration connects and integrates disparate internal and external tools. Automation, fed &lt;br /&gt;
&lt;br /&gt;
by the data and alerts collected from security orchestration, ingests and analyzes data and &lt;br /&gt;
&lt;br /&gt;
creates repeated, automated responses. SOAR incorporates these capabilities based on the &lt;br /&gt;
&lt;br /&gt;
SIEM data and enables disparate security tools to coordinate with one another. SOAR can use &lt;br /&gt;
&lt;br /&gt;
artificial intelligence to predict and respond to similar future threats,  if such tools are &lt;br /&gt;
&lt;br /&gt;
employed. &amp;lt;br /&amp;gt;&lt;br /&gt;
XDR streamlines security data ingestion, analysis, prevention, and remediation workflows &lt;br /&gt;
&lt;br /&gt;
across an organization’s entire security stack, providing a single console to view and act on &lt;br /&gt;
&lt;br /&gt;
threat data. However, the presence of these tools by themselves does not necessarily provide &lt;br /&gt;
&lt;br /&gt;
an advanced capability.  It is essential that the security team employ  critical thinking in &lt;br /&gt;
&lt;br /&gt;
support of the intrusion detection and threat hunting processes. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. The organization holds &lt;br /&gt;
&lt;br /&gt;
and processes CUI in an enterprise. To protect that data, you want to minimize phishing &lt;br /&gt;
&lt;br /&gt;
attacks through the use of Security Orchestration and Automated Response (SOAR). Rather &lt;br /&gt;
&lt;br /&gt;
than relying on analysts to manually inspect each inbound item, emails containing links &lt;br /&gt;
&lt;br /&gt;
and/or attachments are processed by your automation playbook. Implementation of these &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.3e – Advanced Risk Identification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
56 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
processes involves sending all email links and attachments to detonation chambers or &lt;br /&gt;
&lt;br /&gt;
sandboxes prior to delivery to the recipient. When the email is received, SOAR extracts all &lt;br /&gt;
&lt;br /&gt;
URL links and attachments from the content and sends them for analysis and testing [a]. The &lt;br /&gt;
&lt;br /&gt;
domains in the URLs and the full URLs are processed against bad domain and URL lists. Next, &lt;br /&gt;
&lt;br /&gt;
a browser in a sandbox downloads the URLs for malware testing. Lastly, any attachments are &lt;br /&gt;
&lt;br /&gt;
sent to detonation chambers to identify if they attempt malicious activities. The hash of the &lt;br /&gt;
&lt;br /&gt;
attachments is sent to services to identify if it is known malware [b]. If any one of the items &lt;br /&gt;
&lt;br /&gt;
triggers a malware warning from the sandbox, detonation chamber, domain/URL validation &lt;br /&gt;
&lt;br /&gt;
service, attachment hash check services, or AV software, an alert about the original email is &lt;br /&gt;
&lt;br /&gt;
sent to team members with the recommendation to quarantine it. The team is given the &lt;br /&gt;
&lt;br /&gt;
opportunity to select a  “take action” button,  which would have the SOAR solution take &lt;br /&gt;
&lt;br /&gt;
actions to block that email and similar emails from being received by the organization [c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented a security information and event management system &lt;br /&gt;
&lt;br /&gt;
[a,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented security orchestration, automation,  and response &lt;br /&gt;
&lt;br /&gt;
tools [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use automated  processing  integrated with the  SIEM system  to &lt;br /&gt;
&lt;br /&gt;
perform analytics [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization demonstrate use  of relevant threat data to inform detection &lt;br /&gt;
&lt;br /&gt;
methods that in turn provide automated alerts/recommendations [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented an extended detection capability [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have the ability to merge traditional cyber data, such as network &lt;br /&gt;
&lt;br /&gt;
packet captures (e.g., PCAP), or process logs with enrichment data, such as reputation or &lt;br /&gt;
&lt;br /&gt;
categorization data [c]?  &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization provide examples of both basic and emerging  analytics used to &lt;br /&gt;
&lt;br /&gt;
analyze alert anomalies, e.g., both simple queries and unsupervised machine learning &lt;br /&gt;
&lt;br /&gt;
algorithms  that  both improve their effectiveness and automatically filter, reduce, or &lt;br /&gt;
&lt;br /&gt;
enrich alerting capabilities [c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.3e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.4e – Security Solution Rationale &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
57 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.4E – SECURITY SOLUTION RATIONALE &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Document or reference in the system security plan the security solution selected, the &lt;br /&gt;
&lt;br /&gt;
rationale for the security solution, and the risk determination. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] The system security plan documents or references the security solution selected; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The system security plan documents or references the rationale for the security solution; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[c] The system security plan documents or references the risk determination.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: system security plan; records of security plan reviews and updates; system &lt;br /&gt;
&lt;br /&gt;
design documentation; security planning policy; procedures addressing security plan &lt;br /&gt;
&lt;br /&gt;
development; procedures addressing security plan reviews and updates; enterprise &lt;br /&gt;
&lt;br /&gt;
architecture documentation; enterprise  security architecture documentation; system &lt;br /&gt;
&lt;br /&gt;
interconnection security agreements and other information exchange agreements; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for developing, implementing, or approving system &lt;br /&gt;
&lt;br /&gt;
interconnection and information exchange agreements; personnel managing the systems to &lt;br /&gt;
&lt;br /&gt;
which the Interconnection Security Agreement/Information Exchange Agreement applies; &lt;br /&gt;
&lt;br /&gt;
system developers; organizational personnel responsible for security planning and plan &lt;br /&gt;
&lt;br /&gt;
implementation; organizational personnel responsible for boundary protection; system &lt;br /&gt;
&lt;br /&gt;
developers; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational processes for security plan development, review, update, &lt;br /&gt;
&lt;br /&gt;
and approval]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System security plans relate security requirements to a set of security controls and solutions. &lt;br /&gt;
&lt;br /&gt;
The plans describe how the controls and solutions meet the security requirements. For the &lt;br /&gt;
&lt;br /&gt;
enhanced security requirements selected when the APT is a concern,  the security plan &lt;br /&gt;
&lt;br /&gt;
provides traceability between threat and risk assessments and the risk-based selection of a &lt;br /&gt;
&lt;br /&gt;
security solution, including discussion of relevant analyses of alternatives and rationale for &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.4e – Security Solution Rationale &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
58 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
key security-relevant architectural and design decisions. This level of detail is important as &lt;br /&gt;
&lt;br /&gt;
the threat changes, requiring reassessment of the risk and the basis for previous security &lt;br /&gt;
&lt;br /&gt;
decisions. &amp;lt;br /&amp;gt;&lt;br /&gt;
When incorporating external service providers into the system security plan, organizations &lt;br /&gt;
&lt;br /&gt;
state the type of service provided (e.g., software as a service, platform as a service), the point &lt;br /&gt;
&lt;br /&gt;
and type of connections  (including ports and protocols), the nature and type of the &lt;br /&gt;
&lt;br /&gt;
information flows to and from the service provider, and the security controls implemented &lt;br /&gt;
&lt;br /&gt;
by the service provider. For safety critical systems, organizations document situations for &lt;br /&gt;
&lt;br /&gt;
which safety is the primary reason for not implementing a security solution (i.e., the solution &lt;br /&gt;
&lt;br /&gt;
is appropriate to address the threat but causes a safety concern). &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-18] provides guidance on the development of system security plans. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The System Security Plan (SSP) is a fundamental component of an organization’s security &lt;br /&gt;
&lt;br /&gt;
posture. When solutions for implementing a requirement have differing levels of capabilities &lt;br /&gt;
&lt;br /&gt;
associated with their implementation, it is essential that the plan specifically document the &lt;br /&gt;
&lt;br /&gt;
rationale for the selected solution and what was acquired for the implementation.  This &lt;br /&gt;
&lt;br /&gt;
information allows the organization to monitor the environment for threat changes and &lt;br /&gt;
&lt;br /&gt;
identify which solutions may no longer be applicable. While not required, it may also be &lt;br /&gt;
&lt;br /&gt;
useful to document alternative solutions reviewed and differing levels of risk associated with &lt;br /&gt;
&lt;br /&gt;
each alternative, as that information may facilitate future analyses when the threat changes. &lt;br /&gt;
&lt;br /&gt;
In addition to the implementations required for Level 2 certification, which may not be risk &lt;br /&gt;
&lt;br /&gt;
based, at Level 3, the SSP must carefully document the link between the assessed threat and &lt;br /&gt;
&lt;br /&gt;
the risk-based selection of a security solution for the enhanced security requirements (i.e., &lt;br /&gt;
&lt;br /&gt;
all CMMC L3 requirements derived from NIST SP 800-172). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. Following CMMC &lt;br /&gt;
&lt;br /&gt;
requirement  RA.L3-3.11.1e  –  &#039;&#039;Threat Informed Risk Assessment&#039;&#039;,  your team uses threat &lt;br /&gt;
&lt;br /&gt;
intelligence to complete a risk assessment and make a risk determination for all elements of &lt;br /&gt;
&lt;br /&gt;
your enterprise.  Based on that view of risk, your team decides that requirement &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.2e – &#039;&#039;Threat Hunting&#039;&#039; is a requirement that is very important in protecting your &lt;br /&gt;
&lt;br /&gt;
organization’s use of CUI, and you have determined the solution selected could potentially &lt;br /&gt;
&lt;br /&gt;
add risk. You want to detect an adversary as soon as possible when they breach the network &lt;br /&gt;
&lt;br /&gt;
before any CUI can be exfiltrated. However, there are multiple threat hunting solutions, and &lt;br /&gt;
&lt;br /&gt;
each solution has a different set of features that will provide different success rates in &lt;br /&gt;
&lt;br /&gt;
identifying IOCs. &amp;lt;br /&amp;gt;&lt;br /&gt;
As a result, some solutions increase the risk to the organization by being less capable in &lt;br /&gt;
&lt;br /&gt;
detecting and tracking an adversary in your networks. To reduce risk, you evaluate five &lt;br /&gt;
&lt;br /&gt;
threat hunting solutions and in each case determine the number of IOCs for which there is a &lt;br /&gt;
&lt;br /&gt;
monitoring mechanism. You pick the solution that is cost effective, easy to operate, and &lt;br /&gt;
&lt;br /&gt;
optimizes IOC detection for your enterprise; purchase, install, and train SOC personnel on its &lt;br /&gt;
&lt;br /&gt;
use; and document the risk-based analysis  of  alternatives in the SSP. In creating that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.4e – Security Solution Rationale &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
59 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
documentation in the SSP, you follow the guidance found in NIST  SP 800-18,  &#039;&#039;Guide for &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Developing Security Plans for Federal Information Systems&#039;&#039; [a,b,c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization completed a risk assessment and made a risk determinations for &lt;br /&gt;
&lt;br /&gt;
enterprise components that need to be protected [c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization identify what is being protected and explain why specific protection &lt;br /&gt;
&lt;br /&gt;
solutions were selected [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Have all the decisions been documented in the SSP [a,b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.4e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.5e – Security Solution Effectiveness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
60 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.5E – SECURITY SOLUTION EFFECTIVENESS &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assess the effectiveness of security solutions at least annually or upon receipt of relevant &lt;br /&gt;
&lt;br /&gt;
cyber threat information, or in response to a relevant cyber incident, to address anticipated &lt;br /&gt;
&lt;br /&gt;
risk to organizational systems and the organization based on current and accumulated threat &lt;br /&gt;
&lt;br /&gt;
intelligence. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Security solutions are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Current and accumulated threat intelligence is identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Anticipated risk to organizational systems and the organization based on current and &lt;br /&gt;
&lt;br /&gt;
accumulated threat intelligence is identified; and &lt;br /&gt;
&lt;br /&gt;
[d] The effectiveness of security solutions is assessed at least annually or upon receipt of &lt;br /&gt;
&lt;br /&gt;
relevant cyber threat information, or in response to a relevant cyber incident, to address &lt;br /&gt;
&lt;br /&gt;
anticipated risk to organizational systems and the organization based on current and &lt;br /&gt;
&lt;br /&gt;
accumulated threat intelligence. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Risk assessment policy; security planning policy and procedures; security &lt;br /&gt;
&lt;br /&gt;
assessment policy and procedures; security assessment plans; security assessment results; &lt;br /&gt;
&lt;br /&gt;
procedures addressing organizational assessments of risk; security plan; risk assessment; &lt;br /&gt;
&lt;br /&gt;
risk assessment results; risk assessment reviews; risk assessment updates; threat &lt;br /&gt;
&lt;br /&gt;
intelligence information; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for security assessments; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for threat analysis; organizational personnel responsible for information &lt;br /&gt;
&lt;br /&gt;
security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting, conducting, documenting, reviewing, &lt;br /&gt;
&lt;br /&gt;
disseminating, and updating risk assessments; mechanisms supporting and/or &lt;br /&gt;
&lt;br /&gt;
implementing security assessments]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.5e – Security Solution Effectiveness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
61 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Threat awareness and risk assessment of the organization are dynamic, continuous, and &lt;br /&gt;
&lt;br /&gt;
inform system operations, security requirements for the system, and the security solutions &lt;br /&gt;
&lt;br /&gt;
employed to meet those requirements. Threat intelligence (i.e., threat information that has &lt;br /&gt;
&lt;br /&gt;
been aggregated, transformed, analyzed, interpreted, or enriched to help provide the &lt;br /&gt;
&lt;br /&gt;
necessary context for decision making) is infused into the risk assessment processes and &lt;br /&gt;
&lt;br /&gt;
information security operations of the organization to identify any changes required to &lt;br /&gt;
&lt;br /&gt;
address the dynamic threat environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-30] provides guidance on risk assessments, threat assessments, and risk &lt;br /&gt;
&lt;br /&gt;
analyses. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This requirement requires the organization to analyze threat intelligence and consider the &lt;br /&gt;
&lt;br /&gt;
effectiveness of currently deployed cybersecurity solutions against existing, new, and &lt;br /&gt;
&lt;br /&gt;
emerging threats. The goal is to understand the risk to the systems and the organization &lt;br /&gt;
&lt;br /&gt;
based on threat intelligence and to make adjustments to security solutions to reduce the risk &lt;br /&gt;
&lt;br /&gt;
to an acceptable level. Analysis of solutions should include analysis of operational system &lt;br /&gt;
&lt;br /&gt;
settings of the deployed systems and not be solely a conceptual capability analysis. This &lt;br /&gt;
&lt;br /&gt;
analysis includes verifying configuration settings are configured as desired by the &lt;br /&gt;
&lt;br /&gt;
organization and have not been changed over time. &amp;lt;br /&amp;gt;&lt;br /&gt;
Threat information can be thought of as raw data that may be limited in terms of evaluating &lt;br /&gt;
&lt;br /&gt;
the effectiveness of controls across the enterprise. For example, knowledge of a threat that &lt;br /&gt;
&lt;br /&gt;
has not been correlated with other threats may result in evaluation of an implementation &lt;br /&gt;
&lt;br /&gt;
that only provides partial protection for one set of systems when, in fact, the emerging threat &lt;br /&gt;
&lt;br /&gt;
is applicable to the entire enterprise. Large organizations may also have the resources to &lt;br /&gt;
&lt;br /&gt;
aggregate, transform, analyze, correlate, interpret, and enrich information to support &lt;br /&gt;
&lt;br /&gt;
decision-making about adequacy of existing security mechanisms and methods. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization, which holds and &lt;br /&gt;
&lt;br /&gt;
processes CUI. The organization subscribes to multiple threat intelligence sources [b]. In &lt;br /&gt;
&lt;br /&gt;
order to assess the effectiveness of current security solutions, the security team analyzes any &lt;br /&gt;
&lt;br /&gt;
new incidents reported in the threat feed. They identify weaknesses that were leveraged by &lt;br /&gt;
&lt;br /&gt;
malicious actors and subsequently look for similar weaknesses in their own security &lt;br /&gt;
&lt;br /&gt;
architecture[a,c]. This analysis is passed to the architecture team for engineering change &lt;br /&gt;
&lt;br /&gt;
recommendations, including system patching guidance, new sensors, and associated alerts &lt;br /&gt;
&lt;br /&gt;
that should be generated, and to identify ways to mitigate, transfer, or accept the risk &lt;br /&gt;
&lt;br /&gt;
necessary to respond to events if they occur within their own organization [d]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.5e – Security Solution Effectiveness &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
62 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization make adjustments during an incident or operational &lt;br /&gt;
&lt;br /&gt;
improvements after an incident has occurred [d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented an analytical process to assess the effectiveness of &lt;br /&gt;
&lt;br /&gt;
security solutions against new or compiled threat intelligence [b,c,d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented  a process to identify if an operational security &lt;br /&gt;
&lt;br /&gt;
solution fails to contribute to the protections needed against specific adversarial actions &lt;br /&gt;
&lt;br /&gt;
based on new threat intelligence [a,b,c,d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.5e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.6e – Supply Chain Risk Response &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
63 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.6E – SUPPLY CHAIN RISK RESPONSE &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Assess, respond to, and monitor supply chain risks associated with organizational systems &lt;br /&gt;
&lt;br /&gt;
and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
identified; &lt;br /&gt;
&lt;br /&gt;
[b] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
assessed; &lt;br /&gt;
&lt;br /&gt;
[c] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
responded to; and &lt;br /&gt;
&lt;br /&gt;
[d] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
monitored. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Risk assessment policy; procedures addressing organizational assessments &lt;br /&gt;
&lt;br /&gt;
of risk; security planning policy and procedures; supply chain risk management plan; &lt;br /&gt;
&lt;br /&gt;
security plan; risk assessment; risk assessment results; risk assessment reviews; risk &lt;br /&gt;
&lt;br /&gt;
assessment updates; threat intelligence information; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for supply chain risk management]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting, conducting, documenting, reviewing, &lt;br /&gt;
&lt;br /&gt;
disseminating, and updating risk assessments]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Supply chain events include disruption, use of defective components, insertion of &lt;br /&gt;
&lt;br /&gt;
counterfeits, theft, malicious development practices, improper delivery practices, and &lt;br /&gt;
&lt;br /&gt;
insertion of malicious code. These events can have a significant impact on a system and its &lt;br /&gt;
&lt;br /&gt;
information and, therefore, can also adversely impact organizational operations (i.e., &lt;br /&gt;
&lt;br /&gt;
mission, functions, image, or reputation), organizational assets, individuals, other &lt;br /&gt;
&lt;br /&gt;
organizations, and the Nation. The supply chain-related events may be unintentional or &lt;br /&gt;
&lt;br /&gt;
malicious and can occur at any point during the system life cycle. An analysis of supply chain &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.6e – Supply Chain Risk Response &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
64 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
risk can help an organization identify systems or components for which additional supply &lt;br /&gt;
&lt;br /&gt;
chain risk mitigations are required. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-30] provides guidance on risk assessments, threat assessments, and risk &lt;br /&gt;
&lt;br /&gt;
analyses. [NIST SP 800-161 Rev. 1] provides guidance on supply chain risk management. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations will have varying policies, definitions, and actions for this requirement. It is &lt;br /&gt;
&lt;br /&gt;
important for a single organization to be consistent and to build a process that makes sense &lt;br /&gt;
&lt;br /&gt;
for their organization, strategy, unique supply chain, and the technologies available to them. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &#039;&#039;&#039; &amp;lt;br /&amp;gt;&lt;br /&gt;
You are responsible for information security in your organization,  which holds and &lt;br /&gt;
&lt;br /&gt;
processes CUI. One of your responsibilities is to manage risk associated with your supply &lt;br /&gt;
&lt;br /&gt;
chain that may provide an entry point for the adversary. First, you acquire threat information &lt;br /&gt;
&lt;br /&gt;
by subscribing to reports that identify supply chain attacks in enough detail that you are able &lt;br /&gt;
&lt;br /&gt;
to identify the risk points in your organization’s supply chain [a]. You create an organization-&lt;br /&gt;
&lt;br /&gt;
defined prioritized list of risks the organization may encounter and determine the responses &lt;br /&gt;
&lt;br /&gt;
to be implemented to mitigate those risks [b,c]. &amp;lt;br /&amp;gt;&lt;br /&gt;
In addition to incident information, the intelligence provider also makes recommendations &lt;br /&gt;
&lt;br /&gt;
for monitoring and auditing your supply chain. You assess, integrate, correlate, and analyze &lt;br /&gt;
&lt;br /&gt;
this information so you can use it to acquire monitoring tools to help identify supply chain &lt;br /&gt;
&lt;br /&gt;
events that could be an indicator of an incident. This monitoring tool provides visibility of &lt;br /&gt;
&lt;br /&gt;
the entire attack surface, including your vendors’ security posture [d]. Second, you analyze &lt;br /&gt;
&lt;br /&gt;
the incident information in the intelligence report to help identify defensive tools that will &lt;br /&gt;
&lt;br /&gt;
help respond to each of those known supply chain attack techniques as soon as possible after &lt;br /&gt;
&lt;br /&gt;
such an incident is detected, thus mitigating risk associated with known techniques. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization prioritized risks to the supply chain [a,b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have viable service-level agreements that describe and enable &lt;br /&gt;
&lt;br /&gt;
responses to supply chain incidents [c,d]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.6e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.7e – Supply Chain Risk Plan &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
65 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;RA.L3-3.11.7E – SUPPLY CHAIN RISK PLAN &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Develop a plan for managing supply chain risks associated with organizational systems and &lt;br /&gt;
&lt;br /&gt;
system components; update the plan at least annually, and upon receipt of relevant cyber &lt;br /&gt;
&lt;br /&gt;
threat information, or in response to a relevant cyber incident. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Supply chain risks associated with organizational systems and system components are &lt;br /&gt;
&lt;br /&gt;
identified; &lt;br /&gt;
&lt;br /&gt;
[b] Organizational systems and system components to include in a supply chain risk &lt;br /&gt;
&lt;br /&gt;
management plan are identified; &lt;br /&gt;
&lt;br /&gt;
[c] A plan for managing supply chain risks associated with organizational systems and &lt;br /&gt;
&lt;br /&gt;
system components is developed; and &lt;br /&gt;
&lt;br /&gt;
[d] The plan for managing supply chain risks is updated at least annually, and upon receipt &lt;br /&gt;
&lt;br /&gt;
of relevant cyber threat information, or in response to a relevant cyber incident. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Risk assessment policy; supply chain risk management plan; security &lt;br /&gt;
&lt;br /&gt;
planning policy and procedures; procedures addressing organizational assessments of risk; &lt;br /&gt;
&lt;br /&gt;
security plan; risk assessment; risk assessment results; risk assessment reviews; risk &lt;br /&gt;
&lt;br /&gt;
assessment updates; threat intelligence information; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for risk assessments; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for supply chain risk management]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting, conducting, documenting, reviewing, &lt;br /&gt;
&lt;br /&gt;
disseminating, and updating risk assessments]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The growing dependence on products, systems, and services from external providers, along &lt;br /&gt;
&lt;br /&gt;
with the nature of the relationships with those providers, present an increasing level of risk &lt;br /&gt;
&lt;br /&gt;
to an organization. Threat actions that  may increase risk include the insertion or use of &lt;br /&gt;
&lt;br /&gt;
counterfeits, unauthorized production, tampering, theft, insertion of malicious software and &lt;br /&gt;
&lt;br /&gt;
hardware, and poor manufacturing and development practices in the supply chain. Supply &lt;br /&gt;
&lt;br /&gt;
chain risks can be endemic or systemic within a system element or component, a system, an &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
RA.L3-3.11.7e – Supply Chain Risk Plan &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
66 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
organization, a sector, or the Nation. Managing supply chain risk is a multifaceted &lt;br /&gt;
&lt;br /&gt;
undertaking that requires a coordinated effort across an organization to build trust &lt;br /&gt;
&lt;br /&gt;
relationships and communicate with both internal and external stakeholders. Supply chain &lt;br /&gt;
&lt;br /&gt;
risk management (SCRM) activities involve identifying and assessing risks, determining &lt;br /&gt;
&lt;br /&gt;
appropriate mitigating actions, developing SCRM plans to document selected mitigating &lt;br /&gt;
&lt;br /&gt;
actions, and monitoring performance against plans. SCRM plans address requirements for &lt;br /&gt;
&lt;br /&gt;
developing trustworthy, secure, and resilient systems and system components, including the &lt;br /&gt;
&lt;br /&gt;
application of the security design principles implemented as part of life cycle-based systems &lt;br /&gt;
&lt;br /&gt;
security engineering processes. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-161 Rev. 1] provides guidance on supply chain risk management. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An organization is required to have a supply chain risk management plan that assesses and &lt;br /&gt;
&lt;br /&gt;
responds to the identified risks from those organizations that provide IT products or &lt;br /&gt;
&lt;br /&gt;
services, including any cloud or other third-party services with a role in the operation of the &lt;br /&gt;
&lt;br /&gt;
system. The organization should be cognizant of services outside the scope of the system but &lt;br /&gt;
&lt;br /&gt;
required for the operation of the system as part of their plan. Since the cyber environment &lt;br /&gt;
&lt;br /&gt;
changes rapidly and continuously, it is equally important for the organization to update the &lt;br /&gt;
&lt;br /&gt;
plan in response to supply chain cyber incidents or emerging information. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization, and you have created a &lt;br /&gt;
&lt;br /&gt;
supply chain risk management plan [a,b,c]. One of the organization’s suppliers determines &lt;br /&gt;
&lt;br /&gt;
that it has been the victim of a cyberattack. Your security team meets with the supplier to &lt;br /&gt;
&lt;br /&gt;
determine the nature of the attack and to understand the adversary, the attack, the potential &lt;br /&gt;
&lt;br /&gt;
for corruption of delivered goods or services, and  current as well as future risks.  The &lt;br /&gt;
&lt;br /&gt;
understanding of the supply chain will help protect the local environment. Subsequently, you &lt;br /&gt;
&lt;br /&gt;
update the risk management plan to include a description of the necessary configuration &lt;br /&gt;
&lt;br /&gt;
changes or upgrades to monitoring tools to improve the ability to identify the new risks, and &lt;br /&gt;
&lt;br /&gt;
when  improved tools are available, you document the acquisition of defensive tools  and &lt;br /&gt;
&lt;br /&gt;
associated functionality to help mitigate any of the identified techniques [d]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization’s current supply chain risk management plan apply across the &lt;br /&gt;
&lt;br /&gt;
enterprise, or does it only apply to a limited portion of the supply chain [b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.11.7e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CA.L3-3.12.1e – Penetration Testing &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
67 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Security Assessment (CA) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;CA.L3-3.12.1E – PENETRATION TESTING &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Conduct penetration testing at least annually or when significant security changes are made &lt;br /&gt;
&lt;br /&gt;
to the system, leveraging automated scanning tools and ad hoc tests using subject matter &lt;br /&gt;
&lt;br /&gt;
experts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Automated scanning tools are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Ad hoc tests using subject matter experts are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Penetration testing is conducted at least annually or when significant security changes &lt;br /&gt;
&lt;br /&gt;
are made to the system,  leveraging automated scanning tools and ad hoc tests using &lt;br /&gt;
&lt;br /&gt;
subject matter experts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Security assessment policy; procedures addressing penetration testing; &lt;br /&gt;
&lt;br /&gt;
security plan; security assessment plan; penetration test report; security assessment report; &lt;br /&gt;
&lt;br /&gt;
security assessment evidence; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for security assessments; penetration &lt;br /&gt;
&lt;br /&gt;
testing team; system/network administrators; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
information security]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Automated mechanisms supporting security assessments; automated &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting penetration testing]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Penetration testing is a specialized type of assessment conducted on systems or individual &lt;br /&gt;
&lt;br /&gt;
system components to identify vulnerabilities that could be exploited by adversaries. &lt;br /&gt;
&lt;br /&gt;
Penetration testing goes beyond automated vulnerability scanning. It is conducted by &lt;br /&gt;
&lt;br /&gt;
penetration testing agents and teams with particular skills and experience that include &lt;br /&gt;
&lt;br /&gt;
technical expertise in network, operating system, and application-level security. Penetration &lt;br /&gt;
&lt;br /&gt;
testing can be used to validate vulnerabilities or determine a system’s penetration resistance &lt;br /&gt;
&lt;br /&gt;
to adversaries within specified constraints. Such constraints include time, resources, and &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CA.L3-3.12.1e – Penetration Testing &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
68 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
skills. Organizations may also supplement penetration testing with red team exercises. Red &lt;br /&gt;
&lt;br /&gt;
teams attempt to duplicate the actions of adversaries in carrying out attacks against &lt;br /&gt;
&lt;br /&gt;
organizations and provide an in-depth analysis of security-related weaknesses or &lt;br /&gt;
&lt;br /&gt;
deficiencies. &amp;lt;br /&amp;gt;&lt;br /&gt;
Organizations can use the results of vulnerability analyses to support penetration testing &lt;br /&gt;
&lt;br /&gt;
activities. Penetration testing can be conducted internally or externally on the hardware, &lt;br /&gt;
&lt;br /&gt;
software, or firmware components of a system and can exercise both physical and technical &lt;br /&gt;
&lt;br /&gt;
controls. A standard method for penetration testing includes pretest analysis based on full &lt;br /&gt;
&lt;br /&gt;
knowledge of the system, pretest identification of potential vulnerabilities based on the &lt;br /&gt;
&lt;br /&gt;
pretest analysis, and testing designed to determine the exploitability of vulnerabilities. All &lt;br /&gt;
&lt;br /&gt;
parties agree to the specified rules of engagement before the commencement of penetration &lt;br /&gt;
&lt;br /&gt;
testing. Organizations correlate the rules of engagement for penetration tests and red &lt;br /&gt;
&lt;br /&gt;
teaming exercises (if used) with the tools, techniques, and procedures that they anticipate &lt;br /&gt;
&lt;br /&gt;
adversaries may employ. The penetration testing or red team exercises may be organization-&lt;br /&gt;
&lt;br /&gt;
based or external to the organization. In either case, it is important that the team possesses &lt;br /&gt;
&lt;br /&gt;
the necessary skills and resources to do the job and is objective in its assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP 800-53A] provides guidance on conducting security assessments. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
It is important  that the organization has a repeatable penetration testing capability, &lt;br /&gt;
&lt;br /&gt;
regardless of who performs the penetration testing. This requirement entails performing &lt;br /&gt;
&lt;br /&gt;
tests against components of the organization’s architecture to identify cyber weaknesses and &lt;br /&gt;
&lt;br /&gt;
vulnerabilities. It does not mean everything in the architecture requires penetration testing. &lt;br /&gt;
&lt;br /&gt;
This requirement provides findings and mitigation strategies that benefit the organization &lt;br /&gt;
&lt;br /&gt;
and help create a stronger environment against adversary efforts. It may be beneficial for &lt;br /&gt;
&lt;br /&gt;
the organization to define the scope of penetration testing. The organization’s approach may &lt;br /&gt;
&lt;br /&gt;
involve  hiring an expert penetration testing team to perform testing on behalf of the &lt;br /&gt;
&lt;br /&gt;
organization. When an organization has penetration testing performed, either by an internal &lt;br /&gt;
&lt;br /&gt;
team or external firm, they should establish rules of engagement and impose limits on what &lt;br /&gt;
&lt;br /&gt;
can be performed by the penetration test team(s). &amp;lt;br /&amp;gt;&lt;br /&gt;
Ensuring the objectivity of the test team is important as well. Potential conflicts of interest, &lt;br /&gt;
&lt;br /&gt;
such as having internal testers report directly or indirectly to network defenders or an &lt;br /&gt;
&lt;br /&gt;
external test team contracted by network defense leadership, must be carefully managed by &lt;br /&gt;
&lt;br /&gt;
organizational leadership. &amp;lt;br /&amp;gt;&lt;br /&gt;
Reports on the findings should be used by the organization to determine where to focus &lt;br /&gt;
&lt;br /&gt;
funding, staffing, training, or technical improvements for future mitigation strategies. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
CA.L3-3.12.1e – Penetration Testing &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
69 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. Leveraging  a contract &lt;br /&gt;
&lt;br /&gt;
managed by the CIO,  you hire  an external expert penetration team  annually  to test the &lt;br /&gt;
&lt;br /&gt;
security of the organization’s enclave that stores and processes CUI [a,c]. You hire the same &lt;br /&gt;
&lt;br /&gt;
firm annually or on an ad hoc basis when significant changes are made to the architecture or &lt;br /&gt;
&lt;br /&gt;
components that affect security [b,c]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization have internal team members who  possess the proper level of &lt;br /&gt;
&lt;br /&gt;
expertise to perform a valued penetration testing effort [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  If the penetration  testing  is  performed  by an internal team, are the individuals &lt;br /&gt;
&lt;br /&gt;
performing the testing objectively [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Is  a  penetration  testing final report  provided  to the internal  team  responsible for &lt;br /&gt;
&lt;br /&gt;
organizational defense? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  If previous penetration tests have been conducted, can the organization provide samples &lt;br /&gt;
&lt;br /&gt;
of penetration test plans, findings reports, and mitigation guidance based on the findings &lt;br /&gt;
&lt;br /&gt;
[a,b,c]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.12.1e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SC.L3-3.13.4e – isolation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
70 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System and Communications Protection (SC) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;SC.L3-3.13.4E – ISOLATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Employ physical isolation techniques or logical isolation techniques or both in organizational &lt;br /&gt;
&lt;br /&gt;
systems and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] One or more of the following is/are selected: physical isolation techniques; &lt;br /&gt;
&lt;br /&gt;
logical isolation techniques; &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP2] Physical isolation techniques are defined (if selected); &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP3] Logical isolation techniques are defined (if selected); &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Physical isolation techniques or logical isolation techniques or both  are employed in &lt;br /&gt;
&lt;br /&gt;
organizational systems and system components. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and communications protection policy; procedures addressing &lt;br /&gt;
&lt;br /&gt;
boundary protection; system design documentation; procedures addressing the use of thin &lt;br /&gt;
&lt;br /&gt;
nodes; list of key internal boundaries of the system; security plan; boundary protection &lt;br /&gt;
&lt;br /&gt;
hardware and software; system configuration settings and associated documentation; &lt;br /&gt;
&lt;br /&gt;
enterprise architecture documentation; system architecture; security architecture &lt;br /&gt;
&lt;br /&gt;
documentation; system audit records; system component inventory; list of security tools and &lt;br /&gt;
&lt;br /&gt;
support components to be isolated from other system components; other relevant &lt;br /&gt;
&lt;br /&gt;
documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
system/network administrators; system developers; organizational personnel responsible &lt;br /&gt;
&lt;br /&gt;
for boundary protection]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing the boundary protection capability; mechanisms &lt;br /&gt;
&lt;br /&gt;
implementing physical isolation techniques; mechanisms supporting and/or implementing &lt;br /&gt;
&lt;br /&gt;
the isolation of information security tools, mechanisms, and support components; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing the capability to separate system components &lt;br /&gt;
&lt;br /&gt;
supporting organizational missions and business functions; mechanisms implementing &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SC.L3-3.13.4e – isolation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
71 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
logical isolation techniques; mechanisms supporting or implementing separate network &lt;br /&gt;
&lt;br /&gt;
addresses/different subnets; mechanisms supporting and/or implementing thin nodes]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A mix of physical and logical isolation techniques (described below) implemented as part of &lt;br /&gt;
&lt;br /&gt;
the system architecture can limit the unauthorized flow of CUI, reduce the system attack &lt;br /&gt;
&lt;br /&gt;
surface, constrain the number of system components that must be secure, and impede the &lt;br /&gt;
&lt;br /&gt;
movement of an adversary. When implemented with a set of managed interfaces, physical &lt;br /&gt;
&lt;br /&gt;
and logical isolation techniques for organizational systems and components can isolate CUI &lt;br /&gt;
&lt;br /&gt;
into separate security domains where additional protections can be implemented. Any &lt;br /&gt;
&lt;br /&gt;
communications across the managed interfaces (i.e., across security domains), including for &lt;br /&gt;
&lt;br /&gt;
management or administrative purposes, constitutes remote access even if the &lt;br /&gt;
&lt;br /&gt;
communications remain within the organization. Separating system components with &lt;br /&gt;
&lt;br /&gt;
boundary protection mechanisms allows for the increased protection of individual &lt;br /&gt;
&lt;br /&gt;
components and more effective control of information flows between those components. &lt;br /&gt;
&lt;br /&gt;
This enhanced protection limits the potential harm from and susceptibility to hostile cyber-&lt;br /&gt;
&lt;br /&gt;
attacks and errors. The degree of isolation can vary depending on the boundary protection &lt;br /&gt;
&lt;br /&gt;
mechanisms selected. Boundary protection mechanisms include routers, gateways, and &lt;br /&gt;
&lt;br /&gt;
firewalls separating system components into physically separate networks or subnetworks; &lt;br /&gt;
&lt;br /&gt;
virtualization and micro-virtualization techniques; encrypting information flows among &lt;br /&gt;
&lt;br /&gt;
system components using distinct encryption keys; cross-domain devices separating &lt;br /&gt;
&lt;br /&gt;
subnetworks; and complete physical separation (i.e., air gaps). &amp;lt;br /&amp;gt;&lt;br /&gt;
System architectures include logical isolation, partial physical and logical isolation, or &lt;br /&gt;
&lt;br /&gt;
complete physical isolation between subsystems and at system boundaries between &lt;br /&gt;
&lt;br /&gt;
resources that store, process, transmit, or protect CUI and other resources. Examples &lt;br /&gt;
&lt;br /&gt;
include: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Logical isolation: Data tagging, digital rights  management (DRM), and data loss &lt;br /&gt;
&lt;br /&gt;
prevention (DLP) that tags, monitors, and restricts the flow of CUI; virtual machines or &lt;br /&gt;
&lt;br /&gt;
containers that separate CUI and other information on hosts; and virtual local area &lt;br /&gt;
&lt;br /&gt;
networks (VLAN) that keep CUI and other information separate on networks. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Partial physical and logical isolation: Physically or cryptographically isolated networks, &lt;br /&gt;
&lt;br /&gt;
dedicated hardware in data centers, and secure clients that (a) may not directly access &lt;br /&gt;
&lt;br /&gt;
resources outside of the domain (i.e., all applications with cross-enclave connectivity &lt;br /&gt;
&lt;br /&gt;
execute as remote virtual applications hosted in a demilitarized zone [DMZ] or internal &lt;br /&gt;
&lt;br /&gt;
and protected enclave), (b) access via remote virtualized applications or virtual desktop &lt;br /&gt;
&lt;br /&gt;
with no file transfer capability other than  with dual authorization, or (c) employ &lt;br /&gt;
&lt;br /&gt;
dedicated client hardware (e.g., a zero or thin client) or hardware approved for multi-&lt;br /&gt;
&lt;br /&gt;
level secure (MLS) usage. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Complete physical isolation: Dedicated (not shared) client and server hardware; &lt;br /&gt;
&lt;br /&gt;
physically isolated, stand-alone enclaves for clients and servers; and (a) logically &lt;br /&gt;
&lt;br /&gt;
separate network traffic (e.g., using a VLAN) with end-to-end encryption using Public Key &lt;br /&gt;
&lt;br /&gt;
Infrastructure (PKI)-based cryptography or (b) physical isolation from other networks. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SC.L3-3.13.4e – isolation &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
72 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Isolation techniques are selected based on a risk management perspective that balances the &lt;br /&gt;
&lt;br /&gt;
threat, the information being protected, and the cost of the options for protection. &lt;br /&gt;
&lt;br /&gt;
Architectural and design decisions are guided and informed by the security requirements &lt;br /&gt;
&lt;br /&gt;
and selected solutions. Organizations consider the trustworthiness of the isolation &lt;br /&gt;
&lt;br /&gt;
techniques employed (e.g., the logical isolation relies on information technology that could &lt;br /&gt;
&lt;br /&gt;
be considered a high value target because of the function being performed), introducing its &lt;br /&gt;
&lt;br /&gt;
own set of vulnerabilities. &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-160-1] provides guidance on developing trustworthy, secure, and cyber &lt;br /&gt;
&lt;br /&gt;
resilient systems using systems security engineering practices and security design concepts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For this requirement, organizations must identify the systems or enclaves that need to be &lt;br /&gt;
&lt;br /&gt;
isolated,  then design and implement the isolation.  The resulting isolation solutions are &lt;br /&gt;
&lt;br /&gt;
documented  or referenced in the SSP.  Documentation will be dependent on the design &lt;br /&gt;
&lt;br /&gt;
selected and may include a high-level diagram, but specific details that may change on some &lt;br /&gt;
&lt;br /&gt;
frequency would be omitted. During an assessment, providing details such as subnet and &lt;br /&gt;
&lt;br /&gt;
VLAN implementation identifiers, internal boundary protection hardware and software, &lt;br /&gt;
&lt;br /&gt;
interface device functionality, and system configuration and  Access Control List (ACL) &lt;br /&gt;
&lt;br /&gt;
settings will be useful. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization,  which holds and &lt;br /&gt;
&lt;br /&gt;
processes CUI. You have decided  to isolate the  systems processing  CUI  by limiting all &lt;br /&gt;
&lt;br /&gt;
communications in and out that enclave with cross-domain interface devices that implement &lt;br /&gt;
&lt;br /&gt;
access control [a]. Your security team has identified all the systems containing such CUI, &lt;br /&gt;
&lt;br /&gt;
documented network design details, developed network diagrams showing access control &lt;br /&gt;
&lt;br /&gt;
points, documented the logic for the access control enforcement decisions, described the &lt;br /&gt;
&lt;br /&gt;
interface and protocol to the identification and authentication mechanisms, and documented &lt;br /&gt;
&lt;br /&gt;
all details associated with the ACLs, including review, updates, and credential revocation &lt;br /&gt;
&lt;br /&gt;
procedures. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization clearly identified where they use physical, logical, or both isolation &lt;br /&gt;
&lt;br /&gt;
techniques [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Can the organization describe the isolation techniques they have employed [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization deployed subnetting, internal firewalls, and VLANs  to control &lt;br /&gt;
&lt;br /&gt;
packet flow between internal segments [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization employ metadata to inform isolation techniques [a]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.13.4e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
73 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
System and Information Integrity (SI) &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;SI.L3-3.14.1E – INTEGRITY VERIFICATION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Verify the integrity of security critical and essential software using root of trust mechanisms &lt;br /&gt;
&lt;br /&gt;
or cryptographic signatures. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] Security critical or essential software is defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Root of trust mechanisms or cryptographic signatures are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] The integrity of security critical and essential software  is verified using root of trust &lt;br /&gt;
&lt;br /&gt;
mechanisms or cryptographic signatures. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; procedures addressing software, &lt;br /&gt;
&lt;br /&gt;
firmware, and information integrity; system design documentation; security plan; system &lt;br /&gt;
&lt;br /&gt;
configuration settings and associated documentation; system component inventory; &lt;br /&gt;
&lt;br /&gt;
integrity verification tools and associated documentation; records of integrity verification &lt;br /&gt;
&lt;br /&gt;
scans; system audit records; cryptographic mechanisms and associated documentation; &lt;br /&gt;
&lt;br /&gt;
records of detected unauthorized changes to software, firmware, and information; other &lt;br /&gt;
&lt;br /&gt;
relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT  FROM:  Organizational personnel responsible for information security; &lt;br /&gt;
&lt;br /&gt;
organizational personnel responsible for software, firmware, and/or information integrity; &lt;br /&gt;
&lt;br /&gt;
system developers; system/network administrators]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Software, firmware, and information integrity verification tools; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing integrity verification of the boot process; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing protection of the integrity of boot firmware; &lt;br /&gt;
&lt;br /&gt;
cryptographic mechanisms implementing software, firmware, and information integrity; &lt;br /&gt;
&lt;br /&gt;
safeguards implementing protection of the integrity of boot firmware]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
74 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Verifying the integrity of the organization’s security-critical or essential software is an &lt;br /&gt;
&lt;br /&gt;
important capability since corrupted software is the primary attack vector used by &lt;br /&gt;
&lt;br /&gt;
adversaries to undermine or disrupt the proper functioning of organizational systems. There &lt;br /&gt;
&lt;br /&gt;
are many ways to verify software integrity throughout the system development life cycle. &lt;br /&gt;
&lt;br /&gt;
Root of trust mechanisms (e.g., secure boot, trusted platform modules, Unified Extensible &lt;br /&gt;
&lt;br /&gt;
Firmware Interface [UEFI]), verify that only trusted code is executed during boot processes. &lt;br /&gt;
&lt;br /&gt;
This capability helps system components protect the integrity of boot firmware in &lt;br /&gt;
&lt;br /&gt;
organizational systems by verifying the integrity and authenticity of updates to the firmware &lt;br /&gt;
&lt;br /&gt;
prior to applying changes to the system component and preventing unauthorized processes &lt;br /&gt;
&lt;br /&gt;
from modifying the boot firmware. The employment of cryptographic signatures ensures the &lt;br /&gt;
&lt;br /&gt;
integrity and authenticity of critical and essential software that stores, processes, or &lt;br /&gt;
&lt;br /&gt;
transmits, CUI. Cryptographic signatures include digital signatures and the computation and &lt;br /&gt;
&lt;br /&gt;
application of signed hashes using asymmetric cryptography, protecting the confidentiality &lt;br /&gt;
&lt;br /&gt;
of the key used to generate the hash, and using the public key to verify the hash information. &lt;br /&gt;
&lt;br /&gt;
Hardware roots of trust are considered to be more secure. This requirement supports 3.4.1e &lt;br /&gt;
&lt;br /&gt;
and 3.4.3.e. &amp;lt;br /&amp;gt;&lt;br /&gt;
[FIPS 140-3] provides security requirements for cryptographic modules. [FIPS 180-4] and &lt;br /&gt;
&lt;br /&gt;
[FIPS 202] provide secure hash standards. [FIPS 186-4] provides a digital signature &lt;br /&gt;
&lt;br /&gt;
standard.  [NIST SP  800-147] provides BIOS protection guidance. [NIST TRUST] provides &lt;br /&gt;
&lt;br /&gt;
guidance on the roots of trust project. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations verify the integrity of security critical and essential software every time that &lt;br /&gt;
&lt;br /&gt;
software  is executed.  Secure boot mechanisms for firmware and a cryptographically &lt;br /&gt;
&lt;br /&gt;
protected boot chain ensure the integrity of the operating system (OS) and security critical &lt;br /&gt;
&lt;br /&gt;
software, and cryptographic techniques ensure  the  essential  software has not been &lt;br /&gt;
&lt;br /&gt;
tampered with after development prior to execution. If software is itself considered to be &lt;br /&gt;
&lt;br /&gt;
CUI or if it uses CUI, this requirement ensures it has not been compromised. &amp;lt;br /&amp;gt;&lt;br /&gt;
Software and information integrity verification tools can help check the integrity during the &lt;br /&gt;
&lt;br /&gt;
development process for those organizations developing software. As critical software is &lt;br /&gt;
&lt;br /&gt;
updated, the integrity of any configuration data and the software must result in updated &lt;br /&gt;
&lt;br /&gt;
signatures and an ongoing verification process. &amp;lt;br /&amp;gt;&lt;br /&gt;
Operating systems include mechanisms to validate digital signatures for installed software. &lt;br /&gt;
&lt;br /&gt;
Most software packages use signatures to prove the integrity of the provided software, and &lt;br /&gt;
&lt;br /&gt;
the organization should leverage these capabilities.  Similarly, most hardware appliance &lt;br /&gt;
&lt;br /&gt;
vendors have secure boot checks in place for their devices and built-in features that check &lt;br /&gt;
&lt;br /&gt;
the digital signature of an upgrade/update package before they allow an upgrade to take &lt;br /&gt;
&lt;br /&gt;
place. For locally developed software, the organization should sign the software to ensure its &lt;br /&gt;
&lt;br /&gt;
integrity. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
75 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 1 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. Your security team has &lt;br /&gt;
&lt;br /&gt;
identified the software used to process CUI, and the organization has decided it is mission-&lt;br /&gt;
&lt;br /&gt;
critical software that must be protected. You take three actions. First, you ensure all of the &lt;br /&gt;
&lt;br /&gt;
platform’s configuration information used at boot is hashed and stored in a TPM [a]. Second, &lt;br /&gt;
&lt;br /&gt;
you ensure that the platforms used to execute the software are started with a digitally signed &lt;br /&gt;
&lt;br /&gt;
software chain to a secure boot process using the TPM. Finally, you ensure the essential &lt;br /&gt;
&lt;br /&gt;
applications are cryptographically protected with a digital signature when stored and the &lt;br /&gt;
&lt;br /&gt;
signature is verified prior to execution [b]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example 2 &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Your organization has a software security team, and they are required to validate unsigned &lt;br /&gt;
&lt;br /&gt;
essential software provided to systems that do not have TPM modules. The organization has &lt;br /&gt;
&lt;br /&gt;
a policy stating no software can be executed on a system unless its hash value matches that &lt;br /&gt;
&lt;br /&gt;
of a hash stored in the approved software library kept by the software security team [a]. This &lt;br /&gt;
&lt;br /&gt;
action is performed by implementing software restriction policies on systems.  The team &lt;br /&gt;
&lt;br /&gt;
tests the software on a sandbox system,  and once it is proven safe, they run a hashing &lt;br /&gt;
&lt;br /&gt;
function on the software to create a hash value. This hash value is placed in a software library &lt;br /&gt;
&lt;br /&gt;
so the system will know it can execute the software [b]. Any changes to the software without &lt;br /&gt;
&lt;br /&gt;
the software security team’s approval will result in the software failing the security tests, &lt;br /&gt;
&lt;br /&gt;
and it will be prevented from executing. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use cryptographic signatures to ensure the integrity and &lt;br /&gt;
&lt;br /&gt;
authenticity of critical and essential software and data [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization identified those devices that require integrity verification of the &lt;br /&gt;
&lt;br /&gt;
boot process [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use a TPM to store  hashes  of  pre-run time configuration &lt;br /&gt;
&lt;br /&gt;
parameters for those systems [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization leverage the TPM configuration hash to verify the hardware and &lt;br /&gt;
&lt;br /&gt;
software configuration is unchanged in order to determine that a system is trustworthy &lt;br /&gt;
&lt;br /&gt;
before running mission-essential applications [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use the TPM for remote attestation to determine to which extent &lt;br /&gt;
&lt;br /&gt;
information can be trusted from another system [b,c]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization identified devices requiring organization-defined security &lt;br /&gt;
&lt;br /&gt;
safeguards that must be implemented to protect the integrity of boot firmware [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization defined security safeguards that will be implemented to protect the &lt;br /&gt;
&lt;br /&gt;
integrity of boot firmware in mission-essential devices [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization implemented organization-defined security safeguards to protect &lt;br /&gt;
&lt;br /&gt;
the integrity of boot firmware in organization-defined essential devices [b]? &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.1e – Integrity Verification &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
76 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.14.1e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.3e – Specialized Asset Security &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
77 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SI.L3-3.14.3E – SPECIALIZED ASSET SECURITY &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Ensure that specialized assets including IoT, IIoT, OT, GFE, Restricted Information Systems &lt;br /&gt;
&lt;br /&gt;
and test equipment  are included in the scope of the specified enhanced security &lt;br /&gt;
&lt;br /&gt;
requirements or are segregated in purpose-specific networks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Specialized assets including IoT, IIoT, OT, GFE, Restricted Information Systems and test &lt;br /&gt;
&lt;br /&gt;
equipment are included in the scope of the specified enhanced security requirements; &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
[b] Systems and system components that are not included in specialized assets including IoT, &lt;br /&gt;
&lt;br /&gt;
IIoT, OT, GFE, Restricted Information Systems and test equipment  are segregated in &lt;br /&gt;
&lt;br /&gt;
purpose-specific networks. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Access control policy; information flow control policies; system and services &lt;br /&gt;
&lt;br /&gt;
acquisition policy; system and communications protection policy; procedures addressing &lt;br /&gt;
&lt;br /&gt;
security function isolation; procedures addressing application partitioning; procedures &lt;br /&gt;
&lt;br /&gt;
addressing security engineering principles used in the specification, design, development, &lt;br /&gt;
&lt;br /&gt;
implementation, and modification of the system; procedures addressing information flow &lt;br /&gt;
&lt;br /&gt;
enforcement; procedures addressing access enforcement; system architecture; system &lt;br /&gt;
&lt;br /&gt;
design documentation; security plan; system component inventory; system configuration &lt;br /&gt;
&lt;br /&gt;
settings and associated documentation; system baseline configuration; list of security &lt;br /&gt;
&lt;br /&gt;
functions to be isolated from non-security functions; system audit records; security &lt;br /&gt;
&lt;br /&gt;
requirements and specifications for the system; list of approved authorizations (user &lt;br /&gt;
&lt;br /&gt;
privileges); list of information flow authorizations; other relevant documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for access enforcement; &lt;br /&gt;
&lt;br /&gt;
system/network administrators; organizational personnel responsible for information &lt;br /&gt;
&lt;br /&gt;
security; system developers; system integrators; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
acquisition/contracting; organizational personnel responsible for determining system &lt;br /&gt;
&lt;br /&gt;
security requirements; system security architects; enterprise architects; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for system specification, design, development, implementation, and &lt;br /&gt;
&lt;br /&gt;
modification]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms implementing the access control policy; mechanisms &lt;br /&gt;
&lt;br /&gt;
implementing the information flow enforcement policy; mechanisms supporting the &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.3e – Specialized Asset Security &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
78 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
application of security engineering principles in system specification, design, development, &lt;br /&gt;
&lt;br /&gt;
implementation, and modification]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Organizations may have a variety of systems and system components in their inventory, &lt;br /&gt;
&lt;br /&gt;
including Information Technology (IT), Internet of Things (IoT), Operational Technology &lt;br /&gt;
&lt;br /&gt;
(OT), and Industrial Internet of Things (IIoT). The convergence of IT, OT, IoT, and IIoT &lt;br /&gt;
&lt;br /&gt;
significantly increases the attack surface of organizations and provides attack vectors that &lt;br /&gt;
&lt;br /&gt;
are challenging to address. Compromised IoT, OT, and IIoT system components can serve as &lt;br /&gt;
&lt;br /&gt;
launching points for attacks on organizational IT systems that handle CUI. Some IoT, OT, and &lt;br /&gt;
&lt;br /&gt;
IIoT system components can store, transmit, or process CUI (e.g., specifications or &lt;br /&gt;
&lt;br /&gt;
parameters for objects manufactured in support of critical programs). Most of the current &lt;br /&gt;
&lt;br /&gt;
generation of IoT, OT, and IIoT system components are not designed with security as a &lt;br /&gt;
&lt;br /&gt;
foundational property and may not be able to be configured to support security functionality. &lt;br /&gt;
&lt;br /&gt;
Connections to and from such system components are generally not encrypted, do not &lt;br /&gt;
&lt;br /&gt;
provide the necessary authentication, are not monitored, and are not logged. Therefore, &lt;br /&gt;
&lt;br /&gt;
these components pose a significant cyber threat. Gaps in IoT, OT, and IIoT security &lt;br /&gt;
&lt;br /&gt;
capabilities may be addressed by employing intermediary system components that can &lt;br /&gt;
&lt;br /&gt;
provide encryption, authentication, security scanning, and logging capabilities—thus, &lt;br /&gt;
&lt;br /&gt;
preventing the components from being accessible from the Internet. However, such &lt;br /&gt;
&lt;br /&gt;
mitigation options are not always available or practicable. The situation is further &lt;br /&gt;
&lt;br /&gt;
complicated because some of the IoT, OT, and IIoT devices may be needed for essential &lt;br /&gt;
&lt;br /&gt;
missions and business functions. In those instances, it is necessary for such devices to be &lt;br /&gt;
&lt;br /&gt;
isolated from the Internet to reduce the susceptibility to cyber-attacks.  &amp;lt;br /&amp;gt;&lt;br /&gt;
[NIST SP  800-160-1] provides guidance on security engineering practices and security &lt;br /&gt;
&lt;br /&gt;
design concepts. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION  &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Specialized Assets are addressed in the scoping guidance, which should be overlaid on this &lt;br /&gt;
&lt;br /&gt;
requirement. The OSC must document Specialized Assets in the asset inventory; develop, &lt;br /&gt;
&lt;br /&gt;
document, and periodically update system security plans; and include Specialized Assets in &lt;br /&gt;
&lt;br /&gt;
the network diagram. The Specialized Asset section of the SSP should describe associated &lt;br /&gt;
&lt;br /&gt;
system boundaries, system environments of operation, how security requirements are &lt;br /&gt;
&lt;br /&gt;
implemented, and the relationships with or connections to other systems. &amp;lt;br /&amp;gt;&lt;br /&gt;
Specialized Assets within the Level  3  CMMC  assessment  scope  must  be  either  assessed &lt;br /&gt;
&lt;br /&gt;
against all CMMC security  requirements  or  separated  into purpose-specific networks. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets may have limitations on the application of certain security requirements. &lt;br /&gt;
&lt;br /&gt;
To accommodate such issues, the SSP should describe any mitigations. &amp;lt;br /&amp;gt;&lt;br /&gt;
Intermediary devices are permitted to mitigate an inability for the asset itself to implement &lt;br /&gt;
&lt;br /&gt;
one or more CMMC requirements. An example of an intermediary device used in conjunction &lt;br /&gt;
&lt;br /&gt;
with a specialized asset is a boundary device or a proxy. &amp;lt;br /&amp;gt;&lt;br /&gt;
The high-level list of Specialized Assets includes: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.3e – Specialized Asset Security &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
79 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Government Furnished Equipment; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  IoT and IIoT devices (physical or virtual) with sensing/actuation capability and &lt;br /&gt;
&lt;br /&gt;
programmability features; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OT  used  in manufacturing systems, industrial control systems (ICS), or supervisory &lt;br /&gt;
&lt;br /&gt;
control and data acquisition (SCADA) systems; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Restricted Information Systems, which can include systems and IT components that are &lt;br /&gt;
&lt;br /&gt;
configured based on government requirements; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Test equipment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization, which processes CUI on &lt;br /&gt;
&lt;br /&gt;
the network, and this same network includes GFE for which the configuration is mandated &lt;br /&gt;
&lt;br /&gt;
by the government. The GFE is needed to process CUI information [a]. Because the company &lt;br /&gt;
&lt;br /&gt;
cannot manage the configuration of the GFE, it has been augmented by placing a bastion host &lt;br /&gt;
&lt;br /&gt;
between it and the network. The bastion host meets the requirements that the GFE cannot, &lt;br /&gt;
&lt;br /&gt;
and is used to send CUI files to and from the GFE for processing. You and your security team &lt;br /&gt;
&lt;br /&gt;
document in the SSP all of the GFE to include GFE connectivity diagrams, a description of the &lt;br /&gt;
&lt;br /&gt;
isolation mechanism, and a description of how your organization manages risk associated &lt;br /&gt;
&lt;br /&gt;
with that GFE [a]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Has the organization documented all specialized assets in asset inventory [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization documented all specialized assets in the SSP to show how risk is &lt;br /&gt;
&lt;br /&gt;
managed [b]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Has the organization provided a network diagram for specialized assets [a,b]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.14.3e &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.6e – Threat-Guided Intrusion Detection &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
80 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SI.L3-3.14.6E – THREAT-GUIDED INTRUSION DETECTION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Use threat indicator information and effective mitigations obtained from,  at a minimum, &lt;br /&gt;
&lt;br /&gt;
open or commercial sources, and any DoD-provided sources, to guide and inform intrusion &lt;br /&gt;
&lt;br /&gt;
detection and threat hunting. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ASSESSMENT OBJECTIVES [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Determine if: &amp;lt;br /&amp;gt;&lt;br /&gt;
[ODP1] External organizations from which to obtain threat indicator information and &lt;br /&gt;
&lt;br /&gt;
effective mitigations are defined; &amp;lt;br /&amp;gt;&lt;br /&gt;
[a] Threat indicator information is identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[b] Effective mitigations are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[c] Intrusion detection approaches are identified; &amp;lt;br /&amp;gt;&lt;br /&gt;
[d] Threat hunting activities are identified; and &amp;lt;br /&amp;gt;&lt;br /&gt;
[e] Threat indicator information and effective mitigations obtained from,  at a minimum, &lt;br /&gt;
&lt;br /&gt;
open or commercial sources and any DoD-provided sources, are used to guide and inform &lt;br /&gt;
&lt;br /&gt;
intrusion detection and threat hunting. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;POTENTIAL ASSESSMENT METHODS AND OBJECTS [NIST SP 800-172A] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examine &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: System and information integrity policy; information security program plan; &lt;br /&gt;
&lt;br /&gt;
procedures addressing security alerts, advisories, and directives; threat awareness program &lt;br /&gt;
&lt;br /&gt;
documentation; procedures addressing system monitoring; procedures for the threat &lt;br /&gt;
&lt;br /&gt;
awareness program; risk assessment results relevant to threat awareness; records of &lt;br /&gt;
&lt;br /&gt;
security alerts and advisories; system design documentation; security plan; system &lt;br /&gt;
&lt;br /&gt;
monitoring tools and techniques documentation; system configuration settings and &lt;br /&gt;
&lt;br /&gt;
associated documentation; system monitoring logs or records; system audit records; &lt;br /&gt;
&lt;br /&gt;
documentation on the cross-organization information-sharing capability; other relevant &lt;br /&gt;
&lt;br /&gt;
documents or records]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interview &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Organizational personnel responsible for information security program &lt;br /&gt;
&lt;br /&gt;
planning and plan implementation; system/network administrators; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for the threat awareness program; organizational personnel &lt;br /&gt;
&lt;br /&gt;
responsible for the cross-organization information-sharing capability; organizational &lt;br /&gt;
&lt;br /&gt;
personnel responsible for information security; organizational personnel responsible for &lt;br /&gt;
&lt;br /&gt;
installing, configuring, and/or maintaining the system; organizational personnel  security &lt;br /&gt;
&lt;br /&gt;
alerts and advisories; organizational personnel responsible for  implementing, operating, &lt;br /&gt;
&lt;br /&gt;
maintaining, and using the system; organizational personnel, organizational elements, &lt;br /&gt;
&lt;br /&gt;
and/or external organizations to whom alerts, advisories, and directives are to be &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.6e – Threat-Guided Intrusion Detection &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
81 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
disseminated; personnel with whom threat awareness information is shared by the &lt;br /&gt;
&lt;br /&gt;
organization; system developers]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;[SELECT FROM: Mechanisms supporting and/or implementing the threat awareness &lt;br /&gt;
&lt;br /&gt;
program; mechanisms supporting and/or implementing the cross-organization information-&lt;br /&gt;
&lt;br /&gt;
sharing capability; mechanisms supporting and/or implementing the system monitoring &lt;br /&gt;
&lt;br /&gt;
capability; mechanisms supporting and/or implementing the definition, receipt, generation, &lt;br /&gt;
&lt;br /&gt;
and dissemination of security alerts, advisories, and directives; mechanisms supporting &lt;br /&gt;
&lt;br /&gt;
and/or implementing security  directives; mechanisms supporting and/or implementing &lt;br /&gt;
&lt;br /&gt;
threat hunting; mechanisms supporting and/or implementing intrusion detection; &lt;br /&gt;
&lt;br /&gt;
mechanisms supporting and/or implementing the discovery, collection, distribution, and use &lt;br /&gt;
&lt;br /&gt;
of indicators of compromise]. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;DISCUSSION [NIST SP 800-172] &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Threat information related to specific threat events (e.g., TTPs, targets) that organizations &lt;br /&gt;
&lt;br /&gt;
have experienced, threat mitigations that organizations have found to be effective against &lt;br /&gt;
&lt;br /&gt;
certain types of threats, and threat intelligence (i.e., indications and warnings about threats &lt;br /&gt;
&lt;br /&gt;
that can occur) are sourced from and shared with trusted organizations. This threat &lt;br /&gt;
&lt;br /&gt;
information can be used by organizational Security Operations Centers (SOC) and &lt;br /&gt;
&lt;br /&gt;
incorporated into monitoring capabilities. Threat information sharing includes threat &lt;br /&gt;
&lt;br /&gt;
indicators, signatures, and adversary TTPs from organizations participating in threat-&lt;br /&gt;
&lt;br /&gt;
sharing consortia, government-commercial cooperatives, and government-government &lt;br /&gt;
&lt;br /&gt;
cooperatives (e.g., CERTCC, CISA/US-CERT,  FIRST, ISAO, DIB CS Program). Unclassified &lt;br /&gt;
&lt;br /&gt;
indicators, based on classified information but which can be readily incorporated into &lt;br /&gt;
&lt;br /&gt;
organizational intrusion detection systems, are available to qualified nonfederal &lt;br /&gt;
&lt;br /&gt;
organizations from government sources. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FURTHER DISCUSSION &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
One way to effectively leverage threat indicator information is to access human- or machine-&lt;br /&gt;
&lt;br /&gt;
readable threat intelligence feeds. Effectiveness may also require the organization to create &lt;br /&gt;
&lt;br /&gt;
TTPs in support of operational requirements, which will typically include defensive cyber &lt;br /&gt;
&lt;br /&gt;
tools supporting incident detection,  alerts, incident response, and threat hunting.  It is &lt;br /&gt;
&lt;br /&gt;
possible that this requirement  will be implemented by a  third-party managed service &lt;br /&gt;
&lt;br /&gt;
provider, and in that  case,  it  will  be necessary to carefully define the boundary and &lt;br /&gt;
&lt;br /&gt;
responsibilities between the OSC and the ESP to guarantee a robust implementation. It is also &lt;br /&gt;
&lt;br /&gt;
important that the OSC validate threat indicator integration into the defensive cyber toolset &lt;br /&gt;
&lt;br /&gt;
by  being able to (1)  implement  mitigations for sample industry relevant indicators  of &lt;br /&gt;
&lt;br /&gt;
compromise (e.g., IP address, file hash), (2) identify sample indicators of compromise across &lt;br /&gt;
&lt;br /&gt;
sample endpoints, and  (3) identify sample indicators  of compromise using analytical &lt;br /&gt;
&lt;br /&gt;
processes on a system data repository. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
SI.L3-3.14.6e – Threat-Guided Intrusion Detection &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
82 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;You are responsible for information security in your organization. You have maintained an &lt;br /&gt;
&lt;br /&gt;
effective intrusion detection capability for some time, but now you decide to introduce a &lt;br /&gt;
&lt;br /&gt;
threat hunting capability informed by internal and external threat intelligence [a,c,d,e]. You &lt;br /&gt;
&lt;br /&gt;
install a SIEM system that leverages threat information to provide functionality to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  analyze logs, data sources, and alerts; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  query data to identify anomalies; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  identify variations from baseline threat levels; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide machine learning capabilities associated with the correlation of anomalous data &lt;br /&gt;
&lt;br /&gt;
characteristics across the enterprise; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  categorize data sets based on expected data values. &lt;br /&gt;
&lt;br /&gt;
Your team also manages an internal mitigation plan (playbook) for all known threats for your &lt;br /&gt;
&lt;br /&gt;
environment. This playbook is used to implement effective mitigation strategies across the &lt;br /&gt;
&lt;br /&gt;
environment [b]. Some of the mitigation strategies are developed by team members, and &lt;br /&gt;
&lt;br /&gt;
others are obtained by threat feed services. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Potential Assessment Considerations &amp;lt;br /&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;•&lt;br /&gt;
&lt;br /&gt;
  Which external sources has the organization identified as threat information sources [a]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization understand the TTPs of key attackers [c,d]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization deploy threat indicators to EDR systems, network  intrusion &lt;br /&gt;
&lt;br /&gt;
detection systems, or both [c,d,e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  What actions does the organization implement when a threat alert/indicator is signaled &lt;br /&gt;
&lt;br /&gt;
[c,d,e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Does the organization use internal threat capabilities within their existing security tools &lt;br /&gt;
&lt;br /&gt;
[e]? &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  How does the organization respond to a third-party notification of a threat indicator [e]? &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;KEY REFERENCES &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  NIST SP 800-172 3.14.6e &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
83 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
AC &lt;br /&gt;
&lt;br /&gt;
Access Control &lt;br /&gt;
&lt;br /&gt;
ACL &lt;br /&gt;
&lt;br /&gt;
Access Control List &lt;br /&gt;
&lt;br /&gt;
ACM &lt;br /&gt;
&lt;br /&gt;
Automated Configuration Management &lt;br /&gt;
&lt;br /&gt;
ACMS &lt;br /&gt;
&lt;br /&gt;
Automated Configuration Management System &lt;br /&gt;
&lt;br /&gt;
APT &lt;br /&gt;
&lt;br /&gt;
Advanced Persistent Threat &lt;br /&gt;
&lt;br /&gt;
AT &lt;br /&gt;
&lt;br /&gt;
Awareness and Training &lt;br /&gt;
&lt;br /&gt;
C3PAO &lt;br /&gt;
&lt;br /&gt;
CMMC Third-Party Assessment Organization &lt;br /&gt;
&lt;br /&gt;
CA &lt;br /&gt;
&lt;br /&gt;
Certification Authority &lt;br /&gt;
&lt;br /&gt;
CA &lt;br /&gt;
&lt;br /&gt;
Security Assessment &lt;br /&gt;
&lt;br /&gt;
CERT &lt;br /&gt;
&lt;br /&gt;
Computer Emergency Response Team &lt;br /&gt;
&lt;br /&gt;
CFR &lt;br /&gt;
&lt;br /&gt;
Code of Federal Regulations &lt;br /&gt;
&lt;br /&gt;
CIO &lt;br /&gt;
&lt;br /&gt;
Chief Information Officer &lt;br /&gt;
&lt;br /&gt;
CIRT &lt;br /&gt;
&lt;br /&gt;
Computer Incident Response Team; Cyber Incident Response Team &lt;br /&gt;
&lt;br /&gt;
CISO &lt;br /&gt;
&lt;br /&gt;
Chief Information Security Officer &lt;br /&gt;
&lt;br /&gt;
CM &lt;br /&gt;
&lt;br /&gt;
Configuration Management &lt;br /&gt;
&lt;br /&gt;
CMMC &lt;br /&gt;
&lt;br /&gt;
Cybersecurity Maturity Model Certification &lt;br /&gt;
&lt;br /&gt;
CUI &lt;br /&gt;
&lt;br /&gt;
Controlled Unclassified Information &lt;br /&gt;
&lt;br /&gt;
DCSA &lt;br /&gt;
&lt;br /&gt;
Defense Counterintelligence and Security Agency &lt;br /&gt;
&lt;br /&gt;
DFARS &lt;br /&gt;
&lt;br /&gt;
Defense Federal Acquisition Regulation Supplement &lt;br /&gt;
&lt;br /&gt;
DIB &lt;br /&gt;
&lt;br /&gt;
Defense Industrial Base &lt;br /&gt;
&lt;br /&gt;
DLP &lt;br /&gt;
&lt;br /&gt;
Data Loss Prevention &lt;br /&gt;
&lt;br /&gt;
DMZ &lt;br /&gt;
&lt;br /&gt;
Demilitarized Zone &lt;br /&gt;
&lt;br /&gt;
DoD &lt;br /&gt;
&lt;br /&gt;
Department of Defense &lt;br /&gt;
&lt;br /&gt;
DRM &lt;br /&gt;
&lt;br /&gt;
Digital Rights Management &lt;br /&gt;
&lt;br /&gt;
ESP &lt;br /&gt;
&lt;br /&gt;
External Service Provider &lt;br /&gt;
&lt;br /&gt;
FIPS &lt;br /&gt;
&lt;br /&gt;
Federal Information Processing Standard &lt;br /&gt;
&lt;br /&gt;
GFE &lt;br /&gt;
&lt;br /&gt;
Government Furnished Equipment &lt;br /&gt;
&lt;br /&gt;
GPO &lt;br /&gt;
&lt;br /&gt;
Group Policy Object &lt;br /&gt;
&lt;br /&gt;
HR &lt;br /&gt;
&lt;br /&gt;
Human Resources &lt;br /&gt;
&lt;br /&gt;
IA &lt;br /&gt;
&lt;br /&gt;
Identification and Authentication &lt;br /&gt;
&lt;br /&gt;
ICS &lt;br /&gt;
&lt;br /&gt;
Industrial Control System &lt;br /&gt;
&lt;br /&gt;
IIoT &lt;br /&gt;
&lt;br /&gt;
Industrial Internet of Things &lt;br /&gt;
&lt;br /&gt;
IOC &lt;br /&gt;
&lt;br /&gt;
Indicators of Compromise &lt;br /&gt;
&lt;br /&gt;
IoT &lt;br /&gt;
&lt;br /&gt;
Internet of Things &lt;br /&gt;
&lt;br /&gt;
IP &lt;br /&gt;
&lt;br /&gt;
Internet Protocol &lt;br /&gt;
&lt;br /&gt;
IR &lt;br /&gt;
&lt;br /&gt;
Incident Response &lt;br /&gt;
&lt;br /&gt;
ISAC &lt;br /&gt;
&lt;br /&gt;
Information Sharing and Analysis Center &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
84 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ISAO &lt;br /&gt;
&lt;br /&gt;
Information Sharing and Analysis Organization &lt;br /&gt;
&lt;br /&gt;
IT &lt;br /&gt;
&lt;br /&gt;
Information Technology &lt;br /&gt;
&lt;br /&gt;
MLS &lt;br /&gt;
&lt;br /&gt;
Multi-Level Secure &lt;br /&gt;
&lt;br /&gt;
N/A &lt;br /&gt;
&lt;br /&gt;
Not Applicable &lt;br /&gt;
&lt;br /&gt;
NAC &lt;br /&gt;
&lt;br /&gt;
Network Access Control &lt;br /&gt;
&lt;br /&gt;
NIST &lt;br /&gt;
&lt;br /&gt;
National Institute of Standards and Technology &lt;br /&gt;
&lt;br /&gt;
ODP &lt;br /&gt;
&lt;br /&gt;
Organization-Defined Parameters &lt;br /&gt;
&lt;br /&gt;
OS &lt;br /&gt;
&lt;br /&gt;
Operating System &lt;br /&gt;
&lt;br /&gt;
OT &lt;br /&gt;
&lt;br /&gt;
Operational Technology &lt;br /&gt;
&lt;br /&gt;
PKI &lt;br /&gt;
&lt;br /&gt;
Public Key Infrastructure &lt;br /&gt;
&lt;br /&gt;
PS &lt;br /&gt;
&lt;br /&gt;
Personnel Security &lt;br /&gt;
&lt;br /&gt;
RA &lt;br /&gt;
&lt;br /&gt;
Risk Assessment &lt;br /&gt;
&lt;br /&gt;
SC &lt;br /&gt;
&lt;br /&gt;
System and Communications Protection &lt;br /&gt;
&lt;br /&gt;
SCADA &lt;br /&gt;
&lt;br /&gt;
Supervisory Control and Data Acquisition &lt;br /&gt;
&lt;br /&gt;
SCRM &lt;br /&gt;
&lt;br /&gt;
Supply Chain Risk Management &lt;br /&gt;
&lt;br /&gt;
SI &lt;br /&gt;
&lt;br /&gt;
System and Information Integrity &lt;br /&gt;
&lt;br /&gt;
SIEM &lt;br /&gt;
&lt;br /&gt;
Security Information and Event Management &lt;br /&gt;
&lt;br /&gt;
SOAR &lt;br /&gt;
&lt;br /&gt;
Security Orchestration, Automation, and Response &lt;br /&gt;
&lt;br /&gt;
SOC &lt;br /&gt;
&lt;br /&gt;
Security Operations Center &lt;br /&gt;
&lt;br /&gt;
SP &lt;br /&gt;
&lt;br /&gt;
Special Publication &lt;br /&gt;
&lt;br /&gt;
SSP &lt;br /&gt;
&lt;br /&gt;
System Security Plan &lt;br /&gt;
&lt;br /&gt;
TEE &lt;br /&gt;
&lt;br /&gt;
Trusted Execution Environment &lt;br /&gt;
&lt;br /&gt;
TLS &lt;br /&gt;
&lt;br /&gt;
Transport Layer Security &lt;br /&gt;
&lt;br /&gt;
TPM &lt;br /&gt;
&lt;br /&gt;
Trusted Platform Module &lt;br /&gt;
&lt;br /&gt;
TTP &lt;br /&gt;
&lt;br /&gt;
Tactics, Techniques, and Procedures &lt;br /&gt;
&lt;br /&gt;
UEFI &lt;br /&gt;
&lt;br /&gt;
Unified Extensible Firmware Interface &lt;br /&gt;
&lt;br /&gt;
USB &lt;br /&gt;
&lt;br /&gt;
Universal Serial Bus &lt;br /&gt;
&lt;br /&gt;
VLAN &lt;br /&gt;
&lt;br /&gt;
Virtual Local Area Network &lt;br /&gt;
&lt;br /&gt;
VPN &lt;br /&gt;
&lt;br /&gt;
Virtual Private Network &lt;br /&gt;
&lt;br /&gt;
XDR &lt;br /&gt;
&lt;br /&gt;
Extended Detection and Response &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Appendix A – Acronyms and Abbreviations &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment Guide – Level 3 &#039;&#039;&#039;|&#039;&#039;&#039; Version 2.13 &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
85 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#5|Introduction]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#5|Level 3 Description]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#6|Purpose and Audience]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#6|Document Organization]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|Assessment and Certification]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#8|Assessment Scope]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#9|CMMC-Custom Terms]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#12|Assessment Criteria and Methodology]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#13|Criteria]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#13|Methodology]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#14|Who Is Interviewed]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#14|What Is Examined]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#15|What Is Tested]]&lt;br /&gt;
** [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#15|Assessment Findings]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#17|Requirement Descriptions]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#19|Access Control (AC)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#24|Awareness and Training (AT)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#29|Configuration Management (CM)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#38|Identification and Authentication (IA)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#44|Incident Response (IR)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#50|Personnel Security (PS)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#52|Risk Assessment (RA)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#71|Security Assessment (CA)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#74|System and Communications Protection (SC)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#77|System and Information Integrity (SI)]]&lt;br /&gt;
* [[6198c0a322e23aa1e1020689fc487ef0dcad6945.html#87|Appendix A – Acronyms and Abbreviations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/AssessmentGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=MediaWiki:Sidebar&amp;diff=651</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=MediaWiki:Sidebar&amp;diff=651"/>
		<updated>2025-02-23T03:22:10Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
* CMMC Information&lt;br /&gt;
** Model_Overview|Model Overview&lt;br /&gt;
** Model_Glossary|Model Glossary&lt;br /&gt;
** Acronyms_and_Abbreviations|Acronyms and Abbreviations&lt;br /&gt;
* Scoping and Assessment Guides&lt;br /&gt;
** Level_1_Scoping_Guidance|Level 1 Scoping Guidance&lt;br /&gt;
** Level_1_Self-Assessment_Guide|Level 1 Self-Assessment Guide&lt;br /&gt;
** Level_2_Scoping_Guidance|Level 2 Scoping Guidance&lt;br /&gt;
** Level_2_Assessment_Guide|Level 2 Assessment Guide&lt;br /&gt;
** Level_3_Scoping_Guidance|Level 3 Scoping Guidance&lt;br /&gt;
** Level_3_Assessment_Guide|Level 3 Assessment Guide&lt;br /&gt;
** CMMC_Assessment_Process|CMMC Assessment Process (CAP)&lt;br /&gt;
** CAP_Glossary|CAP Glossary&lt;br /&gt;
* CMMC Tool Guides&lt;br /&gt;
** Artifact_Hashing_Tool|Artifact Hashing Tool&lt;br /&gt;
** DoD_Assessment_Methodology|NIST SP 800-171 DoD Assessment Methodology&lt;br /&gt;
* Other Resources&lt;br /&gt;
** External_References|External References&lt;br /&gt;
** CCP_Blueprint|CCP Test Blueprint&lt;br /&gt;
** CCA_Blueprint|CCA Test Blueprint&lt;br /&gt;
* Cybersecurity Framework Information (CSF)&lt;br /&gt;
** CSF Identifiers|CSF Identifiers&lt;br /&gt;
** CSF Framework Core|Framework Core&lt;br /&gt;
** CSF Glossary|CSF Glossary&lt;br /&gt;
** CSF Acronyms|CSF Acronyms&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=650</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=650"/>
		<updated>2025-02-23T03:21:26Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;This website contains information about the Cybersecurity Maturity Model Certification (CMMC) program of the U.S. Department of Defense (DoD).&lt;br /&gt;
&lt;br /&gt;
The wiki aims to provide educational references for those who are interested in learning more about the framework.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Primary Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Home Page] from the Department of Defense Chief Information Officer (DoD CIO).&lt;br /&gt;
&lt;br /&gt;
Additional References: The [https://dodcio.defense.gov/cmmc/Resources-Documentation/ CMMC Resources] page contains a variety of external links to CMMC resources throughout the DoD.&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== CMMC Information ==&lt;br /&gt;
=== [[Model_Overview|Model Overview]] ===&lt;br /&gt;
=== [[Model_Glossary|Model Glossary]] ===&lt;br /&gt;
=== [[Acronyms_and_Abbreviations|Acronyms and Abbreviations]] ===&lt;br /&gt;
&lt;br /&gt;
== Scoping and Assessment Guides ==&lt;br /&gt;
=== [[Level_1_Scoping_Guidance|Level 1 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_1_Self-Assessment_Guide|Level 1 Self-Assessment Guide]] ===&lt;br /&gt;
=== [[Level_2_Scoping_Guidance|Level 2 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_2_Assessment_Guide|Level 2 Assessment Guide]] ===&lt;br /&gt;
=== [[Level_3_Scoping_Guidance|Level 3 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_3_Assessment_Guide|Level 3 Assessment Guide]] ===&lt;br /&gt;
=== [[CMMC_Assessment_Process|CMMC Assessment Process (CAP)]] ===&lt;br /&gt;
=== [[CAP_Glossary|CMMC Assessment Process Glossary]] ===&lt;br /&gt;
&lt;br /&gt;
== CMMC Tool Guides ==&lt;br /&gt;
=== [[Artifact_Hashing_Tool|Artifact Hashing Tool User Guide]] ===&lt;br /&gt;
=== [[DoD_Assessment_Methodology|NIST SP 800-171 DoD Assessment Methodology]] ===&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
=== [[External References | Various External References]] ===&lt;br /&gt;
=== [[CCP Blueprint | Certified CMMC Professional (CCP) Test Blueprint]] ===&lt;br /&gt;
=== [[CCA Blueprint | Certified CMMC Assessor (CCA) Test Blueprint]] ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_1_Self-Assessment_Guide&amp;diff=649</id>
		<title>Level 1 Self-Assessment Guide</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_1_Self-Assessment_Guide&amp;diff=649"/>
		<updated>2025-02-23T03:20:40Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Wikiadmin moved page Level 1 Assessment Guide to Level 1 Self-Assessment Guide without leaving a redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Level 1 Self-Assessment Guide] from the Department of Defense Chief Information Officer (DoD CIO).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== Access Control (AC) ==&lt;br /&gt;
=== Level 1 AC Practices ===&lt;br /&gt;
==== AC.L1-3.1.1 - AUTHORIZED ACCESS CONTROL ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Limit information system access to authorized users, processes acting on behalf of authorized users, or devices (including other information systems).&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] authorized users are identified;&lt;br /&gt;
: [b] processes acting on behalf of authorized users are identified;&lt;br /&gt;
: [c] devices (and other systems) authorized to connect to the system are identified;&lt;br /&gt;
: [d] system access is limited to authorized users;&lt;br /&gt;
: [e] system access is limited to processes acting on behalf of authorized users; and&lt;br /&gt;
: [f] system access is limited to authorized devices (including other systems).&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_AC.L1-3.1.1_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== AC.L1-3.1.2 - TRANSACTION &amp;amp; FUNCTION CONTROL ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Limit information system access to the types of transactions and functions that authorized  users are permitted to execute.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] the types of transactions and functions that authorized users are permitted to execute are defined; and&lt;br /&gt;
: [b] system access is limited to the defined types of transactions and functions for authorized users.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_AC.L1-3.1.2_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== AC.L1-3.1.20 - EXTERNAL CONNECTIONS ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Verify and control/limit connections to and use of external information systems.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] connections to external systems are identified;&lt;br /&gt;
: [b] the use of external systems is identified;&lt;br /&gt;
: [c] connections to external systems are verified;&lt;br /&gt;
: [d] the use of external systems is verified;&lt;br /&gt;
: [e] connections to external systems are controlled/limited; and&lt;br /&gt;
: [f]  the use of external systems is controlled/limited.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_AC.L1-3.1.20_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== AC.L1-3.1.22 - CONTROL PUBLIC INFORMATION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Control information posted or processed on publicly accessible information systems.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] individuals authorized to post or process information on publicly accessible systems are identified;&lt;br /&gt;
: [b] procedures to ensure FCI is not posted or processed on publicly accessible systems are identified;&lt;br /&gt;
: [c] a review process is in place prior to posting of any content to publicly accessible systems;&lt;br /&gt;
: [d] content on publicly accessible systems is reviewed to ensure that it does not include FCI; and&lt;br /&gt;
: [e] mechanisms are in place to remove and address improper posting of FCI.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_AC.L1-3.1.22_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Identification and Authentication (IA) ==&lt;br /&gt;
=== Level 1 IA Practices ===&lt;br /&gt;
==== IA.L1-3.5.1 – IDENTIFICATION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Identify information system users, processes acting on behalf of users, or devices.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] system users are identified;&lt;br /&gt;
: [b] processes acting on behalf of users are identified; and &lt;br /&gt;
: [c] devices accessing the system are identified.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_IA.L1-3.5.1_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== IA.L1-3.5.2 – AUTHENTICATION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Authenticate (or verify) the identities of those users, processes, or devices, as a prerequisite to allowing access to organizational information systems.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] the identity of each user is authenticated or verified as a prerequisite to system access;&lt;br /&gt;
: [b] the identity of each process acting on behalf of a user is authenticated or verified as a prerequisite to system access; and&lt;br /&gt;
: [c] the identity of each device accessing or connecting to the system is authenticated or verified as a prerequisite to system access.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_IA.L1-3.5.2_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Media Protection (MP) ==&lt;br /&gt;
=== Level 1 MP Practices ===&lt;br /&gt;
==== MP.L1-3.8.3 – MEDIA DISPOSAL ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Sanitize or destroy information system media containing Federal Contract Information before disposal or release for reuse.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] system media containing FCI is sanitized or destroyed before disposal; and &lt;br /&gt;
: [b] system media containing FCI is sanitized before it is released for reuse.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_MP.L1-3.8.3_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Physical Protection (PE) ==&lt;br /&gt;
=== Level 1 PE Practices ===&lt;br /&gt;
==== PE.L1-3.10.1 – LIMIT PHYSICAL ACCESS ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Limit physical access to organizational information systems, equipment, and the respective operating environments to authorized individuals.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] authorized individuals allowed physical access are identified;&lt;br /&gt;
: [b] physical access to organizational systems is limited to authorized individuals;&lt;br /&gt;
: [c] physical access to equipment is limited to authorized individuals; and &lt;br /&gt;
: [d] physical access to operating environments is limited to authorized.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_PE.L1-3.10.1_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== PE.L1-3.10.3 – ESCORT VISITORS ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Escort visitors and monitor visitor activity.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] visitors are escorted; and &lt;br /&gt;
: [b] visitor activity is monitored.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_PE.L1-3.10.3_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== PE.L1-3.10.4 – PHYSICAL ACCESS LOGS ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Maintain audit logs of physical access.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] audit logs of physical access are maintained.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_PE.L1-3.10.4_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== PE.L1-3.10.5 – MANAGE PHYSICAL ACCESS ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Control and manage physical access devices.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] physical access devices are identified;&lt;br /&gt;
: [b] physical access devices are controlled; and &lt;br /&gt;
: [c] physical access devices are managed.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;1&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_PE.L1-3.10.5_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== System and Communications Protection (SC) ==&lt;br /&gt;
=== Level 1 SC Practices ===&lt;br /&gt;
==== SC.L1-3.13.1 – BOUNDARY PROTECTION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Monitor, control, and protect organizational communications (i.e., information transmitted or received by organizational information systems) at the external boundaries and key internal boundaries of the information systems.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] the external system boundary is defined;&lt;br /&gt;
: [b] key internal system boundaries are defined;&lt;br /&gt;
: [c] communications are monitored at the external system boundary;&lt;br /&gt;
: [d] communications are monitored at key internal boundaries;&lt;br /&gt;
: [e] communications are controlled at the external system boundary;&lt;br /&gt;
: [f] communications are controlled at key internal boundaries;&lt;br /&gt;
: [g] communications are protected at the external system boundary; and &lt;br /&gt;
: [h] communications are protected at key internal boundaries.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_SC.L1-3.13.1_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== SC.L1-3.13.5 – PUBLIC-ACCESS SYSTEM SEPARATION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Implement subnetworks for publicly accessible system components that are physically or logically separated from internal networks.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] publicly accessible system components are identified; and &lt;br /&gt;
: [b] subnetworks for publicly accessible system components are physically or logically separated from internal networks.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_SC.L1-3.13.5_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== System and Information Integrity (SI) ==&lt;br /&gt;
=== Level 1 SI Practices ===&lt;br /&gt;
==== SI.L1-3.14.1 – FLAW REMEDIATION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Identify, report, and correct information and information system flaws in a timely manner.&lt;br /&gt;
|-&lt;br /&gt;
|ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] the time within which to identify system flaws is specified;&lt;br /&gt;
: [b] system flaws are identified within the specified time frame;&lt;br /&gt;
: [c] the time within which to report system flaws is specified;&lt;br /&gt;
: [d] system flaws are reported within the specified time frame;&lt;br /&gt;
: [e] the time within which to correct system flaws is specified; and &lt;br /&gt;
: [f] system flaws are corrected within the specified time frame.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_SI.L1-3.14.1_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== SI.L1-3.14.2 – MALICIOUS CODE PROTECTION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Provide protection from malicious code at appropriate locations within organizational information systems.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] designated locations for malicious code protection are identified; and &lt;br /&gt;
: [b] protection from malicious code at designated locations is provided.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_SI.L1-3.14.2_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== SI.L1-3.14.4 – UPDATE MALICIOUS CODE PROTECTION ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Update malicious code protection mechanisms when new releases are available.&lt;br /&gt;
|-&lt;br /&gt;
|ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] malicious code protection mechanisms are updated when new releases are available.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;5&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_SI.L1-3.14.4_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== SI.L1-3.14.5 – SYSTEM &amp;amp; FILE SCANNING ====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|&#039;&#039;&#039;SECURITY REQUIREMENT&#039;&#039;&#039;&lt;br /&gt;
Perform periodic scans of the information system and real-time scans of files from external sources as files are downloaded, opened, or executed.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;ASSESSMENT OBJECTIVES&#039;&#039;&#039;&lt;br /&gt;
: [a] the frequency for malicious code scans is defined;&lt;br /&gt;
: [b] malicious code scans are performed with the defined frequency; and &lt;br /&gt;
: [c] real-time malicious code scans of files from external sources as files are downloaded, opened, or executed are performed.&lt;br /&gt;
|-&lt;br /&gt;
|[[DoD_Assessment_Methodology|DoD Assessment Scoring Value]]: &#039;&#039;&#039;3&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[Practice_SI.L1-3.14.5_Details|More Practice Details...]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=648</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=648"/>
		<updated>2025-02-23T03:13:05Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Wikiadmin moved page Level 3 Scoping Guide to Level 3 Scoping Guidance without leaving a redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
Version 2.13 | September 2024 &lt;br /&gt;
&lt;br /&gt;
DoD-CIO-00007 (ZRIN 0790-ZA23) &lt;br /&gt;
&lt;br /&gt;
CMMC Scoping Guide &lt;br /&gt;
&lt;br /&gt;
Level 3 &lt;br /&gt;
&lt;br /&gt;
24-T-2771&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
ii &lt;br /&gt;
&lt;br /&gt;
NOTICES &lt;br /&gt;
&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to &lt;br /&gt;
&lt;br /&gt;
bind the public in any way. This document is intended only to provide clarity to the public &lt;br /&gt;
&lt;br /&gt;
regarding existing CMMC requirements under the law or departmental policies. &lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
1 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Introduction &amp;lt;br /&amp;gt;&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations &lt;br /&gt;
&lt;br /&gt;
(CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification &lt;br /&gt;
&lt;br /&gt;
assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the &lt;br /&gt;
&lt;br /&gt;
CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document. &amp;lt;br /&amp;gt;&lt;br /&gt;
Purpose and Audience  &amp;lt;br /&amp;gt;&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a &lt;br /&gt;
&lt;br /&gt;
Level 3 certification assessment and the professionals or companies that will support them &lt;br /&gt;
&lt;br /&gt;
in those efforts. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
2 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
An &#039;&#039;assessment,&#039;&#039; as defined in 32 CFR § 170.4, means the testing or evaluation of security &lt;br /&gt;
&lt;br /&gt;
controls to determine the extent to which the controls are implemented correctly, operating &lt;br /&gt;
&lt;br /&gt;
as intended, and producing the desired outcome with respect to meeting the security &lt;br /&gt;
&lt;br /&gt;
requirements for an information system or organization. &amp;lt;br /&amp;gt;&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, &lt;br /&gt;
&lt;br /&gt;
inform the specification of the boundary for a CMMC assessment. The scope of the CMMC &lt;br /&gt;
&lt;br /&gt;
Program  does not include classified assets, even if they contain applicable Controlled &lt;br /&gt;
&lt;br /&gt;
Unclassified Information (CUI). &amp;lt;br /&amp;gt;&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be &lt;br /&gt;
&lt;br /&gt;
defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which &lt;br /&gt;
&lt;br /&gt;
assets within the OSC’s environment will be assessed and the details of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) &lt;br /&gt;
&lt;br /&gt;
CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 &lt;br /&gt;
&lt;br /&gt;
Plan of Action and Milestones (POA&amp;amp;amp;M) items, as defined in 32 CFR §170.4, must be closed &lt;br /&gt;
&lt;br /&gt;
prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may &lt;br /&gt;
&lt;br /&gt;
be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater &lt;br /&gt;
&lt;br /&gt;
restrictions and protections within the Level 2 data enclave). &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment and have them assessed by a C3PAO. &amp;lt;br /&amp;gt;&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level &lt;br /&gt;
&lt;br /&gt;
3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 &lt;br /&gt;
&lt;br /&gt;
security requirement of any in-scope asset. &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO &lt;br /&gt;
&lt;br /&gt;
during the Level 2 certification assessment, will undergo limited checks for compliance with &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and &lt;br /&gt;
&lt;br /&gt;
will be assessed against all CMMC Level 3 security requirements. &lt;br /&gt;
&lt;br /&gt;
CMMC Asset Categories &lt;br /&gt;
&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § &lt;br /&gt;
&lt;br /&gt;
170.19(d)(1)  Table 4.  This table describes each asset category  and its corresponding  OSC &lt;br /&gt;
&lt;br /&gt;
requirements and CMMC assessment requirements. Additional information about each asset &lt;br /&gt;
&lt;br /&gt;
category is provided in the ensuing sections. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Category &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Description &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSC Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Controlled &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unclassified &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Information &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(CUI) Assets&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
o  Assets that process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  Assets that can, but are not &lt;br /&gt;
&lt;br /&gt;
intended to, process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI (defined as &lt;br /&gt;
&lt;br /&gt;
Contractor Risk Managed &lt;br /&gt;
&lt;br /&gt;
Assets in Table 1 to 32 CFR § &lt;br /&gt;
&lt;br /&gt;
170.19(c)(1)) &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the System Security Plan &lt;br /&gt;
&lt;br /&gt;
(SSP) &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protection &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o  Assets that provide security &lt;br /&gt;
&lt;br /&gt;
functions or capabilities to the &lt;br /&gt;
&lt;br /&gt;
OSC’s CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope, irrespective of whether &lt;br /&gt;
&lt;br /&gt;
or not these assets process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the SSP &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements that are &lt;br /&gt;
&lt;br /&gt;
relevant to the &lt;br /&gt;
&lt;br /&gt;
capabilities provided &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Specialized &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o   Assets that can process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI but are unable &lt;br /&gt;
&lt;br /&gt;
to be fully secured, including: &lt;br /&gt;
&lt;br /&gt;
Internet of Things (IoT) &lt;br /&gt;
&lt;br /&gt;
devices, Industrial Internet of &lt;br /&gt;
&lt;br /&gt;
Things (IIoT) devices, &lt;br /&gt;
&lt;br /&gt;
Operational Technology (OT), &lt;br /&gt;
&lt;br /&gt;
Government Furnished &lt;br /&gt;
&lt;br /&gt;
Equipment (GFE), Restricted &lt;br /&gt;
&lt;br /&gt;
Information Systems, and Test &lt;br /&gt;
&lt;br /&gt;
Equipment  &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the SSP &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Intermediary devices &lt;br /&gt;
&lt;br /&gt;
are permitted to &lt;br /&gt;
&lt;br /&gt;
provide the capability &lt;br /&gt;
&lt;br /&gt;
for the specialized &lt;br /&gt;
&lt;br /&gt;
asset to meet one or &lt;br /&gt;
&lt;br /&gt;
more CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Category &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Description &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSC Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o  Assets that cannot process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI; and do &lt;br /&gt;
&lt;br /&gt;
not provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets &lt;br /&gt;
&lt;br /&gt;
o  Assets that are physically or &lt;br /&gt;
&lt;br /&gt;
logically separated from CUI &lt;br /&gt;
&lt;br /&gt;
assets &lt;br /&gt;
&lt;br /&gt;
o  Assets that fall into any in-&lt;br /&gt;
&lt;br /&gt;
scope asset category cannot &lt;br /&gt;
&lt;br /&gt;
be considered an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset &lt;br /&gt;
&lt;br /&gt;
o  An endpoint hosting a VDI &lt;br /&gt;
&lt;br /&gt;
client configured to not allow &lt;br /&gt;
&lt;br /&gt;
any processing, storage, or &lt;br /&gt;
&lt;br /&gt;
transmission of CUI beyond &lt;br /&gt;
&lt;br /&gt;
the Keyboard/Video/Mouse &lt;br /&gt;
&lt;br /&gt;
sent to the VDI client is &lt;br /&gt;
&lt;br /&gt;
considered an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset &lt;br /&gt;
&lt;br /&gt;
o   Prepare to justify the &lt;br /&gt;
&lt;br /&gt;
inability of an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset to store, process, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  None &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping  &amp;lt;br /&amp;gt;&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment in an asset inventory and provide a network diagram of the CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope to facilitate scoping discussions during pre-assessment activities. &lt;br /&gt;
&lt;br /&gt;
CUI Assets &lt;br /&gt;
&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Process &#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, &lt;br /&gt;
&lt;br /&gt;
or printed). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Store &#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in &lt;br /&gt;
&lt;br /&gt;
physical format such as paper documents). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Transmit &#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit &lt;br /&gt;
&lt;br /&gt;
using physical or digital transport methods). &lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are  assessed against  all  CMMC &lt;br /&gt;
&lt;br /&gt;
requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
In addition, the OSC is required to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document each asset in an asset inventory; there is no requirement to embed each asset &lt;br /&gt;
&lt;br /&gt;
in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document the treatment of these assets in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide a network diagram of the CMMC Assessment Scope (to include these assets) to &lt;br /&gt;
&lt;br /&gt;
facilitate scoping discussions during the pre-assessment. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets/Security Protection Data &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against &lt;br /&gt;
&lt;br /&gt;
all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. &lt;br /&gt;
&lt;br /&gt;
For example, an External Service Provider (ESP) that provides a security information and &lt;br /&gt;
&lt;br /&gt;
event management (SIEM) service may be separated logically and may process no CUI, but &lt;br /&gt;
&lt;br /&gt;
the SIEM contributes  to meeting the CMMC requirements  within the OSC’s  CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|. Table 2 ]]provides examples of Security Protection Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that &lt;br /&gt;
&lt;br /&gt;
are used to protect an OSA&#039;s assessed environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an &lt;br /&gt;
&lt;br /&gt;
attacker in the compromise of the system. It includes, but is not limited to: &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  configuration data required to operate a security protection asset, &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  log files generated by or ingested by a security protection asset, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
6 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  data related to the configuration or vulnerability status of in-scope assets, and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  passwords that grant access to the in-scope environment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Table 2. Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Type &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;People &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consultants who provide cybersecurity services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Managed service provider personnel who implement system maintenance &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Enterprise network administrators &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technology &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Cloud-based security solutions &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Hosted Virtual Private Network (VPN) services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  SIEM solutions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Facilities &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Co-located data centers &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Operations Centers (SOCs) &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSC office buildings &lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document each asset in an asset inventory; there is no requirement to embed each asset &lt;br /&gt;
&lt;br /&gt;
in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document the treatment of these assets in the SSP; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide a network diagram of the CMMC Assessment Scope (to include these assets) to &lt;br /&gt;
&lt;br /&gt;
facilitate scoping discussions during the pre-assessment. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets &lt;br /&gt;
&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Government  Furnished Equipment (GFE)&#039;&#039;&#039;  is all equipment  owned or leased by the &lt;br /&gt;
&lt;br /&gt;
government and includes OSC-acquired equipment that is based on government required &lt;br /&gt;
&lt;br /&gt;
specifications and/or configurations. Government Furnished Equipment  does not &lt;br /&gt;
&lt;br /&gt;
include intellectual property or software [Reference:  Federal Acquisition Regulation &lt;br /&gt;
&lt;br /&gt;
(FAR) 52.245-1]. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of &lt;br /&gt;
&lt;br /&gt;
devices that contain the hardware, software, firmware, and actuators which allow the &lt;br /&gt;
&lt;br /&gt;
devices to connect, interact, and freely exchange data and information, as defined in NIST &lt;br /&gt;
&lt;br /&gt;
SP 800-172A[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|1.]] They are interconnected devices having physical or virtual representation &lt;br /&gt;
&lt;br /&gt;
in the digital world, sensing/actuation capability, and programmability features. They &lt;br /&gt;
&lt;br /&gt;
are uniquely identifiable and may include smart electric grids, lighting, heating, air &lt;br /&gt;
&lt;br /&gt;
conditioning, and fire and smoke detectors. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 NIST SP800-172A March 2022 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
7 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|2 ]]means programmable systems or devices that interact &lt;br /&gt;
&lt;br /&gt;
with the physical environment (or manage devices that interact with the physical &lt;br /&gt;
&lt;br /&gt;
environment). These systems or devices detect or cause a direct change through the &lt;br /&gt;
&lt;br /&gt;
monitoring or control of devices, processes, and events. Examples include industrial &lt;br /&gt;
&lt;br /&gt;
control systems, building management systems, fire control systems, and physical access &lt;br /&gt;
&lt;br /&gt;
control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by &lt;br /&gt;
&lt;br /&gt;
reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically &lt;br /&gt;
&lt;br /&gt;
includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving &lt;br /&gt;
&lt;br /&gt;
field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial &lt;br /&gt;
&lt;br /&gt;
control systems (ICS), or supervisory control and data acquisition (SCADA) systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039;  means systems [and associated Information &lt;br /&gt;
&lt;br /&gt;
Technology  (IT) components comprising the system] that are configured based on &lt;br /&gt;
&lt;br /&gt;
government security requirements (i.e., connected to something that was required to &lt;br /&gt;
&lt;br /&gt;
support a functional requirement) and are used to support a contract (e.g., fielded &lt;br /&gt;
&lt;br /&gt;
systems, obsolete systems, and product deliverable replicas). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing &lt;br /&gt;
&lt;br /&gt;
of products, system components, and contract deliverables. It  can  include hardware &lt;br /&gt;
&lt;br /&gt;
and/or associated IT components used in the testing of products, system components, &lt;br /&gt;
&lt;br /&gt;
and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and &lt;br /&gt;
&lt;br /&gt;
special test equipment). &lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170. &lt;br /&gt;
&lt;br /&gt;
19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The &lt;br /&gt;
&lt;br /&gt;
OSC should prepare for these assets to be assessed against all CMMC requirements unless &lt;br /&gt;
&lt;br /&gt;
they are physically or logically isolated into purpose-specific networks (with no connection &lt;br /&gt;
&lt;br /&gt;
to the Internet or other networks).  Specialized Assets  may have limitations on the &lt;br /&gt;
&lt;br /&gt;
application of certain security requirements. To accommodate such issues intermediary &lt;br /&gt;
&lt;br /&gt;
devices are permitted to provide the capability for the specialized asset to meet one or more &lt;br /&gt;
&lt;br /&gt;
CMMC requirements.  An example of an intermediary device used in conjunction with a &lt;br /&gt;
&lt;br /&gt;
specialized asset is a boundary device or a proxy. &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets. Assets that are physically or logically separated from CUI Assets &lt;br /&gt;
&lt;br /&gt;
and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets &lt;br /&gt;
&lt;br /&gt;
that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset. &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment. There are no documentation requirements for Out-of-Scope Assets. &lt;br /&gt;
&lt;br /&gt;
Defining the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 OT includes hardware and software that use direct monitoring and control of industrial equipment to detect &lt;br /&gt;
&lt;br /&gt;
or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
8 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be &lt;br /&gt;
&lt;br /&gt;
assessed in accordance with[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#5| Table 1. ]]OSCs will be required to provide documentation that &lt;br /&gt;
&lt;br /&gt;
specifies the CMMC Assessment Scope to the assessor. Details about required documentation &lt;br /&gt;
&lt;br /&gt;
for each asset category can be found in th[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|e CMMC Asset Categories ]]section above. &amp;lt;br /&amp;gt;&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  CUI Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Protection Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Specialized Assets &lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
External Service Provider Considerations &lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=647</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Main_Page&amp;diff=647"/>
		<updated>2025-02-23T03:09:39Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;This website contains information about the Cybersecurity Maturity Model Certification (CMMC) program of the U.S. Department of Defense (DoD).&lt;br /&gt;
&lt;br /&gt;
The wiki aims to provide educational references for those who are interested in learning more about the framework.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Primary Source of Reference: The official [https://dodcio.defense.gov/CMMC/Documentation/ CMMC Home Page] from the Department of Defense Chief Information Officer (DoD CIO).&lt;br /&gt;
&lt;br /&gt;
Additional References: The [https://dodcio.defense.gov/cmmc/Resources-Documentation/ CMMC Resources] page contains a variety of external links to CMMC resources throughout the DoD.&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== CMMC Information ==&lt;br /&gt;
=== [[Model_Overview|Model Overview]] ===&lt;br /&gt;
=== [[Model_Glossary|Model Glossary]] ===&lt;br /&gt;
=== [[Acronyms_and_Abbreviations|Acronyms and Abbreviations]] ===&lt;br /&gt;
&lt;br /&gt;
== Scoping and Assessment Guides ==&lt;br /&gt;
=== [[Level_1_Scoping_Guidance|Level 1 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_1_Assessment_Guide|Level 1 Self-Assessment Guide]] ===&lt;br /&gt;
=== [[Level_2_Scoping_Guidance|Level 2 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_2_Assessment_Guide|Level 2 Assessment Guide]] ===&lt;br /&gt;
=== [[Level_3_Scoping_Guidance|Level 3 Scoping Guidance]] ===&lt;br /&gt;
=== [[Level_3_Assessment_Guide|Level 3 Assessment Guide]] ===&lt;br /&gt;
=== [[CMMC_Assessment_Process|CMMC Assessment Process (CAP)]] ===&lt;br /&gt;
=== [[CAP_Glossary|CMMC Assessment Process Glossary]] ===&lt;br /&gt;
&lt;br /&gt;
== CMMC Tool Guides ==&lt;br /&gt;
=== [[Artifact_Hashing_Tool|Artifact Hashing Tool User Guide]] ===&lt;br /&gt;
=== [[DoD_Assessment_Methodology|NIST SP 800-171 DoD Assessment Methodology]] ===&lt;br /&gt;
&lt;br /&gt;
== Other Resources ==&lt;br /&gt;
=== [[External References | Various External References]] ===&lt;br /&gt;
=== [[CCP Blueprint | Certified CMMC Professional (CCP) Test Blueprint]] ===&lt;br /&gt;
=== [[CCA Blueprint | Certified CMMC Assessor (CCA) Test Blueprint]] ===&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=646</id>
		<title>Level 3 Scoping Guidance</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=Level_3_Scoping_Guidance&amp;diff=646"/>
		<updated>2025-02-23T03:05:03Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: Importing content from PDF File: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
Version 2.13 | September 2024 &lt;br /&gt;
&lt;br /&gt;
DoD-CIO-00007 (ZRIN 0790-ZA23) &lt;br /&gt;
&lt;br /&gt;
CMMC Scoping Guide &lt;br /&gt;
&lt;br /&gt;
Level 3 &lt;br /&gt;
&lt;br /&gt;
24-T-2771&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
ii &lt;br /&gt;
&lt;br /&gt;
NOTICES &lt;br /&gt;
&lt;br /&gt;
The contents of this document do not have the force and effect of law and are not meant to &lt;br /&gt;
&lt;br /&gt;
bind the public in any way. This document is intended only to provide clarity to the public &lt;br /&gt;
&lt;br /&gt;
regarding existing CMMC requirements under the law or departmental policies. &lt;br /&gt;
&lt;br /&gt;
DISTRIBUTION STATEMENT A. Approved for public release. Distribution is unlimited.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Introduction &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
1 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Introduction &amp;lt;br /&amp;gt;&lt;br /&gt;
This document provides scoping guidance for Level 3 of the Cybersecurity Maturity Model &lt;br /&gt;
&lt;br /&gt;
Certification (CMMC) as set forth in section 170.19 of title 32, Code of Federal Regulations &lt;br /&gt;
&lt;br /&gt;
(CFR). Guidance for scoping a Level 1 self-assessment can be found in the &#039;&#039;CMMC Scoping &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Guide – Level 1&#039;&#039; document. Guidance for scoping a Level 2 self-assessment or certification &lt;br /&gt;
&lt;br /&gt;
assessment can be found in the &#039;&#039;CMMC Scoping Guide – Level 2&#039;&#039; document. More details on the &lt;br /&gt;
&lt;br /&gt;
CMMC Model can be found in the &#039;&#039;CMMC Model Overview&#039;&#039; document. &amp;lt;br /&amp;gt;&lt;br /&gt;
Purpose and Audience  &amp;lt;br /&amp;gt;&lt;br /&gt;
This guide is intended for Organizations Seeking Certification (OSCs) that will be obtaining a &lt;br /&gt;
&lt;br /&gt;
Level 3 certification assessment and the professionals or companies that will support them &lt;br /&gt;
&lt;br /&gt;
in those efforts. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
2 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &amp;lt;br /&amp;gt;&lt;br /&gt;
An &#039;&#039;assessment,&#039;&#039; as defined in 32 CFR § 170.4, means the testing or evaluation of security &lt;br /&gt;
&lt;br /&gt;
controls to determine the extent to which the controls are implemented correctly, operating &lt;br /&gt;
&lt;br /&gt;
as intended, and producing the desired outcome with respect to meeting the security &lt;br /&gt;
&lt;br /&gt;
requirements for an information system or organization. &amp;lt;br /&amp;gt;&lt;br /&gt;
This document should help the reader understand the categorization of assets that, in turn, &lt;br /&gt;
&lt;br /&gt;
inform the specification of the boundary for a CMMC assessment. The scope of the CMMC &lt;br /&gt;
&lt;br /&gt;
Program  does not include classified assets, even if they contain applicable Controlled &lt;br /&gt;
&lt;br /&gt;
Unclassified Information (CUI). &amp;lt;br /&amp;gt;&lt;br /&gt;
Prior to conducting a Level 3 certification assessment, the CMMC Assessment Scope must be &lt;br /&gt;
&lt;br /&gt;
defined as addressed in 32 CFR § 170.19(d). The CMMC Assessment Scope informs which &lt;br /&gt;
&lt;br /&gt;
assets within the OSC’s environment will be assessed and the details of the assessment. &amp;lt;br /&amp;gt;&lt;br /&gt;
When seeking a Level 3 certification assessment, the OSC must have a Final Level 2 (C3PAO) &lt;br /&gt;
&lt;br /&gt;
CMMC Status for the same CMMC Assessment Scope as the Level 3 assessment. Any Level 2 &lt;br /&gt;
&lt;br /&gt;
Plan of Action and Milestones (POA&amp;amp;amp;M) items, as defined in 32 CFR §170.4, must be closed &lt;br /&gt;
&lt;br /&gt;
prior to the initiation of the Level 3 assessment. The Level 3 CMMC Assessment Scope may &lt;br /&gt;
&lt;br /&gt;
be a subset of the Level 2 CMMC Assessment Scope (e.g., a Level 3 data enclave with greater &lt;br /&gt;
&lt;br /&gt;
restrictions and protections within the Level 2 data enclave). &amp;lt;br /&amp;gt;&lt;br /&gt;
Assets designated as Contractor Risk Managed Assets (CRMAs)  in the Level 2 CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope are treated as CUI assets if they fall within the Level 3 CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope. OSCs may choose to designate them as CUI assets for the Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment and have them assessed by a C3PAO. &amp;lt;br /&amp;gt;&lt;br /&gt;
Since the assessment requirements for Specialized Assets differ between Level 2 and Level &lt;br /&gt;
&lt;br /&gt;
3, the OSC may choose to have them assessed by a C3PAO during the Level 2 certification &lt;br /&gt;
&lt;br /&gt;
assessment. During a Level 3 certification assessment, DCMA DIBCAC may check any Level 2 &lt;br /&gt;
&lt;br /&gt;
security requirement of any in-scope asset. &amp;lt;br /&amp;gt;&lt;br /&gt;
CRMAs and Specialized Assets not assessed to the Level 3 scoping requirements by a C3PAO &lt;br /&gt;
&lt;br /&gt;
during the Level 2 certification assessment, will undergo limited checks for compliance with &lt;br /&gt;
&lt;br /&gt;
Level 2 security requirements during the DCMA DIBCAC Level 3 certification assessment and &lt;br /&gt;
&lt;br /&gt;
will be assessed against all CMMC Level 3 security requirements. &lt;br /&gt;
&lt;br /&gt;
CMMC Asset Categories &lt;br /&gt;
&lt;br /&gt;
For a Level 3 assessment, assets are mapped into one of four categories defined in 32 CFR § &lt;br /&gt;
&lt;br /&gt;
170.19(d)(1)  Table 4.  This table describes each asset category  and its corresponding  OSC &lt;br /&gt;
&lt;br /&gt;
requirements and CMMC assessment requirements. Additional information about each asset &lt;br /&gt;
&lt;br /&gt;
category is provided in the ensuing sections. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
3 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Table 1. Level 3 Asset Categories and Associated Requirements Overview &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Category &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Description &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSC Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are in the Level 3 CMMC Assessment Scope&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Controlled &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Unclassified &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Information &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(CUI) Assets&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
o  Assets that process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  Assets that can, but are not &lt;br /&gt;
&lt;br /&gt;
intended to, process, store, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI (defined as &lt;br /&gt;
&lt;br /&gt;
Contractor Risk Managed &lt;br /&gt;
&lt;br /&gt;
Assets in Table 1 to 32 CFR § &lt;br /&gt;
&lt;br /&gt;
170.19(c)(1)) &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the System Security Plan &lt;br /&gt;
&lt;br /&gt;
(SSP) &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Protection &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o  Assets that provide security &lt;br /&gt;
&lt;br /&gt;
functions or capabilities to the &lt;br /&gt;
&lt;br /&gt;
OSC’s CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope, irrespective of whether &lt;br /&gt;
&lt;br /&gt;
or not these assets process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the SSP &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements that are &lt;br /&gt;
&lt;br /&gt;
relevant to the &lt;br /&gt;
&lt;br /&gt;
capabilities provided &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Specialized &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o   Assets that can process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI but are unable &lt;br /&gt;
&lt;br /&gt;
to be fully secured, including: &lt;br /&gt;
&lt;br /&gt;
Internet of Things (IoT) &lt;br /&gt;
&lt;br /&gt;
devices, Industrial Internet of &lt;br /&gt;
&lt;br /&gt;
Things (IIoT) devices, &lt;br /&gt;
&lt;br /&gt;
Operational Technology (OT), &lt;br /&gt;
&lt;br /&gt;
Government Furnished &lt;br /&gt;
&lt;br /&gt;
Equipment (GFE), Restricted &lt;br /&gt;
&lt;br /&gt;
Information Systems, and Test &lt;br /&gt;
&lt;br /&gt;
Equipment  &lt;br /&gt;
&lt;br /&gt;
o  Document in the asset &lt;br /&gt;
&lt;br /&gt;
inventory &lt;br /&gt;
&lt;br /&gt;
o  Document asset treatment in &lt;br /&gt;
&lt;br /&gt;
the SSP &lt;br /&gt;
&lt;br /&gt;
o  Document in the network &lt;br /&gt;
&lt;br /&gt;
diagram of the CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope &lt;br /&gt;
&lt;br /&gt;
o  Prepare to be assessed &lt;br /&gt;
&lt;br /&gt;
against CMMC Level 2 and &lt;br /&gt;
&lt;br /&gt;
Level 3 security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Limited check against &lt;br /&gt;
&lt;br /&gt;
Level 2 and assess &lt;br /&gt;
&lt;br /&gt;
against all Level 3 &lt;br /&gt;
&lt;br /&gt;
CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements &lt;br /&gt;
&lt;br /&gt;
o  Intermediary devices &lt;br /&gt;
&lt;br /&gt;
are permitted to &lt;br /&gt;
&lt;br /&gt;
provide the capability &lt;br /&gt;
&lt;br /&gt;
for the specialized &lt;br /&gt;
&lt;br /&gt;
asset to meet one or &lt;br /&gt;
&lt;br /&gt;
more CMMC security &lt;br /&gt;
&lt;br /&gt;
requirements  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets that are not in the Level 3 CMMC Assessment Scope&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Identifying the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
4 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Category &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Description &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OSC Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CMMC Assessment &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirements &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Out-of-Scope &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assets &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
o  Assets that cannot process, &lt;br /&gt;
&lt;br /&gt;
store, or transmit CUI; and do &lt;br /&gt;
&lt;br /&gt;
not provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets &lt;br /&gt;
&lt;br /&gt;
o  Assets that are physically or &lt;br /&gt;
&lt;br /&gt;
logically separated from CUI &lt;br /&gt;
&lt;br /&gt;
assets &lt;br /&gt;
&lt;br /&gt;
o  Assets that fall into any in-&lt;br /&gt;
&lt;br /&gt;
scope asset category cannot &lt;br /&gt;
&lt;br /&gt;
be considered an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset &lt;br /&gt;
&lt;br /&gt;
o  An endpoint hosting a VDI &lt;br /&gt;
&lt;br /&gt;
client configured to not allow &lt;br /&gt;
&lt;br /&gt;
any processing, storage, or &lt;br /&gt;
&lt;br /&gt;
transmission of CUI beyond &lt;br /&gt;
&lt;br /&gt;
the Keyboard/Video/Mouse &lt;br /&gt;
&lt;br /&gt;
sent to the VDI client is &lt;br /&gt;
&lt;br /&gt;
considered an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset &lt;br /&gt;
&lt;br /&gt;
o   Prepare to justify the &lt;br /&gt;
&lt;br /&gt;
inability of an Out-of-Scope &lt;br /&gt;
&lt;br /&gt;
Asset to store, process, or &lt;br /&gt;
&lt;br /&gt;
transmit CUI &lt;br /&gt;
&lt;br /&gt;
o  None &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
5 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping  &amp;lt;br /&amp;gt;&lt;br /&gt;
The  OSC  is required to document all assets  that are part of the  Level 3 certification &lt;br /&gt;
&lt;br /&gt;
assessment in an asset inventory and provide a network diagram of the CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope to facilitate scoping discussions during pre-assessment activities. &lt;br /&gt;
&lt;br /&gt;
CUI Assets &lt;br /&gt;
&lt;br /&gt;
CUI Assets can process, store, or transmit CUI as follows: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Process &#039;&#039;&#039;– CUI is used by an asset (e.g., accessed, entered, edited, generated, manipulated, &lt;br /&gt;
&lt;br /&gt;
or printed). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Store &#039;&#039;&#039;– CUI  is inactive or at rest  on an asset  (e.g., located on electronic media  or in &lt;br /&gt;
&lt;br /&gt;
physical format such as paper documents). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Transmit &#039;&#039;&#039;– CUI is being transferred from one asset to another asset (e.g., data in transit &lt;br /&gt;
&lt;br /&gt;
using physical or digital transport methods). &lt;br /&gt;
&lt;br /&gt;
CUI Assets are part of the CMMC Assessment Scope and are  assessed against  all  CMMC &lt;br /&gt;
&lt;br /&gt;
requirements. &amp;lt;br /&amp;gt;&lt;br /&gt;
In addition, the OSC is required to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document each asset in an asset inventory; there is no requirement to embed each asset &lt;br /&gt;
&lt;br /&gt;
in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document the treatment of these assets in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide a network diagram of the CMMC Assessment Scope (to include these assets) to &lt;br /&gt;
&lt;br /&gt;
facilitate scoping discussions during the pre-assessment. &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets/Security Protection Data &lt;br /&gt;
&lt;br /&gt;
Security Protection Assets provide security functions or capabilities within the OSC’s CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Assets are part of the CMMC Assessment Scope and are assessed against &lt;br /&gt;
&lt;br /&gt;
all Level 2 and Level 3 security requirements that are relevant to the capabilities provided. &lt;br /&gt;
&lt;br /&gt;
For example, an External Service Provider (ESP) that provides a security information and &lt;br /&gt;
&lt;br /&gt;
event management (SIEM) service may be separated logically and may process no CUI, but &lt;br /&gt;
&lt;br /&gt;
the SIEM contributes  to meeting the CMMC requirements  within the OSC’s  CMMC &lt;br /&gt;
&lt;br /&gt;
Assessment Scope[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|. Table 2 ]]provides examples of Security Protection Assets. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data means data stored or processed by Security Protection Assets that &lt;br /&gt;
&lt;br /&gt;
are used to protect an OSA&#039;s assessed environment. &amp;lt;br /&amp;gt;&lt;br /&gt;
Security Protection Data is security-relevant information which, if disclosed, could aid an &lt;br /&gt;
&lt;br /&gt;
attacker in the compromise of the system. It includes, but is not limited to: &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  configuration data required to operate a security protection asset, &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  log files generated by or ingested by a security protection asset, &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
6 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  data related to the configuration or vulnerability status of in-scope assets, and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  passwords that grant access to the in-scope environment. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Table 2. Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Asset Type &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Security Protection Asset Examples &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;People &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consultants who provide cybersecurity services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Managed service provider personnel who implement system maintenance &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Enterprise network administrators &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technology &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Cloud-based security solutions &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Hosted Virtual Private Network (VPN) services &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  SIEM solutions &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Facilities &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Co-located data centers &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Operations Centers (SOCs) &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSC office buildings &lt;br /&gt;
&lt;br /&gt;
In addition, the OSC is required to: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document each asset in an asset inventory; there is no requirement to embed each asset &lt;br /&gt;
&lt;br /&gt;
in the SSP; &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  document the treatment of these assets in the SSP; and &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  provide a network diagram of the CMMC Assessment Scope (to include these assets) to &lt;br /&gt;
&lt;br /&gt;
facilitate scoping discussions during the pre-assessment. &lt;br /&gt;
&lt;br /&gt;
Specialized Assets &lt;br /&gt;
&lt;br /&gt;
The following are considered Specialized Assets for a Level 3 certification assessment: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Government  Furnished Equipment (GFE)&#039;&#039;&#039;  is all equipment  owned or leased by the &lt;br /&gt;
&lt;br /&gt;
government and includes OSC-acquired equipment that is based on government required &lt;br /&gt;
&lt;br /&gt;
specifications and/or configurations. Government Furnished Equipment  does not &lt;br /&gt;
&lt;br /&gt;
include intellectual property or software [Reference:  Federal Acquisition Regulation &lt;br /&gt;
&lt;br /&gt;
(FAR) 52.245-1]. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Internet of Things (IoT) or Industrial Internet of Things (IIoT)&#039;&#039;&#039; means the network of &lt;br /&gt;
&lt;br /&gt;
devices that contain the hardware, software, firmware, and actuators which allow the &lt;br /&gt;
&lt;br /&gt;
devices to connect, interact, and freely exchange data and information, as defined in NIST &lt;br /&gt;
&lt;br /&gt;
SP 800-172A[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|1.]] They are interconnected devices having physical or virtual representation &lt;br /&gt;
&lt;br /&gt;
in the digital world, sensing/actuation capability, and programmability features. They &lt;br /&gt;
&lt;br /&gt;
are uniquely identifiable and may include smart electric grids, lighting, heating, air &lt;br /&gt;
&lt;br /&gt;
conditioning, and fire and smoke detectors. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
 NIST SP800-172A March 2022 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
7 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Operational Technology (OT)&#039;&#039;&#039;[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|2 ]]means programmable systems or devices that interact &lt;br /&gt;
&lt;br /&gt;
with the physical environment (or manage devices that interact with the physical &lt;br /&gt;
&lt;br /&gt;
environment). These systems or devices detect or cause a direct change through the &lt;br /&gt;
&lt;br /&gt;
monitoring or control of devices, processes, and events. Examples include industrial &lt;br /&gt;
&lt;br /&gt;
control systems, building management systems, fire control systems, and physical access &lt;br /&gt;
&lt;br /&gt;
control mechanisms. [Source: as defined in NIST SP 800-160v2 Rev 1 (incorporated by &lt;br /&gt;
&lt;br /&gt;
reference, see 32 CFR § 170.2.)]. NOTE: Operational Technology (OT) specifically &lt;br /&gt;
&lt;br /&gt;
includes Supervisory Control and Data Acquisition (SCADA); this is a rapidly evolving &lt;br /&gt;
&lt;br /&gt;
field. [Source: DRAFT, NIST SP 800-82r3] is used in manufacturing systems, industrial &lt;br /&gt;
&lt;br /&gt;
control systems (ICS), or supervisory control and data acquisition (SCADA) systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Restricted Information  Systems&#039;&#039;&#039;  means systems [and associated Information &lt;br /&gt;
&lt;br /&gt;
Technology  (IT) components comprising the system] that are configured based on &lt;br /&gt;
&lt;br /&gt;
government security requirements (i.e., connected to something that was required to &lt;br /&gt;
&lt;br /&gt;
support a functional requirement) and are used to support a contract (e.g., fielded &lt;br /&gt;
&lt;br /&gt;
systems, obsolete systems, and product deliverable replicas). &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  &#039;&#039;&#039;Test Equipment&#039;&#039;&#039; means hardware and/or associated IT components used in the testing &lt;br /&gt;
&lt;br /&gt;
of products, system components, and contract deliverables. It  can  include hardware &lt;br /&gt;
&lt;br /&gt;
and/or associated IT components used in the testing of products, system components, &lt;br /&gt;
&lt;br /&gt;
and contract deliverables (e.g., oscilloscopes, spectrum analyzers, power meters, and &lt;br /&gt;
&lt;br /&gt;
special test equipment). &lt;br /&gt;
&lt;br /&gt;
Specialized Assets are part of the Level 3 CMMC Assessment Scope  per  32 CFR § 170. &lt;br /&gt;
&lt;br /&gt;
19(d)(1) Table 3. Note that Specialized Assets may be eligible for an Enduring Exception. The &lt;br /&gt;
&lt;br /&gt;
OSC should prepare for these assets to be assessed against all CMMC requirements unless &lt;br /&gt;
&lt;br /&gt;
they are physically or logically isolated into purpose-specific networks (with no connection &lt;br /&gt;
&lt;br /&gt;
to the Internet or other networks).  Specialized Assets  may have limitations on the &lt;br /&gt;
&lt;br /&gt;
application of certain security requirements. To accommodate such issues intermediary &lt;br /&gt;
&lt;br /&gt;
devices are permitted to provide the capability for the specialized asset to meet one or more &lt;br /&gt;
&lt;br /&gt;
CMMC requirements.  An example of an intermediary device used in conjunction with a &lt;br /&gt;
&lt;br /&gt;
specialized asset is a boundary device or a proxy. &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets &lt;br /&gt;
&lt;br /&gt;
Out-of-Scope Assets cannot  process, store, or  transmit  CUI, and do not  provide security &lt;br /&gt;
&lt;br /&gt;
protections for CUI Assets. Assets that are physically or logically separated from CUI Assets &lt;br /&gt;
&lt;br /&gt;
and do not provide security protections for CUI Assets are also Out-of-Scope Assets. Assets &lt;br /&gt;
&lt;br /&gt;
that fall into any in-scope asset category cannot be considered an Out-of-Scope Asset. &amp;lt;br /&amp;gt;&lt;br /&gt;
In accordance with 32 CFR § 170.19(d)(1), Out-of-Scope Assets are not part of a Level 3 &lt;br /&gt;
&lt;br /&gt;
certification assessment. There are no documentation requirements for Out-of-Scope Assets. &lt;br /&gt;
&lt;br /&gt;
Defining the CMMC Assessment Scope &lt;br /&gt;
&lt;br /&gt;
After categorizing its assets, the OSC then specifies the CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
2&lt;br /&gt;
&lt;br /&gt;
 OT includes hardware and software that use direct monitoring and control of industrial equipment to detect &lt;br /&gt;
&lt;br /&gt;
or cause a change. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
8 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The  CMMC Assessment Scope  includes  all assets in the OSC’s environment that will be &lt;br /&gt;
&lt;br /&gt;
assessed in accordance with[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#5| Table 1. ]]OSCs will be required to provide documentation that &lt;br /&gt;
&lt;br /&gt;
specifies the CMMC Assessment Scope to the assessor. Details about required documentation &lt;br /&gt;
&lt;br /&gt;
for each asset category can be found in th[[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|e CMMC Asset Categories ]]section above. &amp;lt;br /&amp;gt;&lt;br /&gt;
The following asset categories are part of the Level 3 CMMC Assessment Scope: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  CUI Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Security Protection Assets &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Specialized Assets &lt;br /&gt;
&lt;br /&gt;
Self-assessments and certification assessments are valid for a defined CMMC Assessment &lt;br /&gt;
&lt;br /&gt;
Scope as outlined in 32 CFR § 170.19 CMMC Scoping. A new assessment is required if there &lt;br /&gt;
&lt;br /&gt;
are significant architectural or boundary changes to the previous CMMC Assessment Scope. &lt;br /&gt;
&lt;br /&gt;
Examples include, but are not limited to, expansions of networks or mergers and &lt;br /&gt;
&lt;br /&gt;
acquisitions. Operational changes within a  CMMC  Assessment Scope, such as adding or &lt;br /&gt;
&lt;br /&gt;
subtracting resources within the existing assessment boundary that follow the existing SSP &lt;br /&gt;
&lt;br /&gt;
do not require a new assessment, but rather are covered by the annual affirmations to the &lt;br /&gt;
&lt;br /&gt;
continuing compliance with requirements. &lt;br /&gt;
&lt;br /&gt;
External Service Provider Considerations &lt;br /&gt;
&lt;br /&gt;
An External Service Provider (ESP) can be within the OSA’s scope of CMMC requirements if &lt;br /&gt;
&lt;br /&gt;
it meets CUI or Security Protection Asset criteria.  &#039;&#039;&#039;To be considered an ESP, data &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;(specifically CUI or Security Protection Data, e.g., log data, configuration data) must &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;reside on the ESP assets &#039;&#039;&#039;as set forth in 32 CFR § 170.19(d)(2). Special considerations in for &lt;br /&gt;
&lt;br /&gt;
an OSC using an ESP include the following: &amp;lt;br /&amp;gt;&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  The use of an ESP, its relationship to the OSA, and the services provided need to be &lt;br /&gt;
&lt;br /&gt;
documented in the OSA’s SSP and described in the ESP’s service description and &lt;br /&gt;
&lt;br /&gt;
customer responsibility matrix (CRM), which describes the responsibilities of the OSA &lt;br /&gt;
&lt;br /&gt;
and ESP with respect to the services provided. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Evaluate the ESP’s CRM where the provider identifies security control objectives that are &lt;br /&gt;
&lt;br /&gt;
the provider’s responsibility and security control objectives that are the OSC’s &lt;br /&gt;
&lt;br /&gt;
responsibility. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  Consider the agreements in place with the ESP, such as service-level agreements, &lt;br /&gt;
&lt;br /&gt;
memoranda of understanding, and contracts that support the OSC’s information security &lt;br /&gt;
&lt;br /&gt;
objectives. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are CSPs,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, must meet the FedRAMP requirements in DFARS &lt;br /&gt;
&lt;br /&gt;
clause 252.204-7012.  &lt;br /&gt;
&lt;br /&gt;
o  Use of a CSP does not relieve an OSC of its obligation to implement the 24 &lt;br /&gt;
&lt;br /&gt;
Level 3 security requirements. These 24 requirements apply to every &lt;br /&gt;
&lt;br /&gt;
environment where the CUI data is processed, stored, or transmitted, when &lt;br /&gt;
&lt;br /&gt;
Level 3 (DIBCAC) is the designated CMMC Status. If any of these 24 &lt;br /&gt;
&lt;br /&gt;
requirements are inherited from a CSP, the OSC must demonstrate that &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
9 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
protection during a Level 3 certification assessment via  a Customer &lt;br /&gt;
&lt;br /&gt;
Implementation Summary/Customer Responsibility Matrix (CIS/CRM) &lt;br /&gt;
&lt;br /&gt;
and associated Body of Evidence (BOE). The BOE must clearly indicate &lt;br /&gt;
&lt;br /&gt;
whether the OSC or the CSP is responsible for meeting each requirement &lt;br /&gt;
&lt;br /&gt;
and which requirements are implemented versus inherited. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, are not required to meet FedRAMP &lt;br /&gt;
&lt;br /&gt;
requirements in DFARS clause 252.204-7012. Services provided by an ESP are in the &lt;br /&gt;
&lt;br /&gt;
OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs that are not a CSP,  &lt;br /&gt;
&lt;br /&gt;
o  and store, process, or transmit CUI, require assessment. The ESP services used to &lt;br /&gt;
&lt;br /&gt;
meet OSA requirements are within the scope of the OSA’s CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
o  and do NOT store, process, or transmit CUI, do not require their own CMMC &lt;br /&gt;
&lt;br /&gt;
assessment. Services provided by an ESP are in the OSA’s assessment scope. &lt;br /&gt;
&lt;br /&gt;
o  may voluntarily request a DIBCAC assessment, and the DIBCAC may conduct such an &lt;br /&gt;
&lt;br /&gt;
assessment, if the ESP makes that business decision. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  OSAs shall also be assessed at Level 2 or Level 3, as applicable, against their on-premise &lt;br /&gt;
&lt;br /&gt;
infrastructure connecting to the ESP. As part of the CMMC Assessment Scope, the security &lt;br /&gt;
&lt;br /&gt;
requirements from the CRM must be documented or referred to in the OSA’s SSP, which &lt;br /&gt;
&lt;br /&gt;
will also be assessed. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  ESPs can be part of the same corporate/organizational structure but still be external to &lt;br /&gt;
&lt;br /&gt;
the OSA such as a centralized SOC or NOC which supports multiple business units. The &lt;br /&gt;
&lt;br /&gt;
same requirements apply and are based on whether or  not the ESP provides cloud &lt;br /&gt;
&lt;br /&gt;
services and whether or not the ESP processes, stores, or transmits CUI on their systems. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  An ESP that is used as staff augmentation and the OSA provides all processes, technology, &lt;br /&gt;
&lt;br /&gt;
and facilities does not need CMMC assessment. &lt;br /&gt;
&lt;br /&gt;
•&lt;br /&gt;
&lt;br /&gt;
  When ESPs are assessed as part of an OSAs assessment, the type of the assessment is &lt;br /&gt;
&lt;br /&gt;
dictated by the OSA&#039;s DoD solicitation and contract requirement. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Cloud Service Provider (CSP) means an external company that provides cloud services based &lt;br /&gt;
&lt;br /&gt;
on cloud computing. Cloud computing is a model for enabling ubiquitous, convenient, on-&lt;br /&gt;
&lt;br /&gt;
demand network access to a shared pool of configurable computing resources (e.g., &lt;br /&gt;
&lt;br /&gt;
networks, servers, storage, applications, and services) that can be rapidly provisioned and &lt;br /&gt;
&lt;br /&gt;
released with minimal management effort or service provider interaction. An ESP would be &lt;br /&gt;
&lt;br /&gt;
considered a CSP when it provides its own cloud services based on a model for enabling &lt;br /&gt;
&lt;br /&gt;
ubiquitous, convenient, on-demand network access to a shared pool of configurable &lt;br /&gt;
&lt;br /&gt;
computing that can be rapidly provisioned and released with minimal management effort or &lt;br /&gt;
&lt;br /&gt;
service provider interaction. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP (not a CSP) that provides technical support services to its clients would be considered &lt;br /&gt;
&lt;br /&gt;
a Managed Service Provider. It does not host its own cloud platform offering. An ESP may &lt;br /&gt;
&lt;br /&gt;
utilize cloud offerings to deliver services to clients without being a CSP. &amp;lt;br /&amp;gt;&lt;br /&gt;
An ESP that manages a third-party cloud service on behalf of an OSA would not be &lt;br /&gt;
&lt;br /&gt;
considered a CSP  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
10 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
An ESP may voluntarily request its own Level  3 assessment by contacting the Defense &lt;br /&gt;
&lt;br /&gt;
Industrial Base Cybersecurity Assessment Center (DIBCAC). Contact information can be &lt;br /&gt;
&lt;br /&gt;
found[https://www/  at https://www.dc]ma.mil/DIBCAC/. &amp;lt;br /&amp;gt;&lt;br /&gt;
Not all companies that provide services to an OSA should be considered an ESP. Cloud based &lt;br /&gt;
&lt;br /&gt;
services such as human resource and accounting SaaS applications typically do not &lt;br /&gt;
&lt;br /&gt;
contribute to the security of the OSA’s environment; process or store SPD; or process, store, &lt;br /&gt;
&lt;br /&gt;
or transmit CUI. The OSA must determine if the company providing the service should be &lt;br /&gt;
&lt;br /&gt;
considered an ESP based on the services provided and if CUI is processed, stored, or &lt;br /&gt;
&lt;br /&gt;
transmitted. &amp;lt;br /&amp;gt;&lt;br /&gt;
 &amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Additional Guidance on Level 3 Scoping &lt;br /&gt;
&lt;br /&gt;
CMMC Assessment Scope – Level 3 | Version 2.13 &lt;br /&gt;
&lt;br /&gt;
11 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;This page intentionally left blank. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Document Outline =&lt;br /&gt;
&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#3|Introduction]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|Identifying the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#4|CMMC Asset Categories]]&lt;br /&gt;
* [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Additional Guidance on Level 3 Scoping]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|CUI Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#7|Security Protection Assets/Security Protection Data]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#8|Specialized Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Out-of-Scope Assets]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#9|Defining the CMMC Assessment Scope]]&lt;br /&gt;
** [[80bcaf55992e2fba3e61cce9c1ce754ba903547d.html#10|External Service Provider Considerations]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
Original source: https://dodcio.defense.gov/Portals/0/Documents/CMMC/ScopingGuideL3v2.pdf&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=External_References&amp;diff=645</id>
		<title>External References</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=External_References&amp;diff=645"/>
		<updated>2025-02-19T18:12:07Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* C */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Additional References: The [https://dodcio.defense.gov/CMMC/Resources/ CMMC Resources] page contains a variety of external links to CMMC resources throughout the DoD.&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 80%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 70%&amp;quot;| Standards and Organizations&lt;br /&gt;
! style=&amp;quot;width: 30%&amp;quot;| Links&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Blue Cyber Education Series for Small Business&lt;br /&gt;
|&lt;br /&gt;
* [https://www.safcn.af.mil/CISO/Small-Business-Cybersecurity-Information/ Home Page]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 80%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 70%&amp;quot;| Standards and Organizations&lt;br /&gt;
! style=&amp;quot;width: 30%&amp;quot;| Links&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;CISA Cyber Security Evaluation Tool (CSET®)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://www.cisa.gov/stopransomware/cyber-security-evaluation-tool-csetr Home Page]&lt;br /&gt;
* [https://github.com/cisagov/cset/releases CSET Download]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;CMMC Program Final Rule&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://www.federalregister.gov/documents/2024/10/15/2024-22905/cybersecurity-maturity-model-certification-cmmc-program 32 CFR Part 170 rule]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Cyber AB, The&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://cyberab.org/ Home Page]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Cybersecurity and Privacy Reference Tool (CPRT)&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://csrc.nist.gov/projects/cprt/catalog#/cprt/home/ CPRT Catalog]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 80%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 70%&amp;quot;| Standards and Organizations&lt;br /&gt;
! style=&amp;quot;width: 30%&amp;quot;| Links&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Defense Industrial Base Cybersecurity Assessment Center (DIBCAC) Contractor Resources&lt;br /&gt;
|&lt;br /&gt;
* [https://www.dcma.mil/DIBCAC/ Home Page]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 80%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 70%&amp;quot;| Standards and Organizations&lt;br /&gt;
! style=&amp;quot;width: 30%&amp;quot;| Links&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;MITRE ATT&amp;amp;CK Knowledge Base&lt;br /&gt;
|&lt;br /&gt;
* [https://attack.mitre.org/ Home Page]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 80%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 70%&amp;quot;| Standards and Organizations&lt;br /&gt;
! style=&amp;quot;width: 30%&amp;quot;| Links&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;NIST Cybersecurity Framework&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://www.nist.gov/cyberframework Home Page]&lt;br /&gt;
* [https://www.nist.gov/cyberframework/framework Framework Documents]&lt;br /&gt;
* [https://www.nist.gov/cyberframework/online-learning Online Learning]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;NIST SP 800-53 Rev. 5 Security and Privacy Controls for Information Systems and Organizations&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final Home Page]&lt;br /&gt;
* [https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r5.pdf PDF Download]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;NIST SP 800-171 Rev. 2 Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://csrc.nist.gov/publications/detail/sp/800-171/rev-2/final Home Page]&lt;br /&gt;
* [https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-171r2.pdf PDF Downlaod]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;NIST SP 800-171A Assessing Security Requirements for Controlled Unclassified Information&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://csrc.nist.gov/publications/detail/sp/800-171a/final Home Page]&lt;br /&gt;
* [https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-171a.pdf PDF Download]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;NIST SP 800-172 Enhanced Security Requirements for Protecting Controlled Unclassified Information: A Supplement to NIST Special Publication 800-171&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://csrc.nist.gov/publications/detail/sp/800-172/final Home Page]&lt;br /&gt;
* [https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-172.pdf PDF Download]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;NIST SP 800-172A Assessing Enhanced Security Requirements for Controlled Unclassified Information&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://csrc.nist.gov/publications/detail/sp/800-172a/final Home Page]&lt;br /&gt;
* [https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-172A.pdf PDF Download]&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;NSA Cybersecurity Products and Services&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://www.nsa.gov/Cybersecurity/Cybersecurity-Products-Services/ Home Page]&lt;br /&gt;
* [https://github.com/nsacyber Cybersecurity Directorate GitHub]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 80%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 70%&amp;quot;| Standards and Organizations&lt;br /&gt;
! style=&amp;quot;width: 30%&amp;quot;| Links&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSCAL: the Open Security Controls Assessment Language&lt;br /&gt;
|&lt;br /&gt;
* [https://pages.nist.gov/OSCAL/ Home Page]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 80%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;width: 70%&amp;quot;| Standards and Organizations&lt;br /&gt;
! style=&amp;quot;width: 30%&amp;quot;| Links&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Project Spectrum&#039;&#039;&#039;&lt;br /&gt;
|&lt;br /&gt;
* [https://www.projectspectrum.io/ Home Page]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=644</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=644"/>
		<updated>2025-01-26T20:49:09Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Close-Out POA&amp;amp;M */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
::* Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
::* Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
::* Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – COMPLETE AND REPORT ASSESSMENT RESULTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 3 is to complete, review, report, and submit the assessment results of the CMMC Level 2 certification assessment. By the time the assessment reaches Phase 3, all evaluative activity of the OSC’s implemented security requirements and examination of evidence shall have been completed by the Assessment Team. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Compile and Compose Assessment Results ==&lt;br /&gt;
&#039;&#039;&#039;3.1.&#039;&#039;&#039; Upon conclusion of the evaluative activity in Phase 2, the Assessment Team shall compile the assessment results and begin composing the results in the required format for eventual upload into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.2.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.3.&#039;&#039;&#039; C3PAOs may utilize the CMMC Level 2 Assessment Results Template that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliance with the CMMC eMASS data standard that can generate assessment results data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.4.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, the certification assessment results will reflect a recommendation for a CMMC Level 2 Final Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.5.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, with the exception of those security requirements that are documented on an existing and valid POA&amp;amp;M &#039;&#039;&#039;that is in accordance with 32 CFR §170.21, “Plan of Action and Milestone requirements,”&#039;&#039;&#039; the certification assessment results will reflect a recommendation for a CMMC Level 2 &#039;&#039;&#039;Conditional&#039;&#039;&#039; Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.6.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have not been implemented and thus NOT MET and/or a valid POA&amp;amp;M is not attainable, the certification assessment results will reflect a recommendation for no issuance of a Level 2 Certificate of CMMC Status.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review ==&lt;br /&gt;
&#039;&#039;&#039;3.7.&#039;&#039;&#039; The C3PAO shall conduct a formal quality assurance review of the certification assessment results. The C3PAO shall conduct the quality assurance review of the certification assessment results prior to the conduct of the Out-Brief Meeting with the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.8.&#039;&#039;&#039; The C3PAO shall ensure that any individual(s) fulfilling this quality assurance function &#039;&#039;&#039;must be a CCA and cannot be a member of the CMMC Assessment Team conducting the CMMC Level 2 certification assessment for which they are performing the quality assurance function.&#039;&#039;&#039; The CCA conducting the quality assurance review shall also not have any interaction with the CMMC Assessment Team relating to the conduct of the CMMC Level 2 certification assessment while it is in progress prior to conduct of the quality assurance review itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.9.&#039;&#039;&#039; The C3PAO quality assurance review of the CMMC Level 2 certification assessment results shall, at a minimum, incorporate quality checks on the accuracy and completeness of the evaluation of all security requirements as well as the conformance to the required reporting formats and incorporated data fields for each.&lt;br /&gt;
&lt;br /&gt;
== Convene Out-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;3.10.&#039;&#039;&#039; The Lead CCA will convene the Out-Brief Meeting upon the compilation, composition, and quality review of the assessment results. If the OSC has elected to request a re-evaluation of a security requirement pursuant to 32 CFR §170.17(c)(2), “Security requirement re-evaluation,” the Lead CCA will convene the Out-Brief Meeting no sooner than ten (10) business days upon conclusion of all evaluative activity in Phase 3. The Out-Brief Meeting may be conducted in- person, virtually, or in a hybrid manner. The purpose of the Out-Brief Meeting is to convey the results of the assessment to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.11.&#039;&#039;&#039; Attendees for the out-brief meeting shall include, but are not limited to, the Lead CCA, the OSC Official, the OSC POC, and all Assessment Team Members. If a member of the CMMC Assessment Team is unable to attend the Out-Brief Meeting, the Lead CCA shall inform the OSC of the identity of the absent member(s). The OSC retains the right to insist upon the presence of all CMMC Assessment Team members at the Out-Brief Meeting and, should they do so, the Out- Brief Meeting shall not be conducted until all CMMC Assessment Team members are available to participate or until which time the OSC agrees to proceed with the Out-Brief Meeting without full attendance by the CMMC Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.12.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the Out-Brief Meeting. If the C3PAO desires additional individuals external to the Assessment Team to be present at the Out-Brief Meeting, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.13.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the Out-Brief Meeting, including all questions and answers, are documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.14.&#039;&#039;&#039; The Assessment Team shall prepare and deliver an Assessment Results Briefing documenting the certification assessment results for presentation to the OSC during the Out-Brief Meeting.&lt;br /&gt;
&lt;br /&gt;
The Assessment Results Briefing shall be developed within a common presentation application (e.g. Microsoft PowerPoint, Google Slides, Apple Pages) and can be provided in PDF file format as well.&lt;br /&gt;
&lt;br /&gt;
The following information should be included in the Assessment Results Briefing and addressed during the Out-Brief Meeting:  &lt;br /&gt;
* Cover page with C3PAO logo, name of Lead CCA, and date of Out-Brief Meeting;&lt;br /&gt;
* Dates during which the CMMC Level 2 certification assessment was conducted;&lt;br /&gt;
* Name of the OSC;&lt;br /&gt;
* CAGE code(s) of the entity/entities associated with the data environment that was assessed;&lt;br /&gt;
* Unique Identifier (UID) from SPRS of the system previously self-assessed (if one exists);&lt;br /&gt;
* Short name and/or description of the assessment enclave or network that was assessed; the environment that was assessed;&lt;br /&gt;
* Final MET / NOT MET / NA determination for each security requirement;&lt;br /&gt;
* Status of POA&amp;amp;Ms (if applicable);&lt;br /&gt;
* Determination of CMMC Level 2 Certificate of CMMC Status to be issued or denied;&lt;br /&gt;
* Artifact retention and integrity procedures (i.e., hashing requirements);&lt;br /&gt;
* Proprietary information return and/or destruction per NDA or contract; and&lt;br /&gt;
* Summary of OSC Assessment Appeal rights and C3PAO appeals process.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.15.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the Assessment Results Briefing contain any information that communicates, references, or insinuates any recommended or suggested remedial actions that the OSC could or should consider based on the results of the assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.16.&#039;&#039;&#039; The Assessment Team shall inform the OSC that the hashed artifacts used as evidence for the assessment must be retained by the OSC for six (6) years from the CMMC Status Date that will appear on their Certificate of CMMC Status.&amp;lt;ref&amp;gt;32 CFR §170.17(c)(4)&amp;lt;/ref&amp;gt; The Assessment Team shall inform the OSC that it must hash the artifact files using a NIST-approved hashing algorithm. The OSC must provide the Assessment Team with a list of the following for upload into CMMC eMASS.:&lt;br /&gt;
* Names of all artifacts;&lt;br /&gt;
* Return values of the hashing algorithm; and&lt;br /&gt;
* Hashing algorithm.&lt;br /&gt;
: Additional guidance for hashing artifacts can be found in the supplemental guidance document, “CMMC Hashing Guide” available at https://DoDcio.defense.gov/CMMC/.&lt;br /&gt;
&lt;br /&gt;
== Upload Certification Assessment Results into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;3.17.&#039;&#039;&#039; A C3PAO quality assurance individual shall upload the certification assessment results into CMMC eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in current version of “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.18.&#039;&#039;&#039; C3PAOs may utilize the certification assessment results template provided by DoD (CMMC_AssessmentResults_Template.xlsx) that is available on the CMMC eMASS website.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.19.&#039;&#039;&#039; Although CMMC Level 2 certification assessment results at the point of creation may not necessarily meet the formal definition of Controlled Unclassified Information (CUI), &#039;&#039;&#039;C3PAOs and their CMMC Assessment Teams shall process, store, and transmit CMMC Level 2 certification assessment results as if those assessment results, were, in fact, CUI.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.20.&#039;&#039;&#039; &#039;&#039;&#039;Accordingly, the C3PAO shall utilize their IT environment that is resident within their CMMC Level 2 Assessment Scope as assessed by the Defense Industrial Security Cybersecurity Assessment Center (DIBCAC)—as a qualifying condition of their C3PAO authorization or accreditation—for the purposes of accessing and uploading CMMC Level 2 certification assessment results into CMMC eMASS.&#039;&#039;&#039; Specifically, the user workspace that is used to upload CMMC Level 2 certification assessment results to CMMC eMASS shall be one that exists within the scope of the C3PAO’s DIBCAC-assessed environment. There will be no “system-to-system” connections from C3PAOs to CMMC eMASS, so a valid user workspace or end point is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.21.&#039;&#039;&#039; The C3PAO quality assurance individual shall ensure that the OSC’s hashing data is incorporated into the certification assessment results prior to uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.22.&#039;&#039;&#039; Once the certification assessment results are uploaded into CMMC eMASS, if the results warrant a determination of either FINAL or CONDITIONAL CMMC Status of Level 2 (C3PAO) for the OSC, the quality assurance individual will receive from CMMC eMASS the following information: 1) a confirmation of the FINAL or CONDITIONAL CMMC Level 2 Status; 2) an assessment unique Identifier (UID); and 3) the CMMC Status Date of record for the determination.&lt;br /&gt;
&lt;br /&gt;
== Administer Assessment Appeals (if required) ==&lt;br /&gt;
&#039;&#039;&#039;3.23.&#039;&#039;&#039; The C3PAO shall address any appeals of the Assessment Team’s findings, results, and/or Certificate of CMMC Status determination that is received by the OSC &#039;&#039;&#039;in accordance with 32 CFR §170.9(b)(19)&#039;&#039;&#039; and its own internal assessment appeals process. The OSC must file an initial appeal with the same C3PAO that conducted its CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.24.&#039;&#039;&#039; The C3PAO shall have an assessment appeals process, in accordance with ISO/IEC 17020 (2012), on file with The Cyber AB. The C3PAO’s assessment appeals process shall have a time- bound, internal appeals process clearly identified to address all appeals received. The C3PAO shall follow its own published assessment appeals process and shall not deviate from the version that is on file with The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.25.&#039;&#039;&#039; A quality assurance individual who is a CCA shall manage within the C3PAO’s assessment appeals process the OSC’s Level 2 certification Assessment Appeal. The quality assurance individual assigned to manage the OSC’s Assessment Appeal &#039;&#039;&#039;cannot be a member of the CMMC Assessment Team that conducted the CMMC Level 2 certification assessment.&#039;&#039;&#039; In addition, if the quality assurance individual managing the OSC Assessment Appeal performed any quality assurance reviews of the assessment in question, that individual shall not be involved in determining the final decision on the Appeal.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.26.&#039;&#039;&#039; The C3PAO shall complete its assessment appeals process and render a decision on the OSC’s assessment appeal. The adjudication decision of the assessment appeal must be conveyed to the OSC in writing with its supporting rationale.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.27.&#039;&#039;&#039; The C3PAO shall enter the required Assessment Appeal information into the assessment appeals template required for CMMC eMASS. The quality assurance individual managing the OSC’s Assessment Appeal shall perform a quality review of the assessment appeals template prior to it being uploaded to CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.28.&#039;&#039;&#039; Should the OSC refute or oppose the adjudication decision of their Assessment Appeal by the C3PAO, they may elevate their appeal to The Cyber AB. The OSC must elevate its appeal to The Cyber AB within fifteen (15) business days of receiving the adjudication decision of their Assessment Appeal by the C3PAO in writing. &#039;&#039;&#039;All Assessment Appeals decisions rendered by The Cyber AB are final.&#039;&#039;&#039; The Assessment Appeals Process of The Cyber AB may be found on www.cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – ISSUE CERTIFICATE AND CLOSE OUT POA&amp;amp;M =&lt;br /&gt;
&#039;&#039;&#039;The final phase of the CMMC Level 2 certification assessment centers on the C3PAO issuing a CMMC Level 2 Certificate of CMMC Status to the OSC, as well as closing out any Plan of Action and Milestones (POA&amp;amp;Ms) that might exist.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The completion of Phase 4 brings the CMMC Level 2 certification assessment to its formal conclusion.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Generate Certificate of Status ==&lt;br /&gt;
&#039;&#039;&#039;4.1.&#039;&#039;&#039; Upon receipt from CMMC eMASS of the confirmation of CMMC Level 2 Status (FINAL or CONDITIONAL), the UID, and CMMC Status Date following the submission of the certification assessment results, a quality assurance individual shall generate the Certificate of Status for approval and issuance to the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.2.&#039;&#039;&#039; The C3PAO shall only use the standardized CMMC Level 2 Certificate of CMMC Status templates (FINAL and CONDITIONAL) that are approved and provided by The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.3.&#039;&#039;&#039; All C3PAO-generated Certificates of CMMC Status must be approved and signed only by an Authorized Certifying Official that is on file with The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.4.&#039;&#039;&#039; When generating the Certificate of CMMC Status, a quality assurance individual shall enter, affix, or retain the following required information to the document prior to approval and signature by the Authorized Certifying Official:&lt;br /&gt;
: &#039;&#039;&#039;4.4.1.&#039;&#039;&#039; OSC full legal name;&lt;br /&gt;
: &#039;&#039;&#039;4.4.2.&#039;&#039;&#039; All industry CAGE codes associated with the information systems addressed by the CMMC Assessment Scope;&lt;br /&gt;
: &#039;&#039;&#039;4.4.3.&#039;&#039;&#039; Short description of the information system assessed;&lt;br /&gt;
: &#039;&#039;&#039;4.4.4.&#039;&#039;&#039; Unique identifier (UID) received from CMMC eMASS;&lt;br /&gt;
: &#039;&#039;&#039;4.4.5.&#039;&#039;&#039; Dates of assessment (beginning of Phase 1 to date of Out-Brief Meeting);&lt;br /&gt;
: &#039;&#039;&#039;4.4.6.&#039;&#039;&#039; CMMC Status Date;&lt;br /&gt;
: &#039;&#039;&#039;4.4.7.&#039;&#039;&#039; CMMC Level;&lt;br /&gt;
: &#039;&#039;&#039;4.4.8.&#039;&#039;&#039; Statement of conformity to NIST SP 800-171 R2;&lt;br /&gt;
: &#039;&#039;&#039;4.4.9.&#039;&#039;&#039; Name and Logo of C3PAO; &lt;br /&gt;
: &#039;&#039;&#039;4.4.10.&#039;&#039;&#039; Logo of the CMMC Program; &lt;br /&gt;
: &#039;&#039;&#039;4.4.11.&#039;&#039;&#039; C3PAO authorization or accreditation badge with ID number; and 4.4.12. Signature block for Authorized Certifying Official. &lt;br /&gt;
&lt;br /&gt;
== Issue Certificate of CMMC Status ==&lt;br /&gt;
&#039;&#039;&#039;4.5.&#039;&#039;&#039; Upon generation of the Certificate of CMMC Status, an Authorized Certifying Official shall review and sign the Certificate to convey formal issuance on behalf of the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.6.&#039;&#039;&#039; The C3PAO shall produce the approved Certificate of CMMC Status in PDF file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.7.&#039;&#039;&#039; A C3PAO quality assurance individual shall upload the Certificate of CMMC Status into CMMC eMASS &#039;&#039;&#039;in accordance with the current version of the “Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.8.&#039;&#039;&#039; The C3PAO shall deliver, either in electronic or physical form, a copy of the CMMC Level 2 Certificate of CMMC Status to the Affirming Official, and the OSC POC. The CMMC Level 2 Certificate of CMMC Status is not considered CUI and is not required to be stored, processed, or transmitted as such.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.9.&#039;&#039;&#039; The C3PAO shall deliver an electronic copy of the Certificate of CMMC Status to The Cyber AB via the certificates@cyberab.org account.&lt;br /&gt;
&lt;br /&gt;
== Close-Out POA&amp;amp;M ==&lt;br /&gt;
&#039;&#039;&#039;4.10.&#039;&#039;&#039; An OSC that has been issued a CONDITIONAL Level 2 Certificate of CMMC Status may retain the services of an authorized or accredited C3PAO to close out a Plan of Action &amp;amp; Milestones (POA&amp;amp;M). The OSC may engage a C3PAO different from the C3PAO that conducted Phases 1 through 3 of the applicable CMMC Level 2 certification assessment and issued the CONDITIONAL Level 2 Certificate of CMMC Status. In this situation, the POA&amp;amp;M Closeout C3PAO assumes the responsibility for FINAL CMMC Status determination and, if the POA&amp;amp;M satisfies the closeout requirements, issues the Level 2 FINAL Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.11.&#039;&#039;&#039; The C3PAO shall conduct and document a conflict-of interest disclosure and mitigation review prior to commencing a POA&amp;amp;M closeout for the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall follow the procedures and meet the requirements for closing out a POA&amp;amp;M as established in 32 CFR part 170.17(a)(1)(ii)(B).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.13.&#039;&#039;&#039; A quality assurance individual shall conduct a quality assurance review of the POA&amp;amp;M close-out upon completion by the Assessment Team. The C3PAO shall ensure that any individual(s) fulfilling this quality assurance function &#039;&#039;&#039;must be a CCA and cannot be a member of the CMMC Assessment Team conducting the POA&amp;amp;M closeout assessment for which they are performing the quality assurance function.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §170.9(14)&amp;lt;/ref&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;4.14.&#039;&#039;&#039; The C3PAO quality assurance review of the POA&amp;amp;M closeout shall, at a minimum, incorporate quality checks on the accuracy and completeness of the evaluation of all POA&amp;amp;M security requirements as well as the conformance to the required reporting formats and incorporated data fields for each. The C3PAO shall conduct the quality assurance review of the CMMC POA&amp;amp;M closeout &#039;&#039;&#039;prior to&#039;&#039;&#039; its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.15.&#039;&#039;&#039; The Assessment Team may choose to offer the OSC a POA&amp;amp;M Out-Brief Meeting, but one is not required. The Assessment Team is required to convey the results of the POA&amp;amp;M closeout in writing and convey the remaining administrative next steps to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.16.&#039;&#039;&#039; In the event the C3PAO refutes the findings of the CMMC Assessment Team during the POA&amp;amp;M closeout, they retain the right to appeal the findings, results, and/or CMMC Level 2 Status decision. The process and timelines for administering and adjudicating a POA&amp;amp;M closeout appeal are identical to those of established in Phase 3, with the exception that the assessment appeals process of the Phase 4 C3PAO that closed out the POA&amp;amp;M is controlling and shall be followed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.17.&#039;&#039;&#039; Upon conclusion of the POA&amp;amp;M closeout and quality assurance review, the C3PAO shall submit the POA&amp;amp;M closeout results to CMMC eMASS. If the POA&amp;amp;M was satisfactorily closed out, the C3PAO shall then issue a FINAL Level 2 Certificate of CMMC Status, utilizing the same procedures and following the same requirements as established above in activities 4.1 through 4.9.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=643</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=643"/>
		<updated>2025-01-26T20:48:35Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Close-Out POA&amp;amp;M */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
::* Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
::* Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
::* Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – COMPLETE AND REPORT ASSESSMENT RESULTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 3 is to complete, review, report, and submit the assessment results of the CMMC Level 2 certification assessment. By the time the assessment reaches Phase 3, all evaluative activity of the OSC’s implemented security requirements and examination of evidence shall have been completed by the Assessment Team. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Compile and Compose Assessment Results ==&lt;br /&gt;
&#039;&#039;&#039;3.1.&#039;&#039;&#039; Upon conclusion of the evaluative activity in Phase 2, the Assessment Team shall compile the assessment results and begin composing the results in the required format for eventual upload into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.2.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.3.&#039;&#039;&#039; C3PAOs may utilize the CMMC Level 2 Assessment Results Template that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliance with the CMMC eMASS data standard that can generate assessment results data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.4.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, the certification assessment results will reflect a recommendation for a CMMC Level 2 Final Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.5.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, with the exception of those security requirements that are documented on an existing and valid POA&amp;amp;M &#039;&#039;&#039;that is in accordance with 32 CFR §170.21, “Plan of Action and Milestone requirements,”&#039;&#039;&#039; the certification assessment results will reflect a recommendation for a CMMC Level 2 &#039;&#039;&#039;Conditional&#039;&#039;&#039; Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.6.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have not been implemented and thus NOT MET and/or a valid POA&amp;amp;M is not attainable, the certification assessment results will reflect a recommendation for no issuance of a Level 2 Certificate of CMMC Status.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review ==&lt;br /&gt;
&#039;&#039;&#039;3.7.&#039;&#039;&#039; The C3PAO shall conduct a formal quality assurance review of the certification assessment results. The C3PAO shall conduct the quality assurance review of the certification assessment results prior to the conduct of the Out-Brief Meeting with the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.8.&#039;&#039;&#039; The C3PAO shall ensure that any individual(s) fulfilling this quality assurance function &#039;&#039;&#039;must be a CCA and cannot be a member of the CMMC Assessment Team conducting the CMMC Level 2 certification assessment for which they are performing the quality assurance function.&#039;&#039;&#039; The CCA conducting the quality assurance review shall also not have any interaction with the CMMC Assessment Team relating to the conduct of the CMMC Level 2 certification assessment while it is in progress prior to conduct of the quality assurance review itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.9.&#039;&#039;&#039; The C3PAO quality assurance review of the CMMC Level 2 certification assessment results shall, at a minimum, incorporate quality checks on the accuracy and completeness of the evaluation of all security requirements as well as the conformance to the required reporting formats and incorporated data fields for each.&lt;br /&gt;
&lt;br /&gt;
== Convene Out-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;3.10.&#039;&#039;&#039; The Lead CCA will convene the Out-Brief Meeting upon the compilation, composition, and quality review of the assessment results. If the OSC has elected to request a re-evaluation of a security requirement pursuant to 32 CFR §170.17(c)(2), “Security requirement re-evaluation,” the Lead CCA will convene the Out-Brief Meeting no sooner than ten (10) business days upon conclusion of all evaluative activity in Phase 3. The Out-Brief Meeting may be conducted in- person, virtually, or in a hybrid manner. The purpose of the Out-Brief Meeting is to convey the results of the assessment to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.11.&#039;&#039;&#039; Attendees for the out-brief meeting shall include, but are not limited to, the Lead CCA, the OSC Official, the OSC POC, and all Assessment Team Members. If a member of the CMMC Assessment Team is unable to attend the Out-Brief Meeting, the Lead CCA shall inform the OSC of the identity of the absent member(s). The OSC retains the right to insist upon the presence of all CMMC Assessment Team members at the Out-Brief Meeting and, should they do so, the Out- Brief Meeting shall not be conducted until all CMMC Assessment Team members are available to participate or until which time the OSC agrees to proceed with the Out-Brief Meeting without full attendance by the CMMC Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.12.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the Out-Brief Meeting. If the C3PAO desires additional individuals external to the Assessment Team to be present at the Out-Brief Meeting, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.13.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the Out-Brief Meeting, including all questions and answers, are documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.14.&#039;&#039;&#039; The Assessment Team shall prepare and deliver an Assessment Results Briefing documenting the certification assessment results for presentation to the OSC during the Out-Brief Meeting.&lt;br /&gt;
&lt;br /&gt;
The Assessment Results Briefing shall be developed within a common presentation application (e.g. Microsoft PowerPoint, Google Slides, Apple Pages) and can be provided in PDF file format as well.&lt;br /&gt;
&lt;br /&gt;
The following information should be included in the Assessment Results Briefing and addressed during the Out-Brief Meeting:  &lt;br /&gt;
* Cover page with C3PAO logo, name of Lead CCA, and date of Out-Brief Meeting;&lt;br /&gt;
* Dates during which the CMMC Level 2 certification assessment was conducted;&lt;br /&gt;
* Name of the OSC;&lt;br /&gt;
* CAGE code(s) of the entity/entities associated with the data environment that was assessed;&lt;br /&gt;
* Unique Identifier (UID) from SPRS of the system previously self-assessed (if one exists);&lt;br /&gt;
* Short name and/or description of the assessment enclave or network that was assessed; the environment that was assessed;&lt;br /&gt;
* Final MET / NOT MET / NA determination for each security requirement;&lt;br /&gt;
* Status of POA&amp;amp;Ms (if applicable);&lt;br /&gt;
* Determination of CMMC Level 2 Certificate of CMMC Status to be issued or denied;&lt;br /&gt;
* Artifact retention and integrity procedures (i.e., hashing requirements);&lt;br /&gt;
* Proprietary information return and/or destruction per NDA or contract; and&lt;br /&gt;
* Summary of OSC Assessment Appeal rights and C3PAO appeals process.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.15.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the Assessment Results Briefing contain any information that communicates, references, or insinuates any recommended or suggested remedial actions that the OSC could or should consider based on the results of the assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.16.&#039;&#039;&#039; The Assessment Team shall inform the OSC that the hashed artifacts used as evidence for the assessment must be retained by the OSC for six (6) years from the CMMC Status Date that will appear on their Certificate of CMMC Status.&amp;lt;ref&amp;gt;32 CFR §170.17(c)(4)&amp;lt;/ref&amp;gt; The Assessment Team shall inform the OSC that it must hash the artifact files using a NIST-approved hashing algorithm. The OSC must provide the Assessment Team with a list of the following for upload into CMMC eMASS.:&lt;br /&gt;
* Names of all artifacts;&lt;br /&gt;
* Return values of the hashing algorithm; and&lt;br /&gt;
* Hashing algorithm.&lt;br /&gt;
: Additional guidance for hashing artifacts can be found in the supplemental guidance document, “CMMC Hashing Guide” available at https://DoDcio.defense.gov/CMMC/.&lt;br /&gt;
&lt;br /&gt;
== Upload Certification Assessment Results into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;3.17.&#039;&#039;&#039; A C3PAO quality assurance individual shall upload the certification assessment results into CMMC eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in current version of “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.18.&#039;&#039;&#039; C3PAOs may utilize the certification assessment results template provided by DoD (CMMC_AssessmentResults_Template.xlsx) that is available on the CMMC eMASS website.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.19.&#039;&#039;&#039; Although CMMC Level 2 certification assessment results at the point of creation may not necessarily meet the formal definition of Controlled Unclassified Information (CUI), &#039;&#039;&#039;C3PAOs and their CMMC Assessment Teams shall process, store, and transmit CMMC Level 2 certification assessment results as if those assessment results, were, in fact, CUI.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.20.&#039;&#039;&#039; &#039;&#039;&#039;Accordingly, the C3PAO shall utilize their IT environment that is resident within their CMMC Level 2 Assessment Scope as assessed by the Defense Industrial Security Cybersecurity Assessment Center (DIBCAC)—as a qualifying condition of their C3PAO authorization or accreditation—for the purposes of accessing and uploading CMMC Level 2 certification assessment results into CMMC eMASS.&#039;&#039;&#039; Specifically, the user workspace that is used to upload CMMC Level 2 certification assessment results to CMMC eMASS shall be one that exists within the scope of the C3PAO’s DIBCAC-assessed environment. There will be no “system-to-system” connections from C3PAOs to CMMC eMASS, so a valid user workspace or end point is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.21.&#039;&#039;&#039; The C3PAO quality assurance individual shall ensure that the OSC’s hashing data is incorporated into the certification assessment results prior to uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.22.&#039;&#039;&#039; Once the certification assessment results are uploaded into CMMC eMASS, if the results warrant a determination of either FINAL or CONDITIONAL CMMC Status of Level 2 (C3PAO) for the OSC, the quality assurance individual will receive from CMMC eMASS the following information: 1) a confirmation of the FINAL or CONDITIONAL CMMC Level 2 Status; 2) an assessment unique Identifier (UID); and 3) the CMMC Status Date of record for the determination.&lt;br /&gt;
&lt;br /&gt;
== Administer Assessment Appeals (if required) ==&lt;br /&gt;
&#039;&#039;&#039;3.23.&#039;&#039;&#039; The C3PAO shall address any appeals of the Assessment Team’s findings, results, and/or Certificate of CMMC Status determination that is received by the OSC &#039;&#039;&#039;in accordance with 32 CFR §170.9(b)(19)&#039;&#039;&#039; and its own internal assessment appeals process. The OSC must file an initial appeal with the same C3PAO that conducted its CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.24.&#039;&#039;&#039; The C3PAO shall have an assessment appeals process, in accordance with ISO/IEC 17020 (2012), on file with The Cyber AB. The C3PAO’s assessment appeals process shall have a time- bound, internal appeals process clearly identified to address all appeals received. The C3PAO shall follow its own published assessment appeals process and shall not deviate from the version that is on file with The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.25.&#039;&#039;&#039; A quality assurance individual who is a CCA shall manage within the C3PAO’s assessment appeals process the OSC’s Level 2 certification Assessment Appeal. The quality assurance individual assigned to manage the OSC’s Assessment Appeal &#039;&#039;&#039;cannot be a member of the CMMC Assessment Team that conducted the CMMC Level 2 certification assessment.&#039;&#039;&#039; In addition, if the quality assurance individual managing the OSC Assessment Appeal performed any quality assurance reviews of the assessment in question, that individual shall not be involved in determining the final decision on the Appeal.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.26.&#039;&#039;&#039; The C3PAO shall complete its assessment appeals process and render a decision on the OSC’s assessment appeal. The adjudication decision of the assessment appeal must be conveyed to the OSC in writing with its supporting rationale.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.27.&#039;&#039;&#039; The C3PAO shall enter the required Assessment Appeal information into the assessment appeals template required for CMMC eMASS. The quality assurance individual managing the OSC’s Assessment Appeal shall perform a quality review of the assessment appeals template prior to it being uploaded to CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.28.&#039;&#039;&#039; Should the OSC refute or oppose the adjudication decision of their Assessment Appeal by the C3PAO, they may elevate their appeal to The Cyber AB. The OSC must elevate its appeal to The Cyber AB within fifteen (15) business days of receiving the adjudication decision of their Assessment Appeal by the C3PAO in writing. &#039;&#039;&#039;All Assessment Appeals decisions rendered by The Cyber AB are final.&#039;&#039;&#039; The Assessment Appeals Process of The Cyber AB may be found on www.cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – ISSUE CERTIFICATE AND CLOSE OUT POA&amp;amp;M =&lt;br /&gt;
&#039;&#039;&#039;The final phase of the CMMC Level 2 certification assessment centers on the C3PAO issuing a CMMC Level 2 Certificate of CMMC Status to the OSC, as well as closing out any Plan of Action and Milestones (POA&amp;amp;Ms) that might exist.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The completion of Phase 4 brings the CMMC Level 2 certification assessment to its formal conclusion.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Generate Certificate of Status ==&lt;br /&gt;
&#039;&#039;&#039;4.1.&#039;&#039;&#039; Upon receipt from CMMC eMASS of the confirmation of CMMC Level 2 Status (FINAL or CONDITIONAL), the UID, and CMMC Status Date following the submission of the certification assessment results, a quality assurance individual shall generate the Certificate of Status for approval and issuance to the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.2.&#039;&#039;&#039; The C3PAO shall only use the standardized CMMC Level 2 Certificate of CMMC Status templates (FINAL and CONDITIONAL) that are approved and provided by The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.3.&#039;&#039;&#039; All C3PAO-generated Certificates of CMMC Status must be approved and signed only by an Authorized Certifying Official that is on file with The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.4.&#039;&#039;&#039; When generating the Certificate of CMMC Status, a quality assurance individual shall enter, affix, or retain the following required information to the document prior to approval and signature by the Authorized Certifying Official:&lt;br /&gt;
: &#039;&#039;&#039;4.4.1.&#039;&#039;&#039; OSC full legal name;&lt;br /&gt;
: &#039;&#039;&#039;4.4.2.&#039;&#039;&#039; All industry CAGE codes associated with the information systems addressed by the CMMC Assessment Scope;&lt;br /&gt;
: &#039;&#039;&#039;4.4.3.&#039;&#039;&#039; Short description of the information system assessed;&lt;br /&gt;
: &#039;&#039;&#039;4.4.4.&#039;&#039;&#039; Unique identifier (UID) received from CMMC eMASS;&lt;br /&gt;
: &#039;&#039;&#039;4.4.5.&#039;&#039;&#039; Dates of assessment (beginning of Phase 1 to date of Out-Brief Meeting);&lt;br /&gt;
: &#039;&#039;&#039;4.4.6.&#039;&#039;&#039; CMMC Status Date;&lt;br /&gt;
: &#039;&#039;&#039;4.4.7.&#039;&#039;&#039; CMMC Level;&lt;br /&gt;
: &#039;&#039;&#039;4.4.8.&#039;&#039;&#039; Statement of conformity to NIST SP 800-171 R2;&lt;br /&gt;
: &#039;&#039;&#039;4.4.9.&#039;&#039;&#039; Name and Logo of C3PAO; &lt;br /&gt;
: &#039;&#039;&#039;4.4.10.&#039;&#039;&#039; Logo of the CMMC Program; &lt;br /&gt;
: &#039;&#039;&#039;4.4.11.&#039;&#039;&#039; C3PAO authorization or accreditation badge with ID number; and 4.4.12. Signature block for Authorized Certifying Official. &lt;br /&gt;
&lt;br /&gt;
== Issue Certificate of CMMC Status ==&lt;br /&gt;
&#039;&#039;&#039;4.5.&#039;&#039;&#039; Upon generation of the Certificate of CMMC Status, an Authorized Certifying Official shall review and sign the Certificate to convey formal issuance on behalf of the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.6.&#039;&#039;&#039; The C3PAO shall produce the approved Certificate of CMMC Status in PDF file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.7.&#039;&#039;&#039; A C3PAO quality assurance individual shall upload the Certificate of CMMC Status into CMMC eMASS &#039;&#039;&#039;in accordance with the current version of the “Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.8.&#039;&#039;&#039; The C3PAO shall deliver, either in electronic or physical form, a copy of the CMMC Level 2 Certificate of CMMC Status to the Affirming Official, and the OSC POC. The CMMC Level 2 Certificate of CMMC Status is not considered CUI and is not required to be stored, processed, or transmitted as such.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.9.&#039;&#039;&#039; The C3PAO shall deliver an electronic copy of the Certificate of CMMC Status to The Cyber AB via the certificates@cyberab.org account.&lt;br /&gt;
&lt;br /&gt;
== Close-Out POA&amp;amp;M ==&lt;br /&gt;
&#039;&#039;&#039;4.10.&#039;&#039;&#039; An OSC that has been issued a CONDITIONAL Level 2 Certificate of CMMC Status may retain the services of an authorized or accredited C3PAO to close out a Plan of Action &amp;amp; Milestones (POA&amp;amp;M). The OSC may engage a C3PAO different from the C3PAO that conducted Phases 1 through 3 of the applicable CMMC Level 2 certification assessment and issued the CONDITIONAL Level 2 Certificate of CMMC Status. In this situation, the POA&amp;amp;M Closeout C3PAO assumes the responsibility for FINAL CMMC Status determination and, if the POA&amp;amp;M satisfies the closeout requirements, issues the Level 2 FINAL Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.11.&#039;&#039;&#039; The C3PAO shall conduct and document a conflict-of interest disclosure and mitigation review prior to commencing a POA&amp;amp;M closeout for the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall follow the procedures and meet the requirements for closing out a POA&amp;amp;M as established in 32 CFR part 170.17(a)(1)(ii)(B).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.13.&#039;&#039;&#039; A quality assurance individual shall conduct a quality assurance review of the POA&amp;amp;M close-out upon completion by the Assessment Team. The C3PAO shall ensure that any individual(s) fulfilling this quality assurance function &#039;&#039;&#039;must be a CCA and cannot be a member of the CMMC Assessment Team conducting the POA&amp;amp;M closeout assessment for which they are performing the quality assurance function.&#039;&#039;&#039; &amp;lt;ref&amp;gt;32 CFR §170.9(14)&amp;lt;/ref&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;4.14. The C3PAO quality assurance review of the POA&amp;amp;M closeout shall, at a minimum, incorporate quality checks on the accuracy and completeness of the evaluation of all POA&amp;amp;M security requirements as well as the conformance to the required reporting formats and incorporated data fields for each. The C3PAO shall conduct the quality assurance review of the CMMC POA&amp;amp;M closeout &#039;&#039;&#039;prior to&#039;&#039;&#039; its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.15. The Assessment Team may choose to offer the OSC a POA&amp;amp;M Out-Brief Meeting, but one is not required. The Assessment Team is required to convey the results of the POA&amp;amp;M closeout in writing and convey the remaining administrative next steps to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.16. In the event the C3PAO refutes the findings of the CMMC Assessment Team during the POA&amp;amp;M closeout, they retain the right to appeal the findings, results, and/or CMMC Level 2 Status decision. The process and timelines for administering and adjudicating a POA&amp;amp;M closeout appeal are identical to those of established in Phase 3, with the exception that the assessment appeals process of the Phase 4 C3PAO that closed out the POA&amp;amp;M is controlling and shall be followed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.17. Upon conclusion of the POA&amp;amp;M closeout and quality assurance review, the C3PAO shall submit the POA&amp;amp;M closeout results to CMMC eMASS. If the POA&amp;amp;M was satisfactorily closed out, the C3PAO shall then issue a FINAL Level 2 Certificate of CMMC Status, utilizing the same procedures and following the same requirements as established above in activities 4.1 through 4.9.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=642</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=642"/>
		<updated>2025-01-26T20:47:37Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
::* Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
::* Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
::* Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – COMPLETE AND REPORT ASSESSMENT RESULTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 3 is to complete, review, report, and submit the assessment results of the CMMC Level 2 certification assessment. By the time the assessment reaches Phase 3, all evaluative activity of the OSC’s implemented security requirements and examination of evidence shall have been completed by the Assessment Team. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Compile and Compose Assessment Results ==&lt;br /&gt;
&#039;&#039;&#039;3.1.&#039;&#039;&#039; Upon conclusion of the evaluative activity in Phase 2, the Assessment Team shall compile the assessment results and begin composing the results in the required format for eventual upload into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.2.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.3.&#039;&#039;&#039; C3PAOs may utilize the CMMC Level 2 Assessment Results Template that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliance with the CMMC eMASS data standard that can generate assessment results data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.4.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, the certification assessment results will reflect a recommendation for a CMMC Level 2 Final Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.5.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, with the exception of those security requirements that are documented on an existing and valid POA&amp;amp;M &#039;&#039;&#039;that is in accordance with 32 CFR §170.21, “Plan of Action and Milestone requirements,”&#039;&#039;&#039; the certification assessment results will reflect a recommendation for a CMMC Level 2 &#039;&#039;&#039;Conditional&#039;&#039;&#039; Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.6.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have not been implemented and thus NOT MET and/or a valid POA&amp;amp;M is not attainable, the certification assessment results will reflect a recommendation for no issuance of a Level 2 Certificate of CMMC Status.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review ==&lt;br /&gt;
&#039;&#039;&#039;3.7.&#039;&#039;&#039; The C3PAO shall conduct a formal quality assurance review of the certification assessment results. The C3PAO shall conduct the quality assurance review of the certification assessment results prior to the conduct of the Out-Brief Meeting with the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.8.&#039;&#039;&#039; The C3PAO shall ensure that any individual(s) fulfilling this quality assurance function &#039;&#039;&#039;must be a CCA and cannot be a member of the CMMC Assessment Team conducting the CMMC Level 2 certification assessment for which they are performing the quality assurance function.&#039;&#039;&#039; The CCA conducting the quality assurance review shall also not have any interaction with the CMMC Assessment Team relating to the conduct of the CMMC Level 2 certification assessment while it is in progress prior to conduct of the quality assurance review itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.9.&#039;&#039;&#039; The C3PAO quality assurance review of the CMMC Level 2 certification assessment results shall, at a minimum, incorporate quality checks on the accuracy and completeness of the evaluation of all security requirements as well as the conformance to the required reporting formats and incorporated data fields for each.&lt;br /&gt;
&lt;br /&gt;
== Convene Out-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;3.10.&#039;&#039;&#039; The Lead CCA will convene the Out-Brief Meeting upon the compilation, composition, and quality review of the assessment results. If the OSC has elected to request a re-evaluation of a security requirement pursuant to 32 CFR §170.17(c)(2), “Security requirement re-evaluation,” the Lead CCA will convene the Out-Brief Meeting no sooner than ten (10) business days upon conclusion of all evaluative activity in Phase 3. The Out-Brief Meeting may be conducted in- person, virtually, or in a hybrid manner. The purpose of the Out-Brief Meeting is to convey the results of the assessment to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.11.&#039;&#039;&#039; Attendees for the out-brief meeting shall include, but are not limited to, the Lead CCA, the OSC Official, the OSC POC, and all Assessment Team Members. If a member of the CMMC Assessment Team is unable to attend the Out-Brief Meeting, the Lead CCA shall inform the OSC of the identity of the absent member(s). The OSC retains the right to insist upon the presence of all CMMC Assessment Team members at the Out-Brief Meeting and, should they do so, the Out- Brief Meeting shall not be conducted until all CMMC Assessment Team members are available to participate or until which time the OSC agrees to proceed with the Out-Brief Meeting without full attendance by the CMMC Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.12.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the Out-Brief Meeting. If the C3PAO desires additional individuals external to the Assessment Team to be present at the Out-Brief Meeting, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.13.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the Out-Brief Meeting, including all questions and answers, are documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.14.&#039;&#039;&#039; The Assessment Team shall prepare and deliver an Assessment Results Briefing documenting the certification assessment results for presentation to the OSC during the Out-Brief Meeting.&lt;br /&gt;
&lt;br /&gt;
The Assessment Results Briefing shall be developed within a common presentation application (e.g. Microsoft PowerPoint, Google Slides, Apple Pages) and can be provided in PDF file format as well.&lt;br /&gt;
&lt;br /&gt;
The following information should be included in the Assessment Results Briefing and addressed during the Out-Brief Meeting:  &lt;br /&gt;
* Cover page with C3PAO logo, name of Lead CCA, and date of Out-Brief Meeting;&lt;br /&gt;
* Dates during which the CMMC Level 2 certification assessment was conducted;&lt;br /&gt;
* Name of the OSC;&lt;br /&gt;
* CAGE code(s) of the entity/entities associated with the data environment that was assessed;&lt;br /&gt;
* Unique Identifier (UID) from SPRS of the system previously self-assessed (if one exists);&lt;br /&gt;
* Short name and/or description of the assessment enclave or network that was assessed; the environment that was assessed;&lt;br /&gt;
* Final MET / NOT MET / NA determination for each security requirement;&lt;br /&gt;
* Status of POA&amp;amp;Ms (if applicable);&lt;br /&gt;
* Determination of CMMC Level 2 Certificate of CMMC Status to be issued or denied;&lt;br /&gt;
* Artifact retention and integrity procedures (i.e., hashing requirements);&lt;br /&gt;
* Proprietary information return and/or destruction per NDA or contract; and&lt;br /&gt;
* Summary of OSC Assessment Appeal rights and C3PAO appeals process.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.15.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the Assessment Results Briefing contain any information that communicates, references, or insinuates any recommended or suggested remedial actions that the OSC could or should consider based on the results of the assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.16.&#039;&#039;&#039; The Assessment Team shall inform the OSC that the hashed artifacts used as evidence for the assessment must be retained by the OSC for six (6) years from the CMMC Status Date that will appear on their Certificate of CMMC Status.&amp;lt;ref&amp;gt;32 CFR §170.17(c)(4)&amp;lt;/ref&amp;gt; The Assessment Team shall inform the OSC that it must hash the artifact files using a NIST-approved hashing algorithm. The OSC must provide the Assessment Team with a list of the following for upload into CMMC eMASS.:&lt;br /&gt;
* Names of all artifacts;&lt;br /&gt;
* Return values of the hashing algorithm; and&lt;br /&gt;
* Hashing algorithm.&lt;br /&gt;
: Additional guidance for hashing artifacts can be found in the supplemental guidance document, “CMMC Hashing Guide” available at https://DoDcio.defense.gov/CMMC/.&lt;br /&gt;
&lt;br /&gt;
== Upload Certification Assessment Results into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;3.17.&#039;&#039;&#039; A C3PAO quality assurance individual shall upload the certification assessment results into CMMC eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in current version of “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.18.&#039;&#039;&#039; C3PAOs may utilize the certification assessment results template provided by DoD (CMMC_AssessmentResults_Template.xlsx) that is available on the CMMC eMASS website.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.19.&#039;&#039;&#039; Although CMMC Level 2 certification assessment results at the point of creation may not necessarily meet the formal definition of Controlled Unclassified Information (CUI), &#039;&#039;&#039;C3PAOs and their CMMC Assessment Teams shall process, store, and transmit CMMC Level 2 certification assessment results as if those assessment results, were, in fact, CUI.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.20.&#039;&#039;&#039; &#039;&#039;&#039;Accordingly, the C3PAO shall utilize their IT environment that is resident within their CMMC Level 2 Assessment Scope as assessed by the Defense Industrial Security Cybersecurity Assessment Center (DIBCAC)—as a qualifying condition of their C3PAO authorization or accreditation—for the purposes of accessing and uploading CMMC Level 2 certification assessment results into CMMC eMASS.&#039;&#039;&#039; Specifically, the user workspace that is used to upload CMMC Level 2 certification assessment results to CMMC eMASS shall be one that exists within the scope of the C3PAO’s DIBCAC-assessed environment. There will be no “system-to-system” connections from C3PAOs to CMMC eMASS, so a valid user workspace or end point is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.21.&#039;&#039;&#039; The C3PAO quality assurance individual shall ensure that the OSC’s hashing data is incorporated into the certification assessment results prior to uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.22.&#039;&#039;&#039; Once the certification assessment results are uploaded into CMMC eMASS, if the results warrant a determination of either FINAL or CONDITIONAL CMMC Status of Level 2 (C3PAO) for the OSC, the quality assurance individual will receive from CMMC eMASS the following information: 1) a confirmation of the FINAL or CONDITIONAL CMMC Level 2 Status; 2) an assessment unique Identifier (UID); and 3) the CMMC Status Date of record for the determination.&lt;br /&gt;
&lt;br /&gt;
== Administer Assessment Appeals (if required) ==&lt;br /&gt;
&#039;&#039;&#039;3.23.&#039;&#039;&#039; The C3PAO shall address any appeals of the Assessment Team’s findings, results, and/or Certificate of CMMC Status determination that is received by the OSC &#039;&#039;&#039;in accordance with 32 CFR §170.9(b)(19)&#039;&#039;&#039; and its own internal assessment appeals process. The OSC must file an initial appeal with the same C3PAO that conducted its CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.24.&#039;&#039;&#039; The C3PAO shall have an assessment appeals process, in accordance with ISO/IEC 17020 (2012), on file with The Cyber AB. The C3PAO’s assessment appeals process shall have a time- bound, internal appeals process clearly identified to address all appeals received. The C3PAO shall follow its own published assessment appeals process and shall not deviate from the version that is on file with The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.25.&#039;&#039;&#039; A quality assurance individual who is a CCA shall manage within the C3PAO’s assessment appeals process the OSC’s Level 2 certification Assessment Appeal. The quality assurance individual assigned to manage the OSC’s Assessment Appeal &#039;&#039;&#039;cannot be a member of the CMMC Assessment Team that conducted the CMMC Level 2 certification assessment.&#039;&#039;&#039; In addition, if the quality assurance individual managing the OSC Assessment Appeal performed any quality assurance reviews of the assessment in question, that individual shall not be involved in determining the final decision on the Appeal.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.26.&#039;&#039;&#039; The C3PAO shall complete its assessment appeals process and render a decision on the OSC’s assessment appeal. The adjudication decision of the assessment appeal must be conveyed to the OSC in writing with its supporting rationale.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.27.&#039;&#039;&#039; The C3PAO shall enter the required Assessment Appeal information into the assessment appeals template required for CMMC eMASS. The quality assurance individual managing the OSC’s Assessment Appeal shall perform a quality review of the assessment appeals template prior to it being uploaded to CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.28.&#039;&#039;&#039; Should the OSC refute or oppose the adjudication decision of their Assessment Appeal by the C3PAO, they may elevate their appeal to The Cyber AB. The OSC must elevate its appeal to The Cyber AB within fifteen (15) business days of receiving the adjudication decision of their Assessment Appeal by the C3PAO in writing. &#039;&#039;&#039;All Assessment Appeals decisions rendered by The Cyber AB are final.&#039;&#039;&#039; The Assessment Appeals Process of The Cyber AB may be found on www.cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – ISSUE CERTIFICATE AND CLOSE OUT POA&amp;amp;M =&lt;br /&gt;
&#039;&#039;&#039;The final phase of the CMMC Level 2 certification assessment centers on the C3PAO issuing a CMMC Level 2 Certificate of CMMC Status to the OSC, as well as closing out any Plan of Action and Milestones (POA&amp;amp;Ms) that might exist.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The completion of Phase 4 brings the CMMC Level 2 certification assessment to its formal conclusion.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Generate Certificate of Status ==&lt;br /&gt;
&#039;&#039;&#039;4.1.&#039;&#039;&#039; Upon receipt from CMMC eMASS of the confirmation of CMMC Level 2 Status (FINAL or CONDITIONAL), the UID, and CMMC Status Date following the submission of the certification assessment results, a quality assurance individual shall generate the Certificate of Status for approval and issuance to the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.2.&#039;&#039;&#039; The C3PAO shall only use the standardized CMMC Level 2 Certificate of CMMC Status templates (FINAL and CONDITIONAL) that are approved and provided by The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.3.&#039;&#039;&#039; All C3PAO-generated Certificates of CMMC Status must be approved and signed only by an Authorized Certifying Official that is on file with The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.4.&#039;&#039;&#039; When generating the Certificate of CMMC Status, a quality assurance individual shall enter, affix, or retain the following required information to the document prior to approval and signature by the Authorized Certifying Official:&lt;br /&gt;
: &#039;&#039;&#039;4.4.1.&#039;&#039;&#039; OSC full legal name;&lt;br /&gt;
: &#039;&#039;&#039;4.4.2.&#039;&#039;&#039; All industry CAGE codes associated with the information systems addressed by the CMMC Assessment Scope;&lt;br /&gt;
: &#039;&#039;&#039;4.4.3.&#039;&#039;&#039; Short description of the information system assessed;&lt;br /&gt;
: &#039;&#039;&#039;4.4.4.&#039;&#039;&#039; Unique identifier (UID) received from CMMC eMASS;&lt;br /&gt;
: &#039;&#039;&#039;4.4.5.&#039;&#039;&#039; Dates of assessment (beginning of Phase 1 to date of Out-Brief Meeting);&lt;br /&gt;
: &#039;&#039;&#039;4.4.6.&#039;&#039;&#039; CMMC Status Date;&lt;br /&gt;
: &#039;&#039;&#039;4.4.7.&#039;&#039;&#039; CMMC Level;&lt;br /&gt;
: &#039;&#039;&#039;4.4.8.&#039;&#039;&#039; Statement of conformity to NIST SP 800-171 R2;&lt;br /&gt;
: &#039;&#039;&#039;4.4.9.&#039;&#039;&#039; Name and Logo of C3PAO; &lt;br /&gt;
: &#039;&#039;&#039;4.4.10.&#039;&#039;&#039; Logo of the CMMC Program; &lt;br /&gt;
: &#039;&#039;&#039;4.4.11.&#039;&#039;&#039; C3PAO authorization or accreditation badge with ID number; and 4.4.12. Signature block for Authorized Certifying Official. &lt;br /&gt;
&lt;br /&gt;
== Issue Certificate of CMMC Status ==&lt;br /&gt;
&#039;&#039;&#039;4.5.&#039;&#039;&#039; Upon generation of the Certificate of CMMC Status, an Authorized Certifying Official shall review and sign the Certificate to convey formal issuance on behalf of the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.6.&#039;&#039;&#039; The C3PAO shall produce the approved Certificate of CMMC Status in PDF file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.7.&#039;&#039;&#039; A C3PAO quality assurance individual shall upload the Certificate of CMMC Status into CMMC eMASS &#039;&#039;&#039;in accordance with the current version of the “Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.8.&#039;&#039;&#039; The C3PAO shall deliver, either in electronic or physical form, a copy of the CMMC Level 2 Certificate of CMMC Status to the Affirming Official, and the OSC POC. The CMMC Level 2 Certificate of CMMC Status is not considered CUI and is not required to be stored, processed, or transmitted as such.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.9.&#039;&#039;&#039; The C3PAO shall deliver an electronic copy of the Certificate of CMMC Status to The Cyber AB via the certificates@cyberab.org account.&lt;br /&gt;
&lt;br /&gt;
== Close-Out POA&amp;amp;M ==&lt;br /&gt;
&#039;&#039;&#039;4.10.&#039;&#039;&#039; An OSC that has been issued a CONDITIONAL Level 2 Certificate of CMMC Status may retain the services of an authorized or accredited C3PAO to close out a Plan of Action &amp;amp; Milestones (POA&amp;amp;M). The OSC may engage a C3PAO different from the C3PAO that conducted Phases 1 through 3 of the applicable CMMC Level 2 certification assessment and issued the CONDITIONAL Level 2 Certificate of CMMC Status. In this situation, the POA&amp;amp;M Closeout C3PAO assumes the responsibility for FINAL CMMC Status determination and, if the POA&amp;amp;M satisfies the closeout requirements, issues the Level 2 FINAL Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.11.&#039;&#039;&#039; The C3PAO shall conduct and document a conflict-of interest disclosure and mitigation review prior to commencing a POA&amp;amp;M closeout for the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall follow the procedures and meet the requirements for closing out a POA&amp;amp;M as established in 32 CFR part 170.17(a)(1)(ii)(B).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.13.&#039;&#039;&#039; A quality assurance individual shall conduct a quality assurance review of the POA&amp;amp;M close-out upon completion by the Assessment Team. The C3PAO shall ensure that any individual(s) fulfilling this quality assurance function &#039;&#039;&#039;must be a CCA and cannot be a member of the CMMC Assessment Team conducting the POA&amp;amp;M closeout assessment for which they are performing the quality assurance function.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §170.9(14)&amp;lt;/ref&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;4.14. The C3PAO quality assurance review of the POA&amp;amp;M closeout shall, at a minimum, incorporate quality checks on the accuracy and completeness of the evaluation of all POA&amp;amp;M security requirements as well as the conformance to the required reporting formats and incorporated data fields for each. The C3PAO shall conduct the quality assurance review of the CMMC POA&amp;amp;M closeout &#039;&#039;&#039;prior to&#039;&#039;&#039; its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.15. The Assessment Team may choose to offer the OSC a POA&amp;amp;M Out-Brief Meeting, but one is not required. The Assessment Team is required to convey the results of the POA&amp;amp;M closeout in writing and convey the remaining administrative next steps to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.16. In the event the C3PAO refutes the findings of the CMMC Assessment Team during the POA&amp;amp;M closeout, they retain the right to appeal the findings, results, and/or CMMC Level 2 Status decision. The process and timelines for administering and adjudicating a POA&amp;amp;M closeout appeal are identical to those of established in Phase 3, with the exception that the assessment appeals process of the Phase 4 C3PAO that closed out the POA&amp;amp;M is controlling and shall be followed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;4.17. Upon conclusion of the POA&amp;amp;M closeout and quality assurance review, the C3PAO shall submit the POA&amp;amp;M closeout results to CMMC eMASS. If the POA&amp;amp;M was satisfactorily closed out, the C3PAO shall then issue a FINAL Level 2 Certificate of CMMC Status, utilizing the same procedures and following the same requirements as established above in activities 4.1 through 4.9.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=641</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=641"/>
		<updated>2025-01-26T20:35:38Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
::* Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
::* Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
::* Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – COMPLETE AND REPORT ASSESSMENT RESULTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 3 is to complete, review, report, and submit the assessment results of the CMMC Level 2 certification assessment. By the time the assessment reaches Phase 3, all evaluative activity of the OSC’s implemented security requirements and examination of evidence shall have been completed by the Assessment Team. &#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Compile and Compose Assessment Results ==&lt;br /&gt;
&#039;&#039;&#039;3.1.&#039;&#039;&#039; Upon conclusion of the evaluative activity in Phase 2, the Assessment Team shall compile the assessment results and begin composing the results in the required format for eventual upload into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.2.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.3.&#039;&#039;&#039; C3PAOs may utilize the CMMC Level 2 Assessment Results Template that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliance with the CMMC eMASS data standard that can generate assessment results data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.4.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, the certification assessment results will reflect a recommendation for a CMMC Level 2 Final Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.5.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have been implemented and thus MET, with the exception of those security requirements that are documented on an existing and valid POA&amp;amp;M &#039;&#039;&#039;that is in accordance with 32 CFR §170.21, “Plan of Action and Milestone requirements,”&#039;&#039;&#039; the certification assessment results will reflect a recommendation for a CMMC Level 2 &#039;&#039;&#039;Conditional&#039;&#039;&#039; Certificate of CMMC Status for the OSC’s in-scope data environment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.6.&#039;&#039;&#039; If the Lead CCA determines that all security requirements have not been implemented and thus NOT MET and/or a valid POA&amp;amp;M is not attainable, the certification assessment results will reflect a recommendation for no issuance of a Level 2 Certificate of CMMC Status.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review ==&lt;br /&gt;
&#039;&#039;&#039;3.7.&#039;&#039;&#039; The C3PAO shall conduct a formal quality assurance review of the certification assessment results. The C3PAO shall conduct the quality assurance review of the certification assessment results prior to the conduct of the Out-Brief Meeting with the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.8.&#039;&#039;&#039; The C3PAO shall ensure that any individual(s) fulfilling this quality assurance function &#039;&#039;&#039;must be a CCA and cannot be a member of the CMMC Assessment Team conducting the CMMC Level 2 certification assessment for which they are performing the quality assurance function.&#039;&#039;&#039; The CCA conducting the quality assurance review shall also not have any interaction with the CMMC Assessment Team relating to the conduct of the CMMC Level 2 certification assessment while it is in progress prior to conduct of the quality assurance review itself.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.9.&#039;&#039;&#039; The C3PAO quality assurance review of the CMMC Level 2 certification assessment results shall, at a minimum, incorporate quality checks on the accuracy and completeness of the evaluation of all security requirements as well as the conformance to the required reporting formats and incorporated data fields for each.&lt;br /&gt;
&lt;br /&gt;
== Convene Out-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;3.10.&#039;&#039;&#039; The Lead CCA will convene the Out-Brief Meeting upon the compilation, composition, and quality review of the assessment results. If the OSC has elected to request a re-evaluation of a security requirement pursuant to 32 CFR §170.17(c)(2), “Security requirement re-evaluation,” the Lead CCA will convene the Out-Brief Meeting no sooner than ten (10) business days upon conclusion of all evaluative activity in Phase 3. The Out-Brief Meeting may be conducted in- person, virtually, or in a hybrid manner. The purpose of the Out-Brief Meeting is to convey the results of the assessment to the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.11.&#039;&#039;&#039; Attendees for the out-brief meeting shall include, but are not limited to, the Lead CCA, the OSC Official, the OSC POC, and all Assessment Team Members. If a member of the CMMC Assessment Team is unable to attend the Out-Brief Meeting, the Lead CCA shall inform the OSC of the identity of the absent member(s). The OSC retains the right to insist upon the presence of all CMMC Assessment Team members at the Out-Brief Meeting and, should they do so, the Out- Brief Meeting shall not be conducted until all CMMC Assessment Team members are available to participate or until which time the OSC agrees to proceed with the Out-Brief Meeting without full attendance by the CMMC Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.12.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the Out-Brief Meeting. If the C3PAO desires additional individuals external to the Assessment Team to be present at the Out-Brief Meeting, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.13.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the Out-Brief Meeting, including all questions and answers, are documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.14.&#039;&#039;&#039; The Assessment Team shall prepare and deliver an Assessment Results Briefing documenting the certification assessment results for presentation to the OSC during the Out-Brief Meeting.&lt;br /&gt;
&lt;br /&gt;
The Assessment Results Briefing shall be developed within a common presentation application (e.g. Microsoft PowerPoint, Google Slides, Apple Pages) and can be provided in PDF file format as well.&lt;br /&gt;
&lt;br /&gt;
The following information should be included in the Assessment Results Briefing and addressed during the Out-Brief Meeting:  &lt;br /&gt;
* Cover page with C3PAO logo, name of Lead CCA, and date of Out-Brief Meeting;&lt;br /&gt;
* Dates during which the CMMC Level 2 certification assessment was conducted;&lt;br /&gt;
* Name of the OSC;&lt;br /&gt;
* CAGE code(s) of the entity/entities associated with the data environment that was assessed;&lt;br /&gt;
* Unique Identifier (UID) from SPRS of the system previously self-assessed (if one exists);&lt;br /&gt;
* Short name and/or description of the assessment enclave or network that was assessed; the environment that was assessed;&lt;br /&gt;
* Final MET / NOT MET / NA determination for each security requirement;&lt;br /&gt;
* Status of POA&amp;amp;Ms (if applicable);&lt;br /&gt;
* Determination of CMMC Level 2 Certificate of CMMC Status to be issued or denied;&lt;br /&gt;
* Artifact retention and integrity procedures (i.e., hashing requirements);&lt;br /&gt;
* Proprietary information return and/or destruction per NDA or contract; and&lt;br /&gt;
* Summary of OSC Assessment Appeal rights and C3PAO appeals process.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.15.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the Assessment Results Briefing contain any information that communicates, references, or insinuates any recommended or suggested remedial actions that the OSC could or should consider based on the results of the assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.16.&#039;&#039;&#039; The Assessment Team shall inform the OSC that the hashed artifacts used as evidence for the assessment must be retained by the OSC for six (6) years from the CMMC Status Date that will appear on their Certificate of CMMC Status.&amp;lt;ref&amp;gt;32 CFR §170.17(c)(4)&amp;lt;/ref&amp;gt; The Assessment Team shall inform the OSC that it must hash the artifact files using a NIST-approved hashing algorithm. The OSC must provide the Assessment Team with a list of the following for upload into CMMC eMASS.:&lt;br /&gt;
* Names of all artifacts;&lt;br /&gt;
* Return values of the hashing algorithm; and&lt;br /&gt;
* Hashing algorithm.&lt;br /&gt;
: Additional guidance for hashing artifacts can be found in the supplemental guidance document, “CMMC Hashing Guide” available at https://DoDcio.defense.gov/CMMC/.&lt;br /&gt;
&lt;br /&gt;
== Upload Certification Assessment Results into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;3.17.&#039;&#039;&#039; A C3PAO quality assurance individual shall upload the certification assessment results into CMMC eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in current version of “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.18.&#039;&#039;&#039; C3PAOs may utilize the certification assessment results template provided by DoD (CMMC_AssessmentResults_Template.xlsx) that is available on the CMMC eMASS website.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.19.&#039;&#039;&#039; Although CMMC Level 2 certification assessment results at the point of creation may not necessarily meet the formal definition of Controlled Unclassified Information (CUI), &#039;&#039;&#039;C3PAOs and their CMMC Assessment Teams shall process, store, and transmit CMMC Level 2 certification assessment results as if those assessment results, were, in fact, CUI.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.20.&#039;&#039;&#039; &#039;&#039;&#039;Accordingly, the C3PAO shall utilize their IT environment that is resident within their CMMC Level 2 Assessment Scope as assessed by the Defense Industrial Security Cybersecurity Assessment Center (DIBCAC)—as a qualifying condition of their C3PAO authorization or accreditation—for the purposes of accessing and uploading CMMC Level 2 certification assessment results into CMMC eMASS.&#039;&#039;&#039; Specifically, the user workspace that is used to upload CMMC Level 2 certification assessment results to CMMC eMASS shall be one that exists within the scope of the C3PAO’s DIBCAC-assessed environment. There will be no “system-to-system” connections from C3PAOs to CMMC eMASS, so a valid user workspace or end point is required.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.21.&#039;&#039;&#039; The C3PAO quality assurance individual shall ensure that the OSC’s hashing data is incorporated into the certification assessment results prior to uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.22.&#039;&#039;&#039; Once the certification assessment results are uploaded into CMMC eMASS, if the results warrant a determination of either FINAL or CONDITIONAL CMMC Status of Level 2 (C3PAO) for the OSC, the quality assurance individual will receive from CMMC eMASS the following information: 1) a confirmation of the FINAL or CONDITIONAL CMMC Level 2 Status; 2) an assessment unique Identifier (UID); and 3) the CMMC Status Date of record for the determination.&lt;br /&gt;
&lt;br /&gt;
== Administer Assessment Appeals (if required) ==&lt;br /&gt;
&#039;&#039;&#039;3.23.&#039;&#039;&#039; The C3PAO shall address any appeals of the Assessment Team’s findings, results, and/or Certificate of CMMC Status determination that is received by the OSC &#039;&#039;&#039;in accordance with 32 CFR §170.9(b)(19)&#039;&#039;&#039; and its own internal assessment appeals process. The OSC must file an initial appeal with the same C3PAO that conducted its CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.24.&#039;&#039;&#039; The C3PAO shall have an assessment appeals process, in accordance with ISO/IEC 17020 (2012), on file with The Cyber AB. The C3PAO’s assessment appeals process shall have a time- bound, internal appeals process clearly identified to address all appeals received. The C3PAO shall follow its own published assessment appeals process and shall not deviate from the version that is on file with The Cyber AB.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.25.&#039;&#039;&#039; A quality assurance individual who is a CCA shall manage within the C3PAO’s assessment appeals process the OSC’s Level 2 certification Assessment Appeal. The quality assurance individual assigned to manage the OSC’s Assessment Appeal &#039;&#039;&#039;cannot be a member of the CMMC Assessment Team that conducted the CMMC Level 2 certification assessment.&#039;&#039;&#039; In addition, if the quality assurance individual managing the OSC Assessment Appeal performed any quality assurance reviews of the assessment in question, that individual shall not be involved in determining the final decision on the Appeal.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.26.&#039;&#039;&#039; The C3PAO shall complete its assessment appeals process and render a decision on the OSC’s assessment appeal. The adjudication decision of the assessment appeal must be conveyed to the OSC in writing with its supporting rationale.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.27.&#039;&#039;&#039; The C3PAO shall enter the required Assessment Appeal information into the assessment appeals template required for CMMC eMASS. The quality assurance individual managing the OSC’s Assessment Appeal shall perform a quality review of the assessment appeals template prior to it being uploaded to CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3.28.&#039;&#039;&#039; Should the OSC refute or oppose the adjudication decision of their Assessment Appeal by the C3PAO, they may elevate their appeal to The Cyber AB. The OSC must elevate its appeal to The Cyber AB within fifteen (15) business days of receiving the adjudication decision of their Assessment Appeal by the C3PAO in writing. &#039;&#039;&#039;All Assessment Appeals decisions rendered by The Cyber AB are final.&#039;&#039;&#039; The Assessment Appeals Process of The Cyber AB may be found on www.cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=640</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=640"/>
		<updated>2025-01-26T20:20:58Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Address Cloud Service Providers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
::* Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
::* Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
::* Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=639</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=639"/>
		<updated>2025-01-26T20:20:43Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Address Cloud Service Providers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
::* Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
::* Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
::* Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
::: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=638</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=638"/>
		<updated>2025-01-26T20:20:11Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Address Cloud Service Providers */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
::* Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
::* Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
::* Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=637</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=637"/>
		<updated>2025-01-26T20:19:44Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Conduct Assessment Scoring */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
::* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
:: * Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
:: * Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
:: * Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=636</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=636"/>
		<updated>2025-01-26T20:18:56Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Conduct Assessment Scoring */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
:* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
:* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
:* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
:* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
:* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
:: * Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
:: * Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
:: * Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=635</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=635"/>
		<updated>2025-01-26T20:18:28Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* Conduct Assessment Scoring */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
* Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
* Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
* Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
* Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
* Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
:: * Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
:: * Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
:: * Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=634</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=634"/>
		<updated>2025-01-26T20:16:42Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* PHASE 2 – CONDUCT THE ASSESSMENT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – ASSESS CONFORMITY TO SECURITY REQUIREMENTS =&lt;br /&gt;
&#039;&#039;&#039;The purpose of Phase 2 is to assess the implementation of CMMC Level 2 security requirements— both in depth and coverage — by the OSC and determine if it has met the assessment objectives of NIST SP 800-171A.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The C3PAO shall conduct the CMMC Level 2 certification assessment in accordance with 32 CFR § 170.17, NIST SP 800-171A, this document (the “CAP”), and ISO/IEC 17020:2012, “Conformity Assessment—Requirements for the operation of various types of bodies performing inspection.”&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Conduct In-Brief Meeting ==&lt;br /&gt;
&#039;&#039;&#039;2.1.&#039;&#039;&#039; The Lead CCA shall convene an In-Brief Meeting prior to the commencement of assessing the implementation of CMMC security requirements of the OSC. This In-Brief Meeting may be conducted in-person, virtually, or in a hybrid manner. The purpose of the In-Brief Meeting is to establish a common understanding of the assessment objectives, procedures, roles and responsibilities, and schedule.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.2.&#039;&#039;&#039; The Lead CCA shall ensure that official minutes or a detailed meeting summary of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.3.&#039;&#039;&#039; Attendees for the in-brief meeting shall include, but are not limited to, the Lead CCA, the Affirming Official, the OSC POC, and the Assessment Team members. If a member of the CMMC Assessment Team is unable to attend the In-Brief Meeting, the Lead CCA shall still inform the OSC of the identity of the absent member(s) and facilitate an introduction to the OSC at a subsequent juncture of the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.4.&#039;&#039;&#039; The OSC may elect to have additional employees, consultants, ESP personnel, and any observers present at the In-Brief Meeting. If the C3PAO desires additional individuals external to the CMMC Assessment Team to be present or to observe the actual assessment, it must receive permission from the Affirming Official or OSC POC to do so.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.5.&#039;&#039;&#039; The Lead CCA shall, at a minimum, address the following issues with the OSC during the In-Brief Meeting:&lt;br /&gt;
* Introduce the Assessment Team members and invite the introduction of key OSC personnel and support staff;&lt;br /&gt;
* Confirm the CMMC Assessment Scope;&lt;br /&gt;
* Explain CMMC Level 2 assessment procedures as established in 32 CFR §170.17(c);&lt;br /&gt;
* Review the assessment schedule;&lt;br /&gt;
* Reconfirm the absence of, or disclose, any organizational or individual conflicts of interest;&lt;br /&gt;
* Inform the OSC of its rights to appeal the assessment results and describe the C3PAO’s appeals process; and&lt;br /&gt;
* Invite any questions or issues for clarification from the OSC.&lt;br /&gt;
 &lt;br /&gt;
== Assess Implementation of Security Requirements ==&lt;br /&gt;
&#039;&#039;&#039;2.6.&#039;&#039;&#039; The Assessment Team shall evaluate the OSC’s implementation of security requirements in accordance with NIST SP 800-171A (current applicable version) and 32 CFR §170.17(c). The three (3) assessment methods of examine, interview, and test, as outlined in NIST SP 800-171A, shall be adhered to by all Assessment Team CCAs assessing security requirements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.7.&#039;&#039;&#039; Upon mutual agreement, the parties may conduct much of the evidence collection and evaluation process virtually, using a stable and commercially secure video conference system or web-based collaboration platform. The C3PAO should make the final decision on whether to conduct some eligible evidence collection activities virtually or in person, based on internal procedures and risk evaluation. In a virtual assessment arrangement, the C3PAO and OSC shall ensure that CUI is not shared electronically as part of the evidence collection and evaluation process, unless the assessment is conducted within CMMC Level 2-conforming environments on both sides.&lt;br /&gt;
&lt;br /&gt;
== Apply Sampling Values for Depth and Coverage ==&lt;br /&gt;
&#039;&#039;&#039;2.8.&#039;&#039;&#039; The Assessment Team’s optimal sampling aims to balance ensuring sufficient evaluation of assets, people, policies, and procedures to achieve an accurate and proper determination of conformity with the need to conduct an efficient, manageable, and cost-effective assessment. Achieving that balance involves selecting representative samples of evidence to be tested or inspected, while minimizing the risk of overlooking non-conforming items.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.9.&#039;&#039;&#039; &#039;&#039;&#039;For CMMC Level 2 certification assessments, the Assessment Team shall use a nonstatistical sampling approach in accordance with NIST SP 800-171 R2, Appendix D, “Assessment Method Descriptions”. The Assessment Teams shall employ the FOCUSED value for both depth and coverage in evaluating all Level 2 security requirements, as applicable.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.10.&#039;&#039;&#039; The Assessment Team should increase the sample for evaluation once it encounters questionable, insufficient, or inadequate evidence for a CMMC security requirement.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.11.&#039;&#039;&#039; When encountering multiple CAGE codes in a given assessment, the Assessment Team shall ensure that all CAGE codes have been accounted for in the sampling approach.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.12.&#039;&#039;&#039; When encountering multiple physical locations, the Assessment Team should consider in its sampling approach whether different locations use different physical control methods, whether scan results cover systems at all locations, and whether defined system boundaries account for all physical locations.&lt;br /&gt;
&lt;br /&gt;
== Conduct Assessment Scoring ==&lt;br /&gt;
&#039;&#039;&#039;2.13.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall employ the CMMC Level 2 Scoring Methodology as established in 32 CFR §170.24 that provides a measurement of the OSC’s implementation of the NIST SP 800-171 R2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.14.&#039;&#039;&#039; The DoD CMMC Scoring Methodology should be referenced for the following:&lt;br /&gt;
: &#039;&#039;&#039;2.14.1.&#039;&#039;&#039; Assessment Findings: &#039;&#039;&#039;32 CFR §170.24(b)&#039;&#039;&#039;&lt;br /&gt;
:: * Assessment requirements for &#039;&#039;&#039;Met&#039;&#039;&#039; findings, including enduring exceptions and temporary deficiencies;&lt;br /&gt;
:: * Assessment requirements for &#039;&#039;&#039;Not Met&#039;&#039;&#039; findings; and&lt;br /&gt;
:: * Assessment requirements for &#039;&#039;&#039;Not Applicable&#039;&#039;&#039; findings.&lt;br /&gt;
: &#039;&#039;&#039;2.14.2.&#039;&#039;&#039; Scoring: &#039;&#039;&#039;32 CFR §170.24(c)&#039;&#039;&#039;&lt;br /&gt;
:: * Assessment requirements for &#039;&#039;&#039;Basic Security Requirements&#039;&#039;&#039; scoring; and&lt;br /&gt;
:: * Assessment requirements for &#039;&#039;&#039;Derived Security Requirements&#039;&#039;&#039; scoring.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.15.&#039;&#039;&#039; Assessors may re-evaluate NOT MET security requirements during the assessment and for ten (10) business days following the active assessment period (i.e., the conclusion of Phase 2 activities) &#039;&#039;&#039;in accordance with the requirements established in 32 CFR §170.17(c)(2).&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Address External Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.16.&#039;&#039;&#039; &#039;&#039;&#039;The Assessment Team shall determine the OSC’s utilization and disposition of an in-scope ESP as established in 32 CFR §170.16(a)(3) and 32 CFR §170.16(a)(2), respectively.&#039;&#039;&#039; In addition, the CMMC PMO has published Frequently Asked Questions (FAQ) on this issue that should be consulted for additional clarification on the use of ESPs.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.17.&#039;&#039;&#039; The Assessment Team shall evaluate that the Customer Responsibility Matrix (CRM) of an ESP is up-to date, includes all relevant parties with security responsibilities, and addresses all in-scope CMMC security requirements performed wholly, partially, or jointly by the ESP.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.18.&#039;&#039;&#039; When an Assessor employs the interview method to validate a security requirement on the CRM that is assigned to the ESP, the ESP respondent must demonstrate sufficient knowledge and credible “ownership” of that requirement—no different than that which is required for an OSC representing a security requirement under its own responsibility. The Assessment Team should also employ the examine and test methods when evaluating the inheritance claims made in the CRM by the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.19.&#039;&#039;&#039; In the event the OSC is utilizing a “non-CSP” ESP that voluntarily attained a Level 2 or Level 3 Certificate of CMMC Status, the Assessment Team should anticipate and accept a lower level of effort on behalf of the ESP during the OSC’s assessment.&amp;lt;ref&amp;gt;32 CFR §179.19(c)(2)(ii)&amp;lt;/ref&amp;gt; Specifically, if the Assessment Team confirms the ESP is in possession of a valid Certificate of CMMC Status, it may consider those security requirements under the responsibility of the ESP to be in a validated state. The Assessment Team shall still ensure that each inherited security requirement from the ESP is still implemented and currently being maintained in the state under which it was originally assessed and/or have the ESP attest to same. ESP personnel still need to participate during Phase 2 of the OSC’s assessment to answer questions of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Address Cloud Service Providers ==&lt;br /&gt;
&#039;&#039;&#039;2.20.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them is currently Authorized at the Moderate baseline within FedRAMP, the Assessment Team shall verify said Authorization by referring to the FedRAMP Marketplace at https://marketplace.fedramp.gov/products and identifying the name of the CSP under the column heading “Provider”. The Assessment Team shall then ascertain if &#039;&#039;&#039;the specific cloud service offering that is documented in the OSC’s SSP&#039;&#039;&#039; is listed under the column heading “Service Offering”. The Assessment Team can then determine the current Authorization baseline and status of the cloud offering by checking both the “Impact Level” and “Status” column headings. If the above condition is satisfied, the FedRAMP Moderate (or higher) baseline of the CSP’s cloud service offering shall be accepted and noted as such in the assessment results.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;2.21.&#039;&#039;&#039; If the OSC represents that the CSP cloud environment supporting them within their CMMC Assessment Scope is not FedRAMP Authorized &#039;&#039;&#039;but meets the security requirements of FedRAMP Moderate (or higher) equivalency,&#039;&#039;&#039; the Assessment Team shall determine if equivalency has been attained in accordance with &#039;&#039;&#039;current DoD CIO policy on equivalency at the time of the OSC’s Level 2 certification assessment.&#039;&#039;&#039;&amp;lt;ref&amp;gt;32 CFR §179.17(c)(5)(ii)&amp;lt;/ref&amp;gt;&lt;br /&gt;
: &#039;&#039;&#039;2.21.1.&#039;&#039;&#039; During the OSC’s CMMC Level 2 certification assessment, the Assessment Team shall verify that the CSP’s FedRAMP Moderate Equivalency body of evidence (BOE), as presented by the OSC, is complete, intact, and within the established periodicity, as required. The Assessment Team shall employ the following definitions when reviewing the BoE:&lt;br /&gt;
:: * Complete: all required elements of the BoE have been compiled and presented to the C3PAO for review;&lt;br /&gt;
:: * Intact: each element of the BoE is presented in full and is not missing any critical sections, pages, or material information; and&lt;br /&gt;
:: * Established Periodicity: any element that has a temporal requirement (e.g., must be completed annually) has been completed within the specified timeframe.&lt;br /&gt;
:: If the Assessment Team determines that all elements of the cloud service offering’s BoE are complete, intact, and within the established periodicity, then FedRAMP Moderate Equivalency of that cloud service offering has been verified for the CMMC Level 2 certification assessment and shall be denoted as such in the assessment results.&lt;br /&gt;
: &#039;&#039;&#039;2.21.2.&#039;&#039;&#039; In reviewing the BoE, the Assessment Team is not evaluating the CSP’s cloud service offering for conformance to the FedRAMP Moderate standard. Nor is the CMMC Assessment Team conducing a qualitative examination of any element of the BoE, including testing results. Rather, the CMMC Assessment Team is conducting a review of the BoE to verify that it is complete, intact, and within established periodicity.&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Reviews ==&lt;br /&gt;
&#039;&#039;&#039;2.22.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall conduct quality assurance reviews during the assessment pursuant to 32 CFR §170.19(b)(14).&#039;&#039;&#039; These reviews are in addition to the quality assurance requirements pertaining to the Pre-Assessment Form and the Final Assessment Report as discussed in Phases 1 and 3, respectively, and include conducting observations of the Assessment Team’s conduct and management of the CMMC assessment process. These reviews shall be performed by a quality assurance individual who is not a member of the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
== Convene Daily Checkpoint Meetings ==&lt;br /&gt;
&#039;&#039;&#039;2.23.&#039;&#039;&#039; The Assessment Team shall host a Daily Checkpoint Meeting with the OSC POC and other OSC personnel at the end of each assessment day to summarize progress, identify any challenges, and discuss additional items for coordination.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
	<entry>
		<id>https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=633</id>
		<title>CMMC Assessment Process</title>
		<link rel="alternate" type="text/html" href="https://cmmcwiki.org/index.php?title=CMMC_Assessment_Process&amp;diff=633"/>
		<updated>2025-01-26T19:52:30Z</updated>

		<summary type="html">&lt;p&gt;Wikiadmin: /* PHASE 1 – CONDUCT THE PRE-ASSESSMENT */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Source of Reference: The [https://cyberab.org/Portals/0/CMMC%20Assessment%20Process%20v2.0.pdf?ver=fEk1pUK1Fg26fVtopxv_DA%3d%3d CMMC Assessment Process Version 2.0 document] from [https://cyberab.org/ Cybersecurity Maturity Model Certification Accreditation Body, Inc.]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
For inquiries and reporting errors on this wiki, please [mailto:support@cmmctoolkit.org contact us]. Thank you.&lt;br /&gt;
&lt;br /&gt;
= DISCLAIMER =&lt;br /&gt;
Copyright 2024 © Cybersecurity Maturity Model Certification Accreditation Body, Inc. (d/b/a The Cyber AB)  &lt;br /&gt;
&lt;br /&gt;
The views, opinions, and/or findings contained in this material are those of the author(s) and should not be construed as an official U.S. Government position, policy, or decision, unless designated by other documentation.  &lt;br /&gt;
&lt;br /&gt;
Nothing contained in this document supersedes any standard, policy, direction, or official CMMC program information that has been promulgated by the United States Department of Defense (DoD) or the National Institute of Standards and Technology (NIST). In the event of a contradiction, real or perceived, the reader should adhere to the DoD and/or NIST documentation.  &lt;br /&gt;
&lt;br /&gt;
NO WARRANTIES ARE MADE HEREIN. THIS MATERIAL IS FURNISHED ON AN &amp;quot;AS-IS&amp;quot; BASIS. THE CMMC ACCREDITATION BODY, INC. MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO  ANY  MATTER  INCLUDING,  BUT  NOT  LIMITED  TO,  WARRANTY  OF  FITNESS  FOR  PURPOSE  OR MERCHANTABILITY, EXCLUSIVITY OR RESULTS OBTAINED FROM USE OF THE MATERIAL, NOR ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK, or COPYRIGHT INFRINGEMENT.  &lt;br /&gt;
&lt;br /&gt;
Comments on this DRAFT CAP v2.0 are welcomed from all members of the CMMC Ecosystem, the DIB, and the public. This feedback will be used to improve the document and may help inform the publication of future editions of the CAP. Feedback can be submitted via the email address CAPComments@cyberab.org.&lt;br /&gt;
&lt;br /&gt;
= Introduction to the CMMC Assessment Process (CAP) =&lt;br /&gt;
The Cybersecurity Maturity Model Certification (CMMC) Program is the U.S. Department of Defense’s (DoD) initiative for the assessment and certification of conformance to established security requirements by companies and organizations within the Defense Industrial Base (DIB).&amp;lt;ref&amp;gt;Specifically, CMMC assesses conformance to the Defense Federal Acquisition Regulation Supplement (DFARS) clause 252-204-7021, “Assessing Contractor Implementation of Cybersecurity Requirements”.&amp;lt;/ref&amp;gt; Specifically, CMMC is designed to safeguard Controlled Unclassified Information (CUI) and Federal Contract Information (FCI) that is processed, stored, and/or transmitted during the performance of DoD contracts.  &lt;br /&gt;
&lt;br /&gt;
The CMMC Program is overseen by the Office of the DoD Chief Information Officer (ODCIO) and administered by the CMMC Program Management Office (CMMC PMO). The Cyber AB is the designated sole Accreditation Body for the CMMC Program. The Cyber AB supports the CMMC Program through a no- cost contract with DoD’s Washington Headquarters Services (WHS).&amp;lt;ref&amp;gt;The Cyber AB is the “doing business as (d/b/a)” name for the Cybersecurity Maturity Model Certification Accreditation Body, Inc., an &lt;br /&gt;
independent, tax-exempt 501(c)(3) charitable organization that supports the Department of Defense’s CMMC Program via a no-cost contract (Department of Defense contract #HQ003420H0003)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most of the official CMMC doctrine and documentation is provided within the Code of Federal Regulations (CFR) or by DoD and the National Institute of Standards and Technology (NIST) within the Department of Commerce. For example, the actual CMMC Level 2 security requirements themselves are codified within the NIST Special Publication 800-171, Revision 2 (NIST SP 800-171 R2), “Protecting Controlled Unclassified Information in Nonfederal Systems and Organizations”. The CMMC Scoping Guides and Assessment Guides that are developed, maintained, and published by DoD provide supplemental guidance and insight consistent with authoritative references for establishing the assessment boundaries as well as for evaluating the implementation of CMMC security requirements, respectively. &lt;br /&gt;
&lt;br /&gt;
The CMMC Assessment Process (CAP), by comparison, is the official procedural guide for CMMC Third- Party Assessment Organizations (C3PAOs) conducting a CMMC Level 2 certification assessment (herein also referred to as an “assessment”) of an Organization Seeking Certification (OSC). The CAP is published and maintained by The Cyber AB and reviewed and approved by the CMMC PMO. It is intended as a resource for the entire CMMC Ecosystem, as well as for companies and organizations within the DIB. &lt;br /&gt;
&lt;br /&gt;
The purpose of the CAP is to ensure the consistency and integrity of CMMC Level 2 certification assessments. Adherence to the CAP is required by C3PAOs and their CMMC Certified Assessors (CCAs) and is an element of the C3PAO Accreditation Scheme. The CAP is not to be confused with references to a generalized CMMC “assessment process” that appear in the Code of Federal Regulations (CFR), Title 32, part 170.  &lt;br /&gt;
&lt;br /&gt;
== How to Use the CAP ==&lt;br /&gt;
The CAP applies only to the conduct of CMMC Level 2 certification assessments. &lt;br /&gt;
&lt;br /&gt;
The CAP must be used in concert with the authoritative CMMC source material—32 CFR part 170 and those documents included by reference therein—as well as the supplemental CMMC guidance published by DoD. It neither replaces nor supersedes any requirements or directions contained in those documents. Moreover, the CAP does not reproduce nor reinterpret any of the rules, provisions, or procedures from either authoritative references or DoD supplemental guidance. Rather, it cites and references those documents throughout. Accordingly, C3PAOs and their CMMC Assessment Teams will need active access to the authoritative documents, along with the CAP, when conducting a CMMC Level 2 certification assessment. &lt;br /&gt;
&lt;br /&gt;
The CAP addresses pre-assessment “preliminary proceedings” that are then followed by the actual assessment process, which is organized across four (4) phases and describes the required activities, roles, and responsibilities of CMMC assessment participants in each. &lt;br /&gt;
&lt;br /&gt;
The four phases are:  &lt;br /&gt;
* Phase 1: “Conduct the Pre-Assessment”;&lt;br /&gt;
* Phase 2: “Assess Conformity to Security Requirements”;&lt;br /&gt;
* Phase 3: “Complete and Report Assessment Results”; and&lt;br /&gt;
* Phase 4: “Issue Certificate and Closeout POA&amp;amp;M”.&lt;br /&gt;
&lt;br /&gt;
These four phases have been designed to support each CMMC Level 2 certification assessment meeting the following objectives: &lt;br /&gt;
* Achieve the highest possible accuracy, fidelity, and quality of CMMC Level 2 certification assessments conducted by C3PAOs;&lt;br /&gt;
* Maximize consistency to ensure that CMMC Level 2 certification assessments conducted by C3PAOs and their CMMC Certified Assessors follow the same procedures, sequencing of activities, and production of verifiable results; and&lt;br /&gt;
* Instill trust and confidence in the CMMC Program by providing effective, transparent, and efficient CMMC Level 2 certification assessments that are well-planned, executed in consistent fashion, and accurately reported.&lt;br /&gt;
&lt;br /&gt;
The CAP provides a logical and practical sequencing of activities and actions throughout the four phases of the assessment process to ensure procedural coherence for the parties. In certain sections of the process, a precise sequence of specific actions may be explicitly mandated in the document. In these instances, the text will make clear the necessity of following certain procedures in a manner of specific order. In all other aspects of the CAP, the C3PAO and the OSC have the latitude and flexibility to conduct the CMMC assessment with a reasonable approach of their own when applied to the general sequencing of actions throughout the preliminary proceedings and four phases.&lt;br /&gt;
&lt;br /&gt;
= ROLES AND RESPONSIBILITIES =&lt;br /&gt;
A CMMC Level 2 certification assessment requires the active engagement, communication, and attention of several key individuals or organizations, which may include:&lt;br /&gt;
&lt;br /&gt;
As defined in 32 CRF §170.4:&lt;br /&gt;
* Organization Seeking Certification (OSC)&lt;br /&gt;
* Affirming Official&lt;br /&gt;
* CMMC Third-Party Assessment Organization (C3PAO)&lt;br /&gt;
*:- Assessment Team members&lt;br /&gt;
* Accreditation Body (The Cyber AB)&lt;br /&gt;
* CMMC Assessor and Instruction Certification Organization (The CAICO)&lt;br /&gt;
&lt;br /&gt;
Other relevant individuals not directly defined in 32 CRF §170.4:&lt;br /&gt;
* Authorized Certifying Official: A designated official employed by the C3PAO and registered with The Cyber AB who is eligible to serve as the issuing authority and signatory for the CMMC Level 2 Certificate of CMMC Status provided to the OSC. C3PAOs may designate more than one Authorized Certifying Official.&lt;br /&gt;
* Lead CCA: The CMMC Certified Assessor (CCA) who satisfies the requirements of 32 CFR §170.4(b)(11) and who oversees and manages a dedicated Assessment Team on behalf of the C3PAO for the conduct of a CMMC Level 2 certification assessment. The Lead CCA serves as the counterpart to the Affirming Official. Lead CCA is a formal qualified designation issued by the CAICO. A Lead CCA may oversee multiple Assessment Teams across concurrent CMMC Level 2 certification assessments.&lt;br /&gt;
* OSC Point of Contact (OSC POC): The individual within or on behalf of the OSC who provides daily coordination and liaison support between the OSC and the Assessment Team. The OSC POC does not necessarily have to be an employee of the organization that is being assessed, but rather could be a contractor, consultant, or advisor, such as a CMMC Registered Practitioner (RP).&lt;br /&gt;
* Quality Assurance (QA) individual: An individual who manages the C3PAO’s quality assurance reviews for a CMMC Level 2 certification assessment, which includes observing the Assessment Team’s conduct and management of the assessment. A QA individual also manages a CMMC appeals process that might be initiated by an OSC.&amp;lt;ref&amp;gt;32 CFR §170.9(b)(13)&amp;lt;/ref&amp;gt; A QA individual must be a CCA and cannot be a member of an Assessment Team for which they are performing a quality assurance role. A QA individual is also responsible for the uploading of assessment information into the CMMC instantiation of eMASS.&lt;br /&gt;
&lt;br /&gt;
= PRELIMINARY PROCEEDINGS =&lt;br /&gt;
&#039;&#039;&#039;A CMMC Level 2 certification assessment compels a few preliminary administrative, framing, and contractual activities that should be addressed prior to the formal commencement of Phase 1 of the assessment. These interactions between the C3PAO and the OSC concern important aspects of the prospective assessment, and their successful and mutually agreeable resolution will help enable a proper, viable, and transparent CMMC Level 2 certification assessment.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Receive CMMC Assessment Request from OSC ==&lt;br /&gt;
&#039;&#039;&#039;P.1&#039;&#039;&#039; An OSC generally initiates the engagement concerning a prospective CMMC Level 2 certification assessment by contacting an authorized or accredited C3PAO.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.2&#039;&#039;&#039; The updated registry of authorized or accredited C3PAOs in good standing is maintained on the CMMC Marketplace website administered by The Cyber AB. Unless otherwise notified by The Cyber AB, any C3PAO listed as “authorized” or “accredited” within the Marketplace may be considered a C3PAO in good standing and eligible to conduct a CMMC Level 2 certification assessment.&amp;lt;ref&amp;gt;In no circumstances will individuals from The Cyber AB, the CAICO, or DoD provide recommendations or facilitate introductions to any C3PAO.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Confirm the Entity/Entities to be Assessed ==&lt;br /&gt;
&#039;&#039;&#039;P.3&#039;&#039;&#039; The C3PAO shall confirm the specific corporate legal entity that will be assessed, i.e., the precise identity of the actual “Organization Seeking Certification.”&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.4&#039;&#039;&#039; The C3PAO shall solicit from the OSC the Commercial and Government Entity (CAGE) code, or multiple CAGE codes, that are affiliated with the CMMC Level 2 certification assessment. Technically, a Level 2 CMMC Certificate of Status is issued upon a discrete and identified information system, as defined within a System Security Plan (SSP), that is owned and operated by an OSC. The identity of the OSC is determined by the CAGE code(s), which are issued by DoD.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.5&#039;&#039;&#039; The C3PAO should also request the OSC’s assessment unique identifier (UID) if a previous self-assessment had generated one. The DoD Supplier Performance Risk System (SPRS) generates a UID for a Level 1 and Level 2 self-assessment. The Pre-Assessment Form should include this SPRS UID if it exists, but it is not required for a Level 2 certification assessment, as the CMMC instantiation of eMASS will generate a new UID upon successful attainment of a Level 2 Certificate of CMMC Status. The CMMC eMASS UID and the SPRS UID share the same format, serve the same purpose, and are unique for each Level 2 certification assessment and self-assessment, respectively.&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;P.6&#039;&#039;&#039; All OSCs must possess a valid CAGE code and the CMMC Level 2 certification assessment cannot proceed without at least one CAGE code of record.&amp;lt;ref&amp;gt;For access to SPRS, the OSC will also need to obtain a Unique Entity ID that is generated from registration in SAM.gov.&amp;lt;/ref&amp;gt; A single CMMC assessment may cover multiple entities in the event more than one CAGE code is associated with a singular CMMC Level 2 Assessment Scope.&amp;lt;ref&amp;gt;In addition, the HQ organization or the Host Unit, depending on the corporate structure, must also have registered with the General Services Administration’s (GSA) SAM.gov system and have been issued a Unique Entity Identifier (UEI).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.7&#039;&#039;&#039; The C3PAO should ask the OSC whether any in-scope External Service Providers (ESPs), as defined by &#039;&#039;&#039;32 CFR §170.4(b)&#039;&#039;&#039;, exist and whether the OSC considers the ESP a Cloud Service Provider (CSP) or a “non-CSP” ESP under &#039;&#039;&#039;32 CFR §170.19(c)(2)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== Frame the Assessment ==&lt;br /&gt;
&#039;&#039;&#039;P.8&#039;&#039;&#039; The C3PAO shall work with the Affirming Official and/or the OSC POC to determine the purview and planning details of the assessment. This shall include discussing schedule, the size of the organization and information system to be assessed, personnel, logistics, relevant contractual requirements, and the prospective CMMC Assessment Scope.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.9&#039;&#039;&#039; The CMMC Assessment Scope is the set of all assets in the OSC’s environment that will be assessed against CMMC security requirements. It must be specified prior to the commencement of the Assessment.&amp;lt;ref&amp;gt;32 CFR §170.19(a)&amp;lt;/ref&amp;gt; &#039;&#039;&#039;The determination of proper CMMC Assessment Scope is established in 32 CFR §170.19(c), “CMMC Level 2 Scoping”&#039;&#039;&#039;. Supplemental information on CMMC Assessment Scope is contained in the DoD manual, &#039;&#039;CMMC Assessment Scope – Level 2&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.10&#039;&#039;&#039; In framing the CMMC Level 2 certification assessment, the C3PAO and OSC should discuss and agree upon, at a minimum, the following aspects:&lt;br /&gt;
* Availability of personnel in support of the assessment;&lt;br /&gt;
* Availability of evidence in support of the assessment;&lt;br /&gt;
* OSC’s relevant documentation, including the System Security Plan (SSP); and&lt;br /&gt;
* An estimate for the approximate duration and timing for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.11&#039;&#039;&#039; Another consideration of framing the assessment involves determining assessment location(s), including what security requirement objectives of the assessment might be assessed virtually or in-person on the OSC premises. The Lead CCA and/or the C3PAO should consider the optimal logistical approach for implementation validation of the following 18 CMMC security requirement objectives to ensure adequate assessment scope and depth:&lt;br /&gt;
* CM.L2-3.4.5[d]: Physical access restrictions associated with changes to the system are enforced.&lt;br /&gt;
* MA.L2-3.7.2[d]: Personnel used to conduct system maintenance are controlled.&lt;br /&gt;
* MP.L2-3.8.1[c]: Paper media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.1[d]: Digital media containing CUI is securely stored.&lt;br /&gt;
* MP.L2-3.8.4[a]: Media containing CUI is marked with applicable CUI markings.&lt;br /&gt;
* MP.L2-3.8.4[b]: Media containing CUI is marked with distribution limitations.&lt;br /&gt;
* PE.L1-3.10.1[b]: Physical access to organization systems is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[c]: Physical access to equipment is limited to authorized individuals.&lt;br /&gt;
* PE.L1-3-10.1[d]: Physical access to operating environments is limited to authorized individuals.&lt;br /&gt;
* PE.L2-3.10.2[a]: The physical facility where organizational systems reside is protected.&lt;br /&gt;
* PE.L2-3.10.2[b]: The support infrastructure for organizational systems is protected.&lt;br /&gt;
* PE.L2-3.10.2[c]: The physical facility where organizational systems reside is monitored.&lt;br /&gt;
* PE.L2-3.10.2[d]: The support infrastructure for organizational systems is monitored.&lt;br /&gt;
* PE.L1-3.10.3[a]: Visitors are escorted.&lt;br /&gt;
* PE.L1-3.10.3[b]: Visitor activity is monitored.&lt;br /&gt;
* PE.L1-3.10.5[b]: Physical access devices are controlled.&lt;br /&gt;
* PE.L1-3.10.5[c]: Physical access devices are managed.&lt;br /&gt;
* SC.L2-3.13.12[b]: Collaborative computing devices provide indication to users of devices in use.&lt;br /&gt;
&lt;br /&gt;
NOTE: For OSC CMMC-scoped environments that DO NOT have physical and/or environmental controls due to a cloud environment or other factors that negate conducting an “on-site” portion of the assessment, the applicability of these requirements should be addressed between the OSC and the C3PAO in Phase 1.&lt;br /&gt;
&lt;br /&gt;
== Identify and Manage Initial Conflicts of Interest (COI) ==&lt;br /&gt;
&#039;&#039;&#039;P.12&#039;&#039;&#039; C3PAOs are ultimately responsible for managing impartiality and identifying conflicts of interest relating to a CMMC Level 2 certification assessment. This responsibility cannot be delegated to their CMMC Assessment Team or the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.13&#039;&#039;&#039; C3PAOs shall adhere to the impartiality requirements of ISO/IEC 17020:2012 and the conflict-of- interest disclosure provisions and COI prohibitions within the CMMC Code of Professional Conduct (CoPC). The CoPC contains additional details on impartiality requirements, including CMMC-specific examples of potential COIs that are to be mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.14&#039;&#039;&#039; The C3PAO shall propose to the OSC the name of the Lead CCA that it intends to assign to the OSC’s CMMC Level 2 certification assessment. The C3PAO shall coordinate with the OSC to ascertain if any conflicts of interest exist between the proposed Lead CCA and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.15&#039;&#039;&#039; If a conflict of interest is disclosed or identified, by either party, the C3PAO shall work with the OSC to develop a mitigation plan for the identified conflict in question.&lt;br /&gt;
:&#039;&#039;&#039;P.15.1&#039;&#039;&#039; Any mitigation measures to which the parties agree shall be documented.&lt;br /&gt;
:&#039;&#039;&#039;P.15.2&#039;&#039;&#039; In the event the conflict cannot be sufficiently mitigated due to the circumstances, the C3PAO shall not proceed with the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.16&#039;&#039;&#039; The C3PAO should obtain concurrence of the OSC on the assignment of the Lead CCA prior to commencing with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Execute Contractual Agreement ==&lt;br /&gt;
&#039;&#039;&#039;P. 17&#039;&#039;&#039; The C3PAO shall execute a written contractual agreement for the CMMC Level 2 certification assessment with the OSC. Neither The Cyber AB nor DoD are parties to the CMMC Level 2 certification assessment contract between the C3PAO and the OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.18&#039;&#039;&#039; The format and structure of the contract is at the discretion and mutual agreement of the C3PAO and OSC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.19&#039;&#039;&#039; A mutual non-disclosure agreement (NDA) between the parties shall be incorporated into the contractual agreement or negotiated and executed in a separate document (e.g., stand-alone NDA, master services agreement, etc.).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;P.20&#039;&#039;&#039; All contractual agreements for CMMC assessments must comport to the CMMC Code of Professional Conduct. Specifically, the C3PAO is prohibited from offering any “guarantees” or “promises” relating to the results of the CMMC Level 2 certification assessment, nor may the C3PAO include any incentives or bonus payments contingent on the issuance of a Certificate of CMMC Status to the OSC.&lt;br /&gt;
&lt;br /&gt;
= PHASE 1 – CONDUCT THE PRE-ASSESSMENT =&lt;br /&gt;
&#039;&#039;&#039;In Phase 1, the C3PAO will evaluate if the OSC has adequately prepared for the assessment of its implementation of CMMC Level 2 security requirements.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;At the conclusion of Phase 1, the C3PAO will submit the Pre-Assessment Information Form into the CMMC instantiation of eMASS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.1.&#039;&#039;&#039; The Lead CCA shall supervise Phase 1 activities.&lt;br /&gt;
&lt;br /&gt;
== Review the System Security Plan (SSP) ==&lt;br /&gt;
&#039;&#039;&#039;1.2.&#039;&#039;&#039; C3PAO personnel shall review the OSC’s System Security Plan (SSP) and examine the document for completeness, accuracy, and consistency. By conducting this cursory review of the SSP in Phase 1, the C3PAO should be able to arrive at a reasonable expectation that the OSC has addressed the security requirements of NIST SP 800-171 R2, without regard to evaluating the adequacy or sufficiency of implementation.  &lt;br /&gt;
&lt;br /&gt;
Validate CMMC Assessment Scope  &lt;br /&gt;
&#039;&#039;&#039;1.3.&#039;&#039;&#039; &#039;&#039;&#039;The Lead CCA shall validate the OSC’s CMMC Level 2 Assessment Scope in accordance with 32 CFR §170.19(c), “CMMC Level 2 Scoping”.&#039;&#039;&#039; The DoD publication, CMMC Assessment Scope – Level 2, contains additional CMMC scoping guidance.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.4.&#039;&#039;&#039; Any disagreements or differences of opinion concerning the CMMC Assessment Scope must be resolved between the C3PAO and the OSC before the CMMC Level 2 certification assessment may proceed to Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.5.&#039;&#039;&#039; As part of the defined Assessment Scope requirements addressed in 32 CFR §170.19(c), the Lead CCA, Assessment Team members, and the OSC shall establish evaluation methods for CMMC Level 2 security requirement objectives, based on the OSC’s CUI Level 2 assets, and the degree of rigor to be applied to the assessment, which may include, but is not necessarily limited to, the assessment methods addressed in activity 1.10.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.6.&#039;&#039;&#039; If the OSC has identified an ESP as being within their CMMC Assessment Scope, the Assessment Team shall confirm that a Customer Responsibility Matrix (CRM) will be available and that ESP personnel will be present and actively participating in the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.7.&#039;&#039;&#039; If the ESP that has been identified as being within the OSC’s CMMC Assessment Scope stores, processes, or transmits CUI, the Assessment Team shall confirm that the OSC will be prepared to provide evidence of the ESP’s FedRAMP Moderate Authorization, FedRAMP Moderate equivalency, or a Level 2 Certificate of CMMC Status, as appropriate.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.8.&#039;&#039;&#039; If the Lead CCA cannot confirm proper incorporation, documentation, and/or participation, as appropriate, of an ESP in the OSC’s CMMC Level 2 Assessment Scope, the C3PAO should confer with the OSC Affirming Official and discuss the merits of not proceeding with the CMMC Level 2 certification assessment.&lt;br /&gt;
&lt;br /&gt;
== Confirm Availability of Evidence ==&lt;br /&gt;
&#039;&#039;&#039;1.9.&#039;&#039;&#039; The Assessment Team will need access to various evidence and artifacts—as well as OSC personnel and ESP personnel (if applicable)—to conduct the evaluative activities in Phase 2 of the CMMC Level 2 certification assessment. The Lead CCA, in preparing for the assessment, should be confident that there will be ample evidence made accessible to the Assessment Team to render an accurate evaluation of the security requirements of NIST SP 800-171 R2 and determine if they have been properly implemented by the OSC.&lt;br /&gt;
&lt;br /&gt;
== Determine Readiness for Assessment ==&lt;br /&gt;
&#039;&#039;&#039;1.10.&#039;&#039;&#039; The Lead CCA shall make the determination as to the readiness of the OSC to proceed with the conduct of the CMMC Level 2 certification assessment. The determination should be based on the reviews and confirmations conducted in this Phase as well as a general confidence that the OSC is overall prepared for the conduct of the assessment. The Lead CCA should convey to the OSC that various assessment methods (e.g., reviewing, inspecting, observing, studying, analyzing, discussing, and exercising assessment objects) will be employed and may include assessment methods and associate attributes of depth and coverage as outlined in: &lt;br /&gt;
* NIST SP 800-171A, Appendix D, “Assessment Methods”;&lt;br /&gt;
* NIST SP 800-53A, 3.2.3.2 - “Depth- and Coverage-Related Considerations”;&lt;br /&gt;
* NIST SP 800-53A, Appendix C, “Assessment Method Descriptions”; and&lt;br /&gt;
* Any in-person observations of security requirement objectives as discussed in activity P.11.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.11.&#039;&#039;&#039; The Assessment Team shall not speculate, intimate, nor make any preliminary determination of the OSC’s likelihood of a successful assessment outcome and subsequent issuance of a Certificate of CMMC Status. The sole purpose of this activity is to confirm that the OSC is sufficiently prepared to begin the evaluative portion of the assessment in Phase 2.&lt;br /&gt;
&lt;br /&gt;
== Compose the Assessment Team ==&lt;br /&gt;
&#039;&#039;&#039;1.12.&#039;&#039;&#039; &#039;&#039;&#039;The C3PAO shall compose the CMMC Assessment Team as established and defined in 32 CFR §170.11(b)(10).&#039;&#039;&#039; The C3PAO should propose to the OSC the names of the CMMC Certified Assessors (CCAs) and CMMC Certified Professionals (CCPs) that it intends to assign to the Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.13.&#039;&#039;&#039; The C3PAO shall have implemented the personnel procedures established in Section 6.15 and 6.16 of ISO/IEC 17020:2012 in composing its Assessment Team.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.14.&#039;&#039;&#039; The C3PAO is responsible for managing impartiality and identifying any conflicts of interest of the members of the Assessment Team prior to the commencement of Phase 2 activities. This responsibility cannot be delegated to the Lead CCA or the OSC. Any COI between a member of the Assessment Team and the OSC must be sufficiently mitigated or avoided.&lt;br /&gt;
&lt;br /&gt;
== Complete the Pre-Assessment Form ==&lt;br /&gt;
&#039;&#039;&#039;1.15.&#039;&#039;&#039; The C3PAO shall generate, collect, and document required pre-assessment and planning information and material via the Pre-Assessment Form pursuant to 32 CFR §170.9(b)(8). Examples of this material include the OSC CAGE code, SSP title, OSC contact information, Assessment Team information, dates of the assessment, the readiness determination for assessment, and other data. This pre-assessment information is required to be collected and uploaded into CMMC eMASS for DoD program management and oversight purposes.&amp;lt;ref&amp;gt;32 CFR § 170.9(b)(8)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.16.&#039;&#039;&#039; The C3PAO may utilize the official CMMC Level 2 Pre-Assessment Form (CMMC_PreAssessment_Template.xlsx) that is available on the CMMC eMASS website. Alternatively, C3PAOs may develop or purchase any tool that is compliant with the CMMC eMASS data standard that can generate pre-assessment data in the required JSON file format.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.17.&#039;&#039;&#039; The C3PAO shall follow the instructions and guidance for the pre-assessment and planning information and material as contained in “The DoD CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.18.&#039;&#039;&#039; The C3PAO shall not share any OSC pre-assessment information with any person or organization not involved with that specific CMMC Level 2 certification assessment, except as otherwise required by law.&amp;lt;ref&amp;gt;32 CFR § 170.11(b)(9)&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Conduct Quality Assurance Review of Pre-Assessment and Planning Information ==&lt;br /&gt;
&#039;&#039;&#039;1.19.&#039;&#039;&#039; A C3PAO quality assurance individual shall conduct a quality assurance review of the Pre- Assessment Form upon completion by the CMMC Assessment Team. &#039;&#039;&#039;For this quality assurance function, the C3PAO shall meet the requirements as outlined in 32 CFR §170.9(b)(13).&#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
== Upload Pre-Assessment Form into CMMC eMASS ==&lt;br /&gt;
&#039;&#039;&#039;1.20.&#039;&#039;&#039; Upon completion of a satisfactory quality assurance review, a quality assurance individual shall upload the pre-assessment form into the CMMC instantiation of eMASS. &#039;&#039;&#039;The C3PAO shall follow the CMMC eMASS data standard and upload procedures as set forth in “The Department of Defense CMMC eMASS Concept of Operations for CMMC Third-Party Assessment Organizations”.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.21.&#039;&#039;&#039; Phase 1 of the CMMC Level 2 certification assessment concludes upon the successful upload of the Pre-Assessment Form into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== Adverse Determination of Assessment Readiness ==&lt;br /&gt;
&#039;&#039;&#039;1.22.&#039;&#039;&#039; In the event the Lead CCA determined that the OSC was not sufficiently prepared to undergo the CMMC Level 2 certification assessment, they should directly inform the Affirming Official of their decision and provide a full explanation in writing to the OSC as to why the recommendation to suspend the Assessment was made, without providing any remedial advice as to how the OSC could improve its documentation and preparation for the assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.23.&#039;&#039;&#039; &#039;&#039;&#039;Under no circumstances shall the C3PAO, its Assessment Team, or any other affiliated personnel offer any advice, implementation assistance, or recommendations as to how the OSC can improve or enhance their preparedness for a replanned or rescheduled CMMC Level 2 certification assessment and, pursuant to the CMMC Code of Professional Conduct (CoPC), doing so would conflict the C3PAO from eventually resuming the suspended CMMC certification assessment with that specific OSC.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.24.&#039;&#039;&#039; In the event the OSC decides to cancel or postpone the assessment, both parties should settle all affairs, as appropriate to the terms of their agreement, including the return of any OSC proprietary information. The C3PAO and the OSC should discuss, in general terms, the option of revisiting the CMMC Level 2 certification assessment when the OSC is fully prepared, as well as the anticipated timelines for resuming the suspended assessment and returning to complete the Phase 1 pre-assessment.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1.25.&#039;&#039;&#039; In the event of an assessment postponement or cancellation, the C3PAO shall still complete, review, and upload the Pre-Assessment Form into the CMMC instantiation of eMASS as described in previous activities 1.13 through 1.19.&lt;br /&gt;
&lt;br /&gt;
= PHASE 2 – CONDUCT THE ASSESSMENT =&lt;br /&gt;
The purpose of Phase 2 is to assess the implementation of CMMC practices by the OSC in conformance&lt;br /&gt;
with the CMMC Model. The C3PAO Assessment Team will verify the adequacy and sufficiency of Evidence&lt;br /&gt;
to determine whether the practices have met the required standard.  The Assessment Team identifies,&lt;br /&gt;
describes, and records any gaps in procedures related to model practices or procedures and presents the&lt;br /&gt;
results of each day to the OSC during a daily checkpoint described in Phase 2.2.  &lt;br /&gt;
&lt;br /&gt;
Most of the activities throughout this entire Phase, from subphases 2.1.1 through 2.1.6 are iterative in nature&lt;br /&gt;
during an Assessment. &lt;br /&gt;
&lt;br /&gt;
== 2.1 Convene Assessment Kickoff Meeting ==&lt;br /&gt;
The Lead Assessor will convene an Assessment kickoff meeting prior to the commencement of Assessment&lt;br /&gt;
conduct, using the CMMC Appendix D – CMMC Assessment In-Brief or equivalent presentation. This&lt;br /&gt;
meeting may be conducted in-person, virtually, or in a hybrid manner.  &lt;br /&gt;
&lt;br /&gt;
Attendees for this meeting shall include, but are not limited to, the OSC Assessment Official, the OSC POC,&lt;br /&gt;
the Assessment Team Members, and members of the OSC who will be participating in the Assessment.&lt;br /&gt;
The OSC may elect to have their RP or RPO present as well. The Lead Assessor and/or Assessment Team&lt;br /&gt;
Members shall brief the Assessment process, purpose, schedule, and objectives. The Lead Assessor also&lt;br /&gt;
communicates specific information about scheduled events and the locations where they will occur. &lt;br /&gt;
&lt;br /&gt;
The OSC should also deliver a briefing providing a high-level overview of their company/organization being&lt;br /&gt;
and their cybersecurity program. During this meeting, the OSC Assessment Official or the OSC POC should&lt;br /&gt;
inform all relevant OSC personnel of their role in supporting the Assessment, including those being&lt;br /&gt;
interviewed and providing Evidence. &lt;br /&gt;
&lt;br /&gt;
Any questions, issues, or concerns by either party should be identified, discussed, and resolved as part of&lt;br /&gt;
this kickoff session.  The Lead Assessor shall ensure that official minutes or a detailed meeting summary&lt;br /&gt;
of the kickoff, including all questions and answers, shall be documented and retained by the C3PAO.&lt;br /&gt;
&lt;br /&gt;
== 2.2 Collect and Examine Evidence ==&lt;br /&gt;
The CMMC Assessment Guide – Level 2 incorporates the Assessment procedures described in NIST SP 800-171A  Section 2.11:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;An Assessment procedure consists of an Assessment objective and a set of potential Assessment methods and Assessment objects that can be used to conduct the Assessment. Each Assessment objective includes a determination statement related to the [CMMC practice] that is the subject of the Assessment. The determination statements are linked to the content of the [CMMC practice] to ensure traceability of the Assessment results to the requirements. The application of an Assessment procedures to a [CMMC practice] produces Assessment findings. These findings reflect, or are subsequently used, to help determine if the [CMMC practice] has been satisfied. Assessment objects identify the specific items being assessed and can include specifications, mechanisms, activities, and individuals.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;Specifications are the document-based artifacts (e.g., policies, procedures, security plans, security  requirements,  functional  specifications,  architectural  designs) associated with a system.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;Mechanisms are the specific hardware, software, or firmware safeguards employed within a system.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;Activities are the protection-related actions supporting a system that involve people (e.g., conducting system backup operations, exercising a contingency plan, and monitoring network traffic).&#039;&#039;&lt;br /&gt;
:* &#039;&#039;Individuals, or groups of individuals, are people applying the specifications, mechanisms, or activities described above.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;For additional information on “Terms for Referring to Assessment Objects” see NIST IR 8011 Vol. 1, Paragraph 2.2.1.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;The Assessment methods define the nature and the extent of the Assessor’s actions. These methods include examine, interview, and test.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;The examine method is the process of reviewing, inspecting, observing, studying, or analyzing Assessment objects (i.e., specifications, mechanisms, activities). The purpose of the examine method is to facilitate understanding, achieve clarification, or obtain Evidence. The examination must link directly to the Assessment objectives of the relevant CMMC practice, and the results of the examination are used to support the  determination  of  security  safeguard  existence,  functionality,  correctness, completeness, and potential for improvement over time. For an artifact to be accepted as Evidence in an Assessment, it must demonstrate the extent of implementing, performing, or supporting the organizational or project procedures that can be mapped to one or more CMMC practices and those artifacts must be produced by people who understand the practice and are in the chain of command that implements the practice.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;The interview method is the process of holding discussions with individuals or groups of individuals to facilitate understanding, achieve clarification, or obtain Evidence. The interview must link directly to the Assessment objectives of the relevant CMMC practice, and the interview results are used to support the determination of security safeguard existence, functionality, correctness, completeness, and potential for improvement over time.  For an interview statement to be accepted as Evidence in an Assessment, it must demonstrate the extent of implementing, performing, or supporting function, or enclave procedures that can be mapped to one or more CMMC model practices. Interview affirmations must be provided by people who implement, perform, or support the practices.&#039;&#039;&lt;br /&gt;
:* &#039;&#039;Finally, the test method is the process of exercising Assessment objects (i.e., activities, mechanisms) under specified conditions to compare actual with expected behavior . The results are used to support the determination of security safeguard existence, functionality, correctness, completeness, and potential for improvement over time and institutionalization.  For a test/demonstration to be accepted as Evidence in an Assessment, it must pass its requirements and criteria while being observed by the Lead Assessor and Assessment Team.  Any failed test results in a “NOT MET” CMMC practice.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In all three Assessment methods, the results are used to make specific determinations called for in the determination statements and thereby achieving the objectives for the Assessment procedures.&lt;br /&gt;
&lt;br /&gt;
Assessors shall follow the guidance in NIST SP 800-171A when determining which Assessment methods to use:&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;Organizations [Certified Assessors] are not expected to employ all Assessment methods and objects contained within the Assessment procedures identified in this publication. Rather, organizations [Certified Assessors] have the flexibility to determine the level of effort needed and the assurance required for an Assessment (e.g., which Assessment methods and Assessment objects are deemed to be the most useful in obtaining the desired results). This determination is made based on how the organization [contractor] can accomplish the Assessment objectives in the most cost-effective manner and with sufficient confidence to support the determination that the CUI requirements have been satisfied.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The primary deliverable of an Assessment is a report that contains the findings associated with each practice. For more detailed information on Assessment methods, see Appendix D of NIST SP 800-171A. Any Evidence collection method that results in a CMMC practice being scored “NOT MET” must be evaluated using the current DoD Assessment methodology against the CMMC 2.0 Plan of Action and Milestones (POA&amp;amp;M) scoring criteria. The failed practice must also be recorded on the OSC’s Level 2 CA.3.12.1 “Security Control Assessment” practice documentation, under the corresponding practice as “NOT MET”.&lt;br /&gt;
&lt;br /&gt;
During a CMMC Assessment, the Lead Assessor makes the final decision on preliminary recommended determination on all practices. For any practices where there is still a dispute between the Assessment Team and the OSC, the C3PAO holds the final interpretation authority for practice scorings and their related findings.&lt;br /&gt;
&lt;br /&gt;
=== 2.2.1 Examine and Analyze Evidence ===&lt;br /&gt;
&lt;br /&gt;
Examining Evidence is an effective means to gain detailed insight about the practices implemented by the OSC and how those practices are performed.  The OSC should provide a current and organized list of their Evidence and process mappings from any internal or third-party gap analysis as well as from the readiness review results.  For each relevant practice in the CMMC Model, the C3PAO Assessment Team will review and collect the Evidence to demonstrate that the practice that is being performed is effectively implemented and conforms to the CMMC standard.  The C3PAO Assessment Team shall be mindful of the following principles:&lt;br /&gt;
&lt;br /&gt;
* The list of Evidence to be examined was provided to the Lead Assessor during Phase I, and that same list should be used to coordinate the collection of the Evidence for examination.&lt;br /&gt;
* Evidence artifacts might not necessarily have a one-to-one relationship with CMMC practices, resulting in a possible requirement for multiple artifacts.&lt;br /&gt;
* The OSC’s Evidence should be evaluated based on the Assessment objectives defined in the CMMC Level 2 Assessment Guide.&lt;br /&gt;
* For recently implemented practices, the implementation should demonstrate that the practices and/or procedures will show sufficient confidence to support the determination that the CUI protection requirements have been MET.&lt;br /&gt;
* It is incumbent upon the Assessment Team to ensure that the artifact being examined is current and that it was produced by the same individuals who are performing, implementing, or supporting the work.&lt;br /&gt;
* Assessment artifacts that represent policies and procedures must also demonstrate deployment and adoption by the affected OSC personnel.&lt;br /&gt;
&lt;br /&gt;
=== 2.2.2 Conduct Interviews and Assess Responses ===&lt;br /&gt;
Interviews are another effective means by which to glean insight into the CMMC conformance of an OSC, including an understanding of how those practices or procedures are performed employees, contract staff, and Supporting Organizations.  The Lead Assessor works with the OSC POC to identify staff within the OSC or third parties who perform procedures or have a role in supporting relevant cybersecurity activities. The Lead Assessor schedules affirmation or interview sessions with identified staff as part of the Assessment planning activities.  These may be single or group interviews, as determined by the Lead Assessor’s understanding of the OSC’s stated roles and responsibilities of its staff and any Customer Responsibility Matrix (CRM) that might be in place with any of its Supporting Organizations.&lt;br /&gt;
&lt;br /&gt;
During the interview session, the Lead Assessor and, if applicable, the Assessment Team:&lt;br /&gt;
* Takes steps to ensure and verify that confidentiality and non-attribution is addressed for interviewees so that they can speak openly without fear or concern about retribution from any member of the OSC;&lt;br /&gt;
* Asks questions of OSC staff to get clarity and understanding of practice or process implementation, and then review or verify any corresponding artifacts to determine CMMC practice implementation and records their answers in the form of notes; and&lt;br /&gt;
* Maps responses from interviewees to CMMC model practices to aide in determining and supporting the rating of that practice.&lt;br /&gt;
&lt;br /&gt;
Conducting interviews may be an iterative activity, requiring some follow-up interview sessions or requests for information.  Interviews resulting from daily checkpoint sessions should also be recorded and verified by the Lead Assessor and Assessment Team.&lt;br /&gt;
&lt;br /&gt;
=== 2.2.3 Observe Tests and Analyze Results ===&lt;br /&gt;
Observing live tests or demonstrations provides the Lead Assessor and Assessment Team with detailed operational insight into the effectiveness of the CMMC practices implemented in the OSC, including an understanding of how those practices are executed or supported through the use of a given technology application, system, test, or other similar approach.&lt;br /&gt;
&lt;br /&gt;
The Lead Assessor works with the OSC POC to identify staff in the OSC who perform procedures or have a role in supporting the practice under review.  The Lead Assessor schedules test or demonstration observations with identified staff as part of the Assessment planning activities.  These may be single or group tests or demonstrations, as determined by the OSC’s stated roles and responsibilities of its staff and any Customer Responsibility Matrix (CRM) that might be in place with any of its Supporting Organizations.&lt;br /&gt;
&lt;br /&gt;
During the test or demonstration observation session, the Lead Assessor and, if applicable, Assessment Team:&lt;br /&gt;
* Takes steps to ensure and verify that confidentiality and non-attribution is addressed for anyone conducting a test or demonstration so that they can speak openly without fear or concern about retribution from any member of the OSC.&lt;br /&gt;
* Asks questions of OSC staff to get clarity of the test approach and results, and to verify any corresponding artifacts or procedures to verify and determine CMMC practice implementation and records their answers in the form of notes; and&lt;br /&gt;
* Maps responses from tests and demonstrations to CMMC practices to aide in determining and supporting the rating of that practice.&lt;br /&gt;
&lt;br /&gt;
Any test or demonstration that successfully demonstrates how the CMMC practice is implemented will be noted as “MET”.  Conversely, any test or demonstration that fails to demonstrate how a CMMC practice is implemented results in a “NOT MET” for that CMMC practice.&lt;br /&gt;
&lt;br /&gt;
=== 2.2.4 Determine FedRAMP Moderate Equivalency for Cloud Computing Providers ===&lt;br /&gt;
If the OSC is utilizing a Supporting Organization that is an External Cloud Service Provider, the C3PAO Assessment Team will be responsible for ascertaining and determining if the External Cloud Service Provider meets the security requirements “equivalent” to the FedRAMP Moderate baseline as per the DFARS 252-204-7012(b)(2)(ii)(D) requirement.&lt;br /&gt;
&lt;br /&gt;
The OSC can ensure that the External Cloud Service Provider meets security requirements equivalent to FedRAMP Moderate in the same way the OSC would normally ensure any services or product being contracted for will meet its requirements. For example, an External Cloud Service Provider may choose to provide evidence that it meets the security requirements equivalent to FedRAMP Moderate by providing a body of evidence (BOE) that attests to and describes how the External Cloud Service Provider meets the FedRAMP Moderate baseline security requirements.&lt;br /&gt;
&lt;br /&gt;
Examples of items that could be included in such a BOE are an SSP that describes the system environment, system responsibilities, and the current status of the FedRAMP Moderate baseline controls required for the system, as well as a Customer Implementation Summary/Customer Responsibility Matrix that summarizes how each control is met and which party is responsible for maintaining that control.&lt;br /&gt;
&lt;br /&gt;
In determining whether the External Cloud Service Provider meets the FedRAMP moderate “equivalency” requirement, the C3PAO Assessment Team shall examine whether the OSC has met the following two criteria:&lt;br /&gt;
&lt;br /&gt;
# The OSC or the External Cloud Service Provider has provided a body of evidence documenting how the External Cloud Service Provider’s security controls are equivalent to those provided by the FedRAMP Moderate baseline standard; and&lt;br /&gt;
# Said body of evidence has been attested to by an independent, credible, professional source.&lt;br /&gt;
&lt;br /&gt;
If the C3PAO Assessment Team’s examination concludes that both criteria have been met, the OSC’s External Cloud Service Provider can be considered to have met the FedRAMP Moderate equivalency requirement and the C3PAO should consider the DFARS 252-204-7012(b)(2)(ii)(D) requirement satisfied. If the C3PAO Assessment Team’s examination concludes that both criteria have not been met, then the Assessment findings shall reflect the in-scope CMMC practices for which the External Cloud Service Provider is responsible be scored as NOT MET.&lt;br /&gt;
&lt;br /&gt;
To be clear, the C3PAO Assessment Team is not conducting a quasi-FedRAMP certification audit of the External Cloud Service Provider, for which it is neither authorized nor certified.  Rather, the C3PAO is applying the two criteria established by DoD to determine if FedRAMP Moderate “equivalency” has been attained and can be recognized.&lt;br /&gt;
&lt;br /&gt;
Note: With regard to criterion #2, a CMMC RP or RPO employed, contracted, or under a paid engagement with the OSC may not serve as the independent, credible, professional source for attesting to the FedRAMP Moderate body of evidence. A FedRAMP Third-Party Assessment Organization (3PAO), however, retained by the OSC, may serve in this role to attest to the credibility of the body of evidence.&lt;br /&gt;
&lt;br /&gt;
=== 2.2.5 Identify and Document Evidence Gaps ===&lt;br /&gt;
The primary intent of this activity is to derive whether, from the Evidence gathered and reviewed, that an Evidence gap exists between that which the OSC’s Evidence shows and what the C3PAO Assessment Team requires to support a claim that conformance to the CMMC practice has been attained.  During this phase, the Lead Assessor and Assessment Team verify both Evidence adequacy and sufficiency. All Evidence examined by the C3PAO Assessment Team must address the full CMMC Assessment Scope of the OSC. As a reminder from Phase I:&lt;br /&gt;
&lt;br /&gt;
* Adequacy criteria will determine if a given artifact, interview response (affirmation), demonstration, or test meets the CMMC practice.  Adequacy answers the question: “Does the Assessment Team have the right Evidence?”&lt;br /&gt;
* Sufficiency criteria is needed to verify, based on Assessment and organizational scope, that coverage by domain, practice and Host Units, Supporting Units, and enclaves is enough (sufficient) to rate against each practice by the process role performing the work.  Sufficiency answers the question: “Does the Assessment Team have enough of the right Evidence?”  &lt;br /&gt;
&lt;br /&gt;
If the examined artifact does sufficiently answer both the adequacy and sufficiency questions, an Evidence gap exists. Evidence gaps may point to a deficiency or weakness in the OSC’s implementation of its cybersecurity measures, which exposes them to greater security risk. Examples of Evidence deficiencies could include:&lt;br /&gt;
&lt;br /&gt;
* Documents that are incomplete (e.g., authorized access control list missing new personnel)&lt;br /&gt;
* Affirmations that are illegitimate (e.g., attestation from an employee who is not the proper owner/operator/supervisor of the system or information being examined)&lt;br /&gt;
* Policies that lack endorsement by senior management (e.g., policies that are not signed, or signed by individuals not in a position of authority within the OSC)&lt;br /&gt;
&lt;br /&gt;
The Assessment Team methodically works its way through the Evidence and records any gaps against CMMC model practices. For any in-scope practices that are determined to be “NOT MET,” the Assessor making that determination should ensure that the Lead Assessor is informed and has visibility on the “NOT MET” practice.&lt;br /&gt;
&lt;br /&gt;
(Similarly, the Assessment Team also records all practices determined to be MET during the Evidence examination).&lt;br /&gt;
&lt;br /&gt;
=== 2.2.6 Update Evidence Review Approach and Status ===&lt;br /&gt;
&lt;br /&gt;
The Evidence collection and review approach provides a means for the Assessment Team to continuously&lt;br /&gt;
monitor progress toward sufficient and adequate coverage of the CMMC practices being assessed. The&lt;br /&gt;
Assessment Team regularly reviews any additional time or duration impacts resulting from additional&lt;br /&gt;
Evidence collection efforts and records the status on a minimum of a daily basis throughout the&lt;br /&gt;
Assessment. The Evidence collection status summarizes the differences between the Evidence reviewed&lt;br /&gt;
thus far, and the Evidence needed to support the completion of the Assessment results, including the&lt;br /&gt;
recommended findings and findings.  If significant changes are incurred to the manner or nature of how the&lt;br /&gt;
OSC’s Evidence is being collected and examined, those changes should be reflected in the Pre-&lt;br /&gt;
Assessment Data Form and updated file should be exported to CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 2.3 Score OSC Practices and Validate Preliminary Results ==&lt;br /&gt;
The Assessment Team shall score each in-scope CMMC practice based on the examination of the presented Evidence. The Assessment Team shall then review and validate these scores with representatives of the OSC during the daily review.  The OSC, as appropriate, may then present additional Evidence, as agreed upon and accepted by the Lead Assessor, which the Assessment Team may then use to update or verify practice scores.&lt;br /&gt;
&lt;br /&gt;
These activities in this Assessment phase will be iterative based on the daily review results.  &lt;br /&gt;
&lt;br /&gt;
=== 2.3.1   Determine and Record Initial Scores ===&lt;br /&gt;
When the initial Evidence for each CMMC in-scope practice has been reviewed, verified, and scored, the Assessment Team records the initial MET/NOT MET/NA scores and prepares to review them with the Assessment participants during the daily checkpoint.&lt;br /&gt;
&lt;br /&gt;
CMMC Assessments will be scored at the objective level using the “CMMC Scoring with DoD Assessment Scoring Methodology” as featured in Appendix K. Assessors will score the objectives as MET/NOT MET/NA for each practice.  Each practice with an objective(s) that is scored as NOT MET will inherently be scored as “NOT MET” for the entire practice and, accordingly, the Assess will ascribe a deduction for the practice.&lt;br /&gt;
&lt;br /&gt;
For example, if the Assessor for CMMC practice AC.L1-3.1.20 has found that the OSC has not effectively achieved objective [a], “connections to external systems are identified,” because the Assessor discovered a multiple-level protection scheme (MLPS) connection that is not annotated in any OSC documentation, this makes the entire practice, “NOT MET” due to this external connection having not been identified.&lt;br /&gt;
&lt;br /&gt;
Note: If a practice is assessed to have an implementation discrepancy or deficiency that is eligible for remediation in a Plan of Action and Milestones (POA&amp;amp;M), that practice will be individually tracked using the CMMC Assessment Results Template.&lt;br /&gt;
&lt;br /&gt;
=== 2.3.2   Correct Limited Practice Deficiencies ===&lt;br /&gt;
On occasion, certain OSC practices may have been effectively implemented, but not necessarily documented correctly. In consonance with the implicit nature of a maturity model program and associated standards conformance regime (as opposed to a regulatory inspection or compliance audit), a Limited Practice Deficiency Correction accommodation exists for OSCs, to be implemented and cleared within a restricted timeframe.&lt;br /&gt;
&lt;br /&gt;
==== 2.3.2.1 Ineligible Practices for Deficiency Corrections ====&lt;br /&gt;
It is important for the C3PAO Assessment Team to understand first what OSC practices are not eligible for consideration under the Limited Practice Deficiency Correction provision.  The following criteria below render any applicable CMMC practices as ineligible for said treatment and Assessors shall not track them under the Limited Practice Deficiency Correction Program:&lt;br /&gt;
* Practices that could lead to significant exploitation of the network or exfiltration of CUI, as listed in Appendix K, paragraphs (e) and (f);&lt;br /&gt;
* Any practice(s) listed on the OSC’s Self-Assessment Practice Deficiency Tracker (validated in paragraph 1.4.2);&lt;br /&gt;
* Practices that were not implemented by the OSC prior to the current CMMC Assessment; and&lt;br /&gt;
* Any practice that changes and/or limits the effectiveness of another practice that has been scored as “MET”.&lt;br /&gt;
&lt;br /&gt;
==== 2.3.2.2 Eligible Practices for Limited Deficiency Correction Consideration ====&lt;br /&gt;
The following are the only practices authorized for Limited Practice Deficiency correction as they have a limited or indirect effect on the security of the network and its data:&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|AC.L1-3.1.20||AC.L2-3.1.14||CM.L2-3.4.3||IR.L2 3.6.3||PE.L2-3.10.6||SC.L2-3.13.14&lt;br /&gt;
|-&lt;br /&gt;
|AC.L1-3.1.22||AC.L2-3.1.15||CM.L2-3.4.4||MA.L2-3.7||RA.L2-3.11.3||SC.L2-3.13.16&lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.3||AC.L2-3.1.21||CM.L2-3.4.9||MA.L2-3.7.6||CA.L2-3.12.4&lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.4||AT.L2-3.2.3||IA.L2-3.5.4||MP.L2-3.8.4||SC.L2-3.13.3&lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.6||AU.L2-3.3.3||IA.L2-3.5.5||MP.L2-3.8.5||SC.L2-3.13.4&lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.7||AU.L2-3.3.4||IA.L2-3.5.6||MP.L2-3.8.6||SC.L2-3.13.7&lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.8||AU.L2-3.3.6||IA.L2-3.5.7||MP.L2-3.8.9||SC.L2-3.13.9&lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.9||AU.L2-3.3.7||IA.L2-3.5.8||PE.L1-3.10.3||SC.L2-3.13.10 &lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.10||AU.L2-3.3.8||IA.L2-3.5.9||PE.L1-3.10.4||SC.L2-3.13.12 &lt;br /&gt;
|-&lt;br /&gt;
|AC.L2-3.1.11||AU.L2-3.3.9||IA.L2-3.5.11||PE.L1-3.10.5||SC.L2-3.13.13&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For any of the practices listed above, if the OSC’s implementation of the individual practice meets the criteria below, that practice may be placed on the Limited Practice Deficiency Correction program:&lt;br /&gt;
# A practice that was implemented, but missing minor updates (e.g. updates to policy signatures, procedural documentation that exists but is outdated, etc.), but where the practice Evidence demonstrates the implementation has been in place for a period of time; and&lt;br /&gt;
# Consensus among the C3PAO Assessment Team that the practice in question does not change and/or limit the effectiveness of another practice that has been scored as “MET.”&lt;br /&gt;
&lt;br /&gt;
Both criteria must be in play for a particular practice to be tracked under the Limited Practice Deficiency Correction program.&lt;br /&gt;
&lt;br /&gt;
Any CMMC practice that meets the above criteria can be placed on the Limited Practice Deficiency Correction program by the Lead Assessor. All practices placed on the Limited Practice Deficiency Correction program will be scored as “NOT MET” and recorded on the CMMC L2 Limited Practice&lt;br /&gt;
Deficiency Correction Program Worksheet.&lt;br /&gt;
&lt;br /&gt;
== 2.4 Generate and Validate Preliminary Recommended Findings ==&lt;br /&gt;
Based on the examination of Evidence, the C3PAO Assessment Team shall begin generating and validating the preliminary recommended findings. To begin, the Lead Assessor generates preliminary recommended findings to summarize all practice MET/NOT MET scores and indicate the extent to which the in-scope practices conform to the CMMC standard.   Preliminary recommended findings should start being entered by the Assessment Team Members into the draft CMMC Assessment Findings Brief Template found in Appendix I.&lt;br /&gt;
&lt;br /&gt;
Preliminary Findings must be presented to the OSC prior to the Final Findings presentation.  The Lead Assessor shall keep the OSC updated as the draft findings are being developed, which can be accomplished during the daily checkpoint meeting. During this session, Assessment participants should be instructed that all additional Evidence will be verified by the Assessment Team as adequate, sufficient, and then rated accordingly during the next day’s activities.&lt;br /&gt;
&lt;br /&gt;
The daily checkpoint meeting may provide the OSC an opportunity to locate and present additional Evidence and may result in modifications to the Assessment Team’s recorded practice scores and findings (as well as the inventory of Evidence if additional artifacts are presented.)&lt;br /&gt;
&lt;br /&gt;
=== 2.4.1 Determine Final Practice MET/NOT MET/NA Results ===&lt;br /&gt;
After all Evidence for each CMMC in-scope practice has been reviewed, verified, and rated, and discussed with the OSC participant during the daily checkpoints, the Lead Assessor records the final recommended MET/NOT MET/NA score and prepares to present the results to the Assessment participants during the final review with the OSC and its Assessment Official.&lt;br /&gt;
&lt;br /&gt;
The C3PAO holds the final interpretation authority for the recommended practice scores and their related findings.&lt;br /&gt;
&lt;br /&gt;
==== 2.3.1.1 Determine Final Practice Results (Considering Limited Practice Deficiency Correction) ====&lt;br /&gt;
If the overall scoring of the Assessment after placing eligible items on the Limited Practice Deficiency Correction program results in less than 80% (88/110 practices “MET”), the OSC will receive a final finding of “Not Achieved” for CMMC Level 2 Certification. The OSC will be required to correct deficiencies and reapply for CMMC L2 Certification.&lt;br /&gt;
&lt;br /&gt;
If the overall scoring of the Assessment after placing items on the Limited Practice Deficiency Correction program results in greater than or equal to 80% (88/110 practices “MET”), the OSC will be required to correct deficiencies within five (5) business day from the Final Findings Briefing or by an alternative date determined by the Lead Assessor, but a date not to exceed five (5) calendar days prior to the submission of the Final Findings Report into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
==== 2.4.1.1 Execute POA&amp;amp;M Review ====&lt;br /&gt;
CMMC will allow conditional use of Plans of Action and Milestones (POA&amp;amp;M) to remediate practices that are not fully or successfully implemented.  The POA&amp;amp;Ms will be strictly time-bound with a validity period of no more than 180 days from the Assessment Final Recommended Findings Briefing (Phase 3).  POA&amp;amp;Ms will not be allowed for the highest-weighted CMMC requirements. Rather, the Department of Defense has established a minimum-score requirement to support Certification.&lt;br /&gt;
&lt;br /&gt;
The Certified CMMC Assessor evaluating CA.L2-3.12.2, will validate the following criteria for an OSC to satisfy the requirements for CA.L2-3.12.2 and receive a CMMC Level 2 Conditional Certification:&lt;br /&gt;
* 80% of all CMMC Level L2 practices scored “MET”&lt;br /&gt;
** Current CMMC L2 scoring would result in 88/110 Practices must be found as “MET”&lt;br /&gt;
* All POA&amp;amp;M items must meet the criteria in Appendix K, “CMMC Scoring with DoD Assessment Scoring Methodology”&lt;br /&gt;
&lt;br /&gt;
The POA&amp;amp;M’s purpose is to identify, assess, prioritize, and monitor the progress of corrective efforts for security weaknesses found in an organization’s programs and system.&lt;br /&gt;
&lt;br /&gt;
A POA&amp;amp;M must document all proposed actions to remediate deficiencies and the respective timeframe for doing so. The POA&amp;amp;M should detail the progress of corrective actions as they are carried out and thus be updated regularly.&lt;br /&gt;
&lt;br /&gt;
==== 2.4.1.2 Validate OSC POA&amp;amp;M ====&lt;br /&gt;
The Lead Assessor is solely responsible for reviewing and determining the legitimacy and validity of a POA&amp;amp;M at the time of the assessment closeout.  A credible and effective POA&amp;amp;M should include, at a minimum, the following:&lt;br /&gt;
* The specific security weakness (see 2.1.5 Evidence Gaps) revealed in the Assessment and tied to specific practice;&lt;br /&gt;
* The severity of each weakness;&lt;br /&gt;
* The scope of each weakness with the assessed environment;&lt;br /&gt;
* The proposed mitigation approaches;&lt;br /&gt;
* The estimated costs for remediation;&lt;br /&gt;
* Documented records of mitigation status and delays; and&lt;br /&gt;
* A risk Assessment of the deficiency&lt;br /&gt;
&lt;br /&gt;
The Lead Assessor will ensure all practices that are authorized by DoD to be on a POA&amp;amp;M for CMMC are documented correctly on the CMMC Assessment Results Form.&lt;br /&gt;
&lt;br /&gt;
=== 2.4.2 Create and Finalize and Record Recommended Final Findings ===&lt;br /&gt;
The CMMC Assessment Findings Brief must be updated to its final recommended state, based on all Evidence received and reviewed by the Assessment Team throughout the Assessment, including any results from the daily checkpoint reviews. It must include MET/NOT MET scores at the OSC aggregated level and describe any practice has not been implemented in enough detail as to show how the score was derived by the Assessment Team. This includes a summary chart of all CMMC practices their MET/NOT MET status for each practice.&lt;br /&gt;
&lt;br /&gt;
=== 2.4.3 Support Assessment Appeals Process ===&lt;br /&gt;
If the OSC feels that there is an issue with the scoring on a practice and there is substantial evidence showing ALL the objectives of the practice have been “MET”, the OSC can submit a dispute using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
= PHASE 3 – REPORT RECOMMENDED ASSESSMENT RESULTS =&lt;br /&gt;
The formal submission of the final Assessment results codifies the adjudication of the CMMC Assessment. In this phase, the Lead Assessor (with or without the Assessment Team Members) shall deliver the recommended Assessment results to the OSC during the Final Findings Briefing. Following that, the CMMC Quality Assurance Professional (CQAP), Lead Assessor, and C3PAO will verify completeness and accuracy of the Assessment packet prior to its upload into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
== 3.1 Deliver Recommended Assessment Results ==&lt;br /&gt;
The Lead Assessor shall provide the OSC Assessment Official and OSC participants with the Assessment results.&lt;br /&gt;
&lt;br /&gt;
Using the CMMC Final Findings Briefing, along with the Pre-Assessment Form data, the Assessment results are delivered to the OSC Assessment Official either during the final daily checkpoint, or in a separately scheduled findings and recommendations review.&lt;br /&gt;
&lt;br /&gt;
=== 3.1.1 Deliver Final Findings ===&lt;br /&gt;
The Lead Assessor presents the final recommended findings, using the required Assessment Findings Brief Template, a summary of the recorded MET/NOT MET status of each practice within the CMMC Assessment Scope, as well as any additional information that provides more context for the findings. This activity communicates the final and complete recommended Assessment results to the OSC Assessment Official and OSC participants. These findings may be in a summarized form, but the detailed findings must also be provided as backup information.  In addition to the recorded final recommended findings, the details of the CMMC practice scores are also presented and must include clear traceability from each finding, score, and practice status (i.e., MET/NOT MET).&lt;br /&gt;
&lt;br /&gt;
As per CMMC Assessment reporting requirements, the same results of the findings summary, practice, and respective scores are submitted to the C3PAO for review. Once the C3PAO CQAP completes the internal quality review (paragraph 3.2.2), the results are then submitted by the designated C3PAO CMMC eMASS account holder into CMMC eMASS (section 3.2.3).&lt;br /&gt;
&lt;br /&gt;
== 3.2 Submit, Package, and Archive Assessment Documentation ==&lt;br /&gt;
The purpose of this phase is to package, baseline, and retain all Assessment documentation and artifacts.&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot;|Phase 3.2 Required Outputs:&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|&#039;&#039;&#039;Recorded and Presented Final Recommended Findings&#039;&#039;&#039;&lt;br /&gt;
| style=&amp;quot;width: 50%&amp;quot;|To be completed and presented by the Lead Assessor, using the required CMMC Findings Briefing template or equivalent.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Submitted and archived Assessment Results Package into CMMC eMASS&#039;&#039;&#039;&lt;br /&gt;
|Final Report, CMMC Assessment Results&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;OSC Artifacts Hash&#039;&#039;&#039;&lt;br /&gt;
|Using the &#039;&#039;CMMC Artifact Hashing Tool User Guide&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;&#039;Recorded and final updated Daily Checkpoint&#039;&#039;&#039;&lt;br /&gt;
|Must include results from all discussed practices (artifact reviews, interviews, and examinations/tests) including any resulting actions and due dates&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== 3.2.1 Limited Practice Deficiency Correction Evaluation ===&lt;br /&gt;
The C3PAO Assessment Team will review Evidence provided by the OSC to close out items on the Limited Practice Deficiency Correction Program. If all items are found to be corrected and “fully implemented”, the OSC’s score for that practice will be changed to “MET”. For any practices in which the evidence still shows deficiencies, the score will remain, “NOT MET.”&lt;br /&gt;
&lt;br /&gt;
If all practices on the Limited Practice Deficiency Correction Program result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.1-3.2. The Lead Assessor shall then recommend the OSC be granted a Final CMMC Level 2 Certification.&lt;br /&gt;
&lt;br /&gt;
If any practices on the Limited Practice Deficiency Correction Program FAIL to result in a score of “MET,” the Lead Assessor will recommend moving the OSC’s practice deficiencies to a POA&amp;amp;M using the steps in paragraph 2.3.1.2 of Phase 2.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The current score of the Assessment, after executing a POA&amp;amp;M review, must be greater than or equal to 80% (88/110 practices “MET”), to move the OSC to the POA&amp;amp;M Close-Out Assessment option. In this course of action, the OSC will remain on their Conditional CMMC Level 2 Certification, with their original start date.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If it is found that the POA&amp;amp;M Close-Out Assessment option cannot be utilized, the Lead Assessor will recommend the OSC NOT be recommend for CMMC Certification. As a result, the OSC will be required to correct deficiencies and reapply for another Assessment.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.2 Verify Assessment Results Package ===&lt;br /&gt;
The CMMC Quality Assurance Professional (CQAP) shall verify Assessment documentation, prior to eMASS upload, to ensure the accuracy and completeness of the Assessment Results Package. (see CMMC Assessment Quality Review Checklist in Appendix L). The Final Report must be submitted to the CQAP for review no later than ten (10) business days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.3 Upload Assessment Results Package into CMMC eMASS ===&lt;br /&gt;
All Assessment results, successful or not, are to be uploaded into CMMC eMASS for official recording and tracking.&lt;br /&gt;
&lt;br /&gt;
The Assessment results package submitted to the C3PAO by the Lead Assessor must include the following Assessment artifacts:&lt;br /&gt;
* Final Report: The detailed practices and scores, clearly traceable to each finding and score, using the CMMC Assessment Results Template (i.e., Excel workbook or spreadsheet with each practice scores, findings, comments, etc.).&lt;br /&gt;
* Reports must be uploaded to eMASS no later than twenty (20) Business Days from the Final Findings Briefing.&lt;br /&gt;
&lt;br /&gt;
The C3PAO must use the proscribed CMMC eMASS JSON schema detailed in the eMASS CONOPS or an Assessment template the meets the format and field requirements for uploading into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.4 Archive or Dispose of any Assessment Artifacts ===&lt;br /&gt;
The Lead Assessor is responsible for maintaining and protecting any additional notes and information from the Assessment. These, along with the Assessment Results Package, must be retained and protected from a confidentiality, non-disclosure, and any other CUI perspective for three (3) years.&lt;br /&gt;
&lt;br /&gt;
Because the artifacts of the Assessment are proprietary to the OSC and will remain with them, the Assessment Team Members will not take organizational artifacts offsite during or at the conclusion of the Assessment.  Therefore, the Lead Assessor must ensure that the OSC has hashed all artifacts in accordance with the CMMC Artifact Hashing Tool User Guide. The OSC must hash and retain artifacts for three (3) years.  The C3PAO will report the OSC’s hash into CMMC eMASS.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;THE PROTECTION AND DESTRUCTION OF CONTRACTOR ASSESSMENT MATERIALS TEMPLATE CAN BE USED TO VERIFY DISPOSAL OF ASSESSMENT ARTIFACTS FROM ALL ASSESSMENT TEAM MEMBERS. EACH ASSESSOR’S SIGNED DOCUMENT SHALL BE RETAINED BY THE C3PAO FOR THREE (3) YEARS.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 3.2.5 Adjudicate Any Assessment Appeals ===&lt;br /&gt;
If the OSC believes their Assessment was compromised by either technical error or a breach of ethical conduct, the OSC can submit an official appeal of the Assessment and its findings using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
=== 3.2.6 Schedule a CMMC POA&amp;amp;M Close-Out Assessment (if necessary) ===&lt;br /&gt;
The OSC is responsible for ensuring that all practice deficiencies listed on the validated POA&amp;amp;M are corrected within the 180-day timeframe from the CMMC Final Findings Briefing. This includes scheduling a CMMC POA&amp;amp;M Close-Out Assessment as described in Phase 4. While the same Lead assessor and/or C3PAO issuing the Conditional CMMC Certification IS NOT responsible for conducting the follow-up POA&amp;amp;M Close-Out Assessment, a Lead Assessor representing an Authorized C3PAO is still required to conduct the activities in Phase 4.&lt;br /&gt;
&lt;br /&gt;
= PHASE 4 – CLOSE-OUT POA&amp;amp;MS AND ASSESSMENT (IF NECESSARY) =&lt;br /&gt;
The purpose of this phase is to allow OSCs that received a Conditional CMMC Level 2 Certification during Phase 3 to close out all practices validated on Plans of Action and Milestones (POA&amp;amp;M) during the C3PAO Assessment. With the introduction of CMMC v2.0, practice deficiencies that were documented prior to the CMMC Level 2 Assessment or created because of deficiencies found during the Assessment that meet the CMMC Scoring with DoD Assessment Scoring Methodology will be corrected post-Assessment. The final OSC POA&amp;amp;M must be validated in Phase 2 by the Lead Assessor and C3PAO prior to upload of the Assessment results into CMMC eMASS in Phase 3.&lt;br /&gt;
&lt;br /&gt;
== 4.1 Perform POA&amp;amp;M Close-Out Assessment ==&lt;br /&gt;
Within 180 days from the Assessment Final Recommended Findings Briefing, the OSC will select a C3PAO to conduct a POA&amp;amp;M Close-Out Assessment. A Lead Assessor, and any additional Assessor, if necessary, will review the OSC’s updated POA&amp;amp;M with any accompanied Evidence or scheduled collections (observations, interviews, or tests). Once all POA&amp;amp;M items have been validated by the below criteria, the Lead Assessor should proceed to paragraph 4.1.1.&lt;br /&gt;
* The specific security weakness revealed by POA&amp;amp;M during the Assessment has been “fully-implemented” and scored as “MET”;&lt;br /&gt;
* All POA&amp;amp;M items “fully-implemented” do not change and/or limit the effectiveness of another practice that has been scored as “MET” during the Assessment for which the Conditional CMMC Level 2 Certification was issued;&lt;br /&gt;
* An updated risk assessment documents the removal of the previous CMMC practices listed on the POA&amp;amp;M; and&lt;br /&gt;
* An updated POA&amp;amp;M reflects no CMMC practice deficiencies.&lt;br /&gt;
In the event it was determined that one of the items above could not be satisfied, the Lead Assessor should proceed to paragraph 4.1.2. &lt;br /&gt;
&lt;br /&gt;
=== 4.1.1 Update POA&amp;amp;M Closeout ===&lt;br /&gt;
If all practices on the POA&amp;amp;M Review result in a score of “MET,” the Lead Assessor will close out the Assessment using the steps in Phase 3, paragraph 3.2.2-3.2.4. Accordingly, the Lead Assessor will recommend the OSC be granted a CMMC Level 2 Final Certification.&lt;br /&gt;
&lt;br /&gt;
=== 4.1.2 Update POA&amp;amp;M – OSC Reapply ===&lt;br /&gt;
If any practices on the POA&amp;amp;M Review fail to result in a score of “MET,” the Lead Assessor will recommend the OSC NOT be recommended for a CMMC Level 2 Final Certification. As a result, the OSC will be required to correct deficiencies and reapply for a CMMC Level 2 Certification.  Upon this determination, the Conditional CMMC Level 2 Certification will be rendered null and void.&lt;br /&gt;
&lt;br /&gt;
== 4.2 Support POA&amp;amp;M Close-Out Assessment Appeal Resolution ==&lt;br /&gt;
The C3PAO holds the final interpretation authority for validating the OSC’s CMMC POA&amp;amp;M Close-Out findings. If the OSC feels that technical error or an ethical violation compromised the process, the OSC can submit an appeal using the Assessment Appeals Process outlined in Appendix N.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wikiadmin</name></author>
	</entry>
</feed>