ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 392 - PT0-002 discussion

Report
Export

During a security assessment of a web application, a penetration tester was able to generate the following application response:

Unclosed quotation mark after the character string Incorrect syntax near '.

Which of the following is the most probable finding?

A.
SQL injection
Answers
A.
SQL injection
B.
Cross-site scripting
Answers
B.
Cross-site scripting
C.
Business logic flaw
Answers
C.
Business logic flaw
D.
Race condition
Answers
D.
Race condition
Suggested answer: A

Explanation:

The error message 'Unclosed quotation mark after the character string Incorrect syntax near '.' suggests that the application is vulnerable to SQL Injection (A). This type of vulnerability occurs when an attacker is able to inject malicious SQL queries into an application's database query. The error message indicates that the application's input handling allows for the manipulation of the underlying SQL queries, which can lead to unauthorized data access, data modification, and other database-related attacks.

asked 02/10/2024
Khaled Mohamed Abdraboh Metwalli
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first