
GIAC Certified Web Application Defender
Domain 3Objective 1
Input Related Flaws and Input Validation GWEB Practice Questions (Page 7)
Part of the Input Handling and Injection Flaws domain, which makes up ~16% of our current practice bank. GIAC (SANS) does not publish an official question count, but from its 180-minute exam (~70–120 total, ~11–19 in this domain), expect 4–6 from this objective — we provide 44 practice questions to prepare you well beyond it. (estimate)
44questions here
9free pages
9concepts
Questions 31–35
- 31
A web application accepts a 'quantity' parameter that should be an integer between 1 and 100. The application currently checks only that the value is numeric. A tester submits '1e3' and the application accepts it as 1000. Which validation technique would best prevent this?
Select an answer first - 32
A web application has a centralized validation module that logs every validation failure with the full input value and a detailed reason. A security review finds that the logs are accessible to all developers. Which change best balances security and debuggability?
Select an answer first - 33
A large organization has many web applications developed by different teams. A recent penetration test found that some applications validate input on the client side only, while others use inconsistent server-side rules. The CISO wants a standardized approach that is enforceable across all applications. Which solution best meets this goal?
Select an answer first - 34
A web application uses a parameter 'id' that is validated as an integer. The application also supports a legacy parameter 'id2' that is not validated. An attacker submits both 'id=1' and 'id2=1 OR 1=1' and the application uses the last value in a SQL query. What is the most effective countermeasure?
Select an answer first - 35
What is a key benefit of using a centralized validation mechanism in a web application?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by GIAC (SANS). “GWEB” is a trademark of its owner, used for identification only.