{
  "id": 689,
  "benchmarkId": "Omnissa_WS1_UEM_API_STIG",
  "slug": "omnissa_ws1_uem_api",
  "stigSlug": "omnissa_ws1_uem_api",
  "versionStatus": "current",
  "status": "accepted",
  "statusDate": "2026-06-15T00:00:00.000Z",
  "title": "Omnissa WS1 UEM API Security Technical Implementation Guide",
  "description": "This Security Technical Implementation Guide is published as a tool to improve the security of Department of War (DoW) information systems. The requirements are derived from the National Institute of Standards and Technology (NIST) 800-53 and related documents. Comments or proposed revisions to this document should be sent via email to the following address: disa.stig_spt@mail.mil.",
  "version": "V1R1",
  "vendor": null,
  "createdAt": "2026-07-11T12:27:53.251Z",
  "updatedAt": "2026-07-11T12:27:53.251Z",
  "groups": [
    {
      "id": 40859,
      "benchmarkId": 689,
      "groupId": "V-284174",
      "title": "SRG-APP-000033-API-000070",
      "description": "<GroupDescription></GroupDescription>",
      "ruleId": "SV-284174r1223915_rule",
      "ruleWeight": "10.0",
      "ruleSeverity": "medium",
      "ruleVersion": "OMW1-API-000200",
      "ruleTitle": "The Omnissa WS1 UEM API must be configured to use approved authorizations for access control.",
      "ruleVulnDiscussion": "To mitigate the risk of unauthorized access to sensitive information by entities that have been issued certificates by DoW-approved Public Key Infrastructures (PKIs), all DoW systems (e.g., networks, web servers, and web portals) must be properly configured to incorporate access control methods that do not rely solely on the possession of a certificate for access. Successful authentication must not automatically give an entity access to an asset or security boundary. Authorization procedures and controls must be implemented to ensure each authenticated entity also has a validated and current authorization. Authorization is the process of determining whether an entity, once authenticated, is permitted to access a specific asset. Information systems use access control policies and enforcement mechanisms to implement this requirement.  \n \nAccess control policies include identity-based policies, role-based policies, and attribute-based policies. Access enforcement mechanisms include access control lists, access control matrices, and cryptography. These policies and mechanisms must be employed to control access between users (or processes acting on behalf of users) and objects (e.g., devices, files, records, processes, programs, and domains) in the information system.  \n \nThis requirement is applicable to access control enforcement applications (e.g., authentication servers) and other applications that perform information and system access control functions. \n \nMethods include: \n\n- Basic Authentication (not recommended). \n- API Key Authentication. \n- TLS Encryption. \n- OAuth 2.0. \n- JWT-Based Authentication. \n- OpenID Connect (OIDC).\n\nSatisfies: SRG-APP-000033-API-000070, SRG-APP-000095-API-001740, SRG-APP-000141-API-000240, SRG-APP-000247-API-000870, SRG-APP-000461-API-001075",
      "ruleFalsePositives": "",
      "ruleFalseNegatives": "",
      "ruleDocumentable": "false",
      "ruleMitigations": "",
      "ruleIdent": "CCI-000213",
      "ruleIdents": [
        "CCI-000213",
        "CCI-000130",
        "CCI-000381",
        "CCI-001095",
        "CCI-003747"
      ],
      "ruleFixText": "Implement WS1 UEM REST API access control has been configured to require \"Directory\" authentication using the following procedures: \n \n1. Log in to the WS1 UEM console. \n2. Navigate to Groups & Settings >> All Settings >> System >> Advanced >> API >> REST API >> Authentication tab. \n3. If the configuration is already set as listed in step 4 below, select \"Inherent\". If the configuration is not already set as listed in step 4 below, select \"Override\". \n4. Select the following settings: Basic - \"Disabled\", Certificates - \"Disabled\", and Directory - \"Enabled\". \n5. For Child Permission, select \"Inherit only\".",
      "ruleFixId": "F-88643r1211949_fix",
      "ruleCheckSystem": "C-88738r1211948_chk",
      "ruleCheckContent": "Verify WS1 UEM REST API access control has been configured to require \"Directory\" authentication. \n \n1. Log in to the WS1 UEM console. \n2. Navigate to Groups & Settings >> All Settings >> System >> Advanced >> API >> REST API >> Authentication tab. \n3. Verify the authentication configuration is set correctly: Basic - \"Disabled\", Certificates - \"Disabled\", and Directory - \"Enabled\". \n4. Verify the Child Permission is set to \"Inherit only\". \n \nIf the WS1 UEM REST API authentication is not set correctly, this is a finding.",
      "createdAt": "2026-07-11T12:27:53.293Z",
      "updatedAt": "2026-07-11T12:27:53.293Z"
    },
    {
      "id": 40860,
      "benchmarkId": 689,
      "groupId": "V-284197",
      "title": "SRG-APP-000247-API-000520",
      "description": "<GroupDescription></GroupDescription>",
      "ruleId": "SV-284197r1223938_rule",
      "ruleWeight": "10.0",
      "ruleSeverity": "medium",
      "ruleVersion": "OMW1-API-002700",
      "ruleTitle": "The Omnissa WS1 UEM API must employ throttling.",
      "ruleVulnDiscussion": "The API must employ throttling to limit the effects of information flooding types of denial-of-service (DoS) attacks. DoS is a condition when a resource is not available for legitimate users. When this occurs, the organization either cannot accomplish its mission or must operate at degraded capacity.  \n \nIn the case of application DoS attacks, care must be taken when designing the application to ensure the application makes the best use of system resources. SQL queries have the potential to consume large amounts of CPU cycles if they are not tuned for optimal performance. Web services containing complex calculations requiring large amounts of time to complete can bog down if too many requests for the service are encountered within a short period of time.  \n \nThe methods employed to meet this requirement will vary depending upon the technology the application uses. However, a variety of technologies exist to limit or, in some cases, eliminate the effects of application-related DoS attacks. Employing increased capacity and bandwidth combined with specialized application layer protection devices and service redundancy may reduce the susceptibility to some DoS attacks.",
      "ruleFalsePositives": "",
      "ruleFalseNegatives": "",
      "ruleDocumentable": "false",
      "ruleMitigations": "",
      "ruleIdent": "CCI-001095",
      "ruleIdents": [
        "CCI-001095"
      ],
      "ruleFixText": "Implement WS1 UEM REST API server bandwidth throttling using the following procedures: \n \n1. Log in to the WS1 UEM console. \n2. Navigate to Groups & Settings >> All Settings >> System >> Advanced >> API >> REST API >> User tab. \n3. Set the server throttling based on the site operational environment.  \n \nNote: The User tab may not be viewable if the WS1 UEM organizational group instance does not have permission to access configuration settings available on the User tab. In this case, have the SA of the top organizational group configure the throttling setting.",
      "ruleFixId": "F-88666r1211872_fix",
      "ruleCheckSystem": "C-88761r1211871_chk",
      "ruleCheckContent": "Verify WS1 UEM REST API server bandwidth throttling has been configured. Specific configuration settings should be based on the site operational environment. \n \n1. Log in to the WS1 UEM console. \n2. Navigate to Groups & Settings >> All Settings >> System >> Advanced >> API >> REST API >> User tab. \n3. Verify the server throttling has been set based on the site operational environment.  \n \nNote: The User tab may not be viewable if the WS1 UEM organizational group instance does not have permission to access configuration settings available on the User tab. In this case, have the system administrator (SA) of the top organizational group confirm throttling has been set. \n \nIf WS1 UEM REST API server bandwidth throttling has not been configured, this is a finding.",
      "createdAt": "2026-07-11T12:27:53.293Z",
      "updatedAt": "2026-07-11T12:27:53.293Z"
    }
  ],
  "profiles": [
    {
      "id": 6134,
      "benchmarkId": 689,
      "profileId": "MAC-1_Classified",
      "title": "I - Mission Critical Classified",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6135,
      "benchmarkId": 689,
      "profileId": "MAC-1_Public",
      "title": "I - Mission Critical Public",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6136,
      "benchmarkId": 689,
      "profileId": "MAC-1_Sensitive",
      "title": "I - Mission Critical Sensitive",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6137,
      "benchmarkId": 689,
      "profileId": "MAC-2_Classified",
      "title": "II - Mission Support Classified",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6138,
      "benchmarkId": 689,
      "profileId": "MAC-2_Public",
      "title": "II - Mission Support Public",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6139,
      "benchmarkId": 689,
      "profileId": "MAC-2_Sensitive",
      "title": "II - Mission Support Sensitive",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6140,
      "benchmarkId": 689,
      "profileId": "MAC-3_Classified",
      "title": "III - Administrative Classified",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6141,
      "benchmarkId": 689,
      "profileId": "MAC-3_Public",
      "title": "III - Administrative Public",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    },
    {
      "id": 6142,
      "benchmarkId": 689,
      "profileId": "MAC-3_Sensitive",
      "title": "III - Administrative Sensitive",
      "description": "<ProfileDescription></ProfileDescription>",
      "createdAt": "2026-07-11T12:27:53.334Z",
      "updatedAt": "2026-07-11T12:27:53.334Z"
    }
  ]
}