We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello. This is LINE Security Assessment Team. Share the security vulnerabilities we found. CC. @03sunf, @shpik-kr
vConsole Version: 3.15.0
vConsole/src/core/core.ts
Lines 519 to 542 in 346ae64
var vConsole = new window.VConsole(); vConsole.setOption("__proto__.foo","bar"); vConsole.setOption("__proto__.noOrig",1); console.log(Object.prototype.foo);
The text was updated successfully, but these errors were encountered:
Fix(core): Fix prototype pollution in vConsole.setOption(). (issue #…
vConsole.setOption()
b915917
…616 #621)
No branches or pull requests
hello.
This is LINE Security Assessment Team.
Share the security vulnerabilities we found.
CC. @03sunf, @shpik-kr
vConsole Version: 3.15.0
issue
vConsole/src/core/core.ts
Lines 519 to 542 in 346ae64
Possible prototype pollution due to incorrect key and value resolution in setOptions in core.ts.
poc
The text was updated successfully, but these errors were encountered: