Loading HuntDB...

Instant open redirect on Live preview WEB Ide opening

Low
G
GitLab
Submitted None
Reported by chaosbolt

Vulnerability Details

Technical details and impact analysis

Open Redirect
Hello Gitlab team! Asset is my own gitlab installation for Ubuntu. The issue I want to report is lack of sandbox attribute in iframe pointing to codesandbox. This results content inside iframe redirect top level window on load. How to reproduce: 1. create index.js with following content: ``` window.open("https://evil.com","_top"); ``` 2. create package.json with following content: ``` { "main": "index.js", "dependencies": { "vue": "latest" } } ``` 3. open file in Web IDE and load preview How to fix: 1. add sandbox attribute with needed permissions (for example, you need allow-scripts for sure) on codesandbox iframe. ## Impact Open redirect on web ide preview load.

Report Details

Additional information and metadata

State

Closed

Substate

Resolved

Bounty

$1000.00

Submitted

Weakness

Open Redirect