What is the term for the unauthorized modification of data within a database by exploiting vulnerabilities in an application’s software?

Source: JAMB · 2024

What is the term for the unauthorized modification of data within a database by exploiting vulnerabilities in an application’s software?

  1. Phishing
  2. Spoofing
  3. SQL injection ✓
  4. Ransomware
Explanation

SQL injection inserts malicious code into website forms and input fields. This tricks the database into revealing or changing data it shouldn’t. Hackers exploit poorly-coded websites that don’t check user input properly.

Phishing uses fake emails to steal passwords. Spoofing pretends to be someone else. Ransomware locks your files for money.

Proper coding protects against SQL injection. Websites should always validate and clean user input before sending it to databases.

Was this explanation helpful?

Something wrong or missing? Tell us — we read every report and fix issues fast.