Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade systeminformation
to version 5.6.11 or higher.
systeminformation is a simple system and OS information library.
Affected versions of this package are vulnerable to Improper Input Validation. The function versions doesn't check the input of the user, which is expected a string.
const si = require('systeminformation');
si.versions({toString : () => { console.log("This is a PoC") }});