The application must ensure if a OneTimeUse element is used in an assertion, there is only one of the same used in the Conditions element portion of an assertion.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-222405 | APSC-DV-000250 | SV-222405r960759_rule | CCI-000068 | medium |
| Description | ||||
| Multiple <OneTimeUse> elements used in a SAML assertion can lead to elevation of privileges, if the application does not process SAML assertions correctly. | ||||
| STIG | Date | |||
| Application Security and Development Security Technical Implementation Guide | 2025-02-12 | |||
Related Frameworks
3 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
AC-17(2)
1.00
- DISA · 6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1711 mapping
3.1.13
1.00
- DISA · 6 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000068
1.00
- DISA · 6 · disa_xccdf · related
Details
Check Text (C-222405r960759_chk)
Ask the application representative for the design document.
Review the design document for web services using SAML assertions.
If the application does not utilize SAML assertions, this check is not applicable.
Examine the contents of a SOAP message using the OneTimeUse element; all messages should contain only one instance of a <OneTimeUse> element in a SAML assertion. This can be accomplished using a protocol analyzer such as Wireshark.
If SOAP message uses more than one, OneTimeUse element in a SAML assertion, this is a finding.
Fix Text (F-24064r493124_fix)
When using OneTimeUse elements in a SAML assertion only allow one, OneTimeUse element to be used in the conditions element of a SAML assertion.