Skip to content
New issue

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

Arbitrary Code Execution #252

Open
larrycameron80 opened this issue Sep 17, 2019 · 0 comments
Open

Arbitrary Code Execution #252

larrycameron80 opened this issue Sep 17, 2019 · 0 comments

Comments

@larrycameron80
Copy link

Arbitrary Code Execution
Vulnerable module: js-yaml
Introduced through: [email protected]
Detailed paths
Introduced through: walletgenerator.net@walletgeneratornet/WalletGenerator.net › [email protected][email protected]
Remediation: Upgrade to [email protected].
Overview
js-yaml is a human-friendly data serialization language.

Affected versions of this package are vulnerable to Arbitrary Code Execution. When an object with an executable toString() property used as a map key, it will execute that function. This happens only for load(), which should not be used with untrusted data anyway. safeLoad() is not affected because it can't parse functions.

Arbitrary Code Execution vulnerability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant