-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
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
- Open the following URL: https://aurelia.io/blog/?__proto__[asdf]=asdf
- Open Devtools Console, and check the Object.prototype
- You can notice Object being polluted with the "asdf" property.
bigopon, tylerdotson and rscherck
Metadata
Metadata
Assignees
Labels
No labels