Which of the following vulnerabilities involves hackers manipulating backend query inputs within web forms to gain unauthorized access to underlying corporate databases? MCQ with Answer and Explanation

Which of the following vulnerabilities involves hackers manipulating backend query inputs within web forms to gain unauthorized access to underlying corporate databases?
A. Cross-Site Scripting (XSS)
B. SQL Injection (SQLi)
C. Denial of Service (DoS)
D. Phishing Redirect
Answer: Option B
Solution (By JKExamLibrary)
SQL Injection occurs when malicious SQL statements are inserted into entry fields for execution, letting attackers manipulate database systems behind a website.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is a version of IP that provides a larger address space to accommodate more devices?
A. IPv6
B. IPv5
C. IPsec
D. IPv4

Correct Answer: Option A


Explanation:
IPv6 (Internet Protocol version 6) was developed to address the exhaustion of IPv4 addresses, offering a 128-bit address space.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What mechanism does an online media application implement over internet networks to buffer incoming audio and video data segments inside device memory ahead of playback, preventing streaming stutters?
A. Running outbound SMTP mail server delivery routines
B. Media Buffering
C. Altering localized device hardware MAC address registries
D. Static FTP file catalog adjustments

Correct Answer: Option B


Explanation:
Media buffering downloads and holds a portion of a streaming media file in local volatile RAM ahead of playback, providing a cushion against brief drops in internet bandwidth.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the term given to an internet site model that allows any visiting user to collaboratively edit, modify, add, or delete content records directly from their web browser?
A. A Static Blog Document
B. A Wiki (e.g., Wikipedia)
C. A Closed Web Portal
D. An FTP Archive Link

Correct Answer: Option B


Explanation:
A wiki is a collaborative web platform that allows multiple users to create, modify, and interlink web pages using a simplified markup language or rich text editor.

This question belongs to: Computer Internet and Web Technologies