exam questions

Exam CISA All Questions

View all questions & answers for the CISA exam

Exam CISA topic 1 question 1805 discussion

Actual exam question from Isaca's CISA
Question #: 1805
Topic #: 1
[All CISA Questions]

Which of the following system attack methods is executed by entering malicious code into the search box of a vulnerable website, causing the server to reveal restricted information?

  • A. Man-in-the-middle
  • B. Denial of service (DoS)
  • C. SQL injection
  • D. Cross-site scripting
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
46080f2
3 months ago
Selected Answer: C
SQL Injection: The attacker’s input manipulates a server-side database query, causing the server to include restricted data in its response to the attacker. XSS: The injected script runs client-side in a browser, typically affecting other users, not directly extracting server data for the attacker. The phrase “causing the server to reveal restricted information” suggests the server sends sensitive data back to the attacker as a direct result of the malicious input. SQL injection achieves this by exploiting the database, while XSS focuses on browser-side execution.
upvoted 1 times
...
46080f2
3 months ago
Selected Answer: C
SQL injection is a type of attack where malicious SQL code is inserted into input fields, such as a search box, on a vulnerable website. This method exploits vulnerabilities in how the website handles user inputs, allowing attackers to manipulate the database and potentially retrieve restricted information.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...