mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2025-12-12 07:40:49 -08:00
Update gcp-firebase-privesc.md
This commit is contained in:
@@ -127,8 +127,8 @@ A function is vulnerable when it is insecurely configured:
|
||||
|
||||
Firebase HTTP Cloud Functions are exposed through URLs such as:
|
||||
|
||||
- [https://<region>-<project-id>.cloudfunctions.net/<function-name>](https://<region>-<project-id>.cloudfunctions.net/<function-name>)
|
||||
- https://<project-id>.web.app/<function-name> (when integrated with Firebase Hosting)
|
||||
- `https://<region>-<project-id>.cloudfunctions.net/<function-name>`
|
||||
- `https://<project-id>.web.app/<function-name>` (when integrated with Firebase Hosting)
|
||||
|
||||
An attacker can discover these URLs through source code analysis, network traffic inspection, enumeration tools, or mobile app reverse engineering.
|
||||
If the function is publicly exposed and unauthenticated, the attacker can invoke it directly without credentials.
|
||||
|
||||
Reference in New Issue
Block a user