I believe it’s a general issue.
Description
As our client requested, we ran a Vulnerability Assessment, targeting the web-admin and web-client side.
The result shows that Glide Apps has multiple medium-risk issues; one of them is OWASP A01:2021 Broken Access Control.
How to replicate
- Open any of your Glide App web-client or web-admin page.
- Navigate to the Internet requests. For example, in Google Chrome, open DevTools > Internet.
- Navigate to any request that goes to
https://go.glideapps.com
orhttps://your-app.glide.page
- Look up to request header.
You will find that header filled with access-control-allow-origin: *
, like:
I took a quick look to other website services like WordPress, wix, Google, Facebook, etc. It seems that the issue does not exist in their web service.