The correct answer is that the assertion is not encrypted, as the SAML response lacks an xenc:EncryptedData element, leaving the authentication assertion in plaintext. This is a critical SAML response encryption weakness because an attacker who intercepts the unencrypted assertion can extract it and launch a replay or impersonation attack, directly violating the confidentiality requirement for sensitive authentication tokens. On the CISA exam, this scenario tests your understanding of cryptographic controls in federated identity systems—a common trap is mistaking the presence of a digital signature for encryption, but remember that signing ensures integrity, not confidentiality. A helpful memory tip: if you see no xenc:EncryptedData, think “plaintext assertion equals plain risk.”
CISA Protection of Information Assets Practice Question
This CISA practice question tests your understanding of protection of information assets. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Refer to the exhibit. During a penetration test, a security analyst captures this SAML response. Which of the following security weaknesses is most evident?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The assertion is not encrypted
The SAML response shows the assertion is sent in plaintext (no xenc:EncryptedData element), meaning the authentication assertion is not encrypted. This allows an attacker who intercepts the SAML response to extract the assertion and reuse it in a replay or impersonation attack, violating the confidentiality requirement for sensitive authentication tokens.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
The name identifier format is inappropriate
Why it's wrong here
Email format is commonly used and appropriate.
✗
The session is too short
Why it's wrong here
A 30-second validity window is short but not a security weakness; it actually reduces window for replay attacks.
✓
The assertion is not encrypted
Why this is correct
Correct. The assertion is in plaintext, which could allow an attacker to read or modify the SAML response if not protected by TLS.
Related concept
Read the scenario before looking for a memorised answer.
✗
The authentication context is weak
Why it's wrong here
PasswordProtectedTransport is an acceptable authentication context class.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates focus on the authentication context or session duration as potential weaknesses, but the most evident vulnerability is the complete lack of assertion encryption, which is a direct violation of SAML security best practices and a common finding in penetration tests.
Detailed technical explanation
How to think about this question
In SAML 2.0, the <EncryptedAssertion> element wraps the assertion using XML Encryption (xmlenc), typically with AES-256 for the payload and RSA-OAEP for key transport. Without encryption, the assertion—including the NameID, attributes, and authentication statement—is transmitted in cleartext over the HTTP POST binding, making it vulnerable to man-in-the-middle (MITM) interception. In real-world scenarios, this is often exploited in SAML replay attacks where the attacker captures the base64-decoded SAMLResponse and resubmits it to the Service Provider (SP) to gain unauthorized access.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Protection of Information Assets — This question tests Protection of Information Assets — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: The assertion is not encrypted — The SAML response shows the assertion is sent in plaintext (no xenc:EncryptedData element), meaning the authentication assertion is not encrypted. This allows an attacker who intercepts the SAML response to extract the assertion and reuse it in a replay or impersonation attack, violating the confidentiality requirement for sensitive authentication tokens.
What should I do if I get this CISA question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This CISA practice question is part of Courseiva's free ISACA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CISA exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.