The correct answer is that the authentication failure is most likely caused by a common name mismatch in the client certificate. This occurs when the Common Name (CN) field within the certificate does not align with the expected name configured on the server, such as in TLS mutual authentication or RADIUS environments. The server performs a direct comparison between the CN and its configured identifier, and any discrepancy triggers a certificate validation failure, blocking the session entirely—this is distinct from password errors or account lockouts. On the CISA exam, this concept tests your ability to distinguish between certificate-level issues and other authentication failures, often appearing in scenarios involving secure remote access or wireless authentication logs. A common trap is confusing this with revoked certificates or expired credentials, but the key is that a CN mismatch is a structural mismatch, not a validity problem. Remember the mnemonic: “CN must match, or the handshake will catch.”
CISA Protection of Information Assets Practice Question
This CISA practice question tests your understanding of protection of information assets. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.
Exhibit
Refer to the exhibit.
```
[Error] Authentication failed for user 'john.doe' from IP 10.0.0.5.
Timestamp: 2024-03-21 14:32:15 UTC
Log Source: RADIUS Server
Additional Info: Invalid certificate CN in client certificate.
```
An IS auditor reviews the log entry above. Which of the following is the MOST likely cause of the authentication failure?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "most likely"
Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
Refer to the exhibit.
```
[Error] Authentication failed for user 'john.doe' from IP 10.0.0.5.
Timestamp: 2024-03-21 14:32:15 UTC
Log Source: RADIUS Server
Additional Info: Invalid certificate CN in client certificate.
```
A
The user's account is locked.
Why wrong: Account lockout would not produce a certificate CN error.
B
The user's password is incorrect.
Why wrong: The error is about certificate CN, not password.
C
The client certificate presented has a common name that does not match the configured expected name.
Error message states 'Invalid certificate CN'.
D
The RADIUS server is unavailable.
Why wrong: The log is from the RADIUS server, so it is available.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
The client certificate presented has a common name that does not match the configured expected name.
The log entry indicates an authentication failure with a client certificate. The error 'CN mismatch' or similar certificate validation failure occurs when the Common Name (CN) in the client certificate does not match the expected name configured on the server (e.g., in a RADIUS or TLS mutual authentication context). This is a specific certificate-level issue, not a password or account lockout problem.
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 user's account is locked.
Why it's wrong here
Account lockout would not produce a certificate CN error.
✗
The user's password is incorrect.
Why it's wrong here
The error is about certificate CN, not password.
✓
The client certificate presented has a common name that does not match the configured expected name.
Why this is correct
Error message states 'Invalid certificate CN'.
Clue confirmation
The clue word "most likely" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
The RADIUS server is unavailable.
Why it's wrong here
The log is from the RADIUS server, so it is available.
Common exam traps
Common exam trap: answer the scenario, not the keyword
ISACA often tests the distinction between certificate validation errors (like CN mismatch) and other authentication failures (like wrong password or account lockout), expecting candidates to recognize that certificate-based authentication failures are tied to the certificate's attributes, not user credentials or server availability.
Detailed technical explanation
How to think about this question
In EAP-TLS or PEAP-TLS authentication, the RADIUS server validates the client certificate by checking the CN against a configured expected name (e.g., in the server's certificate trust store or an access policy). If the CN does not match, the server rejects the authentication with a specific error code (e.g., RADIUS Access-Reject with a reason attribute). This is distinct from certificate expiration or revocation errors, which would produce different log messages.
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 junior network technician can log in to a core router but cannot reach the enable prompt or configuration mode. The AAA server is authenticating the login — but the authorisation policy only grants privilege level 1, not 15. Authentication (who you are) is working; authorisation (what you can do) is not.
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 client certificate presented has a common name that does not match the configured expected name. — The log entry indicates an authentication failure with a client certificate. The error 'CN mismatch' or similar certificate validation failure occurs when the Common Name (CN) in the client certificate does not match the expected name configured on the server (e.g., in a RADIUS or TLS mutual authentication context). This is a specific certificate-level issue, not a password or account lockout problem.
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.
Are there clue words in this question I should notice?
Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
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.