Exam NSE5_FWB_AD-8.0 Topic 1 Question 22 Discussion
Actual exam question for Fortinet's NSE5_FWB_AD-8.0 exam
Question #: 22
Topic #: 1
Question #: 22
Topic #: 1
While reviewing FortiWeb logs, you notice a suspicious login request that failed authentication. You suspect it may be part of an injection attack targeting the login form.
Which input pattern is an example of a typical SQL injection attempt that could bypass authentication checks?
Which input pattern is an example of a typical SQL injection attempt that could bypass authentication checks?
Suggested Answer: D Vote an answer
Option D is the strongest SQL injection example because it uses SQL syntax with a comment marker -- to neutralize the password condition. In a vulnerable login query, that could cause the database to evaluate only the username portion and ignore the password check, creating an authentication bypass. Option C is not SQL injection; it is cross-site scripting because it executes JavaScript in the browser. Option B is fake XML-like markup and not a realistic SQL payload. Option A contains a SQL-like subquery, but it is not the best authentication-bypass pattern shown. FortiWeb's injection defenses are designed to detect SQL injection and XSS as malicious input patterns targeting application logic.
by Stanley at Aug 08, 2026, 10:04 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).