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

Pulling resource for publicly write-able S3 bucket #89

Open
ArchAngelOfOld opened this issue Apr 16, 2019 · 4 comments
Open

Pulling resource for publicly write-able S3 bucket #89

ArchAngelOfOld opened this issue Apr 16, 2019 · 4 comments

Comments

@ArchAngelOfOld
Copy link

In list.js, you are pulling a gif from assets.okfn.org/images/icons/ajaxload-circle.gif. However assets.okfn.org is an s3 bucket that's misconfigured to be publicly write-able.

Because of this, an attacker can replace the ajaxload-circle.gif with something obscene.

Consider using an image that is hosted more securely.

@rufuspollock
Copy link
Owner

@ArchAngelOfOld thanks - we'll look into this.

@ArchAngelOfOld
Copy link
Author

Cool - Additionally does okfn have a bug bounty program or responsible disclosure that I should report this to more officially? Or is this the best place?

@rufuspollock
Copy link
Owner

@ArchAngelOfOld not that i know of.

@amercader
Copy link

This is fixed now, thanks for flagging this @ArchAngelOfOld. For responsible disclosure of security issues please reach out to [email protected]. Cheers.

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