Skip to content

Prototype Pollution #44

Description

@msrkp

I'm submitting a bug report

parseQueryString of aurelia path is vulnerable to prototype pollution.

POC
aurelia blog is using parseQueryString to parse location.search, so it is vulnerable to prototype pollution

  1. Open the following URL: https://aurelia.io/blog/?__proto__[asdf]=asdf
  2. Open Devtools Console, and check the Object.prototype
  3. You can notice Object being polluted with the "asdf" property.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions