42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
id: insecure-firebase-database
|
|
|
|
info:
|
|
name: Insecure Firebase Database
|
|
author: rafaelwdornelas
|
|
severity: high
|
|
description: If the owner of the app have set the security rules as true for both "read" & "write" an attacker can probably dump database and write his own data to firebase database.
|
|
reference:
|
|
- https://blog.securitybreached.org/2020/02/04/exploiting-insecure-firebase-database-bugbounty
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
tags: firebase,google,misconfig,intrusive
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
PUT /{{randstr}}.json HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/json
|
|
|
|
{"id":"insecure-firebase-database"}
|
|
- |
|
|
GET /{{randstr}}.json HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body_2
|
|
words:
|
|
- '{"id":"insecure-firebase-database"}'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022006307177d5a8f35ea74d600e59a96347a9669a2b7f574e9e502e6bd94248af130220598d141ee54fae17707f02237e77ba15f5feb907d89ee44328a23c7905eb0b99:922c64590222798bb761d5b6d8e72950 |