Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Attachment actions
Description
Non-existent S3 bucket image link in a public GitHub repository i.ehttps://github.com/googledatastudio/ds-data-registry .
Hi team,
Recently, while going through make.com company github code i came across a your ds-data-registry repo which is forked by them. This repository contains data sources in following format:
Icon link:https://s3.eu-west-3.amazonaws.com/googledatastudio/magnetis-ico.png (bucket => googledatastudio)
When I try to download the files from the bucket it shows that "no such bucket exist". So, I was successfully able to take over the bucket. So through this attacker can act as an imposter and let the user download dangerous file from bucket at users end which could be fatal(like XSS,RCE) for your organization as you are using it.
Steps to reproduce:
Go to link :https://github.com/googledatastudio/ds-data-registry
Search
s3.eu-west-3.amazonaws.com/googledatastudio
and you will see the icon links.Impact:
Public Perception: If this repository belongs to a high-profile organization (e.g., Google Data Studio), a missing or misconfigured resource could signal poor quality assurance practices and reduce user trust.
Loss of Credibility: Other developers or organizations using this code might view the repository as unreliable, especially if this bug leads to a visible issue.
POC:
Remediation:
Remove the bucket link from icon link or replace it with another bucket link.
If you want the same bucket I will delete/unclaim the bucket.