Loading HuntDB...

open Firebase Database: msdict-dev.firebaseio.com

Medium
M
MobiSystems Ltd.
Submitted None
Reported by kickino

Vulnerability Details

Technical details and impact analysis

Improper Access Control - Generic
## Summary: publicly available Firebase Database (msdict-dev.firebaseio.com) ## Steps To Reproduce: Version: `Oxford Dictionary of English Free_v11.1.511` in `res/values/strings.xml` ``` <string name="firebase_database_url">https://msdict-dev.firebaseio.com</string> ``` Accessing your Firebase Database via https://msdict-dev.firebaseio.com/.json returns `null` instead of the usual `{ "error" : "Permission denied" }` ## Supporting Material/References: https://medium.com/@danangtriatmaja/firebase-database-takover-b7929bbb62e1 describes how a firebase database can be taken over with similar conditions. ## Impact ```The above application doesn’t need any acces_token to insert data to the firebase database it’s completely open and anybody can access it without any access credentials.``` There are guidelines available by Firebase to resolve the insecurities and misconfiguration, please follow this link: https://firebase.google.com/docs/database/security/resolve-insecurities

Report Details

Additional information and metadata

State

Closed

Substate

Resolved

Submitted

Weakness

Improper Access Control - Generic