← 回到練習列表 加入 LINE 社群
Day 12

Day 12|SQL Injection 影響描述

昨日複習

Day 11|SQL Injection SQL 注入

Attackers may be able to manipulate database queries by injecting malicious SQL statements.

正確答案 A. SQL Injection

這句在描述:SQL Injection(SQL 注入)

看完整 Day 11 →

今日句子

This vulnerability may allow attackers to read, modify, or delete database records.

中文意思

這個弱點可能允許攻擊者讀取、修改或刪除資料庫紀錄。

這句在說什麼資安問題

SQL Injection Impact(SQL 注入的影響)

這種句子出現在 SQL Injection 的 Impact 段落,說明注入的風險不只是「查到資料」,還可能讀取、修改、刪除資料庫紀錄,甚至繞過登入驗證、影響整個資料庫的完整性。

  • 讀取敏感資料
  • 修改資料內容
  • 刪除資料紀錄
  • 繞過登入驗證
  • 影響整個資料庫的完整性

重點單字

英文中文
vulnerability 弱點
may allow attackers to 可能允許攻擊者
read 讀取
modify 修改
delete 刪除
database records 資料庫紀錄

練習題

Attackers may be able to extract sensitive information from the database.

A攻擊者可能可以從資料庫中擷取敏感資訊
B攻擊者可能可以提升作業系統權限
C攻擊者可能可以修改網頁顏色
D攻擊者可能可以關閉瀏覽器通知
💡 extract sensitive information from the database = 從資料庫中擷取敏感資訊,正是 SQL Injection 常見的影響之一。