- A
Encrypt all transaction data in transit using TLS 1.2.
Why wrong: Encryption protects data during transmission, not input validation.
- B
Install a next-generation firewall at the internet boundary.
Why wrong: Firewalls at the perimeter do not inspect internal traffic to the POS system.
- C
Implement network segmentation to isolate the POS system from the corporate network.
Why wrong: Network segmentation reduces impact but does not prevent injection.
- D
Deploy application-layer input validation and sanitization for barcode scanner inputs.
Input validation directly prevents injection attacks.
Quick Answer
The answer is deploying application-layer input validation and sanitization for barcode scanner inputs. This is the most appropriate risk mitigation strategy because the vulnerability stems directly from unvalidated input, which allows malware injection into the POS system. By implementing input validation at the application layer, the system ensures that only expected, safe data is processed, effectively neutralizing injection attacks at their point of entry. On the CRISC exam, this scenario tests your understanding of risk response options—specifically, the difference between preventive controls like input validation and compensating or detective controls. A common trap is choosing network segmentation or encryption, which address data in transit but not the root cause of malicious input. Remember the memory tip: “Validate at the gate, not the wall”—fix the input source, not just the network perimeter.
CRISC IT Risk Identification Practice Question
This CRISC practice question tests your understanding of it risk identification. Compare every option against the stated constraints before choosing — the best answer satisfies all requirements, not just the most obvious one. 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.
A retail company recently deployed a point-of-sale (POS) system that processes credit card transactions. The system is connected to the corporate network and transmits transaction data to a payment processor over the internet. During a risk assessment, the IT risk manager identifies that the POS system is vulnerable to malware injection via unvalidated input from barcode scanners. Which of the following is the MOST appropriate risk mitigation strategy?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Deploy application-layer input validation and sanitization for barcode scanner inputs.
Option D is the most appropriate risk mitigation strategy because the vulnerability is specifically malware injection via unvalidated input from barcode scanners. Application-layer input validation and sanitization directly addresses the root cause by ensuring that only expected, safe data is processed by the POS system, preventing injection attacks at the point of entry.
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.
- ✗
Encrypt all transaction data in transit using TLS 1.2.
Why it's wrong here
Encryption protects data during transmission, not input validation.
- ✗
Install a next-generation firewall at the internet boundary.
Why it's wrong here
Firewalls at the perimeter do not inspect internal traffic to the POS system.
- ✗
Implement network segmentation to isolate the POS system from the corporate network.
Why it's wrong here
Network segmentation reduces impact but does not prevent injection.
- ✓
Deploy application-layer input validation and sanitization for barcode scanner inputs.
Why this is correct
Input validation directly prevents injection attacks.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often choose network-level controls like firewalls or encryption, overlooking that the vulnerability originates from local input that never traverses the network boundary.
Detailed technical explanation
How to think about this question
Input validation and sanitization should be implemented at the application layer, often using allowlists (whitelists) of acceptable characters or patterns, and rejecting any input that does not conform. For barcode scanners, this means validating that the scanned data matches expected formats (e.g., UPC-A, EAN-13) and encoding, and stripping or escaping any control characters or executable code. In real-world scenarios, attackers have used malicious barcodes to inject SQL commands or shellcode into POS systems, bypassing network-level defenses.
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 practitioner preparing for the CRISC exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
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.
- →
IT Risk Identification — study guide chapter
Learn the concepts, then practise the questions
- →
IT Risk Identification practice questions
Targeted practice on this topic area only
- →
All CRISC questions
500 questions across all exam domains
- →
Certified in Risk and Information Systems Control CRISC study guide
Full concept coverage aligned to exam objectives
- →
CRISC practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CRISC practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
IT Risk Identification practice questions
Practise CRISC questions linked to IT Risk Identification.
Risk Response and Mitigation practice questions
Practise CRISC questions linked to Risk Response and Mitigation.
Risk and Control Monitoring and Reporting practice questions
Practise CRISC questions linked to Risk and Control Monitoring and Reporting.
IT Risk Assessment practice questions
Practise CRISC questions linked to IT Risk Assessment.
CRISC fundamentals practice questions
Practise CRISC questions linked to CRISC fundamentals.
CRISC scenario practice questions
Practise CRISC questions linked to CRISC scenario.
CRISC troubleshooting practice questions
Practise CRISC questions linked to CRISC troubleshooting.
Practice this exam
Start a free CRISC practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this CRISC question test?
IT Risk Identification — This question tests IT Risk Identification — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Deploy application-layer input validation and sanitization for barcode scanner inputs. — Option D is the most appropriate risk mitigation strategy because the vulnerability is specifically malware injection via unvalidated input from barcode scanners. Application-layer input validation and sanitization directly addresses the root cause by ensuring that only expected, safe data is processed by the POS system, preventing injection attacks at the point of entry.
What should I do if I get this CRISC 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 →
Keep practising
More CRISC practice questions
- Match each risk response strategy to its definition.
- Match each information security objective to its description.
- A healthcare organization is migrating its electronic health records (EHR) system to a public cloud. The risk manager id…
- You are the IT risk manager at a multinational corporation that recently migrated its customer database to a cloud-based…
- A multinational corporation is expanding its cloud infrastructure to include a new SaaS application that stores sensitiv…
- An organization is implementing a new identity and access management (IAM) system. The risk manager is tasked with ident…
Last reviewed: Jun 11, 2026
This CRISC 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 CRISC 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.