Notice
Recent Posts
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Suninatas
- dreamhack
- InsecureBank
- beebox
- igoat
- XSS
- FTK Imager
- base64
- filescan
- 2018
- elasticsearch
- foremost
- 인시큐어뱅크
- lord of sql injection
- Volatility
- ctf
- diva
- imageinfo
- ESXi
- vulnhub
- CTF-d
- Openstack
- 포렌식
- Strings
- kibana
- otter
- SQL Injection
- Docker
- frida
- 안드로이드
Archives
- Today
- Total
Information Security
CouchBase Storage 본문
CouchBase Storage
- 데이터베이스 스키마의 제약 없이 쉽게 애플리케이션을 수정할 수 있다.
위치
CocuhBaseExerciseViewController
영향
데이터베이스에 저장되어 있는 정보가 노출될 수 있다.
진단
Name 부분에 i2sec, Age 부분에 27, Gender 부분에 male, Disease No를 입력했다.

그림 3-1처럼 입력한 결과 Failed 메시지를 보여준다.

CocuhBaseExerciseViewController코드에서 데이터를 확인할 수 있다.

Name은 Jane Roe, Age는 52, Gender은 Female, Disease은 Cancer 부분을 입력했는데 Success 메시지를 보여준다.

대응방안
중요정보 저장 시 하드 코딩된 암호화를 한다.
'모바일 > iOS igoat 분석' 카테고리의 다른 글
| Plist Storage (0) | 2019.11.19 |
|---|---|
| NSUserDefault Storage (0) | 2019.11.19 |
| Local Data Storage (0) | 2019.11.19 |
| Core Data Storage (0) | 2019.11.19 |
| Cookie Storage (0) | 2019.11.19 |
