You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
This is fixed now, thanks for flagging this @ArchAngelOfOld. For responsible disclosure of security issues please reach out to [email protected]. Cheers.
In
list.js
, you are pulling a gif fromassets.okfn.org/images/icons/ajaxload-circle.gif
. Howeverassets.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.
The text was updated successfully, but these errors were encountered: